Re: Using a latex auxdir

2024-05-17 Thread Rustom Mody
> What do you see in *Org PDF LaTeX Output* buffer? > > After changing some latex settings this has gone, I am not sure how Anyhow tnx Ihor! But I'd still like to ask: What is the correct way of having *even the tex file* in the auxdir?

Bug: org-capture does not work if called from minibuffer (Org mode version 9.6.10 (9.6.10-n/a-g902975)

2024-05-17 Thread Cletip Cletip
Hello, It's almost the same as described here: https://mail.gnu.org/archive/html/emacs-orgmode/2020-12/msg00199.html. BUT, this only comes into play in the following case: Suppose you want to complete an org-capture template with this: “%^{Title}”. When you call this capture, the minibuffer allow

Re: Exporting user labels to non-latex backends

2024-05-17 Thread Stefano Ghirlanda
Thanks! I was just under the impression that #+name: was the preferred way of labeling things and I was surprised it did not work as I expected on some backends. I was surprised to see that #+name: eq:x gives a different result from \label{eq:x} as I understood the two things to be equivalent.

Re: [BUG] cache file conflict? [9.7-pre (release_9.6.29-1441-gaa71fa @ /home/minshall/.emacs.d/straight/build/org/)]

2024-05-17 Thread Greg Minshall
Ihor, > In theory, the odds should be quite slim, unless you open that file > manually. Anyway... as the saying goes, the difference between theory and practice is that in theory there is no difference, but in practice there is. :) > Does the attached patch fix the problem for you? i've applie

Re: [PATCH] Add support for shortdoc link type

2024-05-17 Thread Bruno Cardoso
On 2024-05-16, 17:58 +0700, Max Nikulin wrote: > > Thank you. Now your patch can be applied on my side as well. > > Please, proceed with the copyright agreement form. Thank you very much, Max. Just sent the form.

Re: [BUG] Incorrect time calculation in agenda clockcheck

2024-05-17 Thread Mnet-Mail
Thanks! Am 17. Mai 2024 11:45:32 UTC schrieb Ihor Radchenko : >Raffael Stocker writes: > >> in the Org Agenda clockcheck view, a warning about missing end time of a >> clocked-in task is displayed together with the already elapsed time of >> that task. If the starting time is in the future (this

Re: Exporting user labels to non-latex backends

2024-05-17 Thread Ihor Radchenko
Stefano Ghirlanda writes: > There may be an issue with using #+name: labels when exporting to > non-latex backends. For example: > ... > #+name: eq:x > \begin{equation} >x = 1 > \end{equation} > > cref:eq:x > --- > > exports with a mix of org labels and user labels: > > --- > \begin{equation}

Re: [PATCH] oc-csl: New custom option `org-cite-csl-sentence-case-bibtex-titles'

2024-05-17 Thread Ihor Radchenko
András Simonyi writes: > On Sat, 11 May 2024 at 19:24, Ihor Radchenko wrote: > >>> > since bibtex and biblatex requires title fields to be in title case >> Are you sure? AFAIK, bibtex and biblatex (depending on the bibstyle) >> does not care about capitalization and instead applies its own, unle

Re: [PATCH] function and symbol for headline and olp for org-capture-templates

2024-05-17 Thread Ihor Radchenko
Nafiz Islam writes: > This patch adds the option to provide function and symbol for headline and > olp for org-capture-templates. Thanks for the patch. A few comments. Firstly, your total contribution to Org mode with this patch will exceed the maximum allowed number of LOC changes we can accep

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-05-17 Thread Ihor Radchenko
Punit Arya writes: > This is an EMACS keyboard macro that I've been using since more than 4-5 > years now. > > (global-set-key [24 11 48] 'my-insert-timestamp)  ;; It translates to > the key sequence: C-x C-k 0 > > Its definition is: > > (fset 'my-insert-timestamp >    (kmacro-lambda-form [?*

Re: [BUG] Incorrect time calculation in agenda clockcheck

2024-05-17 Thread Ihor Radchenko
Raffael Stocker writes: > in the Org Agenda clockcheck view, a warning about missing end time of a > clocked-in task is displayed together with the already elapsed time of > that task. If the starting time is in the future (this can happen if > rounding and continuous clocking are used), the ela

[PATCH] lisp/org-capture.el: Restore org-store-link-plist

2024-05-17 Thread Anand Deopurkar
>From 8f603b721ddd7edf1e622a39dc80f4b74a5b5198 Mon Sep 17 00:00:00 2001 From: Anand Deopurkar Date: Fri, 17 May 2024 20:39:51 +1000 Subject: [PATCH] lisp/org-capture.el: Restore org-store-link-plist * org-capture.el (org-capture-fill-template): Restore original `org-store-link-plist' after callin

Re: [BUG] cache file conflict? [9.7-pre (release_9.6.29-1441-gaa71fa @ /home/minshall/.emacs.d/straight/build/org/)]

2024-05-17 Thread Ihor Radchenko
Greg Minshall writes: > i run various Emacs instances, in each of which i run org. i frequently > get these messages (followed by errors when i reply 'q'): > > ...rg-persist/gc-lock.eld locked by minshall@arch... (pid 546721): (s, q, p, > ?)? > Error running timer ‘org-persist--refresh-gc

Re: LOGBOOK drawer now being created with blank line afterwards

2024-05-17 Thread Ihor Radchenko
Kris Nelson writes: > I've noticed after upgrading to the latest Org version (9.6.30), when the > LOGBOOK drawer is automatically generated during a TODO state change it > inserts a blank line after the end of the drawer. This did not occur on the > Org version I was using previously (9.5.5).

Re: Using a latex auxdir

2024-05-17 Thread Ihor Radchenko
Rustom Mody writes: > I wanted to keep all my latex generated files inside auxdir. > So I changed org-latex-pdf-process thus: > > (setq org-latex-pdf-process > '("latexmk -f -pdf -%latex -interaction=nonstopmode -auxdir=%oauxdir > %f" > "mv %F %oauxdir" )) > > But this confuses org and I d

Re: org-table-row face

2024-05-17 Thread Ihor Radchenko
Colin Baxter writes: > > Would it help if I add a link to that manual page from ORG-NEWS? > > Yes, thanks again. Done. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=ea8ed59c0 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: [PATCH] org-manual: Rewrite opening section in Citation handling

2024-05-17 Thread Ihor Radchenko
Rens Oliemans writes: > Thanks for the patch, it looks good and is an improvement over the > somewhat terse previous version. I do have some thoughts though so will > chime in. ... Thanks! I have incorporated all your suggestions into the new version of the patch (attached). >> - When style is