From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Renzo Been" Subject: & Date: Sat, 14 Jul 2007 09:10:48 +0200 Message-ID: <4916e1b50707140010y3e06b29bmb2ae26cefb859808@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I9bmH-0001SL-30 for emacs-orgmode@gnu.org; Sat, 14 Jul 2007 03:10:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9bmE-0001S6-SA for emacs-orgmode@gnu.org; Sat, 14 Jul 2007 03:10:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9bmE-0001S2-La for emacs-orgmode@gnu.org; Sat, 14 Jul 2007 03:10:50 -0400 Received: from ug-out-1314.google.com ([66.249.92.170]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I9bmE-0002Dh-8A for emacs-orgmode@gnu.org; Sat, 14 Jul 2007 03:10:50 -0400 Received: by ug-out-1314.google.com with SMTP id 34so835876ugf for ; Sat, 14 Jul 2007 00:10:48 -0700 (PDT) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, First of all, I've started using org-mode, and must say that it' a real fine addition to my Aquamacs Emacs. Great work, thanx! I do have a question concerning HTML-export: When I write a & in an org-file, it gets exported as & However I would like to use HTML-codes for special symbols, like: ä é, and many others In this way the exported HTML-file can be saved without the need for text-encoding (I also use a PDA that does not support all text-encodings), and can be easily read in all web-browsers... I've got this as the first line in my org files: # -*- mode: org; coding: raw-text-dos; -*- I've added the next lines to my .emacs in order to replace & with & (and remove text-encoding) (defalias 'troep (read-kbd-macro "ESC x ibuffer RET m w ESC x kill-buffer RET RET ESC x org-export-as-html-to-buffer RET C-x 1 ESC % l RET l RET ! ESC % & RET & RET ! C-x C-w C-y DEL DEL DEL DEL html RET ESC x kill-buffer RET RET C-x C-f DEL RET g ESC x kill-buffer RET C-y DEL RET")) (global-set-key [clear] 'troep) Is there an other way to set org-mode to leave the & as it is when exporting to HTML? Or could there be conflicts because the & is also used in tables? Or is there somewhere a list to be found with all the latex codes (like \euro) that can be used in an org-mode file? I don't know all these codes for special symbols in latex... Ciao, Renzo