emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Ali Tofigh <alix.tofigh@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: orgmode and ebib
Date: Sun, 30 May 2010 22:29:38 +0200	[thread overview]
Message-ID: <BCEBE80E-64C5-451F-8E42-40631796C040@gmail.com> (raw)
In-Reply-To: <AANLkTikQZSPEluwz7v7Y2CLo3Kavj765AUrmiaBaONoL@mail.gmail.com>


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

      reply	other threads:[~2010-05-30 20:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-28 20:39 orgmode and ebib Ali Tofigh
2010-05-30 20:29 ` Carsten Dominik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BCEBE80E-64C5-451F-8E42-40631796C040@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=alix.tofigh@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).