From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: #+header: :post -> Symbol's value as variable is void: *this* Date: Sat, 26 Jul 2014 22:02:50 +0200 Message-ID: <87a97vhor9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XB8BV-0007uw-Lb for emacs-orgmode@gnu.org; Sat, 26 Jul 2014 16:03:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XB8BP-00027L-Cy for emacs-orgmode@gnu.org; Sat, 26 Jul 2014 16:03:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:48573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XB8BP-00027B-5S for emacs-orgmode@gnu.org; Sat, 26 Jul 2014 16:03:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XB8BJ-0007HB-5j for emacs-orgmode@gnu.org; Sat, 26 Jul 2014 22:03:01 +0200 Received: from g231227136.adsl.alicedsl.de ([92.231.227.136]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Jul 2014 22:03:01 +0200 Received: from tjolitz by g231227136.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Jul 2014 22:03:01 +0200 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 List, whats wrong with this :post header arg: #+header: :post (format "#+attr_latex :float :placement {c}{scale=.6}\n%s" *this*) #+begin_src emacs-lisp (+ 2 2) #+end_src When I understand ,---- | http://orgmode.org/manual/post.html `---- correctly, *this* should hold the block results, but I get ,---- | Symbol's value as variable is void: *this* `---- -- cheers, Thorsten