Re: [O] Insert TODO Item at Bottom

2012-10-19 Thread Sebastien Vauban
Hi Esben, Esben Stien wrote: I add a TODO item with M-S-RET, but is there any way to insert the new TODO item at the bottom of the current node or is there any way to navigate quickly to the last TODO item of the current node?. An ECM (Minimal Complete Example) could eventually help here, to

Re: [O] how to insert footnotes

2012-10-19 Thread Manish
On Fri, Oct 19, 2012 at 2:39 PM, Supriya Sawant wrote: hello, I am new to emacs.I went through org-mode manual, but I am not getting how to insert footnotes. eg: [1] should link to http://orgmode.org can anyone please help me out... Try: M-x org-footnote-action or C-h f

Re: [O] Counting total number of projects

2012-10-19 Thread Sebastien Vauban
Hi Chris, Chris Henderson wrote: I have my projects like, * Projects ** project 1 ** project 2 Is there any way to calculate total number of projects in real-time such that, * Projects (2) ** project 1 ** project 2 This would be really beneficial to see how many running projects I

Re: [O] Problem with hourly repeater

2012-10-19 Thread Memnon Anon
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Yes, I confirm the bug. Would you mind testing the following patch and tell me if it fixes the problem without adding unwanted side-effects? I've been testing the patch for a couple of days now. No unwanted side-effects as far as I can

Re: [O] Counting total number of projects

2012-10-19 Thread Phil Mason
Hi Chris, Is there any way to calculate total number of projects in real-time such that, If you don't mind marking your projects as TODO then you can use statistics cookies like this: * Projects [%] [/] ** TODO project 1 + foo ** DONE project 2 + bar ** TODO project 3 + baz ** TODO

Re: [O] [new exporter] latex: why does {{}} become \{\{\}\} ?

2012-10-19 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: Sebastien Vauban Within a LaTeX block (#+begin_latex) or within a Babel block for LaTeX language (#+begin_src latex)? Do you make a difference? There's a big difference. #+begin_latex means paste this code unmodified in the latex back-end, and only in

[O] org-export-region-as-latex skips header

2012-10-19 Thread Christopher Schmidt
Org-mode version 7.9.2 (release_7.9.2-52-g921998) C-x b test RET insert * dub M-: (org-export-region-as-latex (point-min) (point-max) nil 'string) RET org-export-region-as-latex returns \\section{dub}\n\\label{sec-1}\n\n\\end{document}\n This does not look right to me. Where is the

Re: [O] Insert TODO Item at Bottom

2012-10-19 Thread Jeremiah Dodds
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Esben, Esben Stien wrote: I add a TODO item with M-S-RET, but is there any way to insert the new TODO item at the bottom of the current node or is there any way to navigate quickly to the last TODO item of the current node?. An ECM

Re: [O] Insert TODO Item at Bottom

2012-10-19 Thread John Hendy
One could use capture if always filing to the same basic tree. I believe the default puts it at the end of the list, hence the =:prepend= option. -- http://orgmode.org/manual/Template-elements.html#Template-elements I'm curious in this as well, as capture wouldn't work so well if filing all over

Re: [O] error in orgstruct-mode

2012-10-19 Thread Peter Salazar
Oops. Here's the full backtrace. Anyone have any thoughts? Help! Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) byte-code(\203 \306\202 \307\310!\210m\203\311\312\306\\210\313\314!\203!\311\315\306\\210\316\306w\210i\211\nV\2032\311\315\317\\210

Re: [O] error in orgstruct-mode

2012-10-19 Thread Nick Dokos
Peter Salazar cycleofs...@gmail.com wrote: Oops. Here's the full backtrace. Anyone have any thoughts? Help!   org-maybe-renumber-ordered-list()   org-insert-item()   org-insert-heading(nil)   call-interactively(org-insert-heading) Well, org-maybe-renumber-ordered-list was removed by this

Re: [O] error in orgstruct-mode

2012-10-19 Thread Peter Salazar
Thanks. I tried upgrading my version of org to 7.9.2, but then whenever I launched Aquamacs, I got this message: Wrong type argument: integer-or-marker-p, nil I couldn't save or do anything, so I went back to the old version. Anyone know the solution to the Wrong type argument:

Re: [O] error in orgstruct-mode

2012-10-19 Thread Nick Dokos
Peter Salazar cycleofs...@gmail.com wrote: Thanks. I tried upgrading my version of org to 7.9.2, but then whenever I launched Aquamacs, I got this message: Wrong type argument: integer-or-marker-p, nil I couldn't save or do anything, so I went back to the old version.  Anyone know

Re: [O] Random Access Node

2012-10-19 Thread Marcelo de Moraes Serpa
That'd be a nice feature, indeed. On Thu, Oct 18, 2012 at 6:37 PM, Esben Stien b...@esben-stien.name wrote: Is there some way to go directly to a node? F.ex, I have: * foo ** bar.. ** baz.. ** hukarz.. I do C-c a s to search for baz, which brings up a buffer with baz somewhere in

[O] Speeding up the agenda search

2012-10-19 Thread Marcelo de Moraes Serpa
Hello everyone, My list of files in the agenda got to a considerable size. It still searchable, but some types of search, such as PROPERTY, usually lock down emacs and I'm forced to kill the process. Is there any way to speed it up? Perhaps by compiling the elisp files to bytecode? I'm on OSX