From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: fixmee / syntax-ppss Date: Sun, 06 Dec 2015 10:30:15 +0100 Message-ID: <87r3izq5zs.fsf@nicolasgoaziou.fr> References: <87y4de9sc1.fsf@jasper.nowan.org> <87egf3bcet.fsf@gmail.com> <87y4d8if2o.fsf@sand.nowan.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5VcJ-0003RF-KC for emacs-orgmode@gnu.org; Sun, 06 Dec 2015 04:28:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a5VcI-000871-L0 for emacs-orgmode@gnu.org; Sun, 06 Dec 2015 04:28:27 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:42952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5VcI-00085H-EO for emacs-orgmode@gnu.org; Sun, 06 Dec 2015 04:28:26 -0500 In-Reply-To: <87y4d8if2o.fsf@sand.nowan.org> (Jeremy Hankins's message of "Sat, 05 Dec 2015 18:41:19 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jeremy Hankins Cc: emacs-orgmode@gnu.org Hello, Jeremy Hankins writes: > Aaron Ecay writes: > >> Org mode provides built-in functionality to create =E2=80=9CTODO=E2=80= =9D annotations >> (called inline tasks). These might server your purpose better than what >> you are trying to do with fixmee. You need to put the following line in >> your emacs init file: > > Hmm, I may be able to make this work. It's pretty important for my > purposes that notes like this not show up in the published version. I'm > still learning my way around org-mode, but my sense is that will be > fairly straightforward to achieve. As another data point, drawers may also do the job, e.g.: :FIXME: ... :END: You can then control what drawers are exported with `org-export-with-drawers' (or per document with d OPTIONS item). Regards, --=20 Nicolas Goaziou