Re: [O] org-ref, abstracts

2016-04-04 Thread John Kitchin
no problem. I am not sure when that happened though ;) Julien Cubizolles writes: > John Kitchin writes: > > >> If the data exists, then arxiv-add-bibtex-entry could probably add the >> abstract if it existed. I am not too familiar with arxiv so I am not >> sure. > >

Re: [O] How to do proper folding and semantic markup

2016-04-04 Thread Adam Porter
Eduardo Mercovich mercovich.net> writes: > Also less known that it deserves, for focusing I do use narrowing a lot: Yeah, that's basically what tree-to-indirect does, it makes an indirect buffer and then narrows it. So you can widen the indirect buffer and get another view of the whole buffer.

[O] bug: cannot refile x to x, or go to x, where headers have the same name

2016-04-04 Thread Samuel Wales
i often refile a header to a target that has the same name as the source. they are different headers, but they have the same name. my goal is to send x(1) to x(2) so that the olpath looks like x(2)/x(1). this to me is totally legitimate. i often have headers with the same name, for various

Re: [O] isbn-to-bibtex (from org-ref) fails

2016-04-04 Thread John Kitchin
thanks for the report. I think I have fixed it in a recent push. Julien Cubizolles writes: > I've just tried isbn-to-bibtex with the isbn entry "0201500647" (Feynman > lectures on physics). It fails with: > > --8<---cut here---start->8--- >

Re: [O] How to rename the agenda in org-mode?

2016-04-04 Thread Sharon Kimble
Adam Porter writes: > Oops, that'll teach me to edit elisp without aggressive-indent-mode. :) > This should work: > > (advice-add 'tabbar-buffer-tab-label :before-until > (lambda (tab) > (with-current-buffer (buffer-name (tabbar-tab-value tab))

Re: [O] org-ref, abstracts

2016-04-04 Thread John Kitchin
I think thats what I mean. org-ref-arxiv hasn't been changed for at least two months I think. and the abstract is listed in the template here: https://github.com/jkitchin/org-ref/blob/2a8635d4662fbe77f43731edeac1b4ec1112d233/org-ref-arxiv.el#L103 Julien Cubizolles writes: > John Kitchin

[O] isbn-to-bibtex (from org-ref) fails

2016-04-04 Thread Julien Cubizolles
I've just tried isbn-to-bibtex with the isbn entry "0201500647" (Feynman lectures on physics). It fails with: --8<---cut here---start->8--- funcall-interactively: Wrong type argument: stringp, [((url . ["http://www.worldcat.org/oclc/67451431?referer=xid;])

Re: [O] How to do proper folding and semantic markup

2016-04-04 Thread Eduardo Mercovich
Hi Adam. > Just a note, you mentioned that you find the folding very useful, so you > might want to try out the org-tree-to-indirect-buffer command. It's very > helpful when you're working on a large Org file and only want to work on > certain parts of it. [...] I didn't knew it, thank you. :)

Re: [O] org-ref, abstracts

2016-04-04 Thread Julien Cubizolles
John Kitchin writes: > no problem. I am not sure when that happened though ;) Do you mean you didn't add this functionnality recently and it's been here all alongĀ ? Julien.

[O] orgmode and a database

2016-04-04 Thread Uwe Brauer
Hello I am looking for a sort of database I could use with orgmode. Anybody has a suggestion? What's about recutils? thanks Uwe Brauer

Re: [O] orgmode and a database

2016-04-04 Thread Charles Millar
Hi, On 04/04/2016 03:46 PM, Uwe Brauer wrote: Hello I am looking for a sort of database I could use with orgmode. Anybody has a suggestion? What's about recutils? I have been using recutils with orgmode for more than year - still learning of course. So far, my experience has been fine. I

Re: [O] orgmode and a database

2016-04-04 Thread Ken Mankoff
On 2016-04-04 at 15:46, Uwe Brauer wrote: > I am looking for a sort of database I could use with orgmode. Anybody > has a suggestion? What's about recutils? Can you be more specific? Org tables? They can be joined... Org supports SQLite