emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Should comments break paragraphs?


From: Bastien
Subject: Re: [O] Should comments break paragraphs?
Date: Wed, 17 Jul 2013 16:30:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Eric Schulte <address@hidden> writes:

> Unless I'm mistaken, I think this is exactly what my previous patch does
> (reproduced here for ease of reference).

Yes, this is it.

I also reproduce Nicolas snippet elsewhere in the thread, which might
be useful for other:

  (defun my-comment-removal (backend)
    (delete-matching-lines "^[ \t]*#\\( \\|$\\)"))
  (add-hook 'org-export-before-parsing-hook 'my-comment-removal)


I won't discuss this further, because I feel like the discussion
was over before it even started.

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]