Re: [O] Comments break lists when exporting to TeX

2012-05-23 Thread Daniel Schoepe
On Wed, 23.05.2012 14:21, Nicolas Goaziou wrote: At the moment you insert text at column 0, the list ends. You can use inline comments (i.e. #+ This isn't) instead. This however, does not solve my original problem, since it doesn't work with #+INCLUDE (with version 7.8.09): * Test - This

[O] Comments break lists when exporting to TeX

2012-05-22 Thread Daniel Schoepe
Hi, while trying to include a source file in a list element via #+INCLUDE, I discovered the following behavior: A comment between two list elements breaks the list into two lists when exporting. For example: * Test - This is a list element. # This isn't. - This is another list element.

[O] LaTeX-export: letters after $..$ turn off math-mode

2012-02-06 Thread Daniel Schoepe
Hi, I have the following issue: If I write something like `$n$th' in an org file and then export it to LaTeX, it will produce `\$n\$th', whereas I would like it to export this as `$n$th'. Is there some way I can disable escaping of dollar signs entirely (Leaving it to me to escape them, when I

[O] [Daniel Schoepe] Re: LaTeX-export: letters after $..$ turn off math-mode

2012-02-06 Thread Daniel Schoepe
John Hendy, answered my question off-list, presumably unintentionally (sorry about my forwarding parts of your mail, if that assumption is wrong), so here's my answer to that which I also forgot to send to the list. The solution / workaround was to use `\(n\)th' instead. ---BeginMessage--- On

Re: [O] Dynamically generating todo entries

2011-11-23 Thread Daniel Schoepe
On Wed, 23 Nov 2011 17:41:49 +0100, suvayu ali fatkasuvayu+li...@gmail.com wrote: You can take pointers from here: http://orgmode.org/worg/org-hacks.html#sec-3-12 Yeah, I figured out a solution that works for me: (defadvice org-todo-list (before org-todo-gen-notmuch activate) (let ((buf

[O] Dynamically generating todo entries

2011-11-02 Thread Daniel Schoepe
Hello, I'm trying to dynamically generate a list of TODO entries (specifically, a list of notmuch[1] threads that have a todo tag) that I'd like to see in the TODO agenda, but not in the normal daily agenda (just like a ordinary TODO entry without a date). A simple try like (defun foo () Test

Re: [O] Dynamically generating todo entries

2011-11-02 Thread Daniel Schoepe
On Wed, 02 Nov 2011 19:11:38 -0400, Nick Dokos nicholas.do...@hp.com wrote: They are generally called (somewhat misleadingly) diary sexps - they are executed by org-agenda-get-sexps (assuming that they are in some agenda file) when the agenda is constructed, once for every day displayed: they

[Orgmode] Can't complete with tab when using auto-complete with orgmode

2010-11-13 Thread Daniel Schoepe
this, or do I have to use a different key (which works fine) than tab for auto-complete? I'm using the latest git head of both orgmode and auto-complete and emacs 23.2.1. Regards, Daniel Schoepe ___ Emacs-orgmode mailing list Please use `Reply All' to send