From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Luis_Mu=F1iz?= Subject: Can't tangle inline source code Date: Fri, 17 Aug 2012 19:42:04 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2QZL-0005i8-Ci for emacs-orgmode@gnu.org; Fri, 17 Aug 2012 13:42:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T2QZK-0004yV-Js for emacs-orgmode@gnu.org; Fri, 17 Aug 2012 13:42:47 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:44518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2QZK-0004yR-Cv for emacs-orgmode@gnu.org; Fri, 17 Aug 2012 13:42:46 -0400 Received: by wgbez12 with SMTP id ez12so2909611wgb.30 for ; Fri, 17 Aug 2012 10:42:45 -0700 (PDT) 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 Hi there! I'm having some problems while tangling. More specifically, I can tangle a src block of code: #+BEGIN_SRC emacs-lisp :tangle block.el :results silent (format-time-string "%Y/%m_%b/%d_%a :: [%H:%M:%S]" ) #+END_SRC But I can't tangle the inlined equivalent form: src_emacs-lisp[ :tangle inline.el :results silent ]{(format-time-string "%Y/%m_%b/%d_%a :: [%H:%M:%S]")} I'm using org-mode version 7.8.11 from the GIT repository (updated a couple hours ago, release_7.8.11-505-g952d72), and Emacs 23.2.1. Same results using shell code (sh), and/or with Org Version 7.4. In order to repeat the test, simply paste this whole message in an Emacs (org-)buffer and tangle (C-c C-v t) it. It should generate two files and , but only the former appears. Regards, -- - Luis Mu=F1iz