From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [RFC] Standardized code block keywords Date: Fri, 28 Oct 2011 22:18:32 -0400 Message-ID: <4370.1319854712@alphaville.dokosmarshall.org> References: <87pqhrih3s.fsf@gmail.com> <201110261641.21161.DanielBausch@gmx.de> <6009.1319641493@alphaville.dokosmarshall.org> <201110270725.38634.DanielBausch@gmx.de> <87pqhhqcxr.fsf@gmail.com> <87hb2totly.fsf@gmail.com> <8934.1319827222@alphaville.americas.hpqcorp.net> <87d3dhosn3.fsf@gmail.com> <2491.1319844157@alphaville.americas.hpqcorp.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJyVI-0007XP-OL for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 22:18:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJyVH-0000Zf-AO for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 22:18:36 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:47839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJyVH-0000Zb-4y for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 22:18:35 -0400 In-Reply-To: Message from tsd@tsdye.com (Thomas S. Dye) of "Fri, 28 Oct 2011 13:39:34 -1000." 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: "Thomas S. Dye" Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Thomas S. Dye wrote: > And, revising the files before Worg updates the Org-mode it uses will > break them, right? Yup - they got to be done at the same time. Nick > > Tom > > Nick Dokos writes: > > > I'm trying to add a note to Worg hacks but before I push, I use my local > > org setup to publish Worg locally and take a look at it (not entirely reliable > > since my org version is usually different from the real Worg one, but a > > good indication of problems before they happen nevertheless). I ran into > > a couple of problems. > > > > The first one is expected: I'm running with Eric's patch, so when > > processing Worg/org-contrib/babel/examples/o18.org (Tom Dye's article on > > Archaelogy in Oceania), I ran into #+srcname vs #+name problems: when > > Eric's changes do go into org and the new org is used to publish Worg, > > there is going to be some breakage. Actually, o18.org is the extent of > > breakage that I saw, so it doesn't look too bad. > > > > But I also ran into a second (unrelated) issue. Here's a minimal example: > > > > * Conclusion > > > > #+begin_src latex > > > > #+end_src > > > > Exporting to html gives me the attached backtrace. But the underlying reason > > is easy to demonstrate: if you C-c C-c on the empty source block, you get: > > > > ,---- > > | * Conclusion > > | > > | #+begin_src latex > > | > > | #+end_src > > | > > | #+results: > > | #+END_LaTeX > > | #+BEGIN_LaTeX > > `---- > > > > Nick > > > > Versions: > > Org-mode version 7.7 (release_7.7.485.gcfed6.dirty) > > GNU Emacs 24.0.90.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.0) of 2011-10-27 > > > > > > > > -- > Thomas S. Dye > http://www.tsdye.com >