From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: seeking good practices for writing about org using org Date: Thu, 4 Aug 2016 09:24:15 -0700 Message-ID: References: <682129b907fb4b438f5571483c797797@exchsrv2.sgc.loc> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVLRq-0004PJ-5C for emacs-orgmode@gnu.org; Thu, 04 Aug 2016 12:24:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVLRl-00072r-OX for emacs-orgmode@gnu.org; Thu, 04 Aug 2016 12:24:40 -0400 Received: from iport-acv6-out.ucsd.edu ([132.239.0.13]:49480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVLRl-00072m-FQ for emacs-orgmode@gnu.org; Thu, 04 Aug 2016 12:24:37 -0400 In-Reply-To: <682129b907fb4b438f5571483c797797@exchsrv2.sgc.loc> 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: "Cook, Malcolm" Cc: "'emacs-orgmode@gnu.org'" On Wed, 3 Aug 2016, Cook, Malcolm wrote: > Thanks. Much closer. Still some issues. Mind taking another > gander.... (hoping the attached jpeg of the webpage rendered comes > through as an attachment).... > > If my emacs buffer holds... > ---------------------------------------------- > #+BEGIN_SRC org :exports both :results value ascii ...............................................^^^^^ what is the `ascii' doing? Can you provide a link to documentation in the manual or a docstring describing its function? Why don't you have 'replace' in the :results args? > > ,* Acknowledgments This bit behaves as you might expect in plain text export, markdown, and latex export: > [[mailto:mywife@example.com][my wife]] but in html it does create ` T O C " should create?? --- Re your next post, I suggest spending some time reading (info "(org) results") to grasp what the various options actually do. It is probably a good idea to execute src blocks to see the RESULTS before you try to export them. Reading (info "(org) wrap") might also help and certainly a quick breeze thru (info "(org) Specific header arguments") to remind yourself of what all the possibilities are is something I have to do from time to time. HTH, Chuck