org-ref-cite

2021-07-27 Thread John Kitchin
Hi all, I have a pretty complete working version of org-ref-cite now at https://github.com/jkitchin/org-ref-cite. This is the evolution of what I previously called oc-bibtex. This set of cite processors focuses on using bibtex-completion with ivy for insertion and actions, a hydra menu for follow

Re: virtual-fill mode in mail buffers, with orgalist-mode, prefix is not considered when virtual-fill is on

2021-07-27 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > Not sure whether this is off topic, but it concerns orgalist-mode: > > When I use virtual-fill-mode together with orgalist-mode in mail buffers: > When I turn virtual-auto-fill-mode off and auto-fill-mode on, the lists are > nicely filled as: > > > > 1. The fir

Re: [PATCH] [BUG] Bad fontification in full displayed links

2021-07-27 Thread Nicolas Goaziou
Hello, Juan Manuel MacĂ­as writes: > You are right, I think that solution is much simpler. I attach a > new patch and I have included your name in the commit message, for the > suggestion. Thanks! Applied. Thank you. Regards, -- Nicolas Goaziou

Re: Bug: duplicated \texttt in LaTeX export

2021-07-27 Thread Nicolas Goaziou
Hello, Maxim Nikulin writes: > It seems, something goes wrong with LaTeX export at least in git master > > >8 > > #+PROPERTY: header-args :eval never-export :exports code :results silent > > src_elisp{(delete-dups nil)} > 8< > > Export as LaTeX buffer: > > \texttt{\textt

Re: Bug: :match filter fails on columnview dblock when :maxlevel present [9.4.6 (9.4.6-gab9f2a @ /Users/pabfr/.emacs.d/elpa/org-9.4.6/)]

2021-07-27 Thread Nick Dokos
I have submitted a patch to allow both match and maxlevel to be specified: https://orgmode.org/list/87h7h0w5nz@alphaville.usersys.redhat.com/ but it has not been reviewed, tested or merged yet. Maybe you can test it and report? That should help move it forward. -- Nick "There are only

Re: a repeater doesn't increment

2021-07-27 Thread Jude DaShiell
I couldn't figure a way to make the field columns work for this many different items. On Tue, 27 Jul 2021, Nick Dokos wrote: > Jude DaShiell writes: > > > What I'm trying to do is more complex than that. > > * Reorder pills > > ** TODO order hctz, lisinipril, metformin, provacol, claritin, Co-q

Re: what would cause failure in template for org capture?

2021-07-27 Thread No Wayman
Thanks for doing the bisect. I was in the process of doing it myself and comparing disassembled byte-code when I saw the patch had been pushed. For anyone curious, this particular bug was a byte compilation error. When byte-compiled, org-capture-fill-template was attempting to compare strings

Re: a repeater doesn't increment

2021-07-27 Thread Nick Dokos
Jude DaShiell writes: > What I'm trying to do is more complex than that. > * Reorder pills > ** TODO order hctz, lisinipril, metformin, provacol, claritin, Co-q10, >Deadline: <8-2-2021 +4w> > ** TODO order Colase >Deadline: <10-13-2021 +14w> > ** TODO order Turmerick >Deadline: <8-30-

Re: what would cause failure in template for org capture?

2021-07-27 Thread Gregor Zattler
Hi No, Eric, * No Wayman [2021-07-23; 23:03]: >> from an earlier thread, I recall you mentioned you were using >> native >> compilation? This is almost certainly the cause of your problem. > > This does smell like a byte-compilation problem. > Seems to be a failure with any interactive, single-ch

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

2021-07-27 Thread Ihor Radchenko
Karl Voit writes: > Thanks, this sounds clever and I think I understand the code. > Although I would have preferred not to overwrite a function. I > always have a fear that this leads to nasty side-effects with future > updates. That's not overwriting. org-columns-modify-value-for-display-functio

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

2021-07-27 Thread Karl Voit
Hi Ihor, * Ihor Radchenko wrote: > 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:

Re: [BUG] Citations in tables are not exported

2021-07-27 Thread Matt Price
re: captions, a quick hack is to change line 1373 of oc.el to ((memq type '(nil paragraph keyword))) This makes my life quite a bit easier. No doubt this is a bit too broad, though I am not entirely clear on why there are any restrictions at all on inserting cites. On Sun, Jul 18, 2021 at 7:29