From mboxrd@z Thu Jan 1 00:00:00 1970 From: Seweryn Subject: Updating CONSTANTS in LaTeX mode Date: Sat, 11 Dec 2010 15:05:09 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=50336 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PRR0p-0006qw-Gu for emacs-orgmode@gnu.org; Sat, 11 Dec 2010 10:05:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PRR0o-0003Lr-F3 for emacs-orgmode@gnu.org; Sat, 11 Dec 2010 10:05:27 -0500 Received: from lo.gmane.org ([80.91.229.12]:47688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PRR0o-0003Lm-6D for emacs-orgmode@gnu.org; Sat, 11 Dec 2010 10:05:26 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PRR0m-0003eW-Ii for emacs-orgmode@gnu.org; Sat, 11 Dec 2010 16:05:24 +0100 Received: from 94.163.185.182 ([94.163.185.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Dec 2010 16:05:24 +0100 Received: from sewkokot by 94.163.185.182 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Dec 2010 16:05:24 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, Is it possible to have locally defined CONSTANTS in .tex buffer? What is the command to update the list of known CONSTANTS since $pi works but I cannot insert $x to the list of CONSTANTS. See example below \begin{comment} #+CONSTANTS: x=458.0 #+ORGTBL: SEND test1 orgtbl-to-latex :splice t :lend "" | 3.1415927 | #ERROR | #+TBLFM: @1$1=$pi::@1$2=$x % $ \end{comment} I would appreciate a hint. Thanks.