From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stanton Subject: Question on latex source block Date: Sat, 8 Sep 2012 22:15:10 -0700 Message-ID: <40C7B1BFC291ED4E9D10436D07736A3347089E653C@EXMAIL7.haas.uc.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAZri-0001fd-5W for emacs-orgmode@gnu.org; Sun, 09 Sep 2012 01:15:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TAZrh-00017X-8O for emacs-orgmode@gnu.org; Sun, 09 Sep 2012 01:15:26 -0400 Received: from gateway-a.haas.berkeley.edu ([128.32.222.29]:4973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAZrh-00017A-2V for emacs-orgmode@gnu.org; Sun, 09 Sep 2012 01:15:25 -0400 Content-Language: en-US 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" Using Org-mode version 7.9.1 (release_7.9.1-154-g659be3 @ c:/emacs/site-lis= p/org-mode/lisp/), I created the following LaTeX code block: #+begin_src latex :file test.png \frac{1}{2} #+end_src When I press C-c C-c to compile the code block, I get the following error d= ump: Debugger entered--Lisp error: (void-function org-create-formula-image) org-create-formula-image("\\frac{1}{2}" "test.png" (:foreground default := background default :scale 1.0 :html-foreground "Black" :html-background "Tr= ansparent" :html-scale 1.0 :matchers ("begin" "$1" "$" "$$" "\\(" "\\[")) t= ) org-babel-execute:latex("\\frac{1}{2}" ((:comments . "") (:shebang . "") = (:cache . "no") (:padline . "") (:noweb . "no") (:tangle . "no") (:exports = . "results") (:results . "file replace latex") (:session . "none") (:hlines= . "no") (:padnewline . "yes") (:file . "test.png") (:result-type . value) = (:result-params "file" "replace" "latex") (:rowname-names) (:colname-names)= )) org-babel-execute-src-block(nil ("latex" "\\frac{1}{2}" ((:comments . "")= (:shebang . "") (:cache . "no") (:padline . "") (:noweb . "no") (:tangle .= "no") (:exports . "results") (:results . "file replace latex") (:session .= "none") (:hlines . "no") (:padnewline . "yes") (:file . "test.png") (:resu= lt-type . value) (:result-params "file" "replace" "latex") (:rowname-names)= (:colname-names)) "" nil 0)) org-babel-execute-src-block-maybe() org-babel-execute-maybe() org-babel-execute-safely-maybe() run-hook-with-args-until-success(org-babel-execute-safely-maybe) org-ctrl-c-ctrl-c(nil) call-interactively(org-ctrl-c-ctrl-c nil nil) What am I missing here? Thanks. Richard Stanton