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
I don't like the use of kill-visual-line in org-kill-mode as it creates
non-predictable behavior when recording keyboard macros, as the display
width will influence the result of running the macro. Does anyone have a
suggestion of how to get around this? Right now I redefined
kill-visual-line to ki
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
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
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
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