emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug in org-bibtex (patch attached)
       [not found] <907591965.818501.1359376735201.JavaMail.root@spooler4-g27.priv.proxad.net>
@ 2013-01-28 12:39 ` racin
  2013-01-30 10:41   ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: racin @ 2013-01-28 12:39 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

Hi,

There is a small bug in org-bibtex which prevents org-bibtex-search to work correctly when
org-bibtex-prefix is nil. Patch attached.

Matthieu

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: org-bibtex.el.diff --]
[-- Type: text/x-patch; name=org-bibtex.el.diff, Size: 473 bytes --]

--- /home/ml213213/git/ext/org-mode/lisp/org-bibtex.el	2013-01-28 13:28:21.910313351 +0100
+++ /home/ml213213/.emacs.d/elpa/org-plus-contrib-20121231/org-bibtex.el	2013-01-28 13:23:26.786308753 +0100
@@ -708,7 +679,7 @@
         (org-agenda-search-view-always-boolean t))
     (org-search-view nil
 		     (format "%s +{:%s%s:}"
-			     string org-bibtex-prefix
+			     string (or org-bibtex-prefix "")
 			     org-bibtex-type-property-name))))
 
 (provide 'org-bibtex)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug in org-bibtex (patch attached)
  2013-01-28 12:39 ` Bug in org-bibtex (patch attached) racin
@ 2013-01-30 10:41   ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-01-30 10:41 UTC (permalink / raw)
  To: racin; +Cc: emacs-orgmode

racin@free.fr writes:

> There is a small bug in org-bibtex which prevents org-bibtex-search
> to work correctly when org-bibtex-prefix is nil. Patch attached.

Applied, thanks!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-30 11:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <907591965.818501.1359376735201.JavaMail.root@spooler4-g27.priv.proxad.net>
2013-01-28 12:39 ` Bug in org-bibtex (patch attached) racin
2013-01-30 10:41   ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).