From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Filters not working Date: Fri, 09 Aug 2013 07:37:13 -1000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7qdL-0008Jz-9G for emacs-orgmode@gnu.org; Fri, 09 Aug 2013 13:37:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7qdB-0002cJ-Ug for emacs-orgmode@gnu.org; Fri, 09 Aug 2013 13:37:51 -0400 Received: from oproxy6-pub.mail.unifiedlayer.com ([67.222.54.6]:58273) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1V7qdB-0002bl-N6 for emacs-orgmode@gnu.org; Fri, 09 Aug 2013 13:37:41 -0400 Received: from [98.155.255.145] (port=50901 helo=poto.local) by box472.bluehost.com with esmtpsa (TLSv1:CAMELLIA128-SHA:128) (Exim 4.80) (envelope-from ) id 1V7qcl-0000rc-TH for emacs-orgmode@gnu.org; Fri, 09 Aug 2013 11:37:16 -0600 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: Org-mode Aloha all, After an upgrade from 8.0.3 this morning I'm unable to export a large writing project that has kept me from reading the ML regularly for the last few months. It seems that filters that used to work, no longer do so. For example, #+name: tsd-parencites #+BEGIN_SRC emacs-lisp=20 (defun tsd-latex-filter-parencites (text backend info) "Replace parencites placeholders in Beamer/LaTeX export." (when (memq backend '(beamer latex)) (replace-regexp-in-string "=CF=80" "\\parencites" text nil t))) (add-to-list 'org-export-filter-plain-text-functions 'tsd-latex-filter-parencites) #+END_SRC now lets pi slip through into the LaTeX output, giving this error: ERROR: Package inputenc Error: Unicode char \u8:=CF=80 not set up for use w= ith LaTeX. My question, is whether this filter is obviously broken given recent changes to Org-mode? Any pointers greatly appreciated. If not, I'll get on with it and try to track down the problem. All the best, Tom --=20 T.S. Dye & Colleagues, Archaeologists 735 Bishop St, Suite 315, Honolulu, HI 96813 Tel: 808-529-0866, Fax: 808-529-0884 http://www.tsdye.com