From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: export (to gfm) with file local variables Date: Fri, 21 Aug 2015 10:39:07 -0400 Message-ID: <87mvxkvh84.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSnTe-0007QO-Nd for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 10:39:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZSnTa-00027z-Iy for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 10:39:30 -0400 Received: from plane.gmane.org ([80.91.229.3]:45312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSnTa-00027n-Cf for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 10:39:26 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZSnTS-0006yw-Th for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 16:39:19 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Aug 2015 16:39:18 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Aug 2015 16:39:18 +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: emacs-orgmode@gnu.org Andreas Leha writes: > I forgot... > > Andreas Leha writes: >> Hi all, >> >> How can I make my toy sample file below export properly to github >> flavoured markdown (using ox-gfm)? >> >> (Of course including the file local variables in exported *.md file...) > > ... and without having them apply to the current *.org file. > >> >> If I try I get >> ,---- >> | hack-local-variables: Malformed local variable line: "" >> `---- >> >> Thanks, >> Andreas >> >> >> PS: the sample file >> >> #+md: >> >> * Test File >> >> With text. >> >> >> #+md: > > Add a noexport section with a control-L as contents at the end. Emacs only looks at the last "page" of the file for local variables so the control-L will stop it. Nick