Re: [RFC PATCH 0/2] Make org-babel-tangle usable in after-save-hook on large org buffers

2022-07-31 Thread Ihor Radchenko
Ihor Radchenko writes: > I would like to send an experimental patch improving performance of > org-babel-tangle. The patch contains two major changes: > 1. org-babel-tangle-single-block will not try to parse LINK to src >block when :comments is set to "no" and simple return nil in >

Re: [PATCH] ox-icalendar.el: customizable vevent summary prefix

2022-07-31 Thread Ihor Radchenko
Mikhail Skorzhinskii writes: > Thank you for the reviewing my suggestions. I've fixed issues you've > listed. I've attached new patch to this email. > > Let me know what you think. Sorry again for the late reply. The patch looks good, though you may also need to document the new customization

Re: Bug: CLOCKSUM works first time, fails second time when used in column view

2022-07-31 Thread Ihor Radchenko
Joshua Hartshorne writes: > column view will work a few times and then suddenly it won't work anymore, > saying: "The CLOCKSUM property can not be set with `org-entry-put" Sorry for the late reply. I am unable to reproduce the issue with current main. Best, Ihor

Re: [PATCH]: ox-latex: omit empty date

2022-07-31 Thread Max Nikulin
On 31/07/2022 09:38, Ihor Radchenko wrote: Max Nikulin writes: All the above makes sense. Do I miss something? To be precise, \date is not exported to LaTeX file, but current date appears in PDF. That is why I consider the change as a breaking one. Try to export to PDF the following

Re: [PATCH] Avoid ignoring LaTeX export output errors when org-latex-pdf-process is a list

2022-07-31 Thread Ihor Radchenko
Ihor Radchenko writes: > The attached patch is fixing a rather annoying problem when > org-latex-pdf-process is set to a list. Currently, only output of the > last command in the list is preserved in *Org PDF LaTeX output* buffer, > which sometimes prevents ox-latex from detecting compilation

Re: [PATCH] ox-icalendar.el: create alarm at event time

2022-07-31 Thread Ihor Radchenko
Mikhail Skorzhinskii writes: > Thank you for the review, appreciate your comments. I've applied your > suggestions. Please find the fixed file in the attachment to this > letter. It took a while, but Applied onto main via 31b3b164d after adding a TINYCHANGE cookie to the commit message (AFAIK,

Re: [PATCH] Re: org-metashiftleft/right should honor org-support-shift-select

2022-07-31 Thread Ihor Radchenko
Ihor Radchenko writes: > Subject: [PATCH] Make org-shiftmetaleft/org-shiftmetaright honour shift-select > on MacOS No response has been received. I decided to merge the patch. Applied onto main via b4d7a24f0.

Re: [PATCH] ox-icalendar.el: customizable vevent summary prefix

2022-07-31 Thread Mikhail Skorzhinskiy
Thanks for review, Ihor. I have sent a copyright assignment request. Will resubmit the patches as soon as I complete the process. -- Mikhail Skorzhinskii mskorzhins...@eml.cc On Sun, Jul 31, 2022, at 09:16, Ihor Radchenko wrote: > Mikhail Skorzhinskii writes: > >> Thank you for the

Re: [PATCH] ox-icalendar.el: customizable vevent summary prefix

2022-07-31 Thread Ihor Radchenko
"Mikhail Skorzhinskiy" writes: > Thanks for review, Ihor. I have sent a copyright assignment request. Will > resubmit the patches as soon as I complete the process. Thanks! Note that FSF clerk should reply within 5 working days. If not, please let us know. Best, Ihor

Re: [PATCH] Re: Help with assigning org-attach-id-dir using directory local variables

2022-07-31 Thread Ihor Radchenko
Ihor Radchenko writes: > I've seen multiple issues coming from the above behavior. > Hence, I'd like to propose Org to call `hack-local-variables' early > during startup. The patch is attached. Applied onto main via e22b4eb7a.

Re: change headings to list but have a nested numeration?

2022-07-31 Thread Ihor Radchenko
Uwe Brauer writes: > I see, several observations. > > 1. For headings there is a third party package called >‘org-outline-numbering.el’. Which provides a mode that display >headings in such a numbering scheme, however using overlays, as >far as I can see. FYI, we

Re: [PATCH]: ox-latex: omit empty date

2022-07-31 Thread Daniel Fleischer
emacs--- via "General discussions about Org-mode." [2022-07-29 Fri 14:49] wrote: > In the attachment you can find a patch which omits an empty \date{} line in > a latex document when the option to include the date is set to nil or when > no date is provided. This empty date line can cause

Re: BUG+PATCH org-capture hangs under Cygwin/X

2022-07-31 Thread Ihor Radchenko
Max Mikhanosha writes: > Due to various reasons I'm now using Cygwin/X Emacs, and for this emacs, > (gui-get-selection) method is kind of slow (about 0.2) seconds. > ... > Attached patch changes it so that we only call (org-get-x-clipboard) and > (current-kill 0) lazily. The logic had not

Re: [SOLVED] Re: Something has happened such that I can't export to latex

2022-07-31 Thread Robert Pluim
> On Sat, 30 Jul 2022 08:25:46 +0100, Sharon Kimble > said: Sharon> === Sharon> /autogen.sh Sharon> /configure Sharon> make bootstrap Sharon> make Sharon> === Sharon> And I suspect that the lone 'make' caused the problems, but I haven't done a test build to

Re: [PATCH] lisp/ob-plantuml.el: Insert results in buffer

2022-07-31 Thread Joseph Turner
Ihor Radchenko writes: > You also need to change :result-params and :result-type. > See `org-babel-execute-src-block'. Here's what I've got so far: ``` (defvar org-babel-default-header-args:plantuml '((:exports . "results")) "Default arguments for evaluating a plantuml source block.")

Re: [PATCH]: ox-latex: omit empty date

2022-07-31 Thread Ihor Radchenko
Daniel Fleischer writes: > Daniel Fleischer [2022-07-31 Sun 18:25] wrote: > > In other words \date{} is what prevents from the date being printed. Or > put differently \date{\today} and not putting \date is equivalent. See > http://www.emerson.emory.edu/services/latex/latex_125.html. Would you

Re: [PATCH] Delete some Emacs 24 compat code

2022-07-31 Thread Ihor Radchenko
Bastien Guerry writes: > If the current release is de facto compatible with older Emacsen and > a new release will change this, yes, let's announce it in the release > notes. > > We can also send an email to the list using the "X-Woof-Change" to > announce this upcoming change for the upcoming

Re: [PATCH]: ox-latex: omit empty date

2022-07-31 Thread Daniel Fleischer
Daniel Fleischer [2022-07-31 Sun 18:25] wrote: > I would reckon people don't want the date displayed when they set it to > nil. But removing the line \date{} just prints today's date. I don't > understand the purpose of the patch. In other words \date{} is what prevents from the date being