From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Rudin Subject: inline constant substitution Date: Sun, 12 Oct 2014 15:41:51 +0100 Message-ID: <871tqd1hao.fsf@rudin.co.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Suppose I have: #+CONSTANTS: foo=42 How can I make inline references to a constant on export in regular text, rather than in a table? I want to be able to write something like: The value of foo is $foo in my org file, and then end up with: The value of foo is 42 when I export to LaTeX. TIA.