From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: export (to gfm) with file local variables Date: Fri, 21 Aug 2015 11:50:39 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSjuR-0002HL-Md for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 06:50:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZSjuO-0002Zg-H5 for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 06:50:55 -0400 Received: from plane.gmane.org ([80.91.229.3]:60365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSjuO-0002XK-AU for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 06:50:52 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZSjuM-0001X9-Bx for emacs-orgmode@gnu.org; Fri, 21 Aug 2015 12:50:50 +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:50:50 +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:50:50 +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 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...) If I try I get ,---- | hack-local-variables: Malformed local variable line: "" `---- Thanks, Andreas PS: the sample file --8<---------------cut here---------------start------------->8--- #+md: * Test File With text. #+md: --8<---------------cut here---------------end--------------->8---