Re: [BUG] C-c C-o on headline evaluates source code blocks with links inside [9.5.2 (release_9.5.2-25-gaf6f12 @ /home/ignacio/repos/emacs/lisp/org/)]

2022-03-24 Thread Ignacio Casso
> The following patch should fix it: > > [4. patch --- text/x-diff; 0001-fixed-bug.patch] > From bc5092fdef512280b7d7d3aa04f1ba887360a759 Mon Sep 17 00:00:00 2001 > From: Ignacio > Date: Thu, 24 Mar 2022 01:15:44 +0100 > Subject: [PATCH] fixed bug > > --- > lisp/org/org.el | 3 ++- > 1 file cha

Re: citations: org-cite vs org-ref 3.0

2022-03-24 Thread Dominik Schrempf
I think `fullcite' is OK, although it will be a bit verbose: ┌ │ [cite/fullcite:...] └ Personally, I don’t mind using `full', and so having a duplicate between a style and a variant. But, to be honest, anything is fine with me, as long as it is readily available and documented. Thank y

Re: #2 Org mode profiling meetup on Sat, Mar 26 (was: Org mode profiling meetup on Sat, Feb 26 (was: profiling latency in large org-mode buffers (under both main & org-fold feature)))

2022-03-24 Thread Ihor Radchenko
Ihor Radchenko writes: > The time will be the same: 9pm SG time (4pm Moscow; 8am New York; 1pm > London). Sat, Mar 26 **8am New York -> 9am I missed the day saving time compared to the last meeting. Best, Ihor

Re: #2 Org mode profiling meetup on Sat, Mar 26 (was: Org mode profiling meetup on Sat, Feb 26 (was: profiling latency in large org-mode buffers (under both main & org-fold feature)))

2022-03-24 Thread Bruce D'Arcus
On Wed, Mar 23, 2022 at 7:10 AM Ihor Radchenko wrote: > > Dear all, > > There were several people who came to the last meetup looking for > information about debugging Org mode. The last meetup was rather > unhelpful in this regard since we dove into a specific use-case. > > I plan to try once mor

Term for #+ lines (filetag, date, ...) in an org file

2022-03-24 Thread c . buhtz
In orgroam I know about lines like this #+filetag MYTGA #+date 0 between the PROPERTIES head and the body of the org file. What is the term for lines like this and are there any rules or specifications about how they should(n't) look like? Kind Christian

Re: Term for #+ lines (filetag, date, ...) in an org file

2022-03-24 Thread Ihor Radchenko
c.bu...@posteo.jp writes: > In orgroam I know about lines like this > > #+filetag MYTGA > #+date 0 > > between the PROPERTIES head and the body of the org file. > > What is the term for lines like this and are there any rules or > specifications about how they should(n't) look like? See 7.1

Re: #2 Org mode profiling meetup on Sat, Mar 26 (was: Org mode profiling meetup on Sat, Feb 26 (was: profiling latency in large org-mode buffers (under both main & org-fold feature)))

2022-03-24 Thread Matt Price
On Thu, Mar 24, 2022 at 7:28 AM Bruce D'Arcus wrote: > On Wed, Mar 23, 2022 at 7:10 AM Ihor Radchenko wrote: > > > > Dear all, > > > > There were several people who came to the last meetup looking for > > information about debugging Org mode. The last meetup was rather > > unhelpful in this rega

[oc] provide style/citation preview?

2022-03-24 Thread Bruce D'Arcus
This is an idea related to an issue John Kitchin and I were trying to sort out a few months back, that he mentioned in another thread. https://lists.gnu.org/archive/html/emacs-orgmode/2022-03/msg00274.html The question is how to help users understand the relation between oc styles and target outp

Re: #2 Org mode profiling meetup on Sat, Mar 26 (was: Org mode profiling meetup on Sat, Feb 26 (was: profiling latency in large org-mode buffers (under both main & org-fold feature)))

2022-03-24 Thread Ihor Radchenko
"Bruce D'Arcus" writes: >> I plan to try once more providing a more general introduction to Org >> (and Emacs) debugging. Tentatively, I plan to talk about: >> 1. Running Emacs with clean configuration + latest version of Org >> 2. Bisecting config to find configuration-related issues >> 3. Using

Fwd: [oc] provide style/citation preview?

2022-03-24 Thread Vikas Rawal
> So I'm just wondering how best to dynamically generate those previews, > perhaps even just using a pre-selected reference*, and if maybe oc > could make that easier? > > Some kind of overlay that shows citations as they would (at least as close as possible) look in the export? Vikas

Re: [oc] provide style/citation preview?

2022-03-24 Thread Bruce D'Arcus
On Thu, Mar 24, 2022 at 12:33 PM Vikas Rawal wrote: >> So I'm just wondering how best to dynamically generate those previews, >> perhaps even just using a pre-selected reference*, and if maybe oc >> could make that easier? >> > > Some kind of overlay that shows citations as they would (at least a

Re: [RFC] DOCT: Declarative Org Capture Templates (easier template syntax)

2022-03-24 Thread physiculus
+1 -- Jens Reimer

Re: [oc] provide style/citation preview?

2022-03-24 Thread Vikas Rawal
> > > > > > Some kind of overlay that shows citations as they would (at least as > close as possible) look in the export? > > Something like this? > > https://github.com/andras-simonyi/org-cite-csl-activate > > I think he was hoping to incorporate that into the oc-csl processor at > some point, and

org-depend: bug fix

2022-03-24 Thread Damien Couroussé
Please find attached a small patch for org-depend, which fixes a bug (function 'remove-if' is unknown). Thank you all for your work around emacs and org-mode! best regards, Damien Couroussé -- Damien Couroussé Research Engineer Commissariat à l’énergie atomique et aux énergies alternatives Ins

Re: [PATCH] Re: [BUG] Hard-coded begin/end in org-insert-structure-template [9.5.2 (release_9.5.2-24-g668205 @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]

2022-03-24 Thread Rudolf Adamkovič
Ihor Radchenko writes: I patched a local checkout of the main branch, and I can confirm that your works well here. I also added [1] to my configuration file to upcase all the structure templates automatically. I hope we will have this bundled with Org proper. Fantastic work! [1] Code that upc