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
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
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
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
---
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
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
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
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
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
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
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
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.
!
>>
>> 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
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
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
15 matches
Mail list logo