From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: custom emacs org-emphasis-alist breaks EXPORT, help ;-) ? Date: Fri, 4 Oct 2013 09:31:41 +0300 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf301cc62a97769004e7e474ba Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRyvR-00005l-Na for emacs-orgmode@gnu.org; Fri, 04 Oct 2013 02:31:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRyvQ-0004P6-3R for emacs-orgmode@gnu.org; Fri, 04 Oct 2013 02:31:45 -0400 Received: from mail-bk0-x22b.google.com ([2a00:1450:4008:c01::22b]:51931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRyvP-0004Oy-Hm for emacs-orgmode@gnu.org; Fri, 04 Oct 2013 02:31:44 -0400 Received: by mail-bk0-f43.google.com with SMTP id mz13so1339055bkb.16 for ; Thu, 03 Oct 2013 23:31:41 -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: org mode --20cf301cc62a97769004e7e474ba Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable hi all so after struggling for weeks to figure out why i always get an error when exporting i finally nailed the issue: org-emphasis-alist. i have alot of them (see below) and use them in orgmode quite often. is this a bug or if you want to use the exporter you should avoid using org-emphasis-alist? thx alot Z (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(ac-dictionary-directories (quote ("/home/zeltak/.emacs.d/elpa/auto-complete-20130330.1836/dict" "/home/zeltak/.emacs.d/dictionary"))) '(bmkp-last-as-first-bookmark-file "/home/zeltak/.emacs.d/bookmarks") '(company-backends (quote (company-elisp company-nxml company-css company-semantic company-clang company-eclim company-xcode company-ropemacs (company-gtags company-etags company-dabbrev-code company-keywords company-ispell) company-oddmuse company-files company-dabbrev))) '(custom-safe-themes (quote ("f57ee03c7fd6fb499bab560e376f824ee2193bf96af6ae67b3019e44ab6a72bd" "2a7d75398789781fe7ae983110c1147bde702020f7bea8b25d9cf243d4fc5007" "52079e380fbb333931e07e1ca7946c5eea7b737dd2c33dbfba7818ea70c4540e" "9abb5a74b8789de4f8552a620ea65ce739d955715f446468ea04fd4e14d21488" "a3f50a2d553d995b9328fd864c08cc6af60403a8a45abf95b9072f0f9c77898a" "752b605b3db4d76d7d8538bbc6fe8828f6d92a720c0ea334b4e01cea44d4b7a9" "9b6be33571491c7118e129a15cc5a92b28d414a9bb68e7b04c508e6107524ba0" "c9d00d43bd5ad4eb7fa4c0e865b666216dfac4584eede68fbd20d7582013a703" "5ce9c2d2ea2d789a7e8be2a095b8bc7db2e3b985f38c556439c358298827261c" default))) '(org-emphasis-alist (quote (("?" (:weight ultra-bold :background "#FFBF1E")) ("=E2=82=86" (:foreground "#000000" :underline t :background "#= FF9AEA" :weight ultra-bold)) ("=E2=82=85" (:weight ultra-bold :foreground "#1E00DE"= )) ("`" (:foreground "#000000" :weight ultra-bold :background "#FBFF00")) ("=E2=82= =84" (:weight ultra-bold :foreground "#FF9800")) ("=E2=99=AA" (:box t)) ("=E2=99= =A9" default) ("=C2=AB" (:foreground "#393D90")) ("^" (:foreground "#393D90" :weight ultra-bold)) ("=C2=B6" (:underline t :height 1.3 :weight ultra-bold)) ("=C2= =A1" (:foreground "#FFA500" :weight ultra-bold)) ("'" (:background "#35FF00" :weight ultra-bold)) ("-" (:foreground "#ffffff" :slant italic :height 1.3 :weight ultra-bold :background "#3f8c5c")) ("+" (:background "#59BD7F" :foreground "#ffffff" :slant italic :height 1.2 :weight bold)) ("!" (:weight ultra-bold :foreground "#B40000")) ("%" (:weight ultra-bold :background "#DDFFDD" :foreground "#000000")) ("$" (nil nil :background "#DDDDFF" :foreground "#000000" :weight ultra-bold)) ("=E2=82=81" (:weight ultra-bold :box t :background "#F6F9FF" :foreground "#000000" :height 1.6)) ("=E2=82=82" (:background "#F6F9FF" :box t :height 1.2 :weight ultra-bold))= ("=E2=82=83" (:weight ultra-bold :background "#F6F9FF" :height 1.1 :underline t)) ("@" (:foreground "#B40000" :background "#FFDDDD" :weight bold)) (":" (:weight bold :height\ 2 :Foreground "#FFFFFF")) ("*" bold) ("/" italic) ("_" underline) ("=3D" org-code verbatim) ("~" org-verbatim verbatim))))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) --20cf301cc62a97769004e7e474ba Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
hi all

so after struggling f= or weeks to figure out why i always get an error when exporting i finally n= ailed the issue: org-emphasis-alist. i have alot of them (see below) and us= e them in orgmode quite often. is this a bug or if you want to use the expo= rter you should avoid using org-emphasis-alist?

thx alot

Z

(custom-set-variables
=C2=A0;; custom-set-variables was add= ed by Custom.
=C2=A0;; If you edit it by hand, you could mess it = up, so be careful.
=C2=A0;; Your init file should contain only one such instance.
=C2=A0;; If there is more than one, they won't work right.
=C2=A0'(ac-dictionary-directories (quote ("/home/zeltak/.emacs.d/= elpa/auto-complete-20130330.1836/dict" "/home/zeltak/.emacs.d/dic= tionary")))
=C2=A0'(bmkp-last-as-first-bookmark-file "/home/zeltak/.emacs= .d/bookmarks")
=C2=A0'(company-backends (quote (company-= elisp company-nxml company-css company-semantic company-clang company-eclim= company-xcode company-ropemacs (company-gtags company-etags company-dabbre= v-code company-keywords company-ispell) company-oddmuse company-files compa= ny-dabbrev)))
=C2=A0'(custom-safe-themes (quote ("f57ee03c7fd6fb499bab560e3= 76f824ee2193bf96af6ae67b3019e44ab6a72bd" "2a7d75398789781fe7ae983= 110c1147bde702020f7bea8b25d9cf243d4fc5007" "52079e380fbb333931e07= e1ca7946c5eea7b737dd2c33dbfba7818ea70c4540e" "9abb5a74b8789de4f85= 52a620ea65ce739d955715f446468ea04fd4e14d21488" "a3f50a2d553d995b9= 328fd864c08cc6af60403a8a45abf95b9072f0f9c77898a" "752b605b3db4d76= d7d8538bbc6fe8828f6d92a720c0ea334b4e01cea44d4b7a9" "9b6be33571491= c7118e129a15cc5a92b28d414a9bb68e7b04c508e6107524ba0" "c9d00d43bd5= ad4eb7fa4c0e865b666216dfac4584eede68fbd20d7582013a703" "5ce9c2d2e= a2d789a7e8be2a095b8bc7db2e3b985f38c556439c358298827261c" default)))
=C2=A0'(org-emphasis-alist (quote (("?" (:weight ultra-b= old :background "#FFBF1E")) ("=E2=82=86" (:foreground &= quot;#000000" :underline t :background "#FF9AEA" :weight ult= ra-bold)) ("=E2=82=85" (:weight ultra-bold :foreground "#1E0= 0DE")) ("`" (:foreground "#000000" :weight ultra-b= old :background "#FBFF00")) ("=E2=82=84" (:weight ultra= -bold :foreground "#FF9800")) ("=E2=99=AA" (:box t)) (&= quot;=E2=99=A9" default) ("=C2=AB" (:foreground "#393D9= 0")) ("^" (:foreground "#393D90" :weight ultra-bol= d)) ("=C2=B6" (:underline t :height 1.3 :weight ultra-bold)) (&qu= ot;=C2=A1" (:foreground "#FFA500" :weight ultra-bold)) (&quo= t;'" (:background "#35FF00" :weight ultra-bold)) ("= -" (:foreground "#ffffff" :slant italic :height 1.3 :weight = ultra-bold :background "#3f8c5c")) ("+" (:background &q= uot;#59BD7F" :foreground "#ffffff" :slant italic :height 1.2= :weight bold)) ("!" (:weight ultra-bold :foreground "#B4000= 0")) ("%" (:weight ultra-bold :background "#DDFFDD"= ; :foreground "#000000")) ("$" (nil nil :background &qu= ot;#DDDDFF" :foreground "#000000" :weight ultra-bold)) (&quo= t;=E2=82=81" (:weight ultra-bold :box t :background "#F6F9FF"= ; :foreground "#000000" :height 1.6)) ("=E2=82=82" (:ba= ckground "#F6F9FF" :box t :height 1.2 :weight ultra-bold)) ("= ;=E2=82=83" (:weight ultra-bold :background "#F6F9FF" :heigh= t 1.1 :underline t)) ("@" (:foreground "#B40000" :backg= round "#FFDDDD" :weight bold)) (":" (:weight bold :heig= ht\ =C2=A02 :Foreground "#FFFFFF")) ("*" bold) ("/= " italic) ("_" underline) ("=3D" org-code verbatim= ) ("~" org-verbatim verbatim)))))
(custom-set-faces
=C2=A0;; custom-set-faces was added by Cus= tom.
=C2=A0;; If you edit it by hand, you could mess it up, so be= careful.
=C2=A0;; Your init file should contain only one such in= stance.
=C2=A0;; If there is more than one, they won't work right.
=C2=A0)
--20cf301cc62a97769004e7e474ba--