Re: [O] org-kill-line sometimes crashes emacs

2011-04-06 Thread Thomas Jack
On Tue, Apr 5, 2011 at 8:20 PM, Nick Dokos wrote: > Yes, I can. What version of emacs are you using? > > Mine is: GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version > 2.22.0) of 2011-03-16. I'll update Thanks! Glad it's not just me. I'm all the way back on "GNU Emacs 23.1.1 (x86_64-pc-l

[O] org-kill-line sometimes crashes emacs

2011-04-05 Thread Thomas Jack
Steps to reproduce: Include an entry like this in your org-capture-templates: ("t" "Todo" entry (file+headline "~/org/gtd.org" "Tasks") "* TODO %?\n %i\n %a") Now, delete everything in ~/org/gtd.org except for a lone "Tasks" headline. Put point on the next line, and start a capture wi

Re: [Orgmode] Re: %i indentation in capture templates

2010-08-06 Thread Thomas Jack
2010/8/6 Sébastien Vauban : > But just wanted to confirm you this seems, then, a bug to me (regarding what > the doc promises). Thanks for the confirmation. The following patch seems to fix the problem: diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 111f7f7..1e407f1 100644 --- a/li

[Orgmode] %i indentation in capture templates

2010-08-05 Thread Thomas Jack
I have the following capture template: ("t" "Todo" entry (file+headline (concat org-directory "/inbox.org") "inbox") "* TODO %?\n%i\n%a") Yet, with "foo\nbar\nbaz" in the region, this expands to: ... *** TODO foo bar baz ... The manual says of %i that "The entire text w