Re: [O] auto-creating checkbox list items

2013-11-29 Thread Alexander Baier
On 13-11-29 08:46 Ken Mankoff wrote: I think an older version of org-mode had the behavior where if I am making a list like this: * Some list + [ ] and I then make a new item by pressing ESC+RET + [ ] the + and [] are auto-magically created. The current version only populates the +, not

Re: [O] LaTeX export with documentclass ltugboat

2013-11-29 Thread Jason Lewis
On 29/11/2013 5:53 pm, Thomas S. Dye wrote: Jason Lewis ja...@dickson.st writes: (require 'org-latex) (unless (boundp 'org-export-latex-classes) (add-to-list 'org-export-latex-classes '(ltugboat \\documentclass{ltugboat} (\\section{%s} .

Re: [O] LaTeX export with documentclass ltugboat

2013-11-29 Thread Charles Millar
On 11/29/2013 12:21 AM, Jason Lewis wrote: Hi Charles, Thanks for your suggestion. I've tried it out it doesn't work for me. I ran this elisp to add the export class (require 'org-latex) (unless (boundp 'org-export-latex-classes) (add-to-list 'org-export-latex-classes

Re: [O] Bug: LaTeX block above first heading ignored by latex exporter [8.2.3c (release_8.2.3c-308-gc811bb @ /home/rob/sw/org-mode/lisp/)]

2013-11-29 Thread Rob Stewart
Just to be clear, what is the command I am supposed to be using to export to latex? I.e., which command is called with combination `C-c C-e l l` ? I thought it was `org-export-as-latex` , and that `org-latex-export-as-latex` was deprecated? However, I have just pulled HEAD in my git clone of

Re: [O] Bug: LaTeX block above first heading ignored by latex exporter [8.2.3c (release_8.2.3c-308-gc811bb @ /home/rob/sw/org-mode/lisp/)]

2013-11-29 Thread Rob Stewart
More.. I now realise that the command to use is `org-latex-export-to-latex`. However, my problem persists. This time, I use batch mode, to make clear that the org-mode repository at /home/rob/sw/org-mode/ is being used. This reflects HEAD from the git repo. $ emacs -batch -L ~/sw/org-mode/lisp

Re: [O] orgtble and flyspell interaction causing mem exhaustion error?

2013-11-29 Thread Nick Dokos
Sivaram Neelakantan nsivaram@gmail.com writes: On Fri, Nov 29 2013,Nick Dokos wrote: Sivaram Neelakantan nsivaram@gmail.com writes: When I try to create an table using org-table-create, the table outline shows up and upon writing any word in any cell, it causes Emacs to freeze up

Re: [O] Babel support for the D language

2013-11-29 Thread Nick Dokos
See http://orgmode.org/worg/org-contribute.html for the general guidelines. contrib is more relaxed: it is not distributed with emacs (the only way to get it is from orgmode - git, elpa, tarball etc), so it does not require a formal copyright assignment. It is explicitly stripped out of

[O] Error: (wrong-type-argument integer-or-marker-p nil)

2013-11-29 Thread Sebastien Vauban
Hello, When trying to convert a document which contains R graphics, I get the error: --8---cut here---start-8--- Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) goto-char(nil) (progn (goto-char link-end) (skip-chars-forward

Re: [O] Getting checkboxes in HTML output?

2013-11-29 Thread Rick Frankel
On 2013-11-28 16:58, Matt Price wrote: On Thu, Nov 28, 2013 at 4:26 PM, Sebastien Vauban sva-n...@mygooglest.com wrote: Achim Gratz wrote: Rick Frankel writes: For xhtml compatibility, it would need to be 'checked=checked'. I've done a quick look at the html dtd, and i does look like input

Re: [O] exporting a shopping list to my android phone?

2013-11-29 Thread Robert Eckl
Matt Price mopto...@gmail.com writes: I just asked this question I guess, but: I do most everything in org, including composing shopping and packing lists, and so forth. Occasionally I would like to access these on my phone. From what I can tell, org-mobile doesn't do quite what I want

Re: [O] Bug: LaTeX block above first heading ignored by latex exporter [8.2.3c (release_8.2.3c-308-gc811bb @ /home/rob/sw/org-mode/lisp/)]

2013-11-29 Thread Nicolas Goaziou
Hello, Rob Stewart robstewar...@gmail.com writes: This test.tex file omits (incorrectly) the following block: \begin{abstract} This is my abstract. \end{abstract} Before `\section{Introduction}`. Now I remember. This is a feature. When headlines are selectively exported, i.e. when you

Re: [O] Error: (wrong-type-argument integer-or-marker-p nil)

2013-11-29 Thread Nicolas Goaziou
Hello, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: When trying to convert a document which contains R graphics, I get the error: Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) goto-char(nil) (progn (goto-char link-end)

Re: [O] Bug: LaTeX block above first heading ignored by latex exporter [8.2.3c (release_8.2.3c-308-gc811bb @ /home/rob/sw/org-mode/lisp/)]

2013-11-29 Thread Rob Stewart
On 29 November 2013 17:44, Nicolas Goaziou n.goaz...@gmail.com wrote: Now I remember. This is a feature. When headlines are selectively exported, i.e. when you use :export: tag or equivalent, text before the first headline is ignored. This was a request from François Pinard, a few months

Re: [O] Getting checkboxes in HTML output?

2013-11-29 Thread Peter Davis
On 11/29/13, 11:11 AM, Rick Frankel wrote: On 2013-11-28 16:58, Matt Price wrote: On Thu, Nov 28, 2013 at 4:26 PM, Sebastien Vauban sva-n...@mygooglest.com wrote: Achim Gratz wrote: Rick Frankel writes: For xhtml compatibility, it would need to be 'checked=checked'. I've done a quick look at

Re: [O] Bug: LaTeX block above first heading ignored by latex exporter [8.2.3c (release_8.2.3c-308-gc811bb @ /home/rob/sw/org-mode/lisp/)]

2013-11-29 Thread Nicolas Goaziou
Rob Stewart robstewar...@gmail.com writes: On 29 November 2013 17:44, Nicolas Goaziou n.goaz...@gmail.com wrote: Now I remember. This is a feature. When headlines are selectively exported, i.e. when you use :export: tag or equivalent, text before the first headline is ignored. This was a

Re: [O] Babel support for the D language

2013-11-29 Thread Thierry Banel
Nick Dokos ndokos at gmail.com writes: See http://orgmode.org/worg/org-contribute.html for the general guidelines. ... Ok, fine. Let me include this information in org-contribute.html Thanks Nick Thierry

Re: [O] Error: (wrong-type-argument integer-or-marker-p nil)

2013-11-29 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban sva-n...@mygooglest.com writes: When trying to convert a document which contains R graphics, I get the error: Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) goto-char(nil) (progn (goto-char link-end)

[O] How do I specify the language for a :results code block

2013-11-29 Thread Alan Schmitt
Hello, I'm trying to write a block in some language (right now shell, but it will probably be something different) whose output is an org source block is some language (here coq). I keep looking at the documentation and I cannot see how to specify the language. If I try something like:

Re: [O] How do I specify the language for a :results code block

2013-11-29 Thread Thomas S. Dye
Aloha Alan, Alan Schmitt alan.schm...@polytechnique.org writes: Hello, I'm trying to write a block in some language (right now shell, but it will probably be something different) whose output is an org source block is some language (here coq). I keep looking at the documentation and I

Re: [O] Error: (wrong-type-argument integer-or-marker-p nil)

2013-11-29 Thread Charles Berry
Sebastien Vauban sva-news@... writes: Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban sva-news@... writes: When trying to convert a document which contains R graphics, I get the error: Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil)

Re: [O] Error: (wrong-type-argument integer-or-marker-p nil)

2013-11-29 Thread Nicolas Goaziou
Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Now, I know these descriptions are very inaccurate, no ECM to support my sayings. But I was really under pressure, and could not get the same reproducible problem twice in a row (that's what, in fact, does make me

Re: [O] How do I specify the language for a :results code block

2013-11-29 Thread Charles Berry
Thomas S. Dye tsd at tsdye.com writes: Aloha Alan, Alan Schmitt alan.schmitt at polytechnique.org writes: Hello, I'm trying to write a block in some language (right now shell, but it will probably be something different) whose output is an org source block is some language (here

Re: [O] Getting checkboxes in HTML output?

2013-11-29 Thread Carsten Dominik
Dear Rick, this is a very useful comparison, thank you! I don't thing the partial ones work - we should just make then unchecked in export if there is nothing better. the grey dos not convey the right information. I like the last option (unicode characters) best. The inactive checkboxes are

Re: [O] Babel support for the D language

2013-11-29 Thread Thierry Banel
Thomas S. Dye tsd at tsdye.com writes: Aloha Thierry, Thanks for this contribution. Have you looked at http://orgmode.org/worg/org-contrib/babel/languages.html#develop? It describes how language support is added to the Org mode core or to contrib/ and the choices an author has in