Re: [O] Babel support for the D language

2013-11-29 Thread Thierry Banel
Thomas S. Dye 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 i

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] How do I specify the language for a :results code block

2013-11-29 Thread Charles Berry
Thomas S. Dye tsdye.com> writes: > > Aloha Alan, > > Alan Schmitt 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)

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

2013-11-29 Thread Nicolas Goaziou
"Sebastien Vauban" 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 > afraid!). It's probably due to cache. In this

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

2013-11-29 Thread Charles Berry
Sebastien Vauban writes: > > Hello Nicolas, > > Nicolas Goaziou wrote: > > "Sebastien Vauban" 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(ni

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

2013-11-29 Thread Thomas S. Dye
Aloha Alan, Alan Schmitt 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 cannot see how to specify the

[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: #+BEGIN_SR

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

2013-11-29 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" 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) (skip-chars-

Re: [O] Babel support for the D language

2013-11-29 Thread Thierry Banel
Nick Dokos 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] 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 writes: > On 29 November 2013 17:44, Nicolas Goaziou 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 Pinar

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 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 doe

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 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 ago, on the ML.

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

2013-11-29 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" 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) (skip-chars-forward " ")) > (setq post-blank

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 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 use :export: tag

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

2013-11-29 Thread Robert Eckl
Matt Price 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 which is to let me

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 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 elements are allowed outsid

[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] 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 the

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

2013-11-29 Thread Nick Dokos
Sivaram Neelakantan writes: > On Fri, Nov 29 2013,Nick Dokos wrote: > >> Sivaram Neelakantan 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 with an error like 95% physical

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] 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 git:/

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 '("ltugboa

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 writes: > >> (require 'org-latex) >> (unless (boundp 'org-export-latex-classes) >> (add-to-list 'org-export-latex-classes >> '("ltugboat" >>"\\documentclass{ltugboat}" >>("\\section{%s}" . "\\sec

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 t