Re: Re: A dream?

2023-04-17 Thread Pedro Andres Aranda Gutierrez
> Jean Louis : >> Eduardo Ochs [2023-04-16 01:45]: >> do you have a page in https://gnu.support/ explaining in detail how >> you teach Emacs to beginners? It would be nice to have something like >> that... > >I just tell them to do Emacs Tutorial. There is no need for page when >it is built-in. >

Re: [ANN] org-jami-bot

2023-04-17 Thread Marcin Borkowski
On 2023-04-17, at 21:22, Hanno Perrey wrote: > Dear fellow org-users, > > I have just released two new packages that scratch an old itch of mine: > capturing thoughts, quick notes and URLs while "on the road" with only > my mobile phone around. Messaging myself feels most natural, so that is >

Re: [BUG] ob-js "SyntaxError: Unexpected end of input" when code block ends with comment

2023-04-17 Thread General discussions about Org-mode.
Happy to help and thanks for fixing it so quickly:) Best regards, -- Salah  Apr 17, 2023 at 12:10 by yanta...@posteo.net: > sgherdao--- via "General discussions about Org-mode." > writes: > >> The following code snippet fails to execute >> >> #+begin_src js >> console.log("Hello Friends!");

[ANN] org-jami-bot

2023-04-17 Thread Hanno Perrey
Dear fellow org-users, I have just released two new packages that scratch an old itch of mine: capturing thoughts, quick notes and URLs while "on the road" with only my mobile phone around. Messaging myself feels most natural, so that is what I went with: triggering a capture via GNU Jami, the

Re: [PATCH] Async evaluation in ob-shell

2023-04-17 Thread Ihor Radchenko
Matt writes: > > Thanks, but I am not seeing 6c9104f59. > > I'm sorry, I was unclear about which repo these commits were in. ORG-NEWS > was updated here: > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=6c9104f59ca8085abe477a81857548461bf88f23 Now, see. I was again confused

Re: [PATCH] Async evaluation in ob-shell

2023-04-17 Thread Matt
On Mon, 17 Apr 2023 14:53:18 -0400 Ihor Radchenko wrote --- > Matt m...@excalamus.com> writes: > > > > A small note on the WORG page: it may be more natural to use :async yes > > > rather than :async t. Both are viable - in fact, anything other than > > > :async no and :async

Re: [PATCH] Async evaluation in ob-shell

2023-04-17 Thread Ihor Radchenko
Matt writes: > > A small note on the WORG page: it may be more natural to use :async yes > > rather than :async t. Both are viable - in fact, anything other than > > :async no and :async none will be treated as "t". > > Updated WORG with commits 9d153ea4, 754c72cb, and 18333299. Updated

[BUG] ob-R tests fail on Emacs 27 since ESS commit 536b5b914a7 [9.7-pre (release_9.6.4-318-gcfe5e0.dirty @ /home/yantar92/.emacs.d/straight/build/org/)]

2023-04-17 Thread Ihor Radchenko
Steps to reproduce: 1. cd /path/to/org/git/repo 2. make test EMACS=emacs-27 BTEST_POST="-L /path/to/ESS/lisp -l ob-R -l ess -l ess-r-mode" BTEST_RE="async" 3 unexpected results: FAILED ob-session-async-R-named-output FAILED ob-session-async-R-output-drawer FAILED

[test] org-colview/org-columns

2023-04-17 Thread Sławomir Grochowski
Dear All, I'm trying to better understand 'org-colview/org-columns'. So I wrote some tests. File in attachment. I hope the commit message is correct. I will be very grateful for your comments & feedback on what can be done better. Regards, Sławomir Grochowski From

Re: [PATCH v2] Add compat.el support to Org (was: [POLL] Use compat.el in Org? (was: Useful package? Compat.el))

2023-04-17 Thread Max Nikulin
On 13/04/2023 19:42, Ihor Radchenko wrote: Max Nikulin writes: My expectation is that make does not attempt to manage dependencies. For me it is OK to type an additional command to install them and to fail otherwise. Sure. And you will have such option (EFLAGS). However, I decided to enable

Re: [PATCH] Async evaluation in ob-shell

2023-04-17 Thread Matt
On Fri, 24 Mar 2023 05:11:38 -0400 Ihor Radchenko wrote --- > Matt m...@excalamus.com> writes: > > > On Thu, 23 Mar 2023 07:48:44 -0400 Ihor Radchenko wrote --- > > > May you also document this new feature in ORG-NEWS and in > > >

Re: Hyphen after LaTeX fragments

2023-04-17 Thread Dominik Schrempf
Great, thank you so much! Ihor Radchenko writes: > Ihor Radchenko writes: > >> Yuchen Guo writes: >> >>> If it is deprecated in Org mode, maybe we can print a warning message in >>> echo area? >> >> Not in echo area, but we can add a linter. > > Applied, onto main. >

Re: [BUG] No font lock in src blocks for shells in org-babel-shell-names (was Re: Font lock for org-babel shell scripts?)

2023-04-17 Thread Ihor Radchenko
Matt writes: > I was able to resolve it by simply requiring `sh-script' in `org-src'. > Committed and pushed. Note that it will break Emacs 26. Which will fix itself once we merge compat.el support. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: [BUG] No font lock in src blocks for shells in org-babel-shell-names (was Re: Font lock for org-babel shell scripts?)

2023-04-17 Thread Matt
On Fri, 07 Apr 2023 11:29:59 -0400 Matt wrote --- > > On Tue, 04 Apr 2023 08:30:34 -0400 Ihor Radchenko wrote --- > > > See the attached tentative patch. > > After applying the patch, I get the following error when trying to load > Emacs: > > Warning (comp):

Re: Hyphen after LaTeX fragments

2023-04-17 Thread Ihor Radchenko
Ihor Radchenko writes: > Yuchen Guo writes: > >> If it is deprecated in Org mode, maybe we can print a warning message in >> echo area? > > Not in echo area, but we can add a linter. Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=cfe5e01e1 -- Ihor

Re: Feature request: Allow export to convert broken links to plain text

2023-04-17 Thread Ihor Radchenko
Janek Fischer writes: > I am looking for exactly the feature in > https://lists.gnu.org/r/emacs-orgmode/2019-01/msg00203.html: > I have a note with many links, but would like to export that note as landing > page as text stripped of links. > > Has there been any progress in the last 4 years on

Re: [PATCH] Allow customizing commands affected by `org-fold-catch-invisible-edits' (was: Should we extend org-catch-invisible-edits to more interactive commands? (was: Catching invisible edits: probl

2023-04-17 Thread Ihor Radchenko
Ihor Radchenko writes: > Subject: [PATCH] org-fold: Allow customizing commands where invisible edits > are checked Applied, onto main. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: [PATCH] Allow customizing commands affected by `org-fold-catch-invisible-edits' (was: Should we extend org-catch-invisible-edits to more interactive commands? (was: Catching invisible edits: probl

2023-04-17 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > However, I could not have it work for my case so far. I tried to add > "(undo . insert)", "(undo . delete-backward)" and "(undo . delete)" to > 'org-fold-catch-invisible-edits-commands', one by one and together, > and all values of

Re: [PATCH] lisp/org-id.el: Add new relative timestamp feature for `ts' `org-id-method'

2023-04-17 Thread Ihor Radchenko
ferns...@fernseed.me writes: > * etc/ORG-NEWS (New relative timestamp feature now available for the > ~ts~ ~org-id-method~): Document the new feature. > --- > This patch introduces a new feature for the `ts` method specified by > `org-id-method' that allows for the creation IDs with relative >

Re: [BUG] ob-js "SyntaxError: Unexpected end of input" when code block ends with comment

2023-04-17 Thread Ihor Radchenko
sgherdao--- via "General discussions about Org-mode." writes: > The following code snippet fails to execute > > #+begin_src js > console.log("Hello Friends!"); > // -> logs "Hello Friends" > #+end_src > > I encounter the following error message: > > #+begin_src text > /tmp/js-script-dn2Wrp:2 >

Re: [BUG] Org publish makeindex doesn't work on symlinked path [9.6.4 ( @ /home/bence/src/org-mode/lisp/)]

2023-04-17 Thread Ihor Radchenko
Bence Fábián writes: > When performing an `org-publish' if the `:base-directory' property > contians a symlink in its path, then the `theindex.inc' file is not > populated. > > I created a repo to help reproduce the bug: > https://github.com/bencef/org-publish-symlink-repro I tried to reproduce

Re: [BUG] org-cite-activate causes org-fontify-like-in-org-mode to fail for a citation [9.6.4]

2023-04-17 Thread Ihor Radchenko
Lin Jian writes: > font-lock-default-fontify-region: End of buffer > > 6. I think the message in step 5 is a bug. If this bug is fixed, we > should see this in the *Message* buffer instead: > ... > At the end of [2], (match-beginning 0) is 1. At the end of [3], > (match-beginning 0) is changed

Re: [BUG] Org-9.6.x org templates hang on 'clipboard pasted as level 2 subtree'...

2023-04-17 Thread Carlo Tambuatco
I've decided to delete the org-9.6 folder entirely and go with the built-in org-9.5.5 that comes with my emacs distribution, emacs-28.2 (9.0). Maybe for some reason newer versions of org are just incompatible with my version of emacs 28.2. Maybe the version of emacs you're using is newer or

Re: Command not found when using Org + Guix + envrc.el

2023-04-17 Thread Ihor Radchenko
Fabio Natali writes: > - Emacs and Org > - Guix, to install the dependencies and create a development environment > - direnv, to automatically load the Guix environment > - envrc.el, to use direnv from Emacs > ... > However, things don't work as expected when using emacsclient with an > existing

[BUG] ob-js "SyntaxError: Unexpected end of input" when code block ends with comment

2023-04-17 Thread General discussions about Org-mode.
Hello, I would like to report a bug, I am using the following versions GNU Emacs 28.2 Org mode version 9.6.1 Node v19.9.0 The following code snippet fails to execute #+begin_src js console.log("Hello Friends!"); // -> logs "Hello Friends" #+end_src I encounter the following error message:

[BUG] Org publish makeindex doesn't work on symlinked path [9.6.4 ( @ /home/bence/src/org-mode/lisp/)]

2023-04-17 Thread Bence Fábián
Hi, When performing an `org-publish' if the `:base-directory' property contians a symlink in its path, then the `theindex.inc' file is not populated. I created a repo to help reproduce the bug: https://github.com/bencef/org-publish-symlink-repro Please see version information below. Best

[BUG] org-cite-activate causes org-fontify-like-in-org-mode to fail for a citation [9.6.4]

2023-04-17 Thread Lin Jian
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: capturing and filling

2023-04-17 Thread Max Nikulin
On 15/04/2023 08:36, Samuel Wales wrote: i am very sorry, i got myself in over my head. i do not undestrand what you are suggesting. if a change on the ff side i cannot do it, bu perhaps you are suggesting making emac pop up an x seector that chooses the filing option. My idea is to setup as

Re: A dream?

2023-04-17 Thread Jean Louis
* Eduardo Ochs [2023-04-16 01:45]: > do you have a page in https://gnu.support/ explaining in detail how > you teach Emacs to beginners? It would be nice to have something like > that... I just tell them to do Emacs Tutorial. There is no need for page when it is built-in. I tell them, open

Re: A dream?

2023-04-17 Thread Jean Louis
* Christopher Dimech [2023-04-15 22:37]: > > > Sent: Saturday, April 15, 2023 at 2:16 PM > > From: "Jean Louis" > > To: "George Mauer" > > Cc: emacs-orgmode@gnu.org > > Subject: Re: A dream? > > > > * George Mauer [2023-04-03 18:17]: > > > Emacs is a complex tool that itself can take a