Re: [Orgmode] Org-mode version 6.32b; org-remember only indents first line of %i substitution

2009-11-20 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian - I am confused - which is the patch I should apply? Sorry Carsten. The I CCed you with - the second one. It takes into account, that the title could be empty too. It's in the mail you're replying to. >> [[url][ ]] >> >> >> Test: >> >> >> (let ((orglink

Re: [Orgmode] Org-mode version 6.32b; org-remember only indents first line of %i substitution

2009-11-19 Thread Carsten Dominik
Hi Sebastian - I am confused - which is the patch I should apply? - Carsten On Nov 19, 2009, at 11:47 PM, Sebastian Rose wrote: "Andrew J. Korty" writes: I've learned some more details. The behavior I describe only occurs when remember is called via org-protocol. When that happens, `in

Re: [Orgmode] Org-mode version 6.32b; org-remember only indents first line of %i substitution

2009-11-19 Thread Sebastian Rose
"Andrew J. Korty" writes: > I've learned some more details. The behavior I describe only occurs when > remember is called via org-protocol. When that happens, `initial' is nil, so > the following code in org-remember.el doesn't run: > > (save-match-data > (let* ((lead (buffer-substring >

Re: [Orgmode] Org-mode version 6.32b; org-remember only indents first line of %i substitution

2009-11-19 Thread Sebastian Rose
"Andrew J. Korty" writes: > I've learned some more details. The behavior I describe only occurs when > remember is called via org-protocol. When that happens, `initial' is nil, so > the following code in org-remember.el doesn't run: > > (save-match-data > (let* ((lead (buffer-substring

Re: [Orgmode] Org-mode version 6.32b; org-remember only indents first line of %i substitution

2009-11-19 Thread Andrew J. Korty
I've learned some more details. The behavior I describe only occurs when remember is called via org-protocol. When that happens, `initial' is nil, so the following code in org-remember.el doesn't run: (save-match-data (let* ((lead (buffer-substring (point-at-bol) (match

Re: [Orgmode] Org-mode version 6.32b; org-remember only indents first line of %i substitution

2009-11-18 Thread Carsten Dominik
Hi Andrew, this works fine for me, I cannot reproduce the problem you are describing. - Carsten On Nov 12, 2009, at 4:27 PM, Andrew J. Korty wrote: When %i appears indented in an org-remember template, each line of the text substituted is supposed to be indented. In my case, only the first

[Orgmode] Org-mode version 6.32b; org-remember only indents first line of %i substitution

2009-11-12 Thread Andrew J. Korty
When %i appears indented in an org-remember template, each line of the text substituted is supposed to be indented. In my case, only the first line is being indented. Emacs : GNU Emacs 23.1.50.1 (x86_64-apple-darwin10.0.0, NS apple- appkit-1038.11) of 2009-11-10 on phrygian Package: Org-mode