emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] custom emacs org-emphasis-alist breaks EXPORT, help ;-) ?


From: Xebar Saram
Subject: [O] custom emacs org-emphasis-alist breaks EXPORT, help ;-) ?
Date: Fri, 4 Oct 2013 09:31:41 +0300

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")) ("₆" (:foreground "#000000" :underline t :background "#FF9AEA" :weight ultra-bold)) ("₅" (:weight ultra-bold :foreground "#1E00DE")) ("`" (:foreground "#000000" :weight ultra-bold :background "#FBFF00")) ("₄" (:weight ultra-bold :foreground "#FF9800")) ("♪" (:box t)) ("♩" default) ("«" (:foreground "#393D90")) ("^" (:foreground "#393D90" :weight ultra-bold)) ("¶" (:underline t :height 1.3 :weight ultra-bold)) ("¡" (: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)) ("₁" (:weight ultra-bold :box t :background "#F6F9FF" :foreground "#000000" :height 1.6)) ("₂" (:background "#F6F9FF" :box t :height 1.2 :weight ultra-bold)) ("₃" (: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) ("=" 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.
 )

reply via email to

[Prev in Thread] Current Thread [Next in Thread]