Re: wip-cite status question and feedback

2020-04-09 Thread Albert Krewinkel
Bruce D'Arcus writes: > On Thu, Apr 9, 2020 at 3:38 AM Albert Krewinkel wrote: >> Bruce D'Arcus writes: >> >> > On Wed, Apr 8, 2020 at 5:32 AM Nicolas Goaziou >> > wrote: >> >> "Bruce D'Arcus" writes: >> >> >> >> > Note that in CSL processors, the locators are meaningful key-values, >> >> >

Re: org-clock misleading description for a prompt option

2020-04-09 Thread Kyle Meyer
Dmitrii Korobeinikov writes: > When you run org-clock-in and then restart emacs, clocking in again > will show a prompt asking what to do w/ the unfinished entry. "i" > means "ignore this question; the same as keeping all the idle time". > However, a new entry is created if this is chosen

[PATCH] Add support for trace and error output streams in Common Lisp

2020-04-09 Thread akater
This patch can't be merged right away: I need to sort out the exact SLIME version where the feature will be introduced. Some doc update is needed, too. According to orgmode.org, I can link to a public repository and the branch. Repository: https://gitlab.com/akater/org-mode Branch:

Re: Bug: org-with-wide-buffer is used in org-refile.el without (require 'org-macs) [9.3.6 (release_9.3.6-441-gba6855 @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-04-09 Thread Kyle Meyer
Ihor Radchenko writes: > Recently, I ran into a problem compiling org-mode asynchronously with > each .el file being compiled in a separate process (via > native-compile-async). > When I tried to compile org-refile.el in a separate Emacs process > (without compiling all other .el files), there

Re: [PATCH] org-shift*: Honor org-support-shift-select for table cell movement

2020-04-09 Thread Kyle Meyer
Kyle Meyer writes: > Here's a patch that prevents calling org-table-move-cell-* when > org-support-shift-select is `always'. I'll apply this in a day or two > if no one chimes in to explain why org-table-move-cell-* shouldn't > consider org-support-shift-select. Applied in 06c7a54f0.

Re: wip-cite status question and feedback

2020-04-09 Thread Bruce D'Arcus
On Thu, Apr 9, 2020 at 7:17 PM Nicolas Goaziou wrote: > > Hello, > > "Bruce D'Arcus" writes: > > > Another question on the syntax. > > > > Does it support something like this in the pandoc syntax? > > > > Doe [-@doe19] argues ... > > No it doesn't. That seems reasonable to include. I add it to

Re: Bug: Repeating tasks no longer appearing on future dates in the agenda [9.3.6 (9.3.6-17-g389288-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200224/)]

2020-04-09 Thread Kyle Meyer
Gustavo Barros writes: > I'd like to respectfully bump this bug report. > It's an annoying regression of a widely used Org feature, is precisely > located (to the commit) and has been reproduced by Kyle (btw, thanks, > Kyle). > Of course, if someone is already looking into it, and just didn't

Re: wip-cite status question and feedback

2020-04-09 Thread Nicolas Goaziou
Hello, "Bruce D'Arcus" writes: > Another question on the syntax. > > Does it support something like this in the pandoc syntax? > > Doe [-@doe19] argues ... No it doesn't. That seems reasonable to include. I add it to my TODO list. > The minus sign signals to suppress the author rendering, so

Re: org-ref: xxx-add-bibtex-entry with an org-capture like interface

2020-04-09 Thread John Kitchin
This is basically what doi-add-bibtex-entry does. There isn't one function that does arxiv too, but there is arxiv-add-bibtex-entry. Those are both commands in org-ref. These don't pop up a buffer for approval, that is something you would have to build yourself. There are many workflows people

org-ref: xxx-add-bibtex-entry with an org-capture like interface

2020-04-09 Thread Daniele Nicolodi
Hello John, sorry for the cryptic subject but I was unable to come up with something better. I am revamping my workflow to take notes about articles I read or that I save to be read later and I decided to explore if org-ref and the related utility packages fit what I would like to be able to do.

patch for org-confluence.el to add menu entry

2020-04-09 Thread Richard Kim
I would like to suggest the following patch so that I can easily export to Confluence wiki format using the usual org-mode export mechanism. Given the trivial change, I don't think I need to sign any papers. However I have already signed copyright forms with FSF years ago. #+begin_src diff diff

etags/ctags for org files?

2020-04-09 Thread Eric S Fraga
Before I try to do this myself, has anybody defined some regexps for etags (aka Emacs ctags)? I am thinking of #+name: attributes as potential tags. thank you. -- : Eric S Fraga via Emacs 28.0.50, Org release_9.3.6-438-g5b9698

Re: Bug: Repeating tasks no longer appearing on future dates in the agenda [9.3.6 (9.3.6-17-g389288-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200224/)]

2020-04-09 Thread Gustavo Barros
Hi all, I'd like to respectfully bump this bug report. It's an annoying regression of a widely used Org feature, is precisely located (to the commit) and has been reproduced by Kyle (btw, thanks, Kyle). Of course, if someone is already looking into it, and just didn't have the time yet,

Folding headings which contain only blank lines

2020-04-09 Thread Dmitrii Korobeinikov
Hi! When everything is folded (e.g. on startup), ellipses show after every heading which has anything in it at all. This is true as well for the headings containing only one or more blank lines. And while you can unfold such lines, you can't fold them back unless you use Shift-Tab. This appears

Bug: Org-drill defines advice causing infinite recursion [9.3.6 (release_9.3.6-465-g4fde1c @ /home/christoffer/.emacs.d/straight/build/org/)]

2020-04-09 Thread Christoffer Stjernlöf
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

org-clock misleading description for a prompt option

2020-04-09 Thread Dmitrii Korobeinikov
Hi! When you run org-clock-in and then restart emacs, clocking in again will show a prompt asking what to do w/ the unfinished entry. "i" means "ignore this question; the same as keeping all the idle time". However, a new entry is created if this is chosen without doing anything about unfinished

Re: wip-cite status question and feedback

2020-04-09 Thread Bruce D'Arcus
Another question on the syntax. Does it support something like this in the pandoc syntax? Doe [-@doe19] argues ... The minus sign signals to suppress the author rendering, so that you end up with: Doe (2019) ... instead of: Doe (Doe, 2019) I know latex works differently, but this is simple,

Re: wip-cite status question and feedback

2020-04-09 Thread Bruce D'Arcus
On Thu, Apr 9, 2020 at 5:30 AM Bruce D'Arcus wrote: ... > FWIW, I asked about this on the CSL developers subforum, and got a > very helpful reply from Denis Maier, first discussing the pandoc > citation model and parsing, and then the org citation syntax and > global affixes it supports. > >

Re: wip-cite status question and feedback

2020-04-09 Thread Bruce D'Arcus
On Thu, Apr 9, 2020 at 3:38 AM Albert Krewinkel wrote: > > Hello, > > Bruce D'Arcus writes: > > > On Wed, Apr 8, 2020 at 5:32 AM Nicolas Goaziou > > wrote: > >> "Bruce D'Arcus" writes: > >> > >> > Note that in CSL processors, the locators are meaningful key-values, > >> > basically; not plain

Re: wip-cite status question and feedback

2020-04-09 Thread Albert Krewinkel
Hello, Bruce D'Arcus writes: > On Wed, Apr 8, 2020 at 5:32 AM Nicolas Goaziou wrote: >> "Bruce D'Arcus" writes: >> >> > Note that in CSL processors, the locators are meaningful key-values, >> > basically; not plain text strings. >> >> OK, but it is enough for Org to feed a CSL processor with,