From: Charles Millar <millarc@verizon.net>
To: emacs-orgmode@gnu.org
Subject: bug org-list-send-list
Date: Sat, 21 May 2016 15:40:28 -0400 [thread overview]
Message-ID: <39ab42c5-13d9-8b53-f892-3d03d6c04e51@verizon.net> (raw)
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
next reply other threads:[~2016-05-21 19:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-21 19:40 Charles Millar [this message]
2016-05-22 23:17 ` bug org-list-send-list Nicolas Goaziou
2016-05-23 0:31 ` Charles Millar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=39ab42c5-13d9-8b53-f892-3d03d6c04e51@verizon.net \
--to=millarc@verizon.net \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.