Re: [Orgmode] blank lines and keystrokes for org remember templates

2007-09-07 Thread Carsten Dominik
The problem is that it is hard to see if a final newline in a remember buffer is meant to indicate an empty line or not. I will fix it in the following way: After exiting the remember buffer, Org-mode will add a newline *if there is none* and insert the resulting string into the outline tree.

[Orgmode] blank lines and keystrokes for org remember templates

2007-09-06 Thread Scott Jaderholm
Hi, 1. When I use remember with a template I get a blank line after the text that I type. My template looks like this: (setq org-remember-templates '((?l * TODO %? ~/Documents/org/life.org New Tasks))) If I write TODO something I get a blank line after it in my org file even though I

Re: [Orgmode] blank lines and keystrokes for org remember templates

2007-09-06 Thread John Wiegley
Scott Jaderholm [EMAIL PROTECTED] writes: If I write TODO something I get a blank line after it in my org file even though I didn't put a newline when using remember. Even stranger is that it *doesn't* put a blank line if you have multiple lines of text in your remember block. I'd vote that