Well, sorry..
Before sending the mail I read the documentation on
http://orgmode.org/worg/org-contribute.html#sec-4
regarding correct submission of patches... and did it wrong.
So just for the records, here it is again.
Hopefully, if I can contribute a `real' patch someday, the format will 
be right ;)

Regards, philipp

On Sun, Aug 19, 2012 at 01:38:10PM +0200, Nicolas Goaziou wrote:
> Hello,
> 
> Philipp Kroos <philipp.kr...@t-online.de> writes:
> 
> > It worked using customize, thanks. And thanks for the explanation, Nick.
> > At least my approach to set the value would not work at all without an 
> > explicit call to org-set-emph-re, since it relied on the variable being 
> > already defined.
> > It might be of minor interest, anyway, I've attached a patch-suggestion 
> > that would clearify the usage sufficiently, at least for me...
> 
> At some point, emphasis markers will be hard-coded anyway. Though, it
> will be easy to change their meaning during the export process.
> 
> 
> Regards,
> 
> -- 
> Nicolas Goaziou
> 
From 6bd616854ccb981693c2178c5a9c0378cf3954aa Mon Sep 17 00:00:00 2001
From: Philipp Kroos <philipp.kr...@t-online.de>
Date: Sun, 19 Aug 2012 14:34:56 +0200
Subject: [PATCH] Minor change of documentation

* lisp/org.el org-emphasis-alist: Clearified the documentation

The value is not changeable with a setq-form, the
customization-interface should be used. The change describes that.

TINYCHANGE
---
 lisp/org.el | 4 +++-
 1 Datei geändert, 3 Zeilen hinzugefügt(+), 1 Zeile entfernt(-)

diff --git a/lisp/org.el b/lisp/org.el
index 3bf338d..c70d94d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -3770,7 +3770,9 @@ characters, the face to be used by font-lock for 
highlighting in Org-mode
 Emacs buffers, and the HTML tags to be used for this.
 For LaTeX export, see the variable `org-export-latex-emphasis-alist'.
 For DocBook export, see the variable `org-export-docbook-emphasis-alist'.
-Use customize to modify this, or restart Emacs after changing it."
+The value of org-emphasis-alist is used to calculate a regular expression
+during startup; changing it manually may not have an effect.
+You should use customize to modify this. Otherwise, see `org-set-emph-re'."
   :group 'org-appearance
   :set 'org-set-emph-re
   :type '(repeat
-- 
1.7.11.4

Reply via email to