From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: Re: [bug] [babel] repeated exports w/ inline src blocks yield different results Date: Wed, 27 Nov 2013 11:27:17 +0900 Message-ID: <87a9gqziii.wl@dns1.atmark-techno.com> References: Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlUqd-0002vy-EF for emacs-orgmode@gnu.org; Tue, 26 Nov 2013 21:27:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlUqX-0006ed-Bu for emacs-orgmode@gnu.org; Tue, 26 Nov 2013 21:27:27 -0500 Received: from p654782.hkidff01.ap.so-net.ne.jp ([121.101.71.130]:47040 helo=dns1.atmark-techno.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlUqX-0006cP-24 for emacs-orgmode@gnu.org; Tue, 26 Nov 2013 21:27:21 -0500 Received: from sv-prius.atmark-techno.com (sv-prius.local-network [192.168.10.102]) by dns1.atmark-techno.com (Postfix) with ESMTP id 5633883471 for ; Wed, 27 Nov 2013 11:27:17 +0900 (JST) 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: emacs-orgmode@gnu.org At Sun, 24 Nov 2013 04:18:38 +0000 (UTC), Charles Berry wrote: [...] > and you see the extra '#+END_SRC' line. > > And if you keep repeating those keystrokes, the second result again appears. > > However, sometimes a minor change and then an erasure (perhaps 'a a C-x u') > followed by the export keystrokes yields the correct result. It seems like a cache issue. `org-element-cache-reset' before exporting corrects the result on my system. still learning how the cache works... -- yashi