From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Newell Subject: org-publish an org-mode outline Date: Sat, 12 Aug 2017 18:57:09 -1000 Message-ID: <87378wxdy2.fsf@bobnewell.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dgkxi-0005BG-BB for emacs-orgmode@gnu.org; Sun, 13 Aug 2017 00:57:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dgkxf-0004rk-3A for emacs-orgmode@gnu.org; Sun, 13 Aug 2017 00:57:18 -0400 Received: from mail-pg0-x230.google.com ([2607:f8b0:400e:c05::230]:38869) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dgkxe-0004qj-RV for emacs-orgmode@gnu.org; Sun, 13 Aug 2017 00:57:15 -0400 Received: by mail-pg0-x230.google.com with SMTP id l64so29487528pge.5 for ; Sat, 12 Aug 2017 21:57:13 -0700 (PDT) Received: from localhost (udp073324uds.hawaiiantel.net. [141.239.246.29]) by smtp.gmail.com with ESMTPSA id i66sm10600441pfk.146.2017.08.12.21.57.10 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Sat, 12 Aug 2017 21:57:11 -0700 (PDT) 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" To: emacs-orgmode@gnu.org I may be overlooking something simple here, but I'm having a problem with org-publish. When I try to publish a page containing something like this (minimal example): #+BEGIN_EXAMPLE * top ** level 2 *** level 3 #+END_EXAMPLE what happens is that 'top' etc. get interpreted as section markers (the 'example' seems to be overlooked). To get it to be an actual code example I have to indent the * to make the line a non-headline, " * top" instead of "* top" for instance. What kind of dumb mistake am I making? I've been using org-publish for a while but all my code samples so far haven't included org-mode headlines. Mahalo in advance. -- Bob Newell Honolulu, Hawai`i * Via Gnus/BBDB/Org/Emacs/Linux *