From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: export (to gfm) with file local variables Date: Fri, 21 Aug 2015 11:52:39 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSjyX-0004L9-Ao for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 06:55:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZSjyU-0004Hp-3g for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 06:55:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:60591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSjyT-0004F1-QO for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 06:55:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZSjyS-0004K4-I5 for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 12:55:04 +0200 Received: from 193.63.223.134 ([193.63.223.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Aug 2015 12:55:04 +0200 Received: from andreas.leha by 193.63.223.134 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Aug 2015 12:55:04 +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 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: Thanks, Andreas