viewing appointments while scheduling event

2021-06-04 Thread Victor A. Stoichita
When scheduling an event with C-c C-s (org-schedule) a calendar pops up. While navigating that calendar to choose a date, is it possible to view the events already scheduled in the agenda for that date? I found this answer to a similar question: https://emacs.stackexchange.com/questions/30512/sho

routine "org-vm-select-message" in "ol-vm.el"

2021-06-04 Thread Alan Wehmann
I am using: Org mode version 9.4.6 (9.4.6-2-g21eb69-elpa @ /Users/alanwehmann/.emacs.d/elpa/org-20210524/) GNU Emacs 27.1 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95)) of 2020-08-12 VM version is: 8.2.0b org-plus-contrib-20210531 package I have found emai

Bug: Org Agenda [9.4.6 (9.4.6-gab9f2a @ /home/rh-2015/.emacs.d/elpa/org-9.4.6/)]

2021-06-04 Thread Reiner Hellbrück
A friendly hello, since the change to Org mode version 9.4.6 (9.4.6-gab9f2a @ /home/rh-2015/.emacs.d/elpa/org-9.4.6/) the Org-Agenda is not produced. Let's say your org-file 'Test.org' consists of this *Test1:test: DEADLINE: <20

Re: suggestion to change default org-latex-pdf-process to latexmk

2021-06-04 Thread Dr. Arne Babenhauserheide
Tim Cross writes: > Scott Randby writes: > >> On 6/2/21 8:07 AM, Bruce D'Arcus wrote: >>> On Wed, Jun 2, 2021 at 4:28 AM Tim Cross wrote: >>> The more I think about it, I think the best solution would be to update the code which sets the default and have it check for latexmk. If it

Re: [bug?] org-link-set-parameters: when `:display 'full', link face is applied only in description part

2021-06-04 Thread Juan Manuel Macías
Hello again, To simplify what I mentioned in my previous message, the bug is simply reproducible with any link, when running `org-toggle-link-display'. I'm not sure, but I would say it was introduced in the commit: 8bdcf51ac lisp/org.el: Update previews correctly when color chnages Best regards

[org-cite, oc-csl] setting no-link parameter within document?

2021-06-04 Thread Bruce D'Arcus
I see the processor has a org-cite-csl-link-cites defcustom to set this globally, but can one set it at the document level? Further explanation: The default hyperref settings in latex export in general are too much, with boxes everywhere and garish colors. When coupled with a note style with bib

Re: [org-cite, oc-csl] setting no-link parameter within document?

2021-06-04 Thread Denis Maier
Am 04.06.2021 um 13:50 schrieb Bruce D'Arcus: I see the processor has a org-cite-csl-link-cites defcustom to set this globally, but can one set it at the document level? Further explanation: The default hyperref settings in latex export in general are too much, with boxes everywhere and garish

Re: [org-cite, oc-csl] setting no-link parameter within document?

2021-06-04 Thread Denis Maier
Am 04.06.2021 um 14:18 schrieb Eric S Fraga: On Friday, 4 Jun 2021 at 14:01, Denis Maier wrote: Ok, I first thought you can just add the configuration to the LATEX_HEADER keywords, but that won't work since everything in there is loaded before hyperref. I am not sure what is loaded before b

Re: [org-cite, oc-csl] setting no-link parameter within document?

2021-06-04 Thread Eric S Fraga
On Friday, 4 Jun 2021 at 14:01, Denis Maier wrote: > Ok, I first thought you can just add the configuration to the > LATEX_HEADER keywords, but that won't work since everything in there > is loaded before hyperref. I am not sure what is loaded before but most of my documents have something along

Re: [org-cite, oc-csl] setting no-link parameter within document?

2021-06-04 Thread Bruce D'Arcus
On Fri, Jun 4, 2021 at 8:18 AM Eric S Fraga wrote: > > On Friday, 4 Jun 2021 at 14:01, Denis Maier wrote: > > Ok, I first thought you can just add the configuration to the > > LATEX_HEADER keywords, but that won't work since everything in there > > is loaded before hyperref. > > I am not sure wha

Re: [org-cite, oc-csl] setting no-link parameter within document?

2021-06-04 Thread Denis Maier
Am 04.06.2021 um 14:24 schrieb Bruce D'Arcus: On Fri, Jun 4, 2021 at 8:18 AM Eric S Fraga wrote: On Friday, 4 Jun 2021 at 14:01, Denis Maier wrote: Ok, I first thought you can just add the configuration to the LATEX_HEADER keywords, but that won't work since everything in there is loaded bef

Re: [org-cite, oc-csl] setting no-link parameter within document?

2021-06-04 Thread Bruce D'Arcus
On Fri, Jun 4, 2021 at 8:51 AM Denis Maier wrote: > > I still think it would be valuable to have the option to do something > > like this, so it works across export backends. > > > > #+print_bibliography: :links nil > > Turns out, such an option already exists, at least for biblatex: > \usepackag

Re: [org-cite, oc-csl] setting no-link parameter within document?

2021-06-04 Thread Eric S Fraga
On Friday, 4 Jun 2021 at 14:20, Denis Maier wrote: > Ok, that would mean you can load \hypersetup before having > \usepackage{hyperref}. Good if it works. My exported LaTeX file has the usepackage appearing before the hypersetup. Does the order differ for you? Org Latex header lines should be i

Re: [org-cite, oc-csl] setting no-link parameter within document?

2021-06-04 Thread Nicolas Goaziou
Hello, "Bruce D'Arcus" writes: > On Fri, Jun 4, 2021 at 8:18 AM Eric S Fraga wrote: >> >> On Friday, 4 Jun 2021 at 14:01, Denis Maier wrote: >> > Ok, I first thought you can just add the configuration to the >> > LATEX_HEADER keywords, but that won't work since everything in there >> > is load

Re: [oc-csl] citations in footnotes

2021-06-04 Thread Nicolas Goaziou
Hello, "Bruce D'Arcus" writes: > In the approach taken by CSL implementations, and by biblatex > autocite, when dealing with note styles, you have two kinds of > citations in notes: > > 1. what we might call "automatically footnoted"; citations in the > running text that get converted on export

Re: viewing appointments while scheduling event

2021-06-04 Thread Victor A. Stoichita
I found something that seems to work. I’m posting it here in case anyone is interested or has better suggestions. First, I understood that my diary file should read: &%%(org-diary) ~/calendriers/victor.org This was clearly explained in the docstring of org-diary (if it was also in the org-mode m

Re: [oc-csl] citations in footnotes

2021-06-04 Thread Bruce D'Arcus
On Fri, Jun 4, 2021 at 9:28 AM Nicolas Goaziou wrote: > OK. Fixed. Thank you. Looks good; thanks! Bruce

Confusion about ox-slimhtml's inclusion statement

2021-06-04 Thread Benjamin Kästner
Hi, according to https://github.com/balddotcat/ox-slimhtml, ox-slimhtml got included into the Org project. However, I cannot find ox-slimhtml or any mentions in neither any file nor git log --grep. Was ox-slimhtml actually included in Org's or Emacs' source or is there any plan to include it in f

Re: [org-cite, oc-basic] Citation disambiguation

2021-06-04 Thread Nicolas Goaziou
Hello, András Simonyi writes: > --8<---cut here---start->8--- > First: (Doe, John, 1973a) > > Second: (Doe, John, 1973b) > > Doe, John (1973a). /Minor Work/, Journal of Philosophy. > > Doe, John (1973b). /Magnum Opus/, Journal of Philosophy. > --8<

Re: [ORG] Moving the org-mode.git repo to savannah.gnu.org

2021-06-04 Thread stardiviner
I have a big problem. After I registered savannah account, I open profile page at first 3 days. Then I have not touched it anymore. Now Savannah emailed me that my account has been removed because of idle. It has happened two times. Is there a way to avoid this? If not, I hope to keep org-mode in s