Re: [MAINTENANCE] Org orphanage?

2023-01-06 Thread Greg Minshall
Ihor, Bastien, et al., i am not really following this conversation. but, recently i was looking at org-grep, and found its new home: https://github.com/emacsorphanage/org-grep Ihor mentions the emacs orphange: > Should we extend the org-contrib's current idea to other Org-related > pac

Re: [MAINTENANCE] Org orphanage?

2023-01-06 Thread Bastien Guerry
Hi Greg, Greg Minshall writes: > but, recently i was looking at org-grep, and found its new home: > > https://github.com/emacsorphanage/org-grep thanks - I added this to the org-orphanage.org page on Worg: https://orgmode.org/worg/org-orphanage.html Contributing to Worg is as easy as edit

Re: [BUG] issue with texmathp [9.6 (release_9.6-22-g78d283 @ /home/jds6696/.emacs.d/straight/build/org-mode/)]

2023-01-06 Thread Daniel Fleischer
I just found this thread after math-related things stopped working. I have two use cases that don't work now: 1. Inserting a dollar pair $$ using `cdlatex-dollar` (it thinks we're inside a math environment). 2. Inserting of cdlatex environments using their built-in completions, e.g. ali

Strange thing on emacs master exporting to LaTeX

2023-01-06 Thread Pedro Andres Aranda Gutierrez
Calling with `emacs -Q` on the following MWE: ``` #+TITLE: Test #+SUBTITLE: MWE for section* bug #+LATEX_CLASS: article # +LATEX_CLASS: scrreprt #+LATEX_CLASS_OPTIONS: [english,a4paper,fontsize=11pt,oneside,headinclude] # +OPTIONS: toc:nil H:4 # +LATEX_HEADER: \input{scrbook-extras} * Introductio

Re: Strange thing on emacs master exporting to LaTeX

2023-01-06 Thread Alain . Cochard
Pedro Andres Aranda Gutierrez writes on Fri 6 Jan 2023 13:10: > Calling with `emacs -Q` on the following MWE: > > ``` > #+TITLE: Test > #+SUBTITLE: MWE for section* bug > #+LATEX_CLASS: article > # +LATEX_CLASS: scrreprt > #+LATEX_CLASS_OPTIONS: [english,a4paper,fontsize=11pt,oneside,head

Re: Strange thing on emacs master exporting to LaTeX

2023-01-06 Thread Pedro Andres Aranda Gutierrez
Yep, one isn't getting younger ;-) Sorry for the noise... /PA On Fri, 6 Jan 2023 at 13:43, wrote: > Pedro Andres Aranda Gutierrez writes on Fri 6 Jan 2023 13:10: > > Calling with `emacs -Q` on the following MWE: > > > > ``` > > #+TITLE: Test > > #+SUBTITLE: MWE for section* bug > > #+LAT

Re: Is function 'org-insert-property-drawer' usable?

2023-01-06 Thread Ihor Radchenko
Bastien Guerry writes: >> If not making `org-insert-property-drawer' a command back, we can amend >> the manual, as suggested. > > Yes, I think amending the manual is good enough! Applied, onto bugfix. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=28a966484 -- Ihor Radchenko

Re: [BUG] Org agenda misbehaves in a side window [9.5 (9.5-g0a86ad @ /home/zellerin/.emacs.d/elpa/org-9.5/)]

2023-01-06 Thread Ihor Radchenko
Tomas Zellerin writes: > When Agenda buffer is in a side window, several actions fail with > "Cannot make side window the only window". > > Example: > > emacs -Q > in *scratch*, (setq display-buffer-alist '(("\\*Org Agenda\\*" > display-buffer-in-side-window))) > M-x org-agenda t to display Todo

Re: [PATCH] lisp/ob-octave.el, was [PATCH] rfc: using ert-deftest with side-effects

2023-01-06 Thread Ihor Radchenko
Leo Butler writes: >> Apparently, `sleep-for' 1 second was not enough, and I decided to remove >> checking file size completely. > > Hello Ihor, > > Is there an environment variable that could be used to determine is the > tests are being run on sourcehut? This would let us cut out that test on >

Re: [BUG] Package keyval Error: margins undefined. [9.6 (release_9.6-61-g63e073f @ /home/data1/protected/Programming/Software/emacs/lisp/org/)]

2023-01-06 Thread Ihor Radchenko
Jean Louis writes: > Can't generate PDF file, though it worked just before days. > > ERROR: Package keyval Error: margins undefined. > > --- TeX said --- > > See the keyval package documentation for explanation. > Type H for immediate help. > ...

Re: [BUG] Package keyval Error: margins undefined. [9.6 (release_9.6-61-g63e073f @ /home/data1/protected/Programming/Software/emacs/lisp/org/)]

2023-01-06 Thread tomas
On Thu, Jan 05, 2023 at 11:30:46PM +0300, Jean Louis wrote: > > > 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

Re: [BUG] Conflict between Org hyperlink and auto-complete (I think) [9.6 ( @ /home/dsmasterson/.emacs.d/elpa/org-9.6/)]

2023-01-06 Thread Ihor Radchenko
David Masterson writes: > Not yet sure how to minimize my setup to build a reproducible case or > further debug this, but I thought I'd get the bug out to others who > might know better. I may consider using https://github.com/Malabarba/elisp-bug-hunter -- Ihor Radchenko // yantar92, Org mode

Re: Babel (scheme): Evaluation errors are not shown

2023-01-06 Thread Ihor Radchenko
Marc Nieper-Wißkirchen writes: > Despite the unfortunate lack of a maintainer, I hope the (latest > version of the) patch can still be applied as the current behavior of > ob-scheme.el, namely, silencing any evaluation errors is infeasible. Yes, it can. Can you please take a look at patch failur

Re: Babel (scheme): Evaluation errors are not shown

2023-01-06 Thread Ihor Radchenko
Ihor Radchenko writes: > Marc Nieper-Wißkirchen writes: > ... May someone forward my last email to Marc? For some reason, his mail server classifies my emails as spam and rejects them. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Su

Re: Babel (scheme): Evaluation errors are not shown

2023-01-06 Thread tomas
On Fri, Jan 06, 2023 at 04:20:29PM +, Ihor Radchenko wrote: > Ihor Radchenko writes: > > > Marc Nieper-Wißkirchen writes: > > ... > > May someone forward my last email to Marc? > For some reason, his mail server classifies my emails as spam and > rejects them. Just tried. Happens for me to

Problem with footnotes for sub-items in Beamer export

2023-01-06 Thread Guillaume MULLER
Hi, Happy new year to everyone. CONTEXT: I have an org file that I want to expert as a Beamer presentation. In this file, I make \items appear one after the other. For some (sub)items (2nd level itemize), I would like to add a footnote. EXPECTATION: I would expect this footnote to appear at t

Re: [MAINTENANCE] Org orphanage?

2023-01-06 Thread Ihor Radchenko
Bastien Guerry writes: >> are there reasons not to punt the orphanage issue to this emacs >> orphanage (and, point to it from the org wiki)? on the one hand, "less >> control". on the other, "less work" (even "globally", if things scale). > > Indeed, perhaps https://github.com/emacsorphanage is

Re: [MAINTENANCE] Org orphanage?

2023-01-06 Thread tomas
On Fri, Jan 06, 2023 at 04:51:01PM +, Ihor Radchenko wrote: [...] > It is a good shelter, but I was hoping to promote Sourcehut and > discourage people using Github to report issues in favour of Org mailing > list. <3 Thanks -- signature.asc Description: PGP signature

Re: Problem with footnotes for sub-items in Beamer export

2023-01-06 Thread Fraga, Eric
Untested but what happens if you put \onslide within the footnote itself? -- : Eric S Fraga, with org release_9.6-190-g82cc6f in Emacs 30.0.50

Re: LaTeX tutorial (focused on what Org exports) ??

2023-01-06 Thread William Denton
On 5 January 2023, David Masterson wrote: With the Org files that you create, how many levels of headers do you use? I use Org for personal task management mostly, but I'd like to produce good PDFs to give to my wife (Org is too complicated). My problem is that I'll structure my documents with

Re: [BUG] Org agenda misbehaves in a side window [9.5 (9.5-g0a86ad @ /home/zellerin/.emacs.d/elpa/org-9.5/)]

2023-01-06 Thread Tomas Zellerin
Ihor Radchenko writes: >> The reason seems that org-agenda-get-restriction-and-command calls >> delete-other-window; however, this is not something user observes and >> expects as effect of those commands. > > Sure, but what can we do in order to both fix this and also not break > the existing be

Re: [FR] Please add writing to existing heading in org-bibtex

2023-01-06 Thread Sterling Hooten
Thanks for the instructions, this is my first patch. I think calling `nonew’ invalidates the argument `no-indent’ as `org-bibtex-put’ eventually calls `org-entry-put’ which uses `org-indent-line’. I’m not sure what’s the best way to handle that. diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index

OS advice

2023-01-06 Thread Ypo
Hi Orgmode is sometimes desperately slow on my PC: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz, 3100 Mhz (RAM)    4,00 GB I am running Windows 10, everything I use works OK, but Orgmode. Do you think that if I install a Linux OS, Orgmode would run fast? Any OS suggestion? Best regards

Re: OS advice

2023-01-06 Thread Greg Minshall
Ypo, > Do you think that if I install a Linux OS, Orgmode would run fast? Any > OS suggestion? it might (*). if it's not too hard to install linux (i have no idea), you might figure out some sort of benchmark for your org experience, then try switching, see what happens. (there are a lot of var

Re: Babel (scheme): Evaluation errors are not shown

2023-01-06 Thread Rudolf Adamkovič
Bastien writes: > Sure, done. Thank you for your understanding, Bastien! > (Or write ob-fennel.el?) It already exists, FYI: https://gitlab.com/andreyorst/ob-fennel Rudy -- "Simplicity is complexity resolved." -- Constantin Brâncuși, 1876-1957 Rudolf Adamkovič [he/him] Studenohorská 25 841

Re: Babel (scheme): Evaluation errors are not shown

2023-01-06 Thread Marc Nieper-Wißkirchen
Am Fr., 6. Jan. 2023 um 17:34 Uhr schrieb : > > On Fri, Jan 06, 2023 at 04:20:29PM +, Ihor Radchenko wrote: > > Ihor Radchenko writes: > > > > > Marc Nieper-Wißkirchen writes: > > > ... > > > > May someone forward my last email to Marc? > > For some reason, his mail server classifies my email

setting export_file_name during export

2023-01-06 Thread Leo Butler
Hello, I am trying something new this semester: all my lecture notes are organized into a single org file. A minor problem: I want to export each lecture (see below) as a separate pdf file. I would like to know if anyone has ``solved'' this problem or has a suggestion on how to do it. Ideally, I

Re: setting export_file_name during export

2023-01-06 Thread Alain . Cochard
Leo Butler writes on Fri 6 Jan 2023 21:38: > Hello, > > I am trying something new this semester: all my lecture notes are > organized into a single org file. A minor problem: I want to export each > lecture (see below) as a separate pdf file. I would like to know if > anyone has ``solved''

Tilde not expanded during latex export

2023-01-06 Thread Alain . Cochard
release_9.6-193-g30314c I have file '~/Org/test.org', which contains #+begin_src org * foo bar #+end_src I do 'C-c '' from within the src block, then 'C-c C-e l o' from the *Org Src test.org[ org ]* buffer. The minibuffer asks for an output file: Output file: ~/Org/ I a

Re: setting export_file_name during export

2023-01-06 Thread Leo Butler
On Fri, Jan 06 2023, alain.coch...@unistra.fr wrote: > Leo Butler writes on Fri 6 Jan 2023 21:38: > > Hello, > > > > I am trying something new this semester: all my lecture notes are > > organized into a single org file. A minor problem: I want to export each > > lecture (see below) as a se

Re: OS advice

2023-01-06 Thread orzodk
Greg Minshall writes: > Ypo, > >> Do you think that if I install a Linux OS, Orgmode would run fast? Any >> OS suggestion? > > it might (*). if it's not too hard to install linux (i have no idea), you > might figure out some sort of benchmark for your org experience, then > try switching, see wh

Re: setting export_file_name during export

2023-01-06 Thread Alain . Cochard
Leo Butler writes on Fri 6 Jan 2023 22:52: > It would be a simple matter to create a filter to insert that > property drawer under the heading that contains point. Well, feel free to enlighten me: I don't have any idea of even how/where to start, but often face similar challen... err, simple m

Documentation missing for several org-habit variables?

2023-01-06 Thread Christian Heinrich
Hi everyone, I noticed that https://orgmode.org/manual/Tracking-your-habits.html explains only a few variables that exist in org-agenda.el and that are declared via defvar. However, in org-habit.el, more variables exist but are declared via defcustom. I cannot find any documentation (online) on

Re: OS advice

2023-01-06 Thread Jude DaShiell
Why not use a linux live disk and take the operating system for a spin without disrupting any of windows? The live cd's allow for trial before installation. Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (A

Re: LaTeX tutorial (focused on what Org exports) ??

2023-01-06 Thread David Masterson
William Denton writes: > On 5 January 2023, David Masterson wrote: > >> With the Org files that you create, how many levels of headers do you >> use? I use Org for personal task management mostly, but I'd like to >> produce good PDFs to give to my wife (Org is too complicated). My >> problem is

Re: [BUG] Conflict between Org hyperlink and auto-complete (I think) [9.6 ( @ /home/dsmasterson/.emacs.d/elpa/org-9.6/)]

2023-01-06 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >> Not yet sure how to minimize my setup to build a reproducible case or >> further debug this, but I thought I'd get the bug out to others who >> might know better. > > I may consider using https://github.com/Malabarba/elisp-bug-hunter I think

Re: OS advice

2023-01-06 Thread Jude DaShiell
i3 may be a good candidate desktop since it's supposed to be light on resource useage. Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author, 1940) . On Sat, 7 Jan 2023, Tim Cross wrote: > > Ypo writes:

Re: OS advice

2023-01-06 Thread Tim Cross
Ypo writes: > Hi > > Orgmode is sometimes desperately slow on my PC: > > Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz, 3100 Mhz > > (RAM)4,00 GB > > I am running Windows 10, everything I use works OK, but Orgmode. > > Do you think that if I install a Linux OS, Orgmode would run fast? Any OS >

Re: OS advice

2023-01-06 Thread briangpowell
As always great advice from Jude DaSheill: In Emacs you can set the auto-save-interval SETQ to whatever you want; suggest you increase that number of interval of keystrokes required before an auto-save or maybe just turn off auto-saving altogether--if things start to slow down If you do try Linux

Re: [PATCH] lisp/ob-octave.el, was [PATCH] rfc: using ert-deftest with side-effects

2023-01-06 Thread Leo Butler
On Fri, Jan 06 2023, Ihor Radchenko wrote: > > Caution: This message was sent from outside the University of Manitoba. > > > Leo Butler writes: > >>> Apparently, `sleep-for' 1 second

LaTeX export for Org Mode Documents written in Indic Languages

2023-01-06 Thread Krishna Jani
Hello, I have never had to write in languages other than English but an assignment just came up to transcribe the Indian Penal Code in simple and understandable Hindi. I have an Org file with some of my transcriptions (because of Emacs's awesome language support) but I am unable to org-export th

Re: LaTeX export for Org Mode Documents written in Indic Languages

2023-01-06 Thread Alain . Cochard
Krishna Jani writes on Sat 7 Jan 2023 12:41: > > Hello, > > I have never had to write in languages other than English but an > assignment just came up to transcribe the Indian Penal Code in > simple and understandable Hindi. I have an Org file with some of my > transcriptions (because of