emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] bug org-list-send-list


From: Charles Millar
Subject: [O] bug org-list-send-list
Date: Sat, 21 May 2016 15:40:28 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0

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

address@hidden /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.
address@hidden /mnt/Data/ActiveFiles $

Is this a bug? Is my setup incorrect? Or what am I missing.

Charlie Millar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]