Re: org-noter

2022-05-15 Thread Colin Baxter
Hello Uwe > Uwe Brauer writes: > Hi I am running GNU emacs master (2 month old) and have not been > able to use successfully org-noter. > When I open a pdf file with doc-view there seems no way to add a > note to the file. The documentation says one should simple press

Re: [PATCH] Re: Bug: org-deadline drops warning periods from TIME [9.4.6 (9.4.6-10-gee652a-elpaplus @ /home/fap/.emacs.d/elpa/org-plus-contrib-20210712/)]

2022-05-15 Thread Ihor Radchenko
Ihor Radchenko writes: > erim...@web.de writes: > >> * Reproduction >> >> Call ~org-deadline~ with a warning period like so: >> >> >> (org-deadline nil "<2021-07-20 Tue -1d>") >>;; => DEADLINE: <2021-07-20 Tue> >> >> * Expected >> >> Deadline gets added with the warning period provided. > >

Re: [BUG] Plain capture template clocks into following headline instead of given olp [9.5.1 (release_9.5.1-15-gdb4805 @ /usr/share/emacs/29.0.50/lisp/org/)]

2022-05-15 Thread Ihor Radchenko
Ihor Radchenko writes: > Michael Eliachevitch writes: > >> I found a potential bug in org which I can reproduce with a >> minimal configuration. > > Can you try the attached patch? Since the patch fixes the problem on my side, I just applied it upstream. Fixed. Applied onto main via

Re: Bug: ob-R.el breaks when :session is specified

2022-05-15 Thread Ihor Radchenko
Christian Heinrich writes: > I got back to an org file after upgrading to the latest release of org-mode > and tried executing the > contained R source blocks. Unfortunately, emacs got stuck in the execution > and was blocked; I had to > exit using C-g. > > Here's a minimal example src block

Re: a problem with lilypond babel fontification

2022-05-15 Thread Ihor Radchenko
"" writes: > I’m using emacs compiled from trunk as of today. This is my minimal file > for testing: > > > #+begin_src lilypond :file shalala.pdf > \clef bass {c d e f g a b c' b a g f e d c} > #+end_src > > #+begin_src lisp > (setq tralala mimimi) > #+end_src > > > If I open it using `emacs

Re: Bug: ob-R.el breaks when :session is specified

2022-05-15 Thread Christian Heinrich
Hi, thanks, that's what I had expected since that patch has been around for a long time. I run emacs -q --load /tmp/init.el --file=/tmp/test.org with my /tmp/init.el being only > (require 'package) > (package-initialize) > (add-to-list 'load-path "~/.emacs.d/straight/repos/org/lisp/") >

Bug: ob-R.el breaks when :session is specified

2022-05-15 Thread Christian Heinrich
Hi there, I got back to an org file after upgrading to the latest release of org-mode and tried executing the contained R source blocks. Unfortunately, emacs got stuck in the execution and was blocked; I had to exit using C-g. Here's a minimal example src block that causes emacs to get stuck:

a problem with lilypond babel fontification

2022-05-15 Thread
I’m using emacs compiled from trunk as of today. This is my minimal file for testing: #+begin_src lilypond :file shalala.pdf \clef bass {c d e f g a b c' b a g f e d c} #+end_src #+begin_src lisp (setq tralala mimimi) #+end_src If I open it using `emacs -Q`, both blocks get

Re: Dealing with growing backlog (was: next-error for agenda searches)

2022-05-15 Thread Ihor Radchenko
Tim Cross writes: > I've also learnt to be quite ruthless in making decisions about what to > archive and what to simply delete. This is possibly the hardest > behaviour to learn. In a digital age, it is way too easy to keep > everything. However, this has a hidden cost - the quality of material

Re: I can't set dabbrev to respect the writen case

2022-05-15 Thread Ypo
Thanks, Juan Manuel. These are my variables, it keeps changing what I have already written: '(case-replace nil)  '(dabbrev-case-distinction t)  '(dabbrev-case-fold-search t)  '(dabbrev-case-replace t)  '(dabbrev-upcase-means-case-search nil) Best regards, Ypo El 15/05/2022 a las 0:32, Juan

Re: org-noter

2022-05-15 Thread Uwe Brauer
>>> "CB" == Colin Baxter writes: > Hello Uwe >> Uwe Brauer writes: >> Hi I am running GNU emacs master (2 month old) and have not been >> able to use successfully org-noter. >> When I open a pdf file with doc-view there seems no way to add a >> note to the file. The documentation says

Re: Bug: ob-R.el breaks when :session is specified

2022-05-15 Thread Jeremie Juste
Hello Christian On Sunday, 15 May 2022 at 20:06, Christian Heinrich wrote: > I just tested with > > Org mode version 9.5.3 (release_9.5.3-504-gcdbb1c @ > /home/heinrich/.emacs.d/straight/repos/org/lisp/) > > using > > GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo >

Re: I can't set dabbrev to respect the writen case

2022-05-15 Thread Juan Manuel Macías
Ypo writes: > These are my variables, it keeps changing what I have already written: > > '(case-replace nil) > > '(dabbrev-case-distinction t) > '(dabbrev-case-fold-search t) > '(dabbrev-case-replace t) > '(dabbrev-upcase-means-case-search nil) With those values it works for me as expected.

[tip] Export and open a PDF in Android via Termux

2022-05-15 Thread Juan Manuel Macías
Hi all, I have recently installed TeX live on Android inside Termux: $ pkg install texlive-installer (https://wiki.termux.com/wiki/TeX_Live) And I've managed to open a PDF exported from Org using an external android viewer (mupdf, downloaded from f-droid). The Termux command is termux-open.

Re: Bug: ob-R.el breaks when :session is specified

2022-05-15 Thread Jeremie Juste
Hello Christian, Thanks for reporting but I cannot reproduce the bug with the org and emacs version below. Org mode version 9.5.3 (release_9.5.3-467-g2bd34e @ /home/djj/src/org-mode/lisp/) GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24) of 2022-01-16 Can you please let me

Re: Bug: ob-R.el breaks when :session is specified

2022-05-15 Thread Christian Heinrich
Hi Jeremie, I just tested with Org mode version 9.5.3 (release_9.5.3-504-gcdbb1c @ /home/heinrich/.emacs.d/straight/repos/org/lisp/) using GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.16.0) of 2021- 11-27, modified by Debian I am on Debian Testing and

Re: [PATCH] Re: No mathematics in Texinfo exports

2022-05-15 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Rudolf Adamkovič, feel free to ask questions if you find the copyright > assignment instructions unclear. I think I need help with the copyright assignment. On April 23, I sent a request to ass...@gnu.org, and I have yet to receive a reply as of May 15. Rudy --

Re: Bug: ob-R.el breaks when :session is specified

2022-05-15 Thread Berry, Charles
Um... > On May 15, 2022, at 2:46 AM, Christian Heinrich > wrote: > > I run > > emacs -q --load /tmp/init.el --file=/tmp/test.org > > with my /tmp/init.el being only > >> (require 'package) >> (package-initialize) >> (add-to-list 'load-path "~/.emacs.d/straight/repos/org/lisp/") >>

Re: I can't set dabbrev to respect the writen case

2022-05-15 Thread Samuel Wales
i do not use fancy-dabbrev, but i use dabbrev in hippie-expand. it seems to do as you want. it should be possible to run hippie-expand with just dabbrev. it might not be exactly the same because he might have its own version of dabbrev. which might be what you want in this case. note that you

Re: [PATCH] Re: No mathematics in Texinfo exports

2022-05-15 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> Rudolf Adamkovič, feel free to ask questions if you find the copyright >> assignment instructions unclear. > > I think I need help with the copyright assignment. On April 23, I sent a > request to ass...@gnu.org, and I have yet to receive a

Re: Bug: ob-R.el breaks when :session is specified

2022-05-15 Thread Christian Heinrich
Hi Jeremie, thank you for providing this example! The ess that was found in the load path was years old and once updated, all issues were resolved. In fact, my so-called minimum init still used (require 'package) and I didn't even think about ESS causing this trouble. It's now a bit clearer

Re: Bug: ob-R.el breaks when :session is specified

2022-05-15 Thread Christian Heinrich
Hi Jeremie, thank you for providing this example! The ess that was found in the load path was years old and once updated, all issues were resolved. In fact, my so-called minimum init still used (require 'package) and I didn't even think about ESS causing this trouble. It's now a bit clearer

Re: Inline src org block element with containing inside item does not get exported when it contains a newline (was: Inline src block element not parsed correctly for export when in a list item)

2022-05-15 Thread Kaushal Modi
On Sat, May 14, 2022 at 5:39 AM Ihor Radchenko wrote: > > I just tried again on the latest main and I cannot reproduce anymore. > Though I do see the problem on bugfix. > > Can you please check again on your side? I confirm -- I cannot reproduce the bug in Org mode version 9.5.3

Re: Bug in 9.5.3 org--file-default-apps

2022-05-15 Thread Ihor Radchenko
Craig STCR writes: > I believe a change to the last line of org--file-default-apps introduced > in 9.5.3 is a bug.  For example, the change prevents shell scripts from > being recognized correctly, since the mailcap logic in org-file-apps-gnu > is no longer included in org--file-default-apps.

Bug in 9.5.3 org--file-default-apps

2022-05-15 Thread Craig STCR
I believe a change to the last line of org--file-default-apps introduced in 9.5.3 is a bug.  For example, the change prevents shell scripts from being recognized correctly, since the mailcap logic in org-file-apps-gnu is no longer included in org--file-default-apps. Best wishes, -Craig Stcr1

Re: Bug: ob-R.el breaks when :session is specified

2022-05-15 Thread Christian Heinrich
Hi Charles, ob-R.el requires ess and the (require 'package) makes sure the ~/.emacs.d/elpa/ directory was added to the load path. But you were somewhat right already: the loaded ESS was years old and caused the issue. Thanks for your help! Christian On Sun, 2022-05-15 at 19:58 +, Berry,