From c668817bf3be96f0864471566f45f27adea454f0 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 19 Dec 2008 15:06:47 +0100 Subject: [PATCH] Revert "HTML export: Remove the name attribute from anchors that do not need it." This reverts commit 642620ebb33a79768cff0ce9a0f425f8e972b2c2. --- lisp/ChangeLog | 2 -- lisp/org-exp.el | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 07c932361..f2ce31b2f 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,8 +4,6 @@ of the tag. (org-export-format-source-code): Surround example by empty lines, to make sure it will not be inside a paragraph. - (org-export-as-html): Remove the name attribute from anchors that - do not need it. * org.el (org-ido-switchb): New function. diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 538207eea..f961ffc4e 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -3281,7 +3281,7 @@ lang=\"%s\" xml:lang=\"%s\"> ((match-end 2) (setq line (replace-match (format - "@@" + "@@" (org-solidify-link-text (match-string 1 line)) (org-solidify-link-text (match-string 1 line))) t t line))) -- 2.11.4.GIT