From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: LaTeX export, table forumulas Date: Fri, 12 Dec 2008 14:06:40 +0100 Message-ID: <8F1BF3F5-72AF-4D3D-9E13-B5B481F02FB9@uva.nl> References: <87ljunyewp.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LB7jF-0005zL-UO for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 08:06:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LB7jD-0005yX-5C for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 08:06:49 -0500 Received: from [199.232.76.173] (port=50125 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LB7jB-0005y9-He for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 08:06:46 -0500 Received: from ug-out-1314.google.com ([66.249.92.171]:19714) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LB7jB-0006jv-4x for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 08:06:45 -0500 Received: by ug-out-1314.google.com with SMTP id 36so400719uga.17 for ; Fri, 12 Dec 2008 05:06:44 -0800 (PST) In-Reply-To: <87ljunyewp.fsf@gmail.com> 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: AvataR, public.avatar@gmail.com Cc: Org-mode mailing list Hi, On Dec 10, 2008, at 9:05 PM, [AvataR] wrote: > Hi Carsten, hi list! > > I have some questions about org > 1. How about row formulas? Like coloumn, but row? This has been on my list for a long time, but I don't have had time to implement it so for, and I don't expect to do it soon. > > 2. How can I transform text patterns when exporting? I have symbols =20= > like > =CE=B1 in my text, and i want transform them to \alpha You can use org-export-preprocess-hook and add a function doing this =20 there. - Carsten