Re: Export of this table fails LuaLaTeX compilation

2022-10-11 Thread Max Nikulin
On 12/10/2022 12:15, gerard.vermeulen wrote: On 12.10.2022 06:45, Max Nikulin wrote: LuaLaTeX is irrelevant. It seems \hline is allowed only immediately after \\. Minimal LaTeX example: \begin{tabular}{l} b\\\relax \hline \end{tabular} Your example fails on my Mac texlive-2020 with: !

Re: Local visibility makes header always visible

2022-10-11 Thread Ihor Radchenko
Ihor Radchenko writes: > Eduardo Suarez-Santana writes: > >> Would you consider this as a bug? > > Yep. > > Confirmed. Fixed on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=eb15341b3c0c0dc82eab7edf3b634bc211bfa797 -- Ihor Radchenko // yantar92, Org mode contributor,

Re: Export of this table fails LuaLaTeX compilation

2022-10-11 Thread gerard . vermeulen
On 12.10.2022 06:45, Max Nikulin wrote: On 12/10/2022 11:15, Ihor Radchenko wrote: Confirmed. But what is the problem here? Isn't \relax supposed to work in LuaTeX? LuaLaTeX is irrelevant. It seems \hline is allowed only immediately after \\. Minimal LaTeX example: \begin{tabular}{l}

Re: Some links in online manual do not work

2022-10-11 Thread Max Nikulin
On 12/10/2022 11:11, Bastien Guerry wrote: Max Nikulin writes: If redirection directives were included as separate files then it would be possible to just check them by a command like awk '{ if ($NF >= 3) print $3; }' /tmp/manual.txt | xargs --replace -- \ curl --head

Re: Export of this table fails LuaLaTeX compilation

2022-10-11 Thread gerard . vermeulen
On 12.10.2022 06:15, Ihor Radchenko wrote: gerard.vermeu...@posteo.net writes: I am regularly updating 9.6-pre from https://elpa.gnu.org/devel/ and yesterday my LaTeX export stopped working. The org-mode snippet below (attached, together with the LaTeX export file) shows the problem.

Re: Export of this table fails LuaLaTeX compilation

2022-10-11 Thread Max Nikulin
On 12/10/2022 11:15, Ihor Radchenko wrote: Confirmed. But what is the problem here? Isn't \relax supposed to work in LuaTeX? LuaLaTeX is irrelevant. It seems \hline is allowed only immediately after \\. Minimal LaTeX example: \begin{tabular}{l} b\\\relax \hline \end{tabular}

Re: Export of this table fails LuaLaTeX compilation

2022-10-11 Thread Ihor Radchenko
gerard.vermeu...@posteo.net writes: > I am regularly updating 9.6-pre from https://elpa.gnu.org/devel/ and > yesterday > my LaTeX export stopped working. The org-mode snippet below (attached, > together > with the LaTeX export file) shows the problem. The LaTeX file compiles > after I remove

Re: Some links in online manual do not work

2022-10-11 Thread Bastien Guerry
Max Nikulin writes: > Unfortunately some redirection targets still respond with 301 > > 301 https://orgmode.org/manual/Dates-and-Times.html > 301 https://orgmode.org/manual/Deadlines-and-Scheduling.html > 301 https://orgmode.org/manual/Emphasis-and-Monospace.html > 301

Re: bug: wrong-type-argument when trying export to pdf.

2022-10-11 Thread Ihor Radchenko
Justin Silverman writes: > I am having a problem and getting a wrong-type-argument error when > trying to run `org-beamer-export-to-pdf' on the attached file > `debug.org' (see backtrace below). The problem also occurs when > running `org-latex-export-to-pdf'. > ... > Backtrace: > > Debugger

Export of this table fails LuaLaTeX compilation

2022-10-11 Thread gerard . vermeulen
Hello, I am regularly updating 9.6-pre from https://elpa.gnu.org/devel/ and yesterday my LaTeX export stopped working. The org-mode snippet below (attached, together with the LaTeX export file) shows the problem. The LaTeX file compiles after I remove all occurrences of \relax. Best --

Re: Some links in online manual do not work

2022-10-11 Thread Max Nikulin
On 12/10/2022 00:06, Bastien Guerry wrote: Max Nikulin writes: More: Fixed, thanks! Unfortunately some redirection targets still respond with 301 301 https://orgmode.org/manual/Dates-and-Times.html 301 https://orgmode.org/manual/Deadlines-and-Scheduling.html 301

Re: idea for capture anywhere in x

2022-10-11 Thread Samuel Wales
fools [me] rush in where angels dare to tread, but > Did you try to invoke Emacs without having Emacs in front of you? Once > you try, come back and tell me how would you capture anything from X i use the firefox org-capture extension. i click on a unicorn. url and title are saved as an org

Re: idea for capture anywhere in x

2022-10-11 Thread Samuel Wales
> Samuel, have you managed to fix org-protocol setup? From other messages I am > almost sure that the issue is not with the firefox add-on. thank you. i think i fixed that outside firefox now and org-capture works. i am still trying to get through all the ideas and information and my drafts of

[PATCH] Fix void variable error `cider-buffer-ns` when specifying :backend header argument

2022-10-11 Thread Christopher M. Miles
After updated to latest commit, I found error, Reproduce: When I specified the `:backend` header argument: #+begin_src clojure :backend babashka (+ 2 4) #+end_src I got error: #+begin_example void variable: cider-buffer-ns #+end_example Here is the patch fix upper issue. From

Re: [PATCH] LSP support in org-src buffers

2022-10-11 Thread Karthik Chikmagalur
> This is not limited to Eglot support. M-x compile, eglot, project.el, > xrefs, and similar tools all assume that current code buffer is > associated with a real file in a real project folder, possibly > containing all kinds of hints like .gitignore, .dir-locals.el, etc. I hadn't considered

Re: [PATCH] Org Habit fix + new feature

2022-10-11 Thread Morgan Smith
Hello, Colin Baxter writes: > Please do not alter the default behaviour. When writing a paper or a > book I use and need both logging and state changes, and I would prefer > not to have to spend time changing my setup. Don't worry, this shouldn't change the default behavior in the slightest.

Re: [PATCH] Org Habit fix + new feature

2022-10-11 Thread Colin Baxter
> Morgan Smith writes: > Hello! There are two patches here. The first one is a simple bug > fix that doesn't really have anything to do with the second patch. > It just happens to be in the same spot of the code. > The second patch allows a habit to be considered done if

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-11 Thread Jean Louis
* Sébastien Rey-Coyrehourcq [2022-10-11 08:56]: > Hi Jean Louis, > > First i want to thank you for this very detailled explanation, this is very > valuable for someone that start in elisp like me. > > Secondly, i found the idea of using sqlite for contacts very interesting, and > i think a

Re: [FR] [Revived] Human readable / customizable link anchors during export

2022-10-11 Thread Kévin Le Gouguec
Ihor Radchenko writes: > 3. Instead of trying to find a silver bullet for human-readable anchor >generator, we allow users to customize it. The default will be >constant "org" yielding "org-Ajjq"-type anchors, just like we have >now. But we can also provide other generators, like the

bug: wrong-type-argument when trying export to pdf.

2022-10-11 Thread Justin Silverman
I am having a problem and getting a wrong-type-argument error when trying to run `org-beamer-export-to-pdf' on the attached file `debug.org' (see backtrace below). The problem also occurs when running `org-latex-export-to-pdf'. The bug can be reproduced using `emacs -Q' with the configuration

[BUG] org-babel-insert-result: wrong type argument: markerp, nil [9.5.5 (9.5.5-g580f28 @ /home/jds6696/.emacs.d/straight/build/org/)]

2022-10-11 Thread Justin Silverman

Re: Some links in online manual do not work

2022-10-11 Thread Bastien Guerry
Max Nikulin writes: > More: Fixed, thanks! https://git.sr.ht/~bzg/worg/commit/408f05a0 -- Bastien

Re: Some links in online manual do not work

2022-10-11 Thread Max Nikulin
On 11/10/2022 16:09, Bastien wrote: Max Nikulin writes: rewrite /HTML-export-commands\.html HTML-export-commands.html permanent; Redirection loop Fixed, thanks! More: rewrite /LaTeX-math-snippets\.html LaTeX-math-snippets.html permanent; rewrite

[PATCH] Org Habit fix + new feature

2022-10-11 Thread Morgan Smith
Hello! There are two patches here. The first one is a simple bug fix that doesn't really have anything to do with the second patch. It just happens to be in the same spot of the code. The second patch allows a habit to be considered done if time was logged to it. Imagine you have an org habit

Re: [BUG] EXPORT_FILE_NAME keyword is used by `org-export-output-file-name' before macro expansion/INCLUDEs/removing COMMENTed trees (was: Confused about what the COMMENT keyword means)

2022-10-11 Thread Alain . Cochard
Ihor Radchenko writes on Sun 2 Oct 2022 12:48: > I recommend you to use :EXPORT_FILE_NAME: headline property and export > using subtree scope. Thanks a lot for the tip. A suggestion: that the :TITLE: property be used if it exists. > > I can only hope that the "observed inconsistency"

[FR] [Revived] Human readable / customizable link anchors during export (was: stability of toc links)

2022-10-11 Thread Ihor Radchenko
Timothy writes: >> Link stability is still an issue, even if the proposal gives a false >> sense of security in that area. I don't think we can solve it without >> creating a cache for export, where you store all previous references for >> a given file. Even this is not sufficient, because you

Re: [HELP] Fwd: Org format as a new standard source format for GNU manuals

2022-10-11 Thread Ihor Radchenko
Robert Weiner writes: > I would just like to point out that anyone familiar with writing a > Texinfo-format manual who wants to combine this with Org mode would likely > just want to embed Org constructs, like Org tables in the manual; not to use > Org as a formatter that exports individual

Re: stability of toc links

2022-10-11 Thread Ihor Radchenko
Samuel Wales writes: > [as for drawers, as an aside: to my sensibilities, too many make the > document author wonder if they contain anything significant, require > opening them to make sure they are ok, and take up space in the emacs > window which in my case is highly limited. also, they

Re: idea for capture anywhere in x

2022-10-11 Thread Juan Manuel Macías
Jean Louis writes: > Did you try to invoke Emacs without having Emacs in front of you? Once > you try, come back and tell me how would you capture anything from X > selection into Emacs without having Emacs window in front of you. > > I do not know how. My thinking stops right there. > > I have

Re: Some links in online manual do not work

2022-10-11 Thread Bastien
Max Nikulin writes: > rewrite /HTML-export-commands\.html HTML-export-commands.html > permanent; > > Redirection loop Fixed, thanks! -- Bastien

Re: Some links in online manual do not work

2022-10-11 Thread Max Nikulin
On 11/10/2022 14:57, Bastien wrote: Max Nikulin writes: Bastien, unfortunately you have not fix the problem. You're right, I updated the nginx conf again. Let me know if you find any remaining problem. rewrite /HTML-export-commands\.html HTML-export-commands.html permanent;

Re: Bug: org-map-entries calls file-exists-p when SCOPE is nil [9.4.4 (release_9.4.4 @ /usr/share/emacs/27.2/lisp/org/)]

2022-10-11 Thread Ihor Radchenko
Ihor Radchenko writes: > Rodrigo Morales writes: > >> #+BEGIN_EXAMPLE >> Non-existent agenda file ~/foo.org. [R]emove from list or [A]bort? >> #+END_EXAMPLE > > Confirmed Fixed on main. Sorry for the delay.

Some question on How to handle date, recursive events

2022-10-11 Thread Renato Pontefice
Hi, I’m building my own calendar. I try to check: 1 - retry a thing until it is not done 2 - recursive events (each week, every first Friday of month…) i.e. 1) ** TODO call Paul < 2022 10 05 10:30 +1d> In this example I’ve created an Agenda view that remember me to call Paul every day, at

Re: Some links in online manual do not work

2022-10-11 Thread Bastien
Max Nikulin writes: > Bastien, unfortunately you have not fix the problem. You're right, I updated the nginx conf again. Let me know if you find any remaining problem. Thanks! -- Bastien

Re: bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-10-11 Thread Ihor Radchenko
No Wayman writes: > Confirmed: > > Yodel[1] Report 2022-01-22 00:19:18 > === > > --8<---cut here---start->8--- > (yodel > :save "org-bug" > :packages* org > :post* > (yodel-file "org-bug-test" > :point "|" >

Re: Some links in online manual do not work

2022-10-11 Thread Max Nikulin
On 11/10/2022 12:37, Bastien wrote: Max Nikulin writes: Bastien, I have not tried full configuration, but after a quick check I believe that it is a reasonable suggestion. It prevents 301 redirection from valid URLs like https://orgmode.org/manual/Links-in-HTML-export.html to

Re: Org, Hyperbole, and eev

2022-10-11 Thread Jean Louis
* Robert Weiner [2022-10-11 05:43]: > I know this does not address everything you want but if you leverage > Hyperbole’s capabilities, you’ll probably be able to get what you > want with a lot less code. What I want is to be able to interpolate links like: ⟦ (some-link) ⟧ on the fly similarly

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-11 Thread Sébastien Rey-Coyrehourcq
Hi Jean Louis, First i want to thank you for this very detailled explanation, this is very valuable for someone that start in elisp like me. Secondly, i found the idea of using sqlite for contacts very interesting, and i think a lot on this solution on my side the last weeks. With the new