Re: org-cite-list-bibliography-files

2021-08-03 Thread von der Malsburg, Titus
On 2021-07-28 Wed 15:56, John Kitchin wrote: > Could it be related to the variable org-mouse-1-follows-link? This variable is non-nil for me and clicking on ordinary org links works fine in my setup. I also tested it with emacs -Q followed by loading org via straight.el and (require 'org), bu

Re: org-cite-list-bibliography-files

2021-07-30 Thread Nicolas Goaziou
Hello, Titus von der Malsburg writes: > 1. `org-cite-list-bibliography-files' returns the bibliographies > defined locally and the globally defined bibliographies together. > I propose to only list the local bibliographies, if defined, and to > return the global bibliograp

Re: org-cite-list-bibliography-files

2021-07-28 Thread Bruce D'Arcus
On Wed, Jul 28, 2021 at 10:17 AM von der Malsburg, Titus wrote: > > > On 2021-07-28 Wed 15:56, John Kitchin wrote: > > Could it be related to the variable org-mouse-1-follows-link? > > This variable is non-nil for me and clicking on ordinary org links works fine > in my setup. Just confirming: s

Re: org-cite-list-bibliography-files

2021-07-28 Thread John Kitchin
At least until org-mode supports it natively, here is how I added C-c C-c support to citations. It is easy to make it do what you want, I chose follow in this code, (you can insert from the follow menu). https://github.com/jkitchin/org-ref-cite/blob/main/org-ref-cite-follow.el#L305 John ---

Re: org-cite-list-bibliography-files

2021-07-28 Thread Titus von der Malsburg
On 2021-07-28 Wed 15:12, Bruce D'Arcus wrote: > Titus' second question got lost a bit, but does anyone have an answer? > > I have the same issue, but was thinking clicking should run org-open-at-point. To avoid misunderstandings, I agree that a mouse click should run org-open-at-point. However

Re: org-cite-list-bibliography-files

2021-07-28 Thread John Kitchin
Could it be related to the variable org-mouse-1-follows-link? Today I added mouse-1 to the keymap that org-ref-cite uses so that might also resolve it for you. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carne

Re: org-cite-list-bibliography-files

2021-07-28 Thread Bruce D'Arcus
Titus' second question got lost a bit, but does anyone have an answer? I have the same issue, but was thinking clicking should run org-open-at-point. I know some other people do get clickable links, so am wondering if it's a config issue? On Sun, Jul 25, 2021 at 10:47 AM Titus von der Malsburg

Re: org-cite-list-bibliography-files

2021-07-26 Thread John Kitchin
I think it should work like setting header args on src-blocks, where there is a hierarchy that the most local setting always overrides the less local setting, described at https://orgmode.org/manual/Using-Header-Arguments.html. This gives you the opportunity for system wide args, e.g. a global se

Re: org-cite-list-bibliography-files

2021-07-26 Thread Eric S Fraga
On Sunday, 25 Jul 2021 at 15:36, Titus von der Malsburg wrote: > Personally, I can’t think of a use case where you would like to use a > mix of multiple bibliographies, local and global, I do do this often. I'm not sure why but I tend to have a local bibliography which I add to as I am writing a

Re: org-cite-list-bibliography-files

2021-07-26 Thread Bruce D'Arcus
Hi Greg, On Mon, Jul 26, 2021 at 1:56 AM Greg Minshall wrote: > is a reasonable approach: if local, use just that; if no local, use > global (if it exists). > > then, the "alternative" might be: use both local and global? That should be the default. But as Emmanual noted last week, there are c

Re: org-cite-list-bibliography-files

2021-07-25 Thread Greg Minshall
Bruce, from the outside here. just wondering. > Maybe this should be flipped, so we can still have the flexibility to > combine both, but default is local has precedence? > > So in other words, one has to explicitly turn on the global > bibliography locally. > > org-cite-global-bibliography: t

Re: org-cite-list-bibliography-files

2021-07-25 Thread Bruce D'Arcus
On Sun, Jul 25, 2021 at 11:36 AM Titus von der Malsburg wrote: > Sure, that’s always possible. However, my suspicion is that users in the > majority of cases want /just/ the local bibliography when they specify one. > If true, a better default would be to only return the local bibliography.

Re: org-cite-list-bibliography-files

2021-07-25 Thread Titus von der Malsburg
! >> >> Two suggestions/requests: >> >> 1. `org-cite-list-bibliography-files' returns the bibliographies defined >> locally and the globally defined bibliographies together. I propose to only >> list the local bibliographies, if defined, and to retur

Re: org-cite-list-bibliography-files

2021-07-25 Thread Bruce D'Arcus
On Sun, Jul 25, 2021 at 10:47 AM Titus von der Malsburg wrote: > > > Hi, > > I’m starting to learn about org’s new capabilities for citations and > bibliographies. Exciting, and great work! > > Two suggestions/requests: > > 1. `org-cite-list-bibliography-fil

org-cite-list-bibliography-files

2021-07-25 Thread Titus von der Malsburg
Hi, I’m starting to learn about org’s new capabilities for citations and bibliographies. Exciting, and great work! Two suggestions/requests: 1. `org-cite-list-bibliography-files' returns the bibliographies defined locally and the globally defined bibliographies together. I propose to