Re: Failing tests

2020-04-20 Thread Kyle Meyer
Marco Wahl writes: > When building with "make test" I get > > #v+ > 2 unexpected results: >FAILED ob-tangle/jump-to-org >FAILED test-org-attach/dir > #v- > > does this ring a bell for anybody? FWIW I don't see either failure on my end (Emacs 26.3). Do they fail for you consistently?

Re: Bug: Weird error message whenever creating org file [8.2.5h (8.2.5h-elpa @ /Users/kevin/.emacs.d/elpa/org-20140130/)]

2020-04-20 Thread Kyle Meyer
Kevin Van Horn writes: > Whenever I create a new *.org file, I get this error message: > > File mode specification error: (error "'recenter'ing a window that does > not display current-buffer.") This will be tricky for others to debug without a minimal config to trigger it. For debugging on

Re: Subject: [PATCH] org-id: Allow file name to be overridden on ID creation

2020-04-20 Thread Kyle Meyer
Kyle Meyer writes: > Subject: [PATCH] org-id: Allow file name to be overridden on ID creation Applied (c716b7c08).

Re: [PATCH] Fix typo in doc

2020-04-20 Thread Kyle Meyer
Leo Vivier writes: > Subject: [PATCH] * lisp/org.el (org-mode-map): fix typo Thanks. Applied with minor commit message tweaks in 41fe01086.

Re: [PATCH] Re: Inconsistent use of \ref and \eqref in ox-latex and ox-html

2020-04-20 Thread Brian Powell
Thanks again. Please find attached patch addressing issues below. Cheers, Brian On Mon, Apr 20 2020, Nicolas Goaziou wrote: >> Subject: [PATCH] add org-html-equation-reference-format to customize MathJax >> ref command > > The commit message should reference the file being modified. I

Re: [PATCH] Re: Inconsistent use of \ref and \eqref in ox-latex and ox-html

2020-04-20 Thread Nicolas Goaziou
Hello, Brian Powell writes: > Nicolas, thank you for the feedback, and I apologize for my errors. No need to apologize! Peer review is about catching the mistakes we all do. > I have corrected the issues below and generated a commit patch attached. > Please let me know if there are any

Re: issue indent src block?

2020-04-20 Thread Nicolas Goaziou
Hello, zimoun writes: > I have noted unexpected alignment with source blocks. For example: > > --8<---cut here---start->8--- > #+begin_src shell > 0 > #+end_src > > * One > > #+begin_src shell > 1 > #+end_src > > ** Two > >#+begin_src shell >2 >

issue indent src block?

2020-04-20 Thread zimoun
Dear, (please CC me because I have not subscribed) I have noted unexpected alignment with source blocks. For example: --8<---cut here---start->8--- #+begin_src shell 0 #+end_src * One #+begin_src shell 1 #+end_src ** Two #+begin_src shell 2

Re: links to _archive file not opened internally

2020-04-20 Thread Michael Maurer
Figured it out, had to set org-file-apps accordingly. Realized I don't remember if _archive is the common nomenclature for archived org-files, or if I set that. On Mon, 20 Apr 2020 at 09:37, Michael Maurer wrote: > > I'm trying to create a link to a _archive file, but every time I click > it,

Re: babel/noweb concatenation of equally-named code blocks fails?

2020-04-20 Thread Nicolas Goaziou
Hello, Greg Minshall writes: > thanks for the history! sounds like a good tradeoff. i agree, a bit > more documentation would be good. I sligthly reworded Noweb references section in the manual. Please let me know if that is clearer. Regards, -- Nicolas Goaziou

Re: Bug: org-table-insert-column edits formulas wrongly [9.3 (release_9.3 @ /usr/local/Cellar/emacs-plus/HEAD-9d38564/share/emacs/28.0.50/lisp/org/)]

2020-04-20 Thread Eric S Fraga
On Saturday, 18 Apr 2020 at 16:30, Marco Wahl wrote: > Indeed, why not? I pushed a respective change. I introduced a subtlety > when deleting from the rightmost column or from immediately right of the > table. That was not needed with point moving to the left, as it has > been before. This

links to _archive file not opened internally

2020-04-20 Thread Michael Maurer
I'm trying to create a link to a _archive file, but every time I click it, Windows shows me the dialogue box for opening it in an external app. Is this something I have to change on a Windows-level, within .emacs, or both?