Re: save email(gnus) in org format

2024-12-25 Thread General discussions about Org-mode.
> Even I'm interested, I have to craft a way of saving things with org. > I noticed during Orgmeetup, yantar92 (Ihor, the Org maintainer) does > org-capture on mail. > Related config I found in config > (https://github.com/yantar92/emacs-config/blob/master/config.org#capture-mail-to-org-task)

Re: org-mode git site seems unavailable

2024-12-25 Thread Bastien Guerry
Colin Baxter writes: > I've now found the cause. Basically my machine is too old - Debian > 9.3. The certs need to be updated. I will have to do manually or > just update the whole machine. Thanks for sharing the problem and the solution, perhaps it will be useful to others! Cheers, -- Basti

Re: [PATCH] org-element.el; significant optimizations for org-element--interpret-affiliated-keywords

2024-12-25 Thread Ihor Radchenko
"Dwarshuis, Nathan J" writes: > I noticed that calling `org-element-interpret-data' on objects is > generally 5-10x faster than when calling on elements. The reason seems > to be that `org-element--interpret-affiliated-keywords' (which is only > called on elements) does alot of unnecessary work.

Re: Feedback about the usage of org-store-link-props

2024-12-25 Thread Ihor Radchenko
Sébastien Gendre writes: > Recently, I have written a modification on Elfeed to fix it's usage of > `org-store-link-props`. > > https://github.com/skeeto/elfeed/pull/533 > > Christopher Wellons, the author of Elfeed, would like to have some > feedback about how I used `org-store-link-props`. As C

Tiny patch: add onlyenv to beamer environments

2024-12-25 Thread Pedro Andres Aranda Gutierrez
Hi, I found the reference in the Changelog entry quite useful and found also a request in the mailing more than 12 years ago.. Seasons greeting, /PA -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16:

Re: hiding image with overlays; bounds issue

2024-12-25 Thread Ihor Radchenko
Psionic K writes: > I've run into a few cases where if I don't extend the overlay to > underlap the beginning of an image, the overlay does not result in the > image being hidden. Another case is a bit more egregious, but I > couldn't put the example into dslide's demo.org file. > ... > The offe

Re: [PATCH] lisp/org.el: Add ability to sort tags by hierarchy

2024-12-25 Thread Ihor Radchenko
Morgan Smith writes: >> Also, what happens when there >> are no tag groups defined? (These questions should be answered in the >> docstring and the etc/ORG-NEWS entry you need to add, announcing the new >> feature) > > Fallback to `org-sort-function'. I am not sure if it is the best idea to hard

Re: Customize list of blocks that use "\footnotemark" in `org-latex-footnote-reference'

2024-12-25 Thread Ihor Radchenko
Juan Manuel Macías writes: > 8dcc writes: > >> I am exporting an Org file that contains a large verse block to >> LaTeX. This verse block contains footnotes, but they appear in the page >> where the LaTeX verse environment ends. I looked at the exported .tex >> file and I noticed that it was usin

Re: Tiny patch: add onlyenv to beamer environments

2024-12-25 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > I found the reference in the Changelog entry quite useful and found also a > request in the mailing more than 12 years ago.. Do you have a link to that request? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at

Re: Form feed characters break odt export

2024-12-25 Thread Joseph Turner
Ihor Radchenko writes: > Christian Moe writes: > >> I don't think it's specific to ODT or LibreOffice, it's the underlying >> XML 1.0 spec that "discourages" control characters and does not include >> #xC in the range of characters that XML processors must accept. >> >> Spec: https://www.w3.org/

Re: Form feed characters break odt export

2024-12-25 Thread Joseph Turner
Max Nikulin writes: > On 21/12/2024 10:56, Max Nikulin wrote: >> On 21/12/2024 08:48, Joseph Turner wrote: >>> https://github.com/bohonghuang/org-srs/pull/10#issuecomment-2557417871 >> In this specific context a workaround should be >> #+begin_comment >> ^L >> #+end_comment > > To avoid confusion

Re: [PATCH worg v2] ob-doc-gnuplot.org: Fix broken link to source.

2024-12-25 Thread Ihor Radchenko
Suhail Singh writes: > It might make sense to include an examples/plotting.org at some point, > with very different content. But as things stand today I believe of the > two files ob-doc-gnuplot.org is the one that should be retained and if > there's any meaningful information contained in org-b

Re: [PATCH] Remove Emacs<24.4 compatibility code

2024-12-25 Thread Ihor Radchenko
Morgan Smith writes: > * lisp/org-goto.el: Don't conditionally define keys based on if > `isearch-other-control-char' is bound. > > Org mode only supports Emacs 27 and later. Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=6f00a8348b We usually keep the old c

Re: Completions Registry

2024-12-25 Thread Ihor Radchenko
Psionic K writes: > Not just a problem for dslide but for org in general, any time a > package adds keys to configure blocks or properties, these do not > complete except through dabbrev etc. > ... I am sorry, but it is not clear for me from your email what concrete improvement you want to see.

Re: [PATCH] doc/org-manual.org: Update MathJax HTML export with example

2024-12-25 Thread Ihor Radchenko
Nikolaos Chatzikonstantinou writes: > I'm attaching a small patch for the documentation in HTML export. > Please include this example, it is very useful. Thanks! Applied, onto main, after moving the example closer to similar examples and adding a TINYCHANGE cookie to the commit message. https://

Re: Completions Registry

2024-12-25 Thread Psionic K
Sorry, my initial thoughts are too far ranging. More directly, how can I inject extra values into `org-special-properties' or elsewhere so that they appear when completing `org-set-property'? Applications that use non-standard properties don't have a way AFIAK to inform these completions.

Re: Completions Registry

2024-12-25 Thread Ihor Radchenko
Psionic K writes: > More directly, how can I inject extra values into `org-special-properties' > or elsewhere so that they appear when completing `org-set-property'? > Applications that use non-standard properties don't have a way AFIAK to > inform these completions. org-default-properties --

Re: [BUG] "Invalid search bound (wrong side of point)" [9.6.15 (release_9.6.15 @ c:/Program Files/Emacs/emacs-29.4/share/emacs/29.4/lisp/org/)]

2024-12-25 Thread Ryan Hoffman
Hello, Thanks for your work on Org development. I have added that setq to my .emacs Unfortunately I did not adequately document a way to replicate this bug. I haven't seen it in a while. So please close this issue. I will submit a new bug report if needed. Thanks, Ryan

Re: The less ambiguous math delimiters in tables

2024-12-25 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Your example shows ambiguous markup that can be > interpreted in multiple ways: > > 1. \(x\) > 2. |x| > > Org parser chooses one. It has to choose some. > Org parser also chooses a simpler interpretation that does not require > backtracking. But (2) is a *much, much,

Re: org-mode git site seems unavailable

2024-12-25 Thread Colin Baxter
Dear Bastien, > Bastien Guerry writes: > Colin Baxter writes: >> Not Before Thu, 19 Sep 2024 22:27:25 GMT Not After Wed, 18 Dec >> 2024 22:27:24 GMT > curl -vvI https://git.savannah.gnu.org/git/emacs/org-mode.git > * SSL connection using TLSv1.2 / ECDHE-ECDSA-AES256-GCM

Re: Binary Table & Babel Data Passing

2024-12-25 Thread Ihor Radchenko
Psionic K writes: > But first things first, binary data passing between babel blocks and > avoiding serialization for languages where the runtime can be > convinced to do it should have been done two decades ago on POSIX. > Next best time is now, using 2025 tools. That might be possible in some

Re: Using tecosaur's org-mode on windows without make

2024-12-25 Thread Ihor Radchenko
Vasco Cúrdia writes: > However this does not work on my work system with windows because I do not > have make to run in the elpa/org-mode folder. Without that my org files do > not load properly. Simply pointing load-path to your modified version of Org should work. Although, some autoloads may

Re: Generating the filename from name and file-ext for blocks with side-effects

2024-12-25 Thread Ihor Radchenko
Aitenate writes: > With ~:results file~, the absence of ~:file~ will cause the filename to > be constructed from the block name and ~:file-ext~, if they are both > present. To achieve that with ~:results file link~, I could only come up > with > > ~:var outFile=(alist-get :file (nth 2 (org-babel-

LaTeX export is broken with 'num:nil` and 'ALT_TITLE`

2024-12-25 Thread Rudolf Adamkovič
REPRODUCTION: 1. Create a file containing: #+OPTIONS: num:nil * Test :PROPERTIES: :ALT_TITLE: alt :END: This is a test. 2. Open the file. 3. Export to a PDF file with LaTeX. EXPECTED: Test This is a test. ACTUAL: [ alt]Test This is a test. Rudy -- "Progra

Re: The less ambiguous math delimiters in tables

2024-12-25 Thread Rudolf Adamkovič
Ihor Radchenko writes: > It is a syntax limitation. > Org parser is outer-inner - the table row is parsed first. > So, | are unconditionally used as table delimiters, *before* verbatim > LaTeX markup is recognized. How is that not a parser bug? I thought that, with the noisy \(...\) delimiters,

Re: Tiny patch: add onlyenv to beamer environments

2024-12-25 Thread Ihor Radchenko
[ Adding Org ML back to CC ] Pedro Andres Aranda Gutierrez writes: > Here you are. I have included three links, including the answer email in > the GNU mail archive directly. The thread seems to be broken there. > Pick the one you prefer. Thanks! The patch was slightly ill-formatted. I fixed th

Re: The less ambiguous math delimiters in tables

2024-12-25 Thread Ihor Radchenko
Rudolf Adamkovič writes: >> It is a syntax limitation. >> Org parser is outer-inner - the table row is parsed first. >> So, | are unconditionally used as table delimiters, *before* verbatim >> LaTeX markup is recognized. > > How is that not a parser bug? > > I thought that, with the noisy \(...\)

Re: Dslide 1.0 Feature Roadmap & RFC

2024-12-25 Thread Ihor Radchenko
Psionic K writes: > I have compiled a list of everything I believe belongs in version 1.0: > https://github.com/positron-solutions/dslide/issues/20 Thanks for sharing! I tried the demo and I have several comments/questions: 1. May animations be disabled in the slides? They are not necessary mos

Re: Workflow for planning and scheduling tasks with org mode

2024-12-25 Thread Ihor Radchenko
Ashish Panigrahi writes: > I am fairly new to org and was wondering what are the common workflows that > people follow for planning and scheduling with org-mode. Take a look at https://orgmode.org/worg/org-tutorials/index.html -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more abo

Re: Some hacks on top of org-publish

2024-12-25 Thread Ihor Radchenko
Nikolaos Chatzikonstantinou writes: > 3) Source code blocks + colors (server-side; not a .js coloring client-side) Note that ox-html can fontify src blocks by itself. Via htmlize + CSS styles. > 1) I got colors in source blocks by post-processing with node.js + > highlight.js the raw HTML. Is i

Re: Generating the filename from name and file-ext for blocks with side-effects

2024-12-25 Thread Aitenate
On 25/12/2024 15:30, Ihor Radchenko wrote: Aitenate writes: With ~:results file~, the absence of ~:file~ will cause the filename to be constructed from the block name and ~:file-ext~, if they are both present. To achieve that with ~:results file link~, I could only come up with ~:var outFile=

Re: [BUG] "Invalid search bound (wrong side of point)" [9.6.15 (release_9.6.15 @ c:/Program Files/Emacs/emacs-29.4/share/emacs/29.4/lisp/org/)]

2024-12-25 Thread Ihor Radchenko
Ryan Hoffman writes: > So please close this issue. I will submit a new bug report if needed. Thanks for following up! Closing. Canceled. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org development at

Re: Dslide 1.0 Feature Roadmap & RFC

2024-12-25 Thread Psionic K
> May animations be disabled in the slides? They are not necessary most > of the time in the real-world presentations Reasonable. I'll get this supported, as well as making "peel" an option. Peeling is currently only activated on item-reveal when :inline is t. > is way too easy to use accidenta