From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Controlling example block export? Date: Tue, 01 Apr 2014 17:34:49 +0200 Message-ID: <87ob0lnjvq.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WV0hs-00062C-1K for emacs-orgmode@gnu.org; Tue, 01 Apr 2014 11:34:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WV0hj-0008Fn-18 for emacs-orgmode@gnu.org; Tue, 01 Apr 2014 11:34:31 -0400 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:44927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WV0hi-0008Fi-QA for emacs-orgmode@gnu.org; Tue, 01 Apr 2014 11:34:22 -0400 Received: by mail-wg0-f42.google.com with SMTP id y10so7481234wgg.1 for ; Tue, 01 Apr 2014 08:34:21 -0700 (PDT) In-Reply-To: (Heikki Lehvaslaiho's message of "Tue, 1 Apr 2014 12:20:39 +0300") 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: Heikki Lehvaslaiho Cc: emacs-orgmode@gnu.org Hello, Heikki Lehvaslaiho writes: > I am using example blocks as inline notes where I paste snippets of > (pre-formatted) text. I'd like to be able to control the exporting of > those block individually (per document would also be useful). I do not seem > to be able to find documentation about anything along those lines. > > Here is a mock-up: > > #+BEGIN_EXAMPLE :exports none > private notes... > #+END_EXAMPLE You should use drawers for that. See also `org-export-with-drawers'. Regards, -- Nicolas Goaziou