From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Regier Subject: Re: Is there an environment for Org syntax? Date: Tue, 18 Mar 2014 12:10:16 -0500 (CDT) Message-ID: <1023455130.644981.1395162616137.JavaMail.zimbra@ittc.ku.edu> References: <1187822931.636304.1394835216554.JavaMail.zimbra@ittc.ku.edu> <1681130543.636394.1394838254099.JavaMail.zimbra@ittc.ku.edu> <926970118.636480.1394840068162.JavaMail.zimbra@ittc.ku.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPxX0-0005IX-7h for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 13:10:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPxWs-0000pj-OA for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 13:10:26 -0400 Received: from stephens.ittc.ku.edu ([129.237.125.220]:44235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPxWs-0000p9-KX for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 13:10:18 -0400 In-Reply-To: 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: Fletcher Charest Cc: emacs-orgmode@gnu.org Sorry, Fletcher, but this is beyond me. If what you want is essentially a buffer-based screenshot, then it may in theory be easier, relatively speaking, to build elisp routines to copy the contents of buffers, but that would be even further beyond my abilities. Phil ----- Original Message ----- From: "Fletcher Charest" To: "Phil Regier" Cc: emacs-orgmode@gnu.org Sent: Monday, March 17, 2014 8:58:18 AM Subject: Re: [O] Is there an environment for Org syntax? Hello Phil, When I use the edit buffer (by pressing C-c '), my Org syntax is indented properly (in accordance with org-indent-mode, which is set to t). The code block itself looks like this after editing: #+BEGIN_SRC org :exports code ,* Top level headline ,** Second level ,*** Third level some text ,*** Third level more text #+END_SRC As you can see, the text ('some text' and 'more text') is not indented. This is a little bit annoying, but not too much - I can add the spaces myself. The problem is with the HTML export: I can't see the HTML output as I would see it in my Emacs buffer, that is to say, without the leading stars. In my output (see attached), leading stars are visible, although not colored. I would like them to be completely invisible. Do you observe the same thing? My org-version is 8.2.5h-30-gdd810b-elpaplus under GNU Emacs 24.3.1. Thanks, FC