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:

[BUG] 81c7a2dee8 misaligns time lines in agenda

2021-07-25 Thread Adam Porter
Hi, In the course of working on a PR for org-super-agenda [0], we found that a recent change to Org, commit 81c7a2dee8 [1], causes a misalignment in the way time lines in the agenda are displayed. The org-super-agenda test suite shows this change when results from Org 9.4 and 9.4.6 are compared.

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
On 2021-07-25 Sun 17:14, Bruce D'Arcus wrote: > 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.

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-files' returns the bibliographies

Re: Dynamic block tables: adding prefix of "id:" to %ID

2021-07-25 Thread Jens Neuhalfen
Hi Karl, I use a wrapper around org-map-entries to create custom tables. Calling the wrapper takes a configuration for each table column. This is quite nice for other use cases as well, to e.g. convert properties (":TASK_PROGRESS: 75") into graphical representations like harvey balls.

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 only

Re: Helo for defun/macro arguments list in minibuffer when in org-babel src blocks?

2021-07-25 Thread Arthur Miller
Tim Cross writes: > Arthur Miller writes: > >> Tim Cross writes: >> >>> Hi, >>> >>> when you are editing source blocks are you using org-edit-special, normally >>> bound to C-c ') or are you just editing the source blocks directly within >>> the >>> org buffer? >> No I don't narrow. > > Note

Re: Helo for defun/macro arguments list in minibuffer when in org-babel src blocks?

2021-07-25 Thread Tim Cross
Arthur Miller writes: > Tim Cross writes: > >> Hi, >> >> when you are editing source blocks are you using org-edit-special, normally >> bound to C-c ') or are you just editing the source blocks directly within the >> org buffer? > No I don't narrow. Note that org-edit-special isn't really

Re: Dynamic block tables: adding prefix of "id:" to %ID

2021-07-25 Thread Ihor Radchenko
Karl Voit writes: > I do have a dynamic block table like this: > ... > | NEXT| [0/0] proj bar | bar | :bar:project: | > > Is there a way to get the ID column with working ID links such as: > ... > | NEXT| [0/0] proj bar | id:bar | :bar:project: | You may customise

Re: Helo for defun/macro arguments list in minibuffer when in org-babel src blocks?

2021-07-25 Thread Arthur Miller
Tim Cross writes: > Hi, > > when you are editing source blocks are you using org-edit-special, normally > bound to C-c ') or are you just editing the source blocks directly within the > org buffer? No I don't narrow. > The functionality you are referring to sounds like eldoc minor mode. Yes it

Re: Dynamic block tables: adding prefix of "id:" to %ID

2021-07-25 Thread Kristian Grönberg
Hi Karl, > > Would it work for you to use the "<>"? > > > > *** <> barheading > > :PROPERTIES: > > :ID: [[bar][barheading]] > > :END: > > /Kris > > I'm afraid not because the dynamic block would duplicate the > target definition and not generating a link. OK, I see. If you do find a solution

Re: Dynamic block tables: adding prefix of "id:" to %ID

2021-07-25 Thread Karl Voit
Hi, * Kristian Grönberg wrote: > > I didn't read your question properly. > Would it work for you to use the "<>"? > > *** <> barheading >:PROPERTIES: >:ID: [[bar][barheading]] >:END: > > /Kris I'm afraid not because the dynamic block would duplicate the target definition and not generating a