Skip to main content
typo. Only one #+TABLEFM:
Source Link
mankoff
  • 4.4k
  • 1
  • 27
  • 42

You can only have one #+TBLFM line per table. Separate formula with "::". Does it work if you have the following?

#+TBLFM: $1='(org-sbe tRNAs (filename (concat "\"" $3 "\"")))::#+TBLFM: $2='(org-sbe tRNAs (filename (concat "\"final_" $3 "\""))) 

You can only have one #+TBLFM line per table. Separate formula with "::". Does it work if you have the following?

#+TBLFM: $1='(org-sbe tRNAs (filename (concat "\"" $3 "\"")))::#+TBLFM: $2='(org-sbe tRNAs (filename (concat "\"final_" $3 "\""))) 

You can only have one #+TBLFM line per table. Separate formula with "::". Does it work if you have the following?

#+TBLFM: $1='(org-sbe tRNAs (filename (concat "\"" $3 "\"")))::$2='(org-sbe tRNAs (filename (concat "\"final_" $3 "\""))) 
Source Link
mankoff
  • 4.4k
  • 1
  • 27
  • 42

You can only have one #+TBLFM line per table. Separate formula with "::". Does it work if you have the following?

#+TBLFM: $1='(org-sbe tRNAs (filename (concat "\"" $3 "\"")))::#+TBLFM: $2='(org-sbe tRNAs (filename (concat "\"final_" $3 "\"")))