org-diary

2021-11-02 Thread Colin Baxter 😺
Hello, I have this #+begin_src elisp &%%(org-diary :deadline* :timestamp :scheduled*) #+end_src at line 9 in my main diary file ~/.emacs.d/diary/main. It worked well up until recently (a week or so, I think). Now I get the following warning: --8<---cut here---start--

Inconsistent usage of "overview"

2021-11-02 Thread Carlos Pita
Hi all, Here is something I find very confusing. In [1]: #+STARTUP: overview #+STARTUP: content #+STARTUP: showall #+STARTUP: showlevels #+STARTUP: showeverything In org-startup-folded docstring it is said that it takes values equivalent to: #+STARTUP: fold (

Re: More on design of org-contacts.el - Re: [UPDATED PATCH] Re: add new link type "contact:" for org-contacts.el

2021-11-02 Thread stardiviner
I would like to be the maintainer of org-contacts.el. (I might already replied this message? Sorry if duplicated.) I have separated and put org-contacts on GitHub https://github.com/stardiviner/org-contacts.el. And I'm in the progress to put it on NonGNU ELPA or MELPA. [stardiviner]

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

2021-11-02 Thread Aaron Jensen
Here is another that just happened: https://gist.github.com/aaronjensen/5294a64f243a306b58062113b9306bab It's scrubbed of all string data, hopefully not over-scrubbed for you. Aaron

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

2021-11-02 Thread Aaron Jensen
On Mon, Nov 1, 2021 at 8:48 AM Ihor Radchenko wrote: > > Aaron Jensen writes: > > > On Sat, Oct 30, 2021 at 11:16 PM Aaron Jensen wrote: > >> > >> Done, I'll report back. > > > > Another one, no trace: > > > > Warning (emacs): Emacs reader failed to read data for # > config.org>:org-element--cac

Re: [BUG] Org V 9.5 error when ~/.cache doesn't exist

2021-11-02 Thread Tim Cross
Ihor Radchenko writes: > Max Nikulin writes: > >> Ihor, your fix affects linux as well. .cache directory may be missed in >> fresh accounts. E.g. I just have created a new test container (my old >> one has emacs-25): > > After second thought, I am not sure anymore if using XDG is a good idea

Re: reference a remote named block in #+CALL: line

2021-11-02 Thread Michael Welle
Hello, Matt Price writes: > I am getting used to calling library-of-babel functions with local data > structures as input variables, e.g. in this line: > > #+CALL: list2table(data=common-issues-list, order="rows") :results table > raw [...] > In this particular case, I'd like to maintain a sin

Re: reference a remote named block in #+CALL: line

2021-11-02 Thread Berry, Charles
Matt, > On Nov 2, 2021, at 3:19 AM, Matt Price wrote: > > I am getting used to calling library-of-babel functions with local data > structures as input variables, e.g. in this line: > > #+CALL: list2table(data=common-issues-list, order="rows") :results table > raw > > where `common-issues

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

2021-11-02 Thread Bruce D'Arcus
On Tue, Nov 2, 2021 at 1:44 PM Nicolas Goaziou wrote: > > Hello, > > "Bruce D'Arcus" writes: > > > This is a tiny change that just checks for a 'date' field if 'year' is > > nil, and if present, grabs the first four characters. > > The date field may also be nil, leading to an error. Can you ple

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

2021-11-02 Thread Nicolas Goaziou
Hello, "Bruce D'Arcus" writes: > This is a tiny change that just checks for a 'date' field if 'year' is > nil, and if present, grabs the first four characters. The date field may also be nil, leading to an error. Is there a guarantee that the date field starts with the year? Regards, -- Nico

Re: [PATCH] oc-csl: Fix footnote status reporting for wrapped citations

2021-11-02 Thread Nicolas Goaziou
Hello, András Simonyi writes: > the attached simple patch fixes a problem in oc-csl.el which led to > missing footnote number information for citations that were > automatically footnote-wrapped based on the used CSL style. Applied with a small change. Thank you. > + (setq footnote (org-e

Re: C-c . no longer inserts org-time-stamp (after upgrade to 9.5)

2021-11-02 Thread Mark Barton
It looks like follow-mode-prefix is a variable you can customize. It defaults to "C-c .” which is why the org-time-stamp does not run with "C-c .” To see the follow-mode-map use "M-x describe-keymap follow-mode-map” > On Nov 2, 2021, at 8:23 AM, Michael Maurer wrote: > > On Tue, 2 Nov 2021 a

[PATCH] oc-csl: Fix footnote status reporting for wrapped citations

2021-11-02 Thread András Simonyi
Dear All, the attached simple patch fixes a problem in oc-csl.el which led to missing footnote number information for citations that were automatically footnote-wrapped based on the used CSL style. best wishes, András From 1423e0f600d8e4e29f275faa9c9117db9b081b19 Mon Sep 17 00:00:00 2001 From: =?

Re: Citations: position="first" match not properly evaluated

2021-11-02 Thread András Simonyi
Dear All, I think I found the source of this problem in oc-csl.el -- I'll post a patch shortly. best wishes, András

Re: C-c . no longer inserts org-time-stamp (after upgrade to 9.5)

2021-11-02 Thread Michael Maurer
On Tue, 2 Nov 2021 at 09:41, Colin Baxter 😺 wrote: > > > Michael Maurer writes: > > > Subject line says it all, I upgraded to 9.5 two days ago and > > everything seemed to work, but today I fire up the PC and C-c . no > > longer is bound to anything. I guess I could custom-bind it

Re: [patch] Re: Bug: Inconsistent macro replacement [9.4.4 (release_9.4.4 @ /nix/store/jzj2bbfjlbv08xjgyljf7aqf7q2jcbm8-emacs-27.2/share/emacs/27.2/lisp/org/)]

2021-11-02 Thread Nicolas Goaziou
Hello, Vinicius Vinicius writes: > It seems the same should apply for keyword command (from doc: "The ‘keyword’ > macro collects all values from NAME keywords throughout the buffer, separated > with white space."). Hope the attached > patch can fix it. Applied. Thank you. Regards, -- Nicola

Re: [BUG] org-cite-insert ignores JSON entries with editors only [9.5 (9.5-g0a86ad @ /home/rasmus/.emacs.d/elpa/org-9.5/)]

2021-11-02 Thread Nicolas Goaziou
Hello, autofrettage writes: > I recently used oc-basic and oc-csl but ran into a slight problem when I > tried to cite > > "97 Things Every Programmer Should Know — Collective Wisdom from the > Experts", 1st ed.; Henney, K., Ed.; O’Reilly Media, Inc., 2010. > > ...with the command org-cite-ins

Re: add automatically a counter to a header/TODO???

2021-11-02 Thread Eric S Fraga
On Monday, 1 Nov 2021 at 20:53, Uwe Brauer wrote: >(format "%s" (- 1 (string-to-number Shouldn't this be the other way around, i.e. (- (string-to-number ...) 1) ? -- : Eric S Fraga via Emacs 28.0.60, Org release_9.5-186-gb135b8 : Latest paper written in org: https://arxiv.org/abs/2106.05096

Re: [BUG] Org V 9.5 error when ~/.cache doesn't exist

2021-11-02 Thread Ihor Radchenko
Max Nikulin writes: > Ihor, your fix affects linux as well. .cache directory may be missed in > fresh accounts. E.g. I just have created a new test container (my old > one has emacs-25): After second thought, I am not sure anymore if using XDG is a good idea. Emacs itself only recently started

reference a remote named block in #+CALL: line

2021-11-02 Thread Matt Price
I am getting used to calling library-of-babel functions with local data structures as input variables, e.g. in this line: #+CALL: list2table(data=common-issues-list, order="rows") :results table raw where `common-issues-list` is a named org-mode list in the current file, e.g. #+NAME: common-is

Re: C-c . no longer inserts org-time-stamp (after upgrade to 9.5)

2021-11-02 Thread Colin Baxter 😺
> Michael Maurer writes: > Subject line says it all, I upgraded to 9.5 two days ago and > everything seemed to work, but today I fire up the PC and C-c . no > longer is bound to anything. I guess I could custom-bind it in my > config, but I'm more interested in why it's happen

Re: C-c . no longer inserts org-time-stamp (after upgrade to 9.5)

2021-11-02 Thread Michael Maurer
On Tue, 2 Nov 2021 at 09:36, Michael Maurer wrote: > > On Tue, 2 Nov 2021 at 09:18, Michael Maurer wrote: > > > > Subject line says it all, I upgraded to 9.5 two days ago and > > everything seemed to work, but today I fire up the PC and C-c . no > > longer is bound to anything. I guess I could cu

Re: C-c . no longer inserts org-time-stamp (after upgrade to 9.5)

2021-11-02 Thread Michael Maurer
On Tue, 2 Nov 2021 at 09:18, Michael Maurer wrote: > > Subject line says it all, I upgraded to 9.5 two days ago and > everything seemed to work, but today I fire up the PC and C-c . no > longer is bound to anything. I guess I could custom-bind it in my > config, but I'm more interested in why it's

C-c . no longer inserts org-time-stamp (after upgrade to 9.5)

2021-11-02 Thread Michael Maurer
Subject line says it all, I upgraded to 9.5 two days ago and everything seemed to work, but today I fire up the PC and C-c . no longer is bound to anything. I guess I could custom-bind it in my config, but I'm more interested in why it's happening. The last package I installed after the upgrade was