emacs-wiki-discuss
[Top][All Lists]
Advanced

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

[emacs-wiki-discuss] [patch] planner-bibtex.el


From: Bastien Guerry
Subject: [emacs-wiki-discuss] [patch] planner-bibtex.el
Date: Fri, 28 Oct 2005 22:55:50 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

hi all,

a small bug in planner-bibtex.el: `planner-bibtex-annotation-new'
doesn't create a proper muse-link (a "/" is missing after bibtex:).
I don't know if this affect only muse or emacs-wiki as well.

Here is a patch.

--- planner-bibtex.el   2005-10-28 22:45:00.000000000 +0100
+++ planner-bibtex-new.el       2005-10-28 22:44:41.000000000 +0100
@@ -63,7 +63,7 @@
       (bibtex-beginning-of-entry)
       (re-search-forward bibtex-entry-maybe-empty-head nil t)
       (planner-make-link
-       (concat "bibtex:" (buffer-file-name) planner-bibtex-separator
+       (concat "bibtex:/" (buffer-file-name) planner-bibtex-separator
                (planner-bibtex-key-in-head))
        titlestring
        t))))
@@ -82,7 +82,7 @@
         (bibtex-beginning-of-entry)
         (re-search-forward bibtex-entry-maybe-empty-head nil t)
         (planner-make-link
-         (concat "bibtex:" (buffer-file-name) planner-bibtex-separator
+         (concat "bibtex:/" (buffer-file-name) planner-bibtex-separator
                  (planner-bibtex-key-in-head))
          titlestr
          t))))
-- 
Bastien

reply via email to

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