From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stephen J. Barr" Subject: question about org2blog and latex Date: Thu, 15 Mar 2012 11:42:19 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8CpB-0003IZ-KX for emacs-orgmode@gnu.org; Thu, 15 Mar 2012 11:42:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8Cp9-0002sA-Fg for emacs-orgmode@gnu.org; Thu, 15 Mar 2012 11:42:45 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:33803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8Cp9-0002rg-6g for emacs-orgmode@gnu.org; Thu, 15 Mar 2012 11:42:43 -0400 Received: by wibhj13 with SMTP id hj13so3485922wib.12 for ; Thu, 15 Mar 2012 08:42:40 -0700 (PDT) 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 Hello, I am working on blogging using org2blog, allowing me to update my wordpress blog with org-mode. All is working well except latex. I was expecting latex images but instead just get things like: $latex z * k^\theta$ The header to my blogpost.org file has #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: #+XSLT: Am I doing something wrong? Thanks, Stephen