Using the following on LMDE 2
GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of
2015-03-07 on trouble, modified by Debian
Org-mode version 8.3.4 (release_8.3.4-833-g2ed5e6 @
/usr/local/share/emacs/site-lisp/org-mode/lisp/)
I have (require 'ox-latex) in my .emacs.d/init.el
The following radio table is in LaTeX major mode and orgstruct minotr
mode per the manual.
% BEGIN RECEIVE ORGLST radioTableTest
% END RECEIVE ORGLST radioTableTest
\begin{comment}
#+ORGLST: SEND radioTableTest org-list-to-latex
- Something to send
\end{comment}
With cursor on the "S" in Something calling (or "-")
M-x org-list-send-list
does not convert LATEX list between the two marker lines. Instead the
following message is in the mini-buffer
No such transformation function org-list-to-latex and the degug-on-entry is
Debugger entered--entering a function:
* org-list-send-list()
call-interactively(org-list-send-list record nil)
command-execute(org-list-send-list record)
execute-extended-command(nil "org-list-send-list")
call-interactively(execute-extended-command nil nil)
command-execute(execute-extended-command)
If I C-c C-c on the "S" (or the "-")
the minibuffer calls Command [pdflatex]:
if I just hit enter the following is in the tex-shell
charlie01@theoffice /mnt/Data/ActiveFiles $ pdflatex
\\nonstopmode\\input RadiotablesTest.tex
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live
2015/dev/Debian) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
LaTeX2e <2014/05/01>
Babel <3.9l> and hyphenation patterns for 79 languages loaded.
(./RadiotablesTest.tex
! LaTeX Error: Environment comment undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.3 \begin{comment}
! You can't use `macro parameter character #' in vertical mode.
l.4 #
+ORGLST: SEND radioTableTest org-list-to-latex
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.4 #+
ORGLST: SEND radioTableTest org-list-to-latex
! LaTeX Error: \begin{document} ended by \end{comment}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.6 \end{comment}
)
! Emergency stop.
<*> \nonstopmode\input RadiotablesTest.tex
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on RadiotablesTest.log.
charlie01@theoffice /mnt/Data/ActiveFiles $
Is this a bug? Is my setup incorrect? Or what am I missing.
Charlie Millar