Re: [Orgmode] Protecting comment lines from fill-paragraph

2009-05-08 Thread Samuel Wales
I believe that filladapt plus my modification to filladapt-token-table works. -- Myalgic encephalomyelitis denialism is causing death and severe suffering worse than MS. Conflicts of interest are destroying science. Anybody can get the disease at any time permanently. Do science and justice ma

Re: [Orgmode] Protecting comment lines from fill-paragraph

2009-05-08 Thread Carsten Dominik
I don't know how to fix this, unfortunately. - Carsten On Apr 24, 2009, at 6:19 PM, Matthew Lundin wrote: Hi Carsten, Thanks to the addition your wonderful org-footnote, I increasingly use org-mode for all my writing. And just as I do in LaTeX, I like to use comment lines to insert notes in m

Re: [Orgmode] Protecting comment lines from fill-paragraph

2009-04-27 Thread Samuel Wales
Try this. It modifies only a few lines from the original. (require 'filladapt) (setq filladapt-token-table '( ;; this must be first ("^" beginning-of-line) ;; Included text in news or mail replies (">+" citation->) ;; Included text generated by SUPERCITE. We can't hope to

Re: [Orgmode] Protecting comment lines from fill-paragraph

2009-04-24 Thread Matthew Lundin
Samuel Wales writes: > Did you try putting this in your org mode hook? > > (if (featurep 'filladapt) (filladapt-mode 1)) Actually, on second thought, this causes problems for all the other auto-fill-inhibit-regexp settings that are part of org-mode: e.g., headings, tables, etc. are filled if I

Re: [Orgmode] Protecting comment lines from fill-paragraph

2009-04-24 Thread Matthew Lundin
Samuel, Samuel Wales writes: > Did you try putting this in your org mode hook? > > (if (featurep 'filladapt) (filladapt-mode 1)) Thanks. That was just what I was looking for. - Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

Re: [Orgmode] Protecting comment lines from fill-paragraph

2009-04-24 Thread Samuel Wales
Did you try putting this in your org mode hook? (if (featurep 'filladapt) (filladapt-mode 1)) -- Myalgic encephalomyelitis denialism is causing death and severe suffering worse than MS. Greed is corrupting science into foul nonsense. Anybody can get the disease at any time permanently. Do s

[Orgmode] Protecting comment lines from fill-paragraph

2009-04-24 Thread Matthew Lundin
Hi Carsten, Thanks to the addition your wonderful org-footnote, I increasingly use org-mode for all my writing. And just as I do in LaTeX, I like to use comment lines to insert notes in my text. I have a couple of questions, however, about the behavior of comment lines in relation to fill-paragra