From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Quoting formula "cookies" in table? Date: Tue, 5 Oct 2010 19:24:49 +0200 Message-ID: <5CA38859-8978-4E62-B646-DD1E1EDB1B9A@gmail.com> References: <87ocb96ebn.fsf@Rainer.invalid> <3A667AF5-F639-4A57-BFAA-6843BBC67882@gmail.com> <87iq1glg5p.fsf@Rainer.invalid> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=37007 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3BG4-00060H-V6 for emacs-orgmode@gnu.org; Tue, 05 Oct 2010 13:24:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3BG3-0002a9-S0 for emacs-orgmode@gnu.org; Tue, 05 Oct 2010 13:24:56 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:42394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3BG3-0002Zz-MQ for emacs-orgmode@gnu.org; Tue, 05 Oct 2010 13:24:55 -0400 Received: by ewy19 with SMTP id 19so3262275ewy.0 for ; Tue, 05 Oct 2010 10:24:54 -0700 (PDT) In-Reply-To: <87iq1glg5p.fsf@Rainer.invalid> 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: Achim Gratz Cc: emacs-orgmode@gnu.org On Oct 5, 2010, at 7:10 PM, Achim Gratz wrote: > Carsten Dominik writes: > [...] >> The best way to deal with this is: >> >> * Table Test >> >> |-------------+------| >> | unrelated 1 | ~>=~ | >> | Test1 | ~=~ | > [...] > > Ah, thank you -- I've settled for *bold* instead since that is a bit > more pleasing in the HTML output. Now that I export the file to HTML > nobody gets to see the org file anymore, so while it looks a bit > clumsy > in the source I can live with that. > > It would still be nice if there was a way to quote without changing > the > output or to just disable the formula mechanism entirely for a table, > but I recognize that these things are very deeply embedded into the > table code and not so easy to change... Don't forget that this is Org-mode, so pretty much everything can be changed. :-) (setq org-table-formula-evaluate-inline nil) might do this - I am not completely sure.... - Carsten