From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Fischmeister Subject: Annotating org exporters Date: Tue, 10 May 2016 09:56:03 -0400 Message-ID: <87futqvwy6.fsf@uwaterloo.ca> Reply-To: sfischme@uwaterloo.ca Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b08wO-0007jb-U0 for emacs-orgmode@gnu.org; Tue, 10 May 2016 10:47:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b08wK-0008Mp-N5 for emacs-orgmode@gnu.org; Tue, 10 May 2016 10:47:16 -0400 Received: from mailservices.uwaterloo.ca ([129.97.128.141]:51246 helo=mailchk-m05.uwaterloo.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b08wK-0008K8-4j for emacs-orgmode@gnu.org; Tue, 10 May 2016 10:47:12 -0400 Received: from connect.uwaterloo.ca (connhub4.connect.uwaterloo.ca [129.97.149.122]) by mailchk-m05.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id u4ADu2iO012374 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=OK) for ; Tue, 10 May 2016 09:56:03 -0400 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" To: emacs-orgmode@gnu.org Hi, Is there a simple way to build regex-based extensions to the exporters? For example, I would like to convert this string "=>" to $\rightarrow$ when converting the document to latex. There are lots of other uses, where I could create my shortcuts and insert them in orgmode files without creating a lot of clutter in the file. Sebastian