Re: Problem with org-babel and geiser

2022-02-03 Thread Ihor Radchenko
Bob Heffernan writes: > I am having trouble with evaluating scheme source-blocks in org-mode. > Specifically, in a minimal example such as this: > > #+title: Test > #+PROPERTY: header-args :session *scheme* > > #+begin_src scheme > (+ 1 1) > #+end_src > > When I evaluate the src block, the

Re: Suggestion: convert dispatchers to use transient

2022-02-03 Thread Christopher M. Miles
Tim Cross writes: > Is the transient.el included in Emacs 28 the same as the one on GNU > ELPA? I'm assuming it is, but I have to admit I'm still not 100% clear > on how Emacs handles the situation where you use a library that is both > built-in and available in ELPA. Does Emacs use the latest

[CLOSED] TEC fixed this problem.

2022-02-03 Thread Christopher M. Miles
Today, I found the Org Agenda sorting strategy problem is fixed by commit "1b675f0ca84d637a3780cf3590308116e232fcfd". Thanks, TEC Bastien writes: > Hi, > > stardiviner writes: > >> org-agenda-sorting-strategy bug? Cannot list deadline items before scheduled >> items. >> >> With the

Re: Suggestion: convert dispatchers to use transient

2022-02-03 Thread Jim Porter
On 2/3/2022 1:30 PM, Tim Cross wrote: Is the transient.el included in Emacs 28 the same as the one on GNU ELPA? Currently, yes. They're both 0.3.7. However, that could obviously change in the future (e.g. a user on 28.1 would likely have transient 0.3.7, though GNU ELPA might have transient

Re: Suggestion: convert dispatchers to use transient

2022-02-03 Thread Tim Cross
Jim Porter writes: > On 2/3/2022 2:07 AM, Tim Cross wrote: >> After 28.0 is released, if transient is a GNU ELPA package, we can >> probably just make it an org dependency and Emacs 26.x and 27.x should >> be able to install and run it (would need to be verified). > > The transient package is

Re: Suggestion: convert dispatchers to use transient

2022-02-03 Thread Jim Porter
On 2/3/2022 2:07 AM, Tim Cross wrote: After 28.0 is released, if transient is a GNU ELPA package, we can probably just make it an org dependency and Emacs 26.x and 27.x should be able to install and run it (would need to be verified). The transient package is on GNU ELPA already[1], and based

[BUG] beamer export -- text inside section, before next headline, has no frame [9.5.2 (9.5.2-ge7ea95 @ /home/hugo/.config/emacs/straight/build/org/)]

2022-02-03 Thread Hugo Heagren
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.

Problem with org-babel and geiser

2022-02-03 Thread Bob Heffernan
Dear all, I am having trouble with evaluating scheme source-blocks in org-mode. Specifically, in a minimal example such as this: #+title: Test #+PROPERTY: header-args :session *scheme* #+begin_src scheme (+ 1 1) #+end_src When I evaluate the src block, the results come back empty. The

Re: [BUG] Warning message but it doesn't break anything [9.6 (9.6-??-0c9b30e @ /home/partha/.emacs.d/.local/straight/build-27.1/org/)]

2022-02-03 Thread Ihor Radchenko
Max Nikulin writes: > Ihor, have you considered warning text that explicitly requests to > include into bug report the warning and e.g. result of C-h l > (view-lossage) to help users to figure out what action caused the problem? Kind of. There is backtrace logged into the warning text in some

Re: [BUG] Warning message but it doesn't break anything [9.6 (9.6-??-0c9b30e @ /home/partha/.emacs.d/.local/straight/build-27.1/org/)]

2022-02-03 Thread Max Nikulin
On 03/02/2022 19:53, Ihor Radchenko wrote: parthac848 writes: Emacs : GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2020-09-20 Package: Org mode version 9.6 (9.6-??-0c9b30e @ /home/partha/.emacs.d/.local/straight/build-27.1/org/) Ihor, have

Re: looking for examples of `org-capture-templates` working with `org-protocol://capture`

2022-02-03 Thread Max Nikulin
Chris, could you, please, be more specific with your complains? Templates are described in the manual in the sections you cited. Notice that manual may be accessed from emacs M-x info RET org RET or M-: (info "(org) The capture protocol") or using [[info:org#The capture protocol]] links

Re: [BUG] Warning message but it doesn't break anything [9.6 (9.6-??-0c9b30e @ /home/partha/.emacs.d/.local/straight/build-27.1/org/)]

2022-02-03 Thread Ihor Radchenko
parthac...@gmail.com writes: > Emacs : GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version > 3.24.20, cairo version 1.16.0) > of 2020-09-20 > Package: Org mode version 9.6 (9.6-??-0c9b30e @ > /home/partha/.emacs.d/.local/straight/build-27.1/org/) Thanks for the report! This warning

Re: [BUG] Questionmarks in org-agenda instead of file names [9.5.2 (9.5.2-g3154c2 @ /Users/eugr/.emacs.d/straight/build/org/)]

2022-02-03 Thread Ihor Radchenko
Eugene Rakhmatulin writes: > On Tue, Feb 1, 2022 at 9:54 PM Eugene Rakhmatulin wrote: >> >> On Fri, Jan 28, 2022 at 10:16 PM Ihor Radchenko wrote: >> >> > This is a big strange. >> > Can you try to repeat the same steps, but removing the contents of >> > org-persist-directory before opening

Re: [BUG] (Doom) Consistently seeing "org-element--cache" problems [9.6 (9.6-??-0c9b30e @ /home/dc/.emacs.doom/.local/straight/build-28.0.90/org/)]

2022-02-03 Thread Ihor Radchenko
David Conner writes: > K, my emacs is >28 and locked to the > https://GitHub.com/flatwhatson/guide-channel for the pure-gtk emacs build. > I am working on some other things at the moment. I should be able to create > a guix environment to test these issues and get around the need to have >

Re: Org-syntax: Intra-word markup

2022-02-03 Thread Max Nikulin
On 03/02/2022 03:01, Juan Manuel MacĂ­as wrote: Max Nikulin writes: ATTR_X attributes are supported for links as well, see info "(org) Links in HTML export" https://orgmode.org/manual/Links-in-HTML-export.html However it is rather verbose, may have problems with LaTeX, and I am unsure if they

Re: Suggestion: convert dispatchers to use transient

2022-02-03 Thread Tim Cross
Hugo Heagren writes: > Org uses various dispatchers, where invoking a command gives the user a > choice of different sub-commands, chosen by pressing a relevant key, > from a list displayed on the screen. Some of these dispatchers include > options which can affect the command chosen. Examples

Re: Suggestion: convert dispatchers to use transient

2022-02-03 Thread Tom Gillespie
The backward compatibility requirements for org mean that it won't be possible to replace the existing implementation for quite a while. That said, I imagine that having optional transient dispatchers for users on newer versions of emacs would be appreciated. Best, Tom