From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Subject: How to replace \( by $$ and such when exporting to markdown Date: Sun, 26 Jan 2014 17:10:45 -0600 Message-ID: <867g9mpcei.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7Yqx-0004MR-34 for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 18:11:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7Yqn-0001sV-Ar for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 18:10:59 -0500 Received: from mail-oa0-x229.google.com ([2607:f8b0:4003:c02::229]:47633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7Yqn-0001sH-5v for emacs-orgmode@gnu.org; Sun, 26 Jan 2014 18:10:49 -0500 Received: by mail-oa0-f41.google.com with SMTP id j17so6055741oag.28 for ; Sun, 26 Jan 2014 15:10:47 -0800 (PST) Received: from lahp ([189.142.12.107]) by mx.google.com with ESMTPSA id m4sm57846593oen.7.2014.01.26.15.10.46 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 26 Jan 2014 15:10:47 -0800 (PST) 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 list Hi all, I'm trying to publish some beamer presentations with mathematical content as pages in octopress. I think I'm on my way to get a working setup, but I would like some help to achieve the following: With an up-to-date org (from git), define some functions that, when exporting to markdown with ox-md, automatically replace all instances of \(, \), \[ and \] with $$. Thanks in advance for any help. Rafael