Re: An academic journal entirely made in Org-Mode

2024-01-29 Thread tomas
On Mon, Jan 29, 2024 at 08:03:36PM +, Juan Manuel Macías wrote: > Hi, > > In last December, issue 23 of the "Revista de Estudios Latinos" (Journal > of Latin Studies) was published, sponsored by the Spanish Society of > Latin Studies. It is designed and produced by me using Org-Mode, >

Re: org-icalendar export problems

2024-01-29 Thread Jack Kamm
ypuntot writes: > Problem! Found 1 error > > Errors > Lines not delimited by CRLF sequence near line # 1 > Reference: RFC 5545 3.1. Content Lines Which version of Org are you using? (M-x org-version) Org 9.7 (unreleased) contains some fixes for how ox-icalendar handles newlines. If you are

Re: org-icalendar export problems

2024-01-29 Thread ypuntot
The validator says as follows: Results File Size: 19544 lines, 434248 bytes Number of events found: 103 Number of to-do's found: 541 Problem! Found 10 warnings Warnings Blank line detected, specification does not address the use of blank lines near line # 9 Blank line detected, specification

Re: bug#68687: [PATCH] Use text/org media type

2024-01-29 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > I think Richard lacks the broader context: that text/org is supposed > to

Re: org-icalendar export problems

2024-01-29 Thread Jack Kamm
Ihor Radchenko writes: > CCing ox-icalendar maintainer. > > ypuntot writes: > >> I am trying to create an android calendar based on the agenda, and the first >> problem I am finding it's that I can't import it into android (ICSx^5). I am >> receiving these errors when trying to do it: >> >>

Re: [PATCH v2] org-id: allow using parent's existing id in links to headlines

2024-01-29 Thread Samuel Wales
On 1/29/24, Ihor Radchenko wrote: > You mentioned this feature request in the past. It is not forgotten. thank you. > May you please elaborate what you want to add to the manual and where? had been merely thinking mentioning non-brittleness for newcomers. in handling links. but MAYBE also

Re: An academic journal made entirely in Org-Mode

2024-01-29 Thread William Denton
On Monday, January 29th, 2024 at 15:05, Juan Manuel Macías wrote: > In last December, issue 23 of the "Revista de Estudios Latinos" (Journal > of Latin Studies) was published, sponsored by the Spanish Society of > Latin Studies. It is designed and produced by me using Org-Mode, > Org-Publish

Search and replace excluding code blocks?

2024-01-29 Thread Vikas Rawal
Hi all, Is it possible to search and replace a regex/string in an org file excluding the code blocks from its scope? Say, I want to replace all opening quotes (") by backticks(``) in the text but not in the code blocks. Is there a way one could achieve that? Thanks, Vikas

Re: An academic journal entirely made in Org-Mode

2024-01-29 Thread Dr. Arne Babenhauserheide
Hi, Juan Manuel Macías writes: > Org-Publish and LuaTeX. If anyone is interested in the code I used for > specific aspects of the publication, I can share it here :-). That sounds very interesting! I’m writing roleplaying books and my website with org-mode and since there are many small pieces

Re: [BUG] beamer export

2024-01-29 Thread Leo Butler
On Fri, Jan 26 2024, Leo Butler wrote: > On Fri, Jan 26 2024, Ihor Radchenko wrote: > >> Leo Butler writes: >> Apparently, LaTeX has really hard time processing verbatim code inside beamer frames. >>> >>> I looked again at the solution here: >>>

Re: An academic journal entirely made in Org-Mode

2024-01-29 Thread Daniel Ortmann
Yes, please! -- Daniel Ortmann https://www.linkedin.com/in/danieldeanortmann/ https://ieee-collabratec.ieee.org/app/p/DanielDeanOrtmann/ 612-518-3147 m On 1/29/24 14:03, Juan Manuel Macías wrote: Hi, In last December, issue 23 of the "Revista de Estudios Latinos" (Journal of Latin Studies)

Re: org-open-at-point while on "normal" text

2024-01-29 Thread Rainer Dunker
Am 28.01.2024 um 19:48:16 schrieb Ihor Radchenko: > > Recently there was an Org Mode upgrade from version 9.4.4 to 9.6.6 on my > > machine, and since then, C-c C-o on "normal" text behaves differently: > > Instead of raising the no link error, it opens the "Select link to open" > > menu. As I

Re: Connecting to an Already Running Scheme REPL with org-babel

2024-01-29 Thread Hunter Jozwiak
On Mon, Jan 29, 2024 at 8:15 AM Ihor Radchenko wrote: > Hunter Jozwiak writes: > > > Here is a patch that provides this functionality. > > Thank you! > > > Subject: [PATCH] org-mode: allow ob-scheme to accept a remote connection. > > > > * lisp/org/ob-scheme.el (org-babel-scheme-get-repl):

Re: [PATCH] ob-tangle: Add flag to optionally remove files before writing

2024-01-29 Thread Olivier Lischer
Ihor Radchenko writes: > Olivier Lischer writes: > >>> Thanks for the patch, but may you please explain why introducing such >>> variable is useful? >> >> Sure. >> >> I configure all my .dotfiles in an Org mode file and tangle the >> configuration in the right places. The tangled files are all

Re: Suggested manual changes - section 7.2 Special Properties

2024-01-29 Thread Matt
Ihor, I think this would be a good topic to go over in the monthly meet up, especially if no one is able to follow up further on this by then. On Mon, 29 Jan 2024 04:37:33 +0100 Tommy Kelly wrote --- > It’s here: https://www.reddit.com/r/orgmode/s/3viPfF78Lr > In a nutshell, I was

Re: Connecting to an Already Running Scheme REPL with org-babel

2024-01-29 Thread Hunter Jozwiak
Ihor Radchenko writes: > Hunter Jozwiak writes: > >> Here is a patch that provides this functionality. > > Thank you! > >> Subject: [PATCH] org-mode: allow ob-scheme to accept a remote connection. >> >> * lisp/org/ob-scheme.el (org-babel-scheme-get-repl): introduce two >> optional variables

Re: Agenda clocktable & archive issue

2024-01-29 Thread Ihor Radchenko
Andrew Hyatt writes: > Thanks for the pointers; it's been years since my last contribution. > I've attached the latest patch. Thanks! Applied, onto main, with amendments. I have edited the commit message, quoting the Elisp symbols with `...' and changed the first line a bit. I also fixed

Re: Agenda clocktable & archive issue

2024-01-29 Thread Andrew Hyatt
Ihor Radchenko writes: > Andrew Hyatt writes: > >>> Still, I do not mind adding customization to enable it during startup, >>> similar to the existing customizations: >>> `org-agenda-start-with-log-mode', >>> `org-agenda-start-with-entry-text-mode', >>> `org-agenda-start-with-follow-mode', etc.

Re: org-icalendar export problems

2024-01-29 Thread Ihor Radchenko
CCing ox-icalendar maintainer. ypuntot writes: > I am trying to create an android calendar based on the agenda, and the first > problem I am finding it's that I can't import it into android (ICSx^5). I am > receiving these errors when trying to do it: > > Couldn't parse iCalendar ... May you

org-icalendar export problems

2024-01-29 Thread ypuntot
I am trying to create an android calendar based on the agenda, and the first problem I am finding it's that I can't import it into android (ICSx^5). I am receiving these errors when trying to do it: Couldn't parse iCalendar  at.bitfire.ical4android.InvalidCalendarException: Couldn't parse

Re: [PATCH] lisp/org-src.el: complete `org-src-preserve-indentation' docstring

2024-01-29 Thread Ihor Radchenko
gerard.vermeu...@posteo.net writes: > I have found by trial and error that `org-indent-block' honors > `org-preserve-indentation' which is missing from its docstring. > > The attached patch contains a proposal to add this fact to the > docstring. Thanks! Applied, onto main.

bug#50218: 28.0.50; org-babel-tangle-file tangles code blocks starting with #+begin_src :tangle no

2024-01-29 Thread Ihor Radchenko
Ihor Radchenko writes: > On Org side, we may catch such scenarios in org-lint. > M-x org-lint currently reports no problem with the above block. org-lint does catch such problem. Not a bug. Closing. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: bizarre: checkbox in properties, counting does not work with subheadings

2024-01-29 Thread Ihor Radchenko
Uwe Brauer writes: > * Everything [3/4] > ... > *** DONE Books > ... > ** DONE Car > ... > ** DONE Food > ... > *** WAIT Computer > ... > ... The expected behavior should be > > #+BEGIN: columnview :maxlevel 2 :skip-empty-rows t :hlines 1 :indent nil > :format "%5TODO(Status) %5Nr(Nr)

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-29 Thread Pedro Andres Aranda Gutierrez
OK, fine with me... /PA On Mon, 29 Jan 2024 at 15:47, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > Awesome, thanks! Could we back-port that to the emacs-sync tree? The > sooner > > we have it emacs for > > people to use, the better > > I do not view this as a trivial or

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-29 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > Awesome, thanks! Could we back-port that to the emacs-sync tree? The sooner > we have it emacs for > people to use, the better I do not view this as a trivial or critical change. Hence, for next release only. See

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-29 Thread Pedro Andres Aranda Gutierrez
Awesome, thanks! Could we back-port that to the emacs-sync tree? The sooner we have it emacs for people to use, the better On Mon, 29 Jan 2024 at 14:25, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > From: "Pedro A. Aranda Gutierrez" > > Date: Sun, 28 Jan 2024 17:51:23

Re: [PATCH] Set Python shell in Org edit buffer

2024-01-29 Thread Ihor Radchenko
Jack Kamm writes: >> Now, after amending `org-src-associate-babel-session' to execute even >> when no session is active, we can use >> `org-babel-python-associate-session'. >> >> Attaching tentative patch that should be equivalent to yours. > > Thanks Ihor. I tested the patch and it seems to

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-29 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > From: "Pedro A. Aranda Gutierrez" > Date: Sun, 28 Jan 2024 17:51:23 +0100 > Subject: [PATCH] Refine packages for font management Thanks! Applied, onto main. I cleaned up irrelevant whitespace changes and amended the commit message, adding double space

Re: Connecting to an Already Running Scheme REPL with org-babel

2024-01-29 Thread Ihor Radchenko
Hunter Jozwiak writes: > Here is a patch that provides this functionality. Thank you! > Subject: [PATCH] org-mode: allow ob-scheme to accept a remote connection. > > * lisp/org/ob-scheme.el (org-babel-scheme-get-repl): introduce two > optional variables host and port. If there are not

Re: Agenda clocktable & archive issue

2024-01-29 Thread Ihor Radchenko
Andrew Hyatt writes: >> Still, I do not mind adding customization to enable it during startup, >> similar to the existing customizations: >> `org-agenda-start-with-log-mode', >> `org-agenda-start-with-entry-text-mode', >> `org-agenda-start-with-follow-mode', etc. > > Thank you, that makes sense.

Re: [PATCH v2] org-id: allow using parent's existing id in links to headlines

2024-01-29 Thread Ihor Radchenko
Samuel Wales writes: > my experiene is that context, search, and file links typically break > for me, as i change headers, refile, fix typos, change paths, etc. so > i stick with just org-id and, for export, custom id where possible. That's why we have `org-id-link-to-org-use-id'. > however,

Re: [PATCH v2] org-id: allow using parent's existing id in links to headlines

2024-01-29 Thread Ihor Radchenko
"Rick Lupton" writes: > Thanks for trying it out. Updated patches attached, comments below. Thanks! >> 3. Consider >>(setq org-id-link-consider-parent-id t) >>(setq org-id-link-to-org-use-id t) >> >>Then, create a new empty Org file >>M-x org-store-link with create a top-level

[PATCH] lisp/org-src.el: complete `org-src-preserve-indentation' docstring

2024-01-29 Thread gerard . vermeulen
Hi, I have found by trial and error that `org-indent-block' honors `org-preserve-indentation' which is missing from its docstring. The attached patch contains a proposal to add this fact to the docstring. Regards -- Gerard 0001-lisp-org-src.el-complete-org-src-preserve-indentatio.patch