From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: bug org-list-send-list Date: Sat, 21 May 2016 15:40:28 -0400 Message-ID: <39ab42c5-13d9-8b53-f892-3d03d6c04e51@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4Cm0-0007ac-TK for emacs-orgmode@gnu.org; Sat, 21 May 2016 15:41:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4Clw-00033X-PC for emacs-orgmode@gnu.org; Sat, 21 May 2016 15:41:19 -0400 Received: from vms173009pub.verizon.net ([206.46.173.9]:53006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4Clw-00032I-Ja for emacs-orgmode@gnu.org; Sat, 21 May 2016 15:41:16 -0400 Received: from vz-proxy-l008.mx.aol.com ([64.236.82.153]) by vms173009.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0O7J00G6HLBG5560@vms173009.mailsrvcs.net> for emacs-orgmode@gnu.org; Sat, 21 May 2016 14:40:29 -0500 (CDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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 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 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 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