* Sending BibTeX entries from Zotero to Org-mode via Fireforg
@ 2013-02-03 4:56 Marko Dimjašević
2013-02-07 8:24 ` Bastien
0 siblings, 1 reply; 5+ messages in thread
From: Marko Dimjašević @ 2013-02-03 4:56 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1183 bytes --]
Hi folks,
I just installed Zotero (a Firefox plugin for organizing your research
sources) and I thought it could be used with Org-mode. For example, I'd
like to send BibTeX entries from Zotero to Org-mode via Fireforg.
At http://orgmode.org/worg/org-devel.html I can see that Fireforg is
listed, but it seems outdated - when I try to install fireforg.xpi in
Abrowser 18 (Firefox-based browser), it reports the following:
Fireforg could not be installed because it is not compatible with
Abrowser 18.0.1.
I'm not sure if simply changing the "max version" parameter in
install.rdf in fireforg.xpi is the best idea.
According to the git log, the last commit dates back to 2010. I guess
it's not in active development anymore.
Also, I guess it needs org-protocol, but I can't figure out where to
download it from. At:
http://orgmode.org/worg/org-contrib/org-protocol.html
it doesn't say anything about how to obtain it.
Any suggestions on how to get org-protocol and fireforg working so that
I can export BibTeX entries from Zotero to org-mode?
If it's of any help, I have GNU Emacs 23.3.1 and Org-mode 7.6.
Cheers,
Marko Dimjašević
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 835 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Sending BibTeX entries from Zotero to Org-mode via Fireforg
2013-02-03 4:56 Sending BibTeX entries from Zotero to Org-mode via Fireforg Marko Dimjašević
@ 2013-02-07 8:24 ` Bastien
2013-02-07 10:07 ` Yagnesh Raghava Yakkala
2013-02-22 7:12 ` Marko Dimjašević
0 siblings, 2 replies; 5+ messages in thread
From: Bastien @ 2013-02-07 8:24 UTC (permalink / raw)
To: Marko Dimjašević; +Cc: emacs-orgmode
Hi Marko,
marko@dimjasevic.net (Marko Dimjašević) writes:
> Fireforg could not be installed because it is not compatible with
> Abrowser 18.0.1.
>
> I'm not sure if simply changing the "max version" parameter in
> install.rdf in fireforg.xpi is the best idea.
Maybe -- can you try and tell?
> According to the git log, the last commit dates back to 2010. I guess
> it's not in active development anymore.
Indeed.
> Also, I guess it needs org-protocol, but I can't figure out where to
> download it from. At:
>
> http://orgmode.org/worg/org-contrib/org-protocol.html
>
> it doesn't say anything about how to obtain it.
org-protocol.el is part of Org's core.
> Any suggestions on how to get org-protocol and fireforg working so that
> I can export BibTeX entries from Zotero to org-mode?
>
> If it's of any help, I have GNU Emacs 23.3.1 and Org-mode 7.6.
Please update to a more recent version of Org:
http://orgmode.org
Hopefully this will help in making FireOrg usable to you.
Best,
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Sending BibTeX entries from Zotero to Org-mode via Fireforg
2013-02-07 8:24 ` Bastien
@ 2013-02-07 10:07 ` Yagnesh Raghava Yakkala
2013-02-22 7:12 ` Marko Dimjašević
1 sibling, 0 replies; 5+ messages in thread
From: Yagnesh Raghava Yakkala @ 2013-02-07 10:07 UTC (permalink / raw)
To: Marko Dimjašević; +Cc: Bastien, emacs-orgmode
Hello,
FWIW, I am using zotelo¹ with org, which works pretty well. (and installation
should be easy.)
For eg, my setup includes placing local variables in my org document as
following,
--8<---------------cut here---------------start------------->8---
# Local Variables:
# eval: (zotelo-minor-mode 1)
# zotero-collection: #("0" 0 1 (name "*MyPaper*"))
# End:
--8<---------------cut here---------------end--------------->8---
where MyPaper is a directory in zotero database (or ALL if you want all the
references).
Now in emacs I just call zotelo-update-database, to get my bibliography
updated in the specified bib file.
Thanks.,
¹ https://github.com/vitoshka/zotelo
--
ఎందరో మహానుభావులు అందరికి వందనములు.
YYR
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Sending BibTeX entries from Zotero to Org-mode via Fireforg
2013-02-07 8:24 ` Bastien
2013-02-07 10:07 ` Yagnesh Raghava Yakkala
@ 2013-02-22 7:12 ` Marko Dimjašević
2013-02-22 12:43 ` Bastien
1 sibling, 1 reply; 5+ messages in thread
From: Marko Dimjašević @ 2013-02-22 7:12 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 514 bytes --]
Hi Bastien,
Bastien <bzg@altern.org> writes:
>>
>> I'm not sure if simply changing the "max version" parameter in
>> install.rdf in fireforg.xpi is the best idea.
>
> Maybe -- can you try and tell?
I can change it to 18.0.1, and even though it installs, it reads "Error"
in the add-on/status bar. I just guess it's due to the Org-mode version
(7.6) and hopefully it works in newer versions.
> org-protocol.el is part of Org's core.
Do you maybe know since what version?
Cheers,
Marko
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 835 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Sending BibTeX entries from Zotero to Org-mode via Fireforg
2013-02-22 7:12 ` Marko Dimjašević
@ 2013-02-22 12:43 ` Bastien
0 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2013-02-22 12:43 UTC (permalink / raw)
To: Marko Dimjašević; +Cc: emacs-orgmode
Hi Marko,
marko@dimjasevic.net (Marko Dimjašević) writes:
> I can change it to 18.0.1, and even though it installs, it reads "Error"
> in the add-on/status bar. I just guess it's due to the Org-mode version
> (7.6) and hopefully it works in newer versions.
Crossing fingers, then.
>> org-protocol.el is part of Org's core.
>
> Do you maybe know since what version?
2009-03-31: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=167a7b
HTH,
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-02-22 12:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-03 4:56 Sending BibTeX entries from Zotero to Org-mode via Fireforg Marko Dimjašević
2013-02-07 8:24 ` Bastien
2013-02-07 10:07 ` Yagnesh Raghava Yakkala
2013-02-22 7:12 ` Marko Dimjašević
2013-02-22 12:43 ` 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).