Re: [Orgmode] Comments in Org-mode

2009-08-03 Thread Samuel Wales
Hi Carsten, On 2009-08-02, Carsten Dominik wrote: > Yes. Running this command sets the variable comment-start, which > then breaks automatic filling. I have never understood why, it would > be nice to fix this problem, but I don't know how. It works for me. However, I don't know if the fix wa

Re: [Orgmode] Comments in Org-mode

2009-08-02 Thread Carsten Dominik
On Jul 15, 2009, at 5:45 AM, Manuel Amador wrote: Hi Sebastian and Russell, You are correct. The problem appears after I comment a region in org- mode with: M-x comment-region # After that, every time auto-fill does its magic, I get a # at the beginning of each new line. Yes. Running

Re: [Orgmode] Comments in Org-mode

2009-07-15 Thread Sebastian Rose
Manuel Amador writes: > Hi Sebastian and Russell, > > You are correct. The problem appears after I comment a region in org-mode > with: > > M-x comment-region # Ahh - yes. If I comment something with M-x comment-region # it happens here, too. I never did that in Org-mode - I simply ad

Re: [Orgmode] Comments in Org-mode

2009-07-14 Thread Samuel Wales
I do not experience the problem you describe. Did you try the solution anyway? If it doesn't work, there are things to try. On Tue, Jul 14, 2009 at 22:23, Manuel Amador wrote: > Samuel, > > Thanks for replying. The thread that you mentioned however, seems to > be concerned with a different issue

Re: [Orgmode] Comments in Org-mode

2009-07-14 Thread Manuel Amador
Samuel, Thanks for replying. The thread that you mentioned however, seems to be concerned with a different issue. My issue shows up not just in a line right after a commented line, but could happen anywhere later in the text. That is, after the comment-region command is used, every time a new lin

Re: [Orgmode] Comments in Org-mode

2009-07-14 Thread Samuel Wales
As far as I know, I fixed it in the thread whose subject is "Protecting comment lines from fill-paragraph". On Tue, Jul 14, 2009 at 21:52, Russell Adams wrote: > Wow! I can duplicate that! > > I did the same, and started typing after a region I had used > comment-region on, and it commented new li

Re: [Orgmode] Comments in Org-mode

2009-07-14 Thread Russell Adams
Wow! I can duplicate that! I did the same, and started typing after a region I had used comment-region on, and it commented new lines after that during fill. On Tue, Jul 14, 2009 at 08:45:32PM -0700, Manuel Amador wrote: > Hi Sebastian and Russell, > > You are correct. The problem appears afte

Re: [Orgmode] Comments in Org-mode

2009-07-14 Thread Manuel Amador
Hi Sebastian and Russell, You are correct. The problem appears after I comment a region in org-mode with: M-x comment-region # After that, every time auto-fill does its magic, I get a # at the beginning of each new line. Manuel On Tue, Jul 14, 2009 at 6:14 PM, Sebastian Rose wrote: > Russel

Re: [Orgmode] Comments in Org-mode

2009-07-14 Thread Sebastian Rose
Russell Adams writes: > I just tried that in 6.24b with auto-fill-mode, and no problems. Same here. Maybe it's the "old" emacs development-snappshot? There where quite some bugs - it's not a release version. I know I saw that problem... I use the current emacs CVS version and it's fine. ema

Re: [Orgmode] Comments in Org-mode

2009-07-14 Thread Russell Adams
I just tried that in 6.24b with auto-fill-mode, and no problems. On Tue, Jul 14, 2009 at 05:09:30PM -0700, Manuel Amador wrote: > Hi everybody, > > I think I have found a bug (or a feature!). Sometimes when > writing documents I tend to comment out a line by adding a "#" > in the column 0. Howev

[Orgmode] Comments in Org-mode

2009-07-14 Thread Manuel Amador
Hi everybody, I think I have found a bug (or a feature!). Sometimes when writing documents I tend to comment out a line by adding a "#" in the column 0. However, after doing this in a line at the middle of the document, I get the following behavior: --