Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-26 Thread Noorul Islam
On Tue, Oct 26, 2010 at 2:05 PM, Marcel van der Boom wrote: > On di 26-okt-2010 13:54 > Noorul Islam wrote: > >>On Tue, Oct 26, 2010 at 1:46 PM, Marcel van der Boom >> wrote: >>> On di 26-okt-2010 06:35 >>> Carsten Dominik wrote: >>> >> I find that puzzling.  What might have changed in Emacs

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-26 Thread Marcel van der Boom
On di 26-okt-2010 13:54 Noorul Islam wrote: >On Tue, Oct 26, 2010 at 1:46 PM, Marcel van der Boom > wrote: >> On di 26-okt-2010 06:35 >> Carsten Dominik wrote: >> > I find that puzzling.  What might have changed in Emacs 24 to > cause such > differences?  I do not use Emacs 24 on a d

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-26 Thread Noorul Islam
On Tue, Oct 26, 2010 at 1:46 PM, Marcel van der Boom wrote: > On di 26-okt-2010 06:35 > Carsten Dominik wrote: > I find that puzzling.  What might have changed in Emacs 24 to cause such differences?  I do not use Emacs 24 on a day-to-day basis yet. >>> >>> On emacs 24 (newline

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-26 Thread Marcel van der Boom
On di 26-okt-2010 06:35 Carsten Dominik wrote: >>> I find that puzzling. What might have changed in Emacs 24 to >>> cause such >>> differences? I do not use Emacs 24 on a day-to-day basis yet. >>> >> >> On emacs 24 (newline 0) inserts a new line which I think is >> incorrect. > >Sounds like

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-26 Thread Marcel van der Boom
On di 26-okt-2010 11:06 Noorul Islam wrote: [...] >>> Sounds like a but to me too. >>> For now I am working around this in the latest git version. >>> >>> Marcel, this should be fixed.  Could you please submit a bug report >>> to Emacs 24, stating that (newline 0) does insert a newline? >>> >> >>

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-25 Thread Noorul Islam
On Tue, Oct 26, 2010 at 10:34 AM, Noorul Islam wrote: > On Tue, Oct 26, 2010 at 10:05 AM, Carsten Dominik > wrote: >> >> On Oct 26, 2010, at 6:29 AM, Noorul Islam wrote: >> >>> On Mon, Oct 25, 2010 at 5:46 PM, Carsten Dominik >>> wrote: On Oct 25, 2010, at 1:58 PM, Noorul Islam wrote:

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-25 Thread Noorul Islam
On Tue, Oct 26, 2010 at 10:05 AM, Carsten Dominik wrote: > > On Oct 26, 2010, at 6:29 AM, Noorul Islam wrote: > >> On Mon, Oct 25, 2010 at 5:46 PM, Carsten Dominik >> wrote: >>> >>> On Oct 25, 2010, at 1:58 PM, Noorul Islam wrote: >>> On Mon, Oct 25, 2010 at 4:48 PM, Noorul Islam wrote: >>>

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-25 Thread Carsten Dominik
On Oct 26, 2010, at 6:29 AM, Noorul Islam wrote: On Mon, Oct 25, 2010 at 5:46 PM, Carsten Dominik wrote: On Oct 25, 2010, at 1:58 PM, Noorul Islam wrote: On Mon, Oct 25, 2010 at 4:48 PM, Noorul Islam wrote: On Mon, Oct 25, 2010 at 4:21 PM, Marcel van der Boom > wrote: Hi all, I'm i

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-25 Thread Noorul Islam
On Mon, Oct 25, 2010 at 5:46 PM, Carsten Dominik wrote: > > On Oct 25, 2010, at 1:58 PM, Noorul Islam wrote: > >> On Mon, Oct 25, 2010 at 4:48 PM, Noorul Islam wrote: >>> >>> On Mon, Oct 25, 2010 at 4:21 PM, Marcel van der Boom >>> wrote: Hi all, I'm in the process of migrati

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-25 Thread Carsten Dominik
On Oct 25, 2010, at 1:58 PM, Noorul Islam wrote: On Mon, Oct 25, 2010 at 4:48 PM, Noorul Islam wrote: On Mon, Oct 25, 2010 at 4:21 PM, Marcel van der Boom > wrote: Hi all, I'm in the process of migrating from org-remember to org-capture. Pretty easy going so far, but it seems org-capture ad

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-25 Thread Noorul Islam
On Mon, Oct 25, 2010 at 4:48 PM, Noorul Islam wrote: > On Mon, Oct 25, 2010 at 4:21 PM, Marcel van der Boom wrote: >> Hi all, >> >> I'm in the process of migrating from org-remember to org-capture. >> Pretty easy going so far, but it seems org-capture adds newlines, which >> I think it should not

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-25 Thread Noorul Islam
On Mon, Oct 25, 2010 at 4:21 PM, Marcel van der Boom wrote: > Hi all, > > I'm in the process of migrating from org-remember to org-capture. > Pretty easy going so far, but it seems org-capture adds newlines, which > I think it should not do. > > My (test) capture-template is: > > (("t" "Todo" entr

[Orgmode] org-capture adds newline(s) when it should not

2010-10-25 Thread Marcel van der Boom
Hi all, I'm in the process of migrating from org-remember to org-capture. Pretty easy going so far, but it seems org-capture adds newlines, which I think it should not do. My (test) capture-template is: (("t" "Todo" entry (file "~/.outlet/GTD.org") "* TODO %?" :prepend t :empty-lines 0) wit