Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-12-05 Thread John Kitchin
I cannot reproduce that, and it shouldn't have any effect. Maybe something else is going on. > > Thanks for the quick answer. this does seem to work but as a side effect > seems to break the TAB key to select action > the message window shows: > > helm-select-nth-action: Nothing is selected > No

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-12-05 Thread John Kitchin
Try (untested) (defun helm-bibtex-ikloog-publications () "Search BibTeX entries authored by me" (interactive) (let ((helm-bibtex-bibliography "your special bibfile")) (helm :sources '(helm-source-bibtex) :full-frame t :input "kloog !unpublished !prep "

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-12-05 Thread Xebar Saram
Hi John Thanks for the quick answer. this does seem to work but as a side effect seems to break the TAB key to select action the message window shows: helm-select-nth-action: Nothing is selected No Actions available [8 times] thx again Z On Sat, Dec 5, 2015 at 3:05 PM, John Kitchin

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-12-05 Thread Xebar Saram
Hi Guys I have no clue why i had the issue before but after an emacs restart Johns code snippet does work :D thanks again guys, really appreciate your help as always kind regards Z On Sat, Dec 5, 2015 at 8:04 PM, Titus von der Malsburg wrote: > > John’s code should do

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-12-05 Thread Titus von der Malsburg
John’s code should do the trick. I don’t see how this could possibly cause your problems with the action menu. The change should be completely transparent for Helm. Regarding your other question: I don’t see any disadvantages of using several BibTeX files but I also don’t see an advantage

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-12-05 Thread Xebar Saram
Hi again Titus and list so the semester is finally nearing the end which means i finally have some time (and a life :)) to get back to what i partially started a few months ago. i have a question regarding Predefined searches. i have a search that works well for searching papers i authored. i am

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-05-31 Thread Titus von der Malsburg
On 2015-05-31 Sun 03:01, Xebar Saram wrote: Thanks so much everyone for these great replies. i will investigate this further today and let everyone know how im going with my transition :) thanks again PS: Titus, do you think that the helm-bibtex APA style reference list could be user

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-05-31 Thread Xebar Saram
Thanks so much everyone for these great replies. i will investigate this further today and let everyone know how im going with my transition :) thanks again PS: Titus, do you think that the helm-bibtex APA style reference list could be user customizable in the future? Z. On Sat, May 30, 2015

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-05-31 Thread John Kitchin
Org-ref also has some customizable formatting. It is pretty basic but customizable. On Sunday, May 31, 2015, Xebar Saram zelt...@gmail.com wrote: Thanks so much everyone for these great replies. i will investigate this further today and let everyone know how im going with my transition :)

[O] jabref like orgmode based solution to bibliography management (not for latex)

2015-05-30 Thread Xebar Saram
Hi all i have been using jabref for the past 2-4 years in my academia work to manage my reference library. i dont use latex (..its on my TODO list...when (f ever) i have time..) so for now i just want something to manage my references. the key things i need to move over from jabref are: 1. easy

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-05-30 Thread Vaidheeswaran C
On Saturday 30 May 2015 01:50 PM, Xebar Saram wrote: 4. this one is important: a way to quickly export selected references in word/odf/html based on a pre fixed style (ie Nature, Chicago etc) You may have to move to new citation syntax on my private repo. See

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-05-30 Thread Otto Pichlhöfer
Xebar Saram zeltakc at gmail.com writes: 4. this one is important: a way to quickly export selected references in word/odf/html based on a pre fixed style (ie  Nature, Chicago etc) You might want to finish up the citations after the paper is exported. Have a look at

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-05-30 Thread Titus von der Malsburg
On 2015-05-30 Sat 01:20, Xebar Saram wrote: Hi all i have been using jabref for the past 2-4 years in my academia work to manage my reference library. i dont use latex (..its on my TODO list...when (f ever) i have time..) so for now i just want something to manage my references. the key

Re: [O] jabref like orgmode based solution to bibliography management (not for latex)

2015-05-30 Thread John Kitchin
On Saturday, May 30, 2015, Titus von der Malsburg malsb...@posteo.de wrote: On 2015-05-30 Sat 01:20, Xebar Saram wrote: Hi all i have been using jabref for the past 2-4 years in my academia work to manage my reference library. i dont use latex (..its on my TODO list...when (f ever) i