From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Pank Roulund Subject: Re: Bug: \log and friends are not recognized as math [6.34b] Date: Fri, 29 Jan 2010 21:09:46 +0100 Message-ID: <4B63408A.9060100@gmail.com> References: <4B52F4D9.9060406@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nax7d-0001eY-K4 for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 15:07:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Nax7Y-0001bG-Oa for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 15:07:16 -0500 Received: from [199.232.76.173] (port=37563 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nax7Y-0001av-5Y for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 15:07:12 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:46596) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nax7X-0002io-IJ for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 15:07:11 -0500 Received: by ewy28 with SMTP id 28so215938ewy.8 for ; Fri, 29 Jan 2010 12:07:05 -0800 (PST) In-Reply-To: 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Hi Carsten, > can you make me a list of macros that should be treated in this way? If you load AUCTeX with math key bindings i.e.: M-x latex-mode RET M-x latex-math-mode RET You will get a list of symbols under Math-->Log-like. It is defined in latex.el. Here is a list of log-like functions according to AUCTeX. (nil "arccos" "Log-like") (nil "arcsin" "Log-like") (nil "arctan" "Log-like") (nil "arg" "Log-like") (?\C-c "cos" "Log-like") (nil "cosh" "Log-like") (nil "cot" "Log-like") (nil "coth" "Log-like") (nil "csc" "Log-like") (nil "deg" "Log-like") (?\C-d "det" "Log-like") (nil "dim" "Log-like") (?\C-e "exp" "Log-like") (nil "gcd" "Log-like") (nil "hom" "Log-like") (?\C-_ "inf" "Log-like") (nil "ker" "Log-like") (nil "lg" "Log-like") (?\C-l "lim" "Log-like") (nil "liminf" "Log-like") (nil "limsup" "Log-like") (nil "ln" "Log-like") (nil "log" "Log-like") (nil "max" "Log-like") (nil "min" "Log-like") (nil "Pr" "Log-like") (nil "sec" "Log-like") (?\C-s "sin" "Log-like") (nil "sinh" "Log-like") (?\C-^ "sup" "Log-like") (?\C-t "tan" "Log-like") (nil "tanh" "Log-like") Is that sufficient? > I guess we can simply add these to org-html-entities t=and that might > already solve the issue..... You are probably right :) Thanks, Rasmus