From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cook, Malcolm" Subject: Re: seeking good practices for writing about org using org Date: Thu, 4 Aug 2016 02:54:40 +0000 Message-ID: <7a9a301a196741549c9db29d3b6058b9@exchsrv2.sgc.loc> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bV8o3-0002HB-Pf for emacs-orgmode@gnu.org; Wed, 03 Aug 2016 22:54:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bV8nz-0007wF-K5 for emacs-orgmode@gnu.org; Wed, 03 Aug 2016 22:54:46 -0400 Received: from smtp01.stowers.org ([40.141.174.61]:41515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bV8nz-0007w1-Bn for emacs-orgmode@gnu.org; Wed, 03 Aug 2016 22:54:43 -0400 In-Reply-To: Content-Language: en-US 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: "'Charles C. Berry'" Cc: "'emacs-orgmode@gnu.org'" Hi, Additionally, if I change to #+BEGIN_SRC org :exports both :results value html I do not want the html rendered in the browser when I export to html. Rath= er, I want to see the html that was created. Actually, having the option t= o see BOTH would be ideal. Similarly, if I change to #+BEGIN_SRC org :exports both :results value latex I want to see the generated latex in the browser (when I export to html) or= the generaled latex in the pdf (when I go that route). =20 I suppose my actual goal is to be able to write org, and generate a documen= t which display the org (:results code), display the markup (:results value= ), and possibly optionally additionally shows (an image) of how the markup = renders (possibly using node to render html to an image or something else t= o render latex as an image). Any insights into straightening out this thinking much welcome.... Cheers, Malcolm