* Bib system based on org-mode
@ 2010-07-10 5:44 Qiang Guo
2010-07-10 10:49 ` Andreas Burtzlaff
0 siblings, 1 reply; 2+ messages in thread
From: Qiang Guo @ 2010-07-10 5:44 UTC (permalink / raw)
To: emacs-orgmode
Hi, Community
org-mode is a great tool to record and recognize
things. Has anybody ever thought of using it as a
bibliographical system as Endnote, and etc ?
Right now, I am trying to organize my reference records in
org-mode. This is handy because org-mode has some nice
features such as :PROPERTY:, tags, ... For example, an entry
could be like this
/--------------------------------------/
* Spectrum Sensing based on ....
:PROPERTIES:
:author: XXX and XXX
:journal: Trans on Wireless Comm
:month: june
...
:END:
** Notes
Some notes can be put here.
/--------------------------------------/
Of course, the record can be imported from any structured
bib file such as bibtex files, endnote files by implementing
some lisp code.
Are there some other ways of using org-mode to organize
paper records I don't know about ? Or are there any people
interested in writing a extension or something to org-mode ?
I am a elisp newbie, but I can of course join in such a
project if there are such one.
Cheers~
Qiang
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Bib system based on org-mode
2010-07-10 5:44 Bib system based on org-mode Qiang Guo
@ 2010-07-10 10:49 ` Andreas Burtzlaff
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Burtzlaff @ 2010-07-10 10:49 UTC (permalink / raw)
To: Qiang Guo; +Cc: emacs-orgmode
Qiang Guo <mcknight0219@gmail.com> writes:
> Hi, Community
>
> org-mode is a great tool to record and recognize
> things. Has anybody ever thought of using it as a
> bibliographical system as Endnote, and etc ?
Yes, the format you propose below is used by Fireforg. Have a look at
its documentation at:
http://orgmode.org/worg/org-devel.php
It's currently experimental and has some performance problems, but I
plan a stable and improved release after the feature freeze.
Andreas
>
> Right now, I am trying to organize my reference records in
> org-mode. This is handy because org-mode has some nice
> features such as :PROPERTY:, tags, ... For example, an entry
> could be like this
> /--------------------------------------/
> * Spectrum Sensing based on ....
> :PROPERTIES:
> :author: XXX and XXX
> :journal: Trans on Wireless Comm
> :month: june
> ...
> :END:
> ** Notes
> Some notes can be put here.
>
> /--------------------------------------/
>
> Of course, the record can be imported from any structured
> bib file such as bibtex files, endnote files by implementing
> some lisp code.
>
> Are there some other ways of using org-mode to organize
> paper records I don't know about ? Or are there any people
> interested in writing a extension or something to org-mode ?
> I am a elisp newbie, but I can of course join in such a
> project if there are such one.
>
> Cheers~
>
> Qiang
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-10 10:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-10 5:44 Bib system based on org-mode Qiang Guo
2010-07-10 10:49 ` Andreas Burtzlaff
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).