From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Macro question with new texinfo exporter Date: Mon, 04 Feb 2013 19:10:29 +0100 Message-ID: <871ucw54ru.fsf@gmail.com> References: <877gmvalzn.fsf@gmail.com> <87vcae53fi.fsf@bzg.ath.cx> <87haly96xi.fsf@gmail.com> <87zjzqejhz.fsf@bzg.ath.cx> <87wquumhqk.fsf@gmail.com> <87wquth35i.fsf@bzg.ath.cx> <87ehh12gjp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2QVH-0007jc-RI for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 13:10:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U2QVF-0006tb-QD for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 13:10:51 -0500 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:51750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2QVF-0006tO-Cl for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 13:10:49 -0500 Received: by mail-we0-f173.google.com with SMTP id r5so4924082wey.4 for ; Mon, 04 Feb 2013 10:10:48 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Mon, 04 Feb 2013 05:43:36 -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: Bastien , Org-mode Hello, tsd@tsdye.com (Thomas S. Dye) writes: > Nicolas Goaziou writes: > >> Bastien writes: >> >>> Now back to the issue at hand, what about simply allowing to escape >>> the , and " characters? This was Thomas first try, and a natural one >>> I'd say. >> >> I have pushed a fix in maint for that. It should now be possible to use >> {{{kbd(C-\,)}}} to get "C-," as argument. > > I need a bit more help with this. I created a tracking branch for > maint: > > git branch --track maint origin/maint > > Then, I checkout maint: > > git checkout maint > > Reloading Org yields these messages: > > The following features were found in load-path, please check if that's correct: > (org-e-texinfo org-export) > Some error occured while reloading Org features > (ob-core ob-tcl) > Please check *Messages*! > Org-mode version 7.9.3e (7.9.3e @ /Users/dk/.emacs.d/src/org-mode/lisp/) > cond: Symbol's function definition is void: org-e-latex-export-to-latex > > I'm stymied here. I'd like to be able to use the new macro code with > the new exporter. How is that possible? The experimental exporter can be found in master branch. The maint branch has a very old version which is unusable. I pushed the fix to maint because it was about Elements, not directly the exporter. Regards, -- Nicolas Goaziou