Re: [PATCH] c-csl : accept relative CSL filenames

2021-11-04 Thread Bruce D'Arcus
On Thu, Nov 4, 2021 at 6:20 PM Nicolas Goaziou wrote: > I think there are two ways forward when a relative file name is used: > > 1. First check `org-cite-csl-styles-dir' and, if it is nil, expand >against `default-directory'; > > 2. Drop `org-cite-csl-styles-dir' and always expand against >

Re: [PATCH] c-csl : accept relative CSL filenames

2021-11-04 Thread Nicolas Goaziou
Hello, Emmanuel Charpentier writes: > IMHO, `org-cite-csl-styles-dir' is deemed to be a more-or-less > permanent setting (possibly in `.emacs'), whereas allowing a relative > filename doesn't need any initial setup. But your patch blocks any use for `org-cite-csl-styles-dir' (relative file

Re: [PATCH] oc-basic: support biblatex date field

2021-11-04 Thread Nicolas Goaziou
Hello, "Bruce D'Arcus" writes: > This returns the correct result. > > (org-cite-basic--get-year "kohn2005" nil) > > How do I get that in the basic activate processor tooltip? `org-cite-basic-activate' calls `org-cite-basic--print-entry', which in turn calls `org-cite-basic--get-year'. IOW,

Re: [patch] ox-latex.el: add `:options' LaTeX attribute to tables

2021-11-04 Thread Juan Manuel Macías
Hi Nicolas, Nicolas Goaziou writes: > Good idea. Thanks. Attached here the updated patch. Best regards, Juan Manuel >From fc9062caf43956ac68b72f16afbd5584ec84e687 Mon Sep 17 00:00:00 2001 From: Juan Manuel Macias Date: Thu, 4 Nov 2021 21:38:26 +0100 Subject: [PATCH] ox-latex.el: add

Re: [PATCH] oc-basic: support biblatex date field

2021-11-04 Thread Bruce D'Arcus
On Wed, Nov 3, 2021 at 11:16 AM Nicolas Goaziou wrote: > I pushed a change along these lines in bugfix branch. Thank you! > Please let me know if it works for you. This returns the correct result. (org-cite-basic--get-year "kohn2005" nil) How do I get that in the basic activate processor

Re: [BUG] Elisp error when exporting citation [9.5 (release_9.5-104-g2b1fc6 @ /home/quintus/.emacs.d/org-mode/lisp/)]

2021-11-04 Thread M . ‘quintus’ Gülker
Dear all, Am Donnerstag, dem 04. November 2021 schrieb Nicolas Goaziou: > Great! Hopefully, OP's problem is completely solved, then. I can confirm that the original example I gave (the one with the missing @ sign) does not error anymore now. The improper formatting on LaTeX export I mentioned in

Re: org-diary

2021-11-04 Thread Michael Maurer
On Thu, 4 Nov 2021 at 17:05, Eric S Fraga wrote: > > On Thursday, 4 Nov 2021 at 16:56, Michael Maurer wrote: > > I'm curious about this use of a diary-file in combination with > > org-babel. I'm guessing it outputs only specific items from the > > diary-file based on some variables? I tried to

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-11-04 Thread Aaron Jensen
On Thu, Nov 4, 2021 at 10:11 AM Ihor Radchenko wrote: > > Aaron Jensen writes: > > > I got a warning when I did an org-agenda-todo to mark something as done. > > > > https://gist.github.com/aaronjensen/163913c0937376c9699eaa71eaa0959a > > If I read the backtrace correctly, you did not update to

Re: org-store-link question

2021-11-04 Thread Max Nikulin
On 04/11/2021 03:07, John Kitchin wrote: In a basically vanilla emacs, if I have a target like <> with my point on it, and I run org-store-link (via C-c l), and then somewhere else do org-isnert-link (via C-c C-l) I get a link like [[file:~/s/f.org::test]] If I define a link now like this:

Re: [PATCH] c-csl : accept relative CSL filenames

2021-11-04 Thread Emmanuel Charpentier
Le mercredi 03 novembre 2021 à 17:19 +0100, Nicolas Goaziou a écrit : > Hello, > > Emmanuel Charpentier writes: > > > This (minuscule) patch allows to pass a relative (to the buffer's > > default directory) file name to denote the CSL style file. > > Thank you. However, I'm not sure to

Re: org-diary

2021-11-04 Thread Eric S Fraga
On Thursday, 4 Nov 2021 at 16:56, Michael Maurer wrote: > I'm curious about this use of a diary-file in combination with > org-babel. I'm guessing it outputs only specific items from the > diary-file based on some variables? I tried to google this, but > couldn't find anything (or maybe I'm

Re: org-diary

2021-11-04 Thread Michael Maurer
On Wed, 3 Nov 2021 at 12:06, Eric S Fraga wrote: > > Glad I could be of assistance!  > -- > : Eric S Fraga via Emacs 28.0.60, Org release_9.5-192-gd4e192 > : Latest paper written in org: https://arxiv.org/abs/2106.05096 I'm curious about this use of a diary-file in combination with org-babel.

Re: [BUG] org-element-at-point returns wrong element

2021-11-04 Thread Ihor Radchenko
Sébastien Miquel writes: > Hi, > > With point at the bol of the empty line after the keyword and before > the heading at the end of this mail, =org-element-at-point= returns > the headline element. It used to (a month ago, before all the caching) > return the keyword. Thanks for reporting!

Re: [QUESTION] How to generate org-agenda view for clocked tasks and logs etc which are sorted by timestamps?

2021-11-04 Thread Russell Adams
On Thu, Nov 04, 2021 at 12:16:19PM +0800, stardiviner wrote: > How to use elisp code to generate an org-agenda view for clocked tasks and > logs etc which are sorted by timestamps? I want to view my daily done tasks > and attach them as part of diary (maybe use org source block elisp code to >

Re: [BUG] Unregistered buffer modifications detected [9.5 (9.5-g49e2f6 @ /Users/myuser/.emacs.d/straight/29/straight/build/org/)]

2021-11-04 Thread Ihor Radchenko
Aaron Jensen writes: > I got a warning when I did an org-agenda-todo to mark something as done. > > https://gist.github.com/aaronjensen/163913c0937376c9699eaa71eaa0959a If I read the backtrace correctly, you did not update to the latest main. Can you check if your Org is more recent than

Re: [BUG] Elisp error when exporting citation [9.5 (release_9.5-104-g2b1fc6 @ /home/quintus/.emacs.d/org-mode/lisp/)]

2021-11-04 Thread Nicolas Goaziou
Hello, András Simonyi writes: > On Wed, 3 Nov 2021 at 17:02, Nicolas Goaziou wrote: >> It looks like there's something to repair on the Citeproc side. I'm >> Cc'ing András Simonyi for a better understanding of the problem. > > I think this problem has been fixed in citeproc-el (see PR #55)

Re: [BUG] Elisp error when exporting citation [9.5 (release_9.5-104-g2b1fc6 @ /home/quintus/.emacs.d/org-mode/lisp/)]

2021-11-04 Thread András Simonyi
Dear All, On Wed, 3 Nov 2021 at 17:02, Nicolas Goaziou wrote: > It looks like there's something to repair on the Citeproc side. I'm > Cc'ing András Simonyi for a better understanding of the problem. I think this problem has been fixed in citeproc-el (see PR #55) -- you are probably using an