From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Display/print text only for export Date: Tue, 01 May 2012 16:22:16 +0200 Message-ID: <87zk9sj813.fsf@gnu.org> References: <20120424215237.GA31235@okeanos> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPDx9-0007gl-ID for emacs-orgmode@gnu.org; Tue, 01 May 2012 10:21:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPDx7-000193-L5 for emacs-orgmode@gnu.org; Tue, 01 May 2012 10:21:19 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:40766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPDx7-00018m-CE for emacs-orgmode@gnu.org; Tue, 01 May 2012 10:21:17 -0400 Received: by wgbds1 with SMTP id ds1so2843519wgb.30 for ; Tue, 01 May 2012 07:21:15 -0700 (PDT) In-Reply-To: <20120424215237.GA31235@okeanos> (Andreas Kalex's message of "Tue, 24 Apr 2012 23:52:37 +0200") 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: Andreas Kalex Cc: emacs-orgmode Hallo Andreas, Andreas Kalex writes: > I am writing some text in org-mode, in which I will use former > chapters from the same file and sometimes from other files. > Is it possible to use a link for these parts that they should only be > displayed and/or printed for export (e.g. in pdf)? Does #+INCLUDE: suits your needs? It works for exporting, it cannot display included files in the buffer. HTH, -- Bastien