emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* orgmode and ebib
@ 2010-05-28 20:39 Ali Tofigh
  2010-05-30 20:29 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Ali Tofigh @ 2010-05-28 20:39 UTC (permalink / raw)
  To: emacs-orgmode

hi,

i use ebib to manage my bibtex references. it would be really cool if
orgmode could follow links to bibtex entries using ebib. what i would
like is to be able to follow a link such as [[bib:bibentry]] and end
up in ebib, with my standard bibtex database opened, and entry
positioned at the bibentry. can this be achieved without adding
functionality to orgmode?

/ali

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

* Re: orgmode and ebib
  2010-05-28 20:39 orgmode and ebib Ali Tofigh
@ 2010-05-30 20:29 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-05-30 20:29 UTC (permalink / raw)
  To: Ali Tofigh; +Cc: emacs-orgmode


On May 28, 2010, at 10:39 PM, Ali Tofigh wrote:

> hi,
>
> i use ebib to manage my bibtex references. it would be really cool if
> orgmode could follow links to bibtex entries using ebib. what i would
> like is to be able to follow a link such as [[bib:bibentry]] and end
> up in ebib, with my standard bibtex database opened, and entry
> positioned at the bibentry. can this be achieved without adding
> functionality to orgmode?

Very likely, this is very simple to implement - but I don't know ebib  
and what API it offers to find and display entries.  If someone is  
interested to hack this, look at org-bibtex.e and at the manual:

http://orgmode.org/manual/Adding-hyperlink-types.html#Adding-hyperlink-types


The basic code for this will be very simple indeed, like

(org-add-link-type "ebib" 'org-ebib-open)
(defun org-bib-open (path)
      ;; PATH will be the bibentry key here
      (some-ebib-function-to-find-and-display path))	

HTH

- Carsten

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

end of thread, other threads:[~2010-05-30 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-28 20:39 orgmode and ebib Ali Tofigh
2010-05-30 20:29 ` Carsten Dominik

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).