Re: New Orgmode LaTex Document Class ?

2023-08-01 Thread Ihor Radchenko
David Masterson writes: >> http://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf Other possibilities are: https://www.tug.org/texlive/doc/texlive-en/texlive-en.html#x1-70001.5 or https://tug.org/begin.html Some people may be slightly uncomfortable reading pdf-only. So, providing an html

Re: New Orgmode LaTex Document Class ?

2023-08-01 Thread Ihor Radchenko
David Masterson writes: >> Running texdoc latex in shell will open the same pdf file as in >> http://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf > > Hmm. For me 'texdoc -l latex' in a shell showed me this: > > 1 /usr/share/texlive/texmf-dist/doc/luatex/luaotfload/luaotfload-latex.pdf

Re: org-agenda queries for absent properties

2023-08-01 Thread Ihor Radchenko
Jens Schmidt writes: > On 2023-07-31 08:45, Ihor Radchenko wrote: > >> If you are up to a job of adding this to `org-make-tags-matcher' and >> not breaking things, you can try. > > Depends a bit on the required collateral changes: Updating ORG-NEWS and > doc/org-guide.org should be no problem.

Re: New Orgmode LaTex Document Class ?

2023-08-01 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > What about http://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf >> >> Seems good, but maybe https://ctan.org is the true starting place. They >> can search for "latex" or look in the "Cover" dropdown for some ideas. >>

Re: is LOCATION not a valid property? org-lint complains!

2023-08-01 Thread Ihor Radchenko
"Fraga, Eric" writes: > On Tuesday, 1 Aug 2023 at 16:22, Ihor Radchenko wrote: >> ox-koma-letter, which you likely use, understands EXPORT_LOCATION >> property, but not LOCATION. > > Ah, interesting. Yes, I do use (infrequently) ox-koma-letter. Whereas > all my other org related tools understa

Re: [BUG] Cannot toggle the display of inline images [9.6.6 (release_9.6.6 @ /usr/local/share/emacs/29.1/lisp/org/)]

2023-08-01 Thread Ihor Radchenko
Eli Qian writes: > When updating to the new released Emacs 29.1, I found that > org-mode cannot > toggle the display of inline images after reentering org-mode. > > Steps to reproduce: > ... Thanks for reporting and for providing the reproducer! Fixed, on bugfix. https://git.savannah.gnu.org/cg

Re: [ANN] [[bbb:OrgMeetup]] on Wed, Aug 9, 19:00 UTC+3 (was: Interest in an Org video meetup?)

2023-08-01 Thread Ravi Sagar
Hello everyone, Apologies for the late reply. What time are we planning the meetup? Is it 9th August 18:00 UTC? that would be 19:00 BST and would work for me. Ravi On Sun, Jul 30, 2023 at 3:48 PM Ihor Radchenko wrote: > Dear all, > > A number of people expressed interest in a dedicated Org me

Re: org-agenda queries for absent properties

2023-08-01 Thread Jens Schmidt
On 2023-07-31 08:45, Ihor Radchenko wrote: If you are up to a job of adding this to `org-make-tags-matcher' and not breaking things, you can try. Depends a bit on the required collateral changes: Updating ORG-NEWS and doc/org-guide.org should be no problem. Doing a naive grep-based search I

Re: [ANN] lisp/ob-tangle-sync.el

2023-08-01 Thread Bastien Guerry
Ihor Radchenko writes: > Mehmet Tekman writes: > >> Yep, signed and received May 10 2023, before I did my initial >> patch submission >> >> RT: 1938590 > > Bastien, may you please confirm? Yes, I do confirm. Thanks Mehmet for contributing! -- Bastien Guerry

[BUG] Cannot toggle the display of inline images [9.6.6 (release_9.6.6 @ /usr/local/share/emacs/29.1/lisp/org/)]

2023-08-01 Thread Eli Qian
When updating to the new released Emacs 29.1, I found that org-mode cannot toggle the display of inline images after reentering org-mode. Steps to reproduce: 1. emacs -Q 2. M-x org-mode RET 3. Input a figure link, such as [[imge-path]] 4. M-x org-toggle-inline-images RET. You will see an image

Re: is LOCATION not a valid property? org-lint complains!

2023-08-01 Thread Fraga, Eric
On Tuesday, 1 Aug 2023 at 16:22, Ihor Radchenko wrote: > ox-koma-letter, which you likely use, understands EXPORT_LOCATION > property, but not LOCATION. Ah, interesting. Yes, I do use (infrequently) ox-koma-letter. Whereas all my other org related tools understand LOCATION and not EXPORT_LOCATI

Re: is LOCATION not a valid property? org-lint complains!

2023-08-01 Thread Ihor Radchenko
"Fraga, Eric" writes: > I don't use org-lint very often but it is indeed an excellent tool when > an org file somehow gets corrupted in some way. I recently had problems > adding a new entry into my "diary" file, the file that has all of my > meetings & appointments [1]. > > I don't know if this

is LOCATION not a valid property? org-lint complains!

2023-08-01 Thread Fraga, Eric
Hello all, I don't use org-lint very often but it is indeed an excellent tool when an org file somehow gets corrupted in some way. I recently had problems adding a new entry into my "diary" file, the file that has all of my meetings & appointments [1]. I don't know if this is something new or I

Re: [PATCH v3.1] Re: [PATCH] add a function to only refresh inline images under current headline instead of global buffer

2023-08-01 Thread Ihor Radchenko
"Christopher M. Miles" writes: > I think current patch is ready for merging now. WDYT? No, unfortunately. With your patch, it will become impossible to display linked images using interactive command. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: BUG: org-protocol broken

2023-08-01 Thread Michael Dauer
Sorry, my mistake. >>>org-protocol://store-link?url=foo&title=bar<<< works. Am Di., 1. Aug. 2023 um 15:38 Uhr schrieb Michael Dauer < mick.da...@gmail.com>: > Just look at the first examples, which are 1-to-1 copied from org-protocol > code/documentation. > > org-protocol://store-link?url=foo&tit

Re: BUG: org-protocol broken

2023-08-01 Thread Michael Dauer
Just look at the first examples, which are 1-to-1 copied from org-protocol code/documentation. org-protocol://store-link?url=foo&title=bar is not working. And this is exactly what store-link is for. Am Di., 1. Aug. 2023 um 14:01 Uhr schrieb Ihor Radchenko < yanta...@posteo.net>: > Michael Dauer

[PATCH v3.1] Re: [PATCH] add a function to only refresh inline images under current headline instead of global buffer

2023-08-01 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >>> This is not a toggle. This is unconditional refresh. >>> >> Yes, indeed it's a unconditional refresh. It does not match the meaning of >> word "toggle". >> >> Seems need to detect whether has image overlays in region. I added this >

Re: BUG: org-protocol broken

2023-08-01 Thread Ihor Radchenko
Michael Dauer writes: > emacsclient "org-protocol://store-link?url=http:123&title=t: w: q&a - r-s > (a)" > shows *ERROR*: Wrong type argument: arrayp, nil > > IMO the last example is a fully plausible link. I actually need it to > create a link which then calsl e.g. the outlook protocol. "&" in

BUG: org-protocol broken

2023-08-01 Thread Michael Dauer
Org mode version 9.7-pre (release_9.6.4-327-gf81ba4 org-protocol://store-link?url=http:%2F%2Flocalhost%2Findex.html&title=The%20title stores http://localhost/index.html org-protocol://store-link?url=val&key2=val2 stores val org-protocol://store-link?url=val?key2=val2 stores val?key2 org-protoco

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-01 Thread Ihor Radchenko
Jakob Schöttl writes: > The structure of the org file is attached. I tried for two hours to > provide a minimal example org file but – like randomly – when I shorten > the file radically or remove fields from the colmunview it works. I > can't figure out what exactly makes org mode struggling.

Re: [ANN] lisp/ob-tangle-sync.el

2023-08-01 Thread Ihor Radchenko
Mehmet Tekman writes: > Yep, signed and received May 10 2023, before I did my initial > patch submission > > RT: 1938590 Bastien, may you please confirm? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: [ANN] lisp/ob-tangle-sync.el

2023-08-01 Thread Mehmet Tekman
Yep, signed and received May 10 2023, before I did my initial patch submission RT: 1938590 Best

Re: New Orgmode LaTex Document Class ?

2023-08-01 Thread Ihor Radchenko
David Masterson writes: >>> What about >>> >>>http://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf > > Seems good, but maybe https://ctan.org is the true starting place. They > can search for "latex" or look in the "Cover" dropdown for some ideas. > I just found https://tug.org/begin

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-08-01 Thread Ihor Radchenko
Ilya Chernyshov writes: > Hi! I wrote a package that provides interactive day view for orgmode > tasks. With this package you can visually understand your day schedule > and quickly reschedule your tasks and events. Essentially, this is what > modern calendars provide, although my package current

Re: [PATCH v3] Re: [PATCH] add a function to only refresh inline images under current headline instead of global buffer

2023-08-01 Thread Ihor Radchenko
"Christopher M. Miles" writes: >> This is not a toggle. This is unconditional refresh. >> > Yes, indeed it's a unconditional refresh. It does not match the meaning of > word "toggle". > > Seems need to detect whether has image overlays in region. I added this > detection in new patch. Like bello

Re: [ANN] lisp/ob-tangle-sync.el

2023-08-01 Thread Ihor Radchenko
Mehmet Tekman writes: > But I think you're right, and tomorrow evening I will just bite the bullet and > submit a merged-params patch. That is: > * An updated merged params function > * New testing suite for the merge params Thanks! May I know if you have FSF copyright assignment? (see https://o