Hello,
I recently updated my org-mode from version 7 (I think) to the latest.
The behaviour of using a table as a variable in a shell code source
block has changed. I use to use it like this:
#+BEGIN_SRC sh :results output :var table=synteny-names :separator ,
IFS=','
while read col1 col2
On 03/03/17 15:55, Takeshi Teshima wrote:
I have a question regarding latex export.
When I export an org-mode to a latex file, a directory named "auto" is
created in the same folder as the tex file.
However, I couldn't find what line in the source code of org-mode
creates this directory.
Does