Re: [O] org-kill-line

2013-04-27 Thread Jisang Yoo
If you are referring to org-kill-line, it is indeed odd that C-k in org mode kills screen lines in visual line mode while C-k in text mode always kills logical lines. It seems temporarily turning off visual-line-mode while running the macro involving org-kill-line is a workaround. Or define a ver

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

2011-04-06 Thread Nick Dokos
Thomas Jack wrote: > 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. Not me: I'd be glad

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

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

2011-04-05 Thread Nick Dokos
Thomas Jack wrote: > 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 o