Re: org-table-blank-field key binding removal

2021-10-05 Thread Kyle Meyer
On 10/05/21 21:49:22 -0500, Alan Wehmann wrote: > On 2/5/21 in this email list Carsten Dominik suggested removing the > key binding C-c for "org-table-blank-field". That got > implemented for Org-9.5, but the Info file didn't get changed, so it > still says: > > ‘C-c ’ (‘org-table-blank-field’)

org-table-blank-field key binding removal

2021-10-05 Thread Alan Wehmann
On 2/5/21 in this email list Carsten Dominik suggested removing the key binding C-c for "org-table-blank-field". That got implemented for Org-9.5, but the Info file didn't get changed, so it still says: ‘C-c ’ (‘org-table-blank-field’) Blank the field at point. in node (org) Built-in

Re: [BUG] org-save-all-org-buffers reapplies startup visibility [9.5 (release_9.5 @ /usr/local/share/emacs/29.0.50/lisp/org/)]

2021-10-05 Thread No Wayman
Confirmed with the following, simpler, test case: Yodel[1] Report 2021-10-05 22:07:33 === --8<---cut here---start->8--- (yodel :user-dir "org-save-all-org-buffers" :packages* org :formatter

[PATCH] ob-R async evaluation

2021-10-05 Thread Jeremie Juste
Hello, I'm attaching a patch that clean up a bit of non conventional coding practices (mainly because of my ignorance), in ob-R. These were initially generating warning during the compilation of org-mode. The main feature is the use of the defvaralias ess-eval-visibly-p when the :result output

Re: cite page number

2021-10-05 Thread Ypo
You are right. Chapters with reference to pages. Oct 5, 2021 23:24:22 Bruce D'Arcus : > On Tue, Oct 5, 2021 at 3:57 PM Ypo wrote: > >> I think that already works. For me it was overkilling when I tried to use it >> for my personal notes. It was too much work and it cluttered my "global" >>

Re: Citation not inserted as 1st item in footnote (using org-cite and org-ref-cite)

2021-10-05 Thread Nicolas Goaziou
Hello, Elias Bounatirou writes: > I have looked at the problem that citations cannot be inserted as 1st items > in footnotes once again more closely. It has become obvious for me that > this is indeed a bug of org-cite or rather a default setting which was > deliberately introduced, although it

Re: Citation not inserted as 1st item in footnote (using org-cite and org-ref-cite)

2021-10-05 Thread Elias Bounatirou
I have looked at the problem that citations cannot be inserted as 1st items in footnotes once again more closely. It has become obvious for me that this is indeed a bug of org-cite or rather a default setting which was deliberately introduced, although it is not really user-friendly or practical

Re: cite page number

2021-10-05 Thread Bruce D'Arcus
On Tue, Oct 5, 2021 at 3:57 PM Ypo wrote: > I think that already works. For me it was overkilling when I tried to use it > for my personal notes. It was too much work and it cluttered my "global" > references.bib with an item for each cited page. > > But maybe that would be the correct way?

Re: Citation in footnote not expanded/exported to LaTeX (using Org-ref-cite)

2021-10-05 Thread Elias Bounatirou
Many thanks to Nicolas and Bruce for their mails and their help. However, it appears Nicolas' MWE unfortunately does not reproduce the issue. It's not the footnote that is omitted/ not exported, it's the citation in the footnote that is left out (when the footnote follows two or more citations,

Re: cite page number

2021-10-05 Thread Ypo
I think that already works. For me it was overkilling when I tried to use it for my personal notes. It was too much work and it cluttered my "global" references.bib with an item for each cited page. But maybe that would be the correct way? Since in the bibliography references it must appear

Re: Fwd: [BUG] org-save-all-org-buffers reapplies startup visibility [9.5 (release_9.5 @ /usr/local/share/emacs/29.0.50/lisp/org/)]

2021-10-05 Thread Michael Powe
forgot to hit 'reply all.' Forwarded Message Subject:Re: [BUG] org-save-all-org-buffers reapplies startup visibility [9.5 (release_9.5 @ /usr/local/share/emacs/29.0.50/lisp/org/)] Date: Tue, 5 Oct 2021 15:47:42 -0400 From: Michael Powe To: Bhavin Gandhi

Re: Best way to include METAPOST in ConTeXt exporter

2021-10-05 Thread Jason Ross
Here's a hook that modifies the source blocks to wrap their output in #+BEGIN/END_METAPOST tags if the ConTeXt backend is used, before Org Babel gets to them, but otherwise leaves them alone. I wonder if anyone has any better ideas of how to do this. I'm modifying the Org source with the hook

Re: Some broken links in pages under https://orgmode.org/worg/org-contrib/babel

2021-10-05 Thread Thomas S. Dye
Daniel Fleischer writes: - "org-contrib/babel/library-of-babel" not sure why it doesn't appear on the server because the file compiles locally to HTML. A bad link blocked HTML compilation on the server. Fixed now, thanks. All the best, Tom -- Thomas S. Dye

Re: [BUG] org-save-all-org-buffers reapplies startup visibility [9.5 (release_9.5 @ /usr/local/share/emacs/29.0.50/lisp/org/)]

2021-10-05 Thread Bhavin Gandhi
Hello Marcel, On Tue, 5 Oct 2021 at 19:14, Marcel van der Boom wrote: > […] > - emacs -Q test.org > - make sure the outline is unfolded > - make a change so test.org is 'dirty' > - M-x org-save-all-org-buffers > > Observed behaviour: > The outline in test.org will collapse and only show 'Header

Re: [PATCH] [BUG] Org 9.5: org-goto UI seems broken

2021-10-05 Thread Ihor Radchenko
Max Nikulin writes: > Thank you, Ihor. I am a user of alternative `org-goto' interface. I have > tried default one having a couple of windows in the frame (indirect > buffer for subtree, indirect for src block). It seems, previous window > configuration is restored correctly when `org-goto'

Re: [Worg] New subdirectory not fully built?

2021-10-05 Thread Adam Porter
Max Nikulin writes: > It seems, you have managed to solve the problem, I guess, by fixing > link targets: > > https://git.sr.ht/~bzg/worg/commit/31f4212874e1bc54f335e329f6bcee83801dcf9c I did that, but see also the following commit where I gave in and set "broken-links:t". There were too many

Re: [PATCH] Accept more :tangle-mode specification forms

2021-10-05 Thread Timothy
Hi Jeremy, > I think this is a good idea and don’t see any problems (or other > suggestions) with the proposed formats. > > The existing (identity #o0755) will still function, correct? > i.e. backward compatibility. It should yes. I’ll double check before I actually push the commit. All the

Re: [PATCH] Accept more :tangle-mode specification forms

2021-10-05 Thread tomas
On Tue, Oct 05, 2021 at 10:45:59PM +0800, Timothy wrote: > Hi Everyone, > > It feels like we’re near a patch that would be good to merge. I would very > much > like to get feedback on what I proposed in my reply to Tom though (see below). OK. Since I made some noises, I feel compelled to feed

Re: [PATCH] Accept more :tangle-mode specification forms

2021-10-05 Thread unkn...@email.com
Timothy writes: > It feels like we’re near a patch that would be good to merge. I would very > much > like to get feedback on what I proposed in my reply to Tom though (see below). > >> Maybe with (if anybody says they would like this) >> • #o755 (elisp octal) >> • 0755 (C octal) >> • “rwx” =

Re: [Worg] New subdirectory not fully built?

2021-10-05 Thread Max Nikulin
On 02/10/2021 18:54, Adam Porter wrote: I took the liberty of creating a new "archive" subdirectory in Worg to preserve some obsolete content (like "Fireforg", an extension which its Worg entry said hasn't been developed since 2009): https://orgmode.org/worg/archive/index.html The archive's

Re: Bare oc-csl author variants?

2021-10-05 Thread Bruce D'Arcus
On Tue, Oct 5, 2021 at 11:04 AM Timothy wrote: > Sounds like the general attitude is “why not?”. So I’ve turned my snippet > into a > patch and unless any concerns are raised in the next few days I’ll push it to > main. For parity, it would probably make sense to add the equivalent to

Re: [PATCH] Accept more :tangle-mode specification forms

2021-10-05 Thread Timothy
Hi Everyone, It feels like we’re near a patch that would be good to merge. I would very much like to get feedback on what I proposed in my reply to Tom though (see below). >> That said, reducing the number of forms as Eric suggests would >> be a happy medium. > > Indeed, I’ve basically

Re: [org-cite] How to cite page number(s) in APA Style?

2021-10-05 Thread John Kitchin
Got it, thanks! John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Tue, Oct 5, 2021 at 10:54 AM Bruce

Re: [org-cite] How to cite page number(s) in APA Style?

2021-10-05 Thread Bruce D'Arcus
On Tue, Oct 5, 2021 at 10:42 AM John Kitchin wrote: > > How would this work? > > Does [cite/locators:@someone-2021]. > > imply a specific field in a bibliography entry, e.g. pages, or location? and > then CSL is responsible for formatting it to something like "p. 42" or "pp. > 42-44", etc? As

Re: Rescaling #+INCLUDES / Not centering #+INCLUDE?

2021-10-05 Thread Eric S Fraga
A data point: your example works just fine in org 9.5. -- : Eric S Fraga via Emacs 28.0.60, Org release_9.5-62-gcc2490 : Latest paper written in org: https://arxiv.org/abs/2106.05096

Re: [org-cite] How to cite page number(s) in APA Style?

2021-10-05 Thread John Kitchin
How would this work? Does [cite/locators:@someone-2021]. imply a specific field in a bibliography entry, e.g. pages, or location? and then CSL is responsible for formatting it to something like "p. 42" or "pp. 42-44", etc? And then if you want to refer to another page in someone-2021, then you

Re: Best way to include METAPOST in ConTeXt exporter

2021-10-05 Thread Jason Ross
(Apologies to Ihor who I already replied to without cc'ing the list) === > If you are in control of the export backend, you can directly process > the metapost source blocks during export and ignore/filter their output > as needed. This is

Re: Bare oc-csl author variants?

2021-10-05 Thread Timothy
Hi All, Sounds like the general attitude is “why not?”. So I’ve turned my snippet into a patch and unless any concerns are raised in the next few days I’ll push it to main. All the best, Timothy >From 88f8bb7bc8726c20f3cdd4e8d47d1b487b1c2cd7 Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 5 Oct

Re: [PATCH] [BUG] Org 9.5: org-goto UI seems broken

2021-10-05 Thread Max Nikulin
On 05/10/2021 19:45, Ihor Radchenko wrote: Max Nikulin writes: Regression is caused by commit 399481bad10845a77f210c9320ff1efee9a312c8 Author: Ihor Radchenko Date: Mon May 31 20:47:45 2021 +0800 Do not ignore user-defined display-buffer-alist in org-insert-link See the attached

Re: Bare oc-csl author variants?

2021-10-05 Thread John Kitchin
These would be equivalent to things like \citeauthor{key} in natbib I think. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin

Rescaling #+INCLUDES / Not centering #+INCLUDE?

2021-10-05 Thread Guillaume MULLER
Hi, I have Emacs 26.3 + Org mode 9.4.6. I tried to recompile an org-beamer file I created a few moths ago (see equivalent MCE attached), but it did not succeed. The thing is I was #+INCLUDing a .dot file (also attached for completeness, but it could be any .dot file). I was putting the result

[BUG] org-save-all-org-buffers reapplies startup visibility [9.5 (release_9.5 @ /usr/local/share/emacs/29.0.50/lisp/org/)]

2021-10-05 Thread Marcel van der Boom
Summary: When calling `org-save-all-org-buffers` the initial visibility setting as specified in `org-startup-folded` or specified in =#+STARTUP: overview= will be applied to the org buffer in view. My usecase is that `org-save-all-org-buffers` is called in an idle timer and makes working

Re: Bare oc-csl author variants?

2021-10-05 Thread Bruce D'Arcus
On Tue, Oct 5, 2021 at 9:19 AM Timothy wrote: > > It’s just odd to have a name without any other citation marker. How > > would a reader know it’s a citation? > > For context, I’m basically just using this as a way to insert the author’s > name > without any chance of typos. Right. I don't

Re: Bare oc-csl author variants?

2021-10-05 Thread Timothy
Hi Bruce, >> Is there any reason why we haven’t added `a/b’, `a/bc’, `a/bf’, `a/bcf’ ? > > There is a reason, though it may not be the strongest. > > It’s just odd to have a name without any other citation marker. How > would a reader know it’s a citation? For context, I’m basically just using

Re: [PATCH] [BUG] Org 9.5: org-goto UI seems broken

2021-10-05 Thread Adam Porter
Hi Ihor, > See the attached fix. The fix looks reasonable, though I fail to > understand why org-no-popup was even used in org-goto-location. We kind > of want a popup there. git blame did not reveal anything useful either. > > Adam, can you test the fix in different scenarios first? I do not

Re: [BUG] Org 9.5: org-goto UI seems broken

2021-10-05 Thread Adam Porter
Max Nikulin writes: >> Running Org 9.5 on Emacs 28.0.60, I noticed that org-goto seems to be >> broken: >> >> 1. When I press "C-c C-j", instead of displaying the indirect buffer in >> one window and the org-goto menu in another, only the org-goto window >> (the "*Org Help*" buffer) is

[PATCH] make quarter work as parameter for :step in clocktable

2021-10-05 Thread Joost Helberg
Hi, many years ago a colleague and myself wrote a patch for quarters into org-mode/clocktable for blocks, today I noticed that :step should allow 'quarter' as an argument too. Here's the tiny patch to allow that: --- doc/org-manual.org | 2 +- lisp/org-clock.el | 4 +++- 2 files changed, 4

Re: Inequalities in math blocks

2021-10-05 Thread Rudolf Adamkovič
Max Nikulin writes: On 05/10/2021 14:55, Rudolf Adamkovič wrote: Timothy writes: You’re going to be much better off if you just use LaTeX math delimiters, i.e. `\( ... \)'. Interesting. It works, but I do not understand why! Did you inspect HTML file? Playing with export, I do not see

[PATCH] [BUG] Org 9.5: org-goto UI seems broken

2021-10-05 Thread Ihor Radchenko
Max Nikulin writes: > Regression is caused by > > commit 399481bad10845a77f210c9320ff1efee9a312c8 > Author: Ihor Radchenko > Date: Mon May 31 20:47:45 2021 +0800 > > Do not ignore user-defined display-buffer-alist in org-insert-link See the attached fix. The fix looks reasonable,

Re: Inequalities in math blocks

2021-10-05 Thread Eric S Fraga
Slightly off-topic but, just in case anybody is interested, here is some code I use to allow me to easily get \(...\) by typing $: #+begin_src emacs-lisp ;; from Nicolas Richard ;; Date: Fri, 8 Mar 2013 16:23:02 +0100 ;; Message-ID: <87vc913oh5@yahoo.fr> (defun yf/org-electric-dollar

Re: Inequalities in math blocks

2021-10-05 Thread Max Nikulin
On 05/10/2021 14:55, Rudolf Adamkovič wrote: Timothy writes: You’re going to be much better off if you just use LaTeX math delimiters, i.e. `\( ... \)'. Interesting. It works, but I do not understand why! Did you inspect HTML file? Playing with export, I do not see real difference. Result

Re: [BUG] Org 9.5: org-goto UI seems broken

2021-10-05 Thread Max Nikulin
On 05/10/2021 13:31, Adam Porter wrote: Running Org 9.5 on Emacs 28.0.60, I noticed that org-goto seems to be broken: 1. When I press "C-c C-j", instead of displaying the indirect buffer in one window and the org-goto menu in another, only the org-goto window (the "*Org Help*" buffer) is

Re: Bare oc-csl author variants?

2021-10-05 Thread Bruce D'Arcus
On Tue, Oct 5, 2021 at 1:35 AM Timothy wrote: > Is there any reason why we haven’t added `a/b', `a/bc', `a/bf', `a/bcf' ? There is a reason, though it may not be the strongest. It's just odd to have a name without any other citation marker. How would a reader know it's a citation? Is it for

Re: Some broken links in pages under https://orgmode.org/worg/org-contrib/babel

2021-10-05 Thread Daniel Fleischer
> Mandar Mitra [2021-10-04 Mon 18:15] wrote: > >> * https://orgmode.org/worg/org-contrib/babel/intro.html >> *** ... relevant section in the >> [[https://orgmode.org/manual/Literal-examples.html][Org manual]] ... >> *** please have a look at the >>

Re: Inequalities in math blocks

2021-10-05 Thread Timothy
Hi Rudolf, >> You’re going to be much better off if you just use LaTeX math delimiters, >> i.e. >> `...’. > > Interesting. It works, but I do not understand why! Do we consider > inequalities > in $$ breaking HTML export expected behavior? Or, do we consider it a bug? I > suppose there exists

Re: [org-cite] How to cite page number(s) in APA Style?

2021-10-05 Thread Rudolf Adamkovič
"Bruce D'Arcus" writes: You could put in a feature request though ;-) How? Aside: […] Thank you for the explanation! Rudy -- "Contrariwise," continued Tweedledee, "if it was so, it might be; and if it were so, it would be; but as it isn't, it ain't. That's logic." -- Lewis Carroll,

Re: Inequalities in math blocks

2021-10-05 Thread Rudolf Adamkovič
Timothy writes: You’re going to be much better off if you just use LaTeX math delimiters, i.e. `\( ... \)'. Interesting. It works, but I do not understand why! Do we consider inequalities in $$ breaking HTML export expected behavior? Or, do we consider it a bug? I suppose there exists no

[BUG] Org 9.5: org-goto UI seems broken

2021-10-05 Thread Adam Porter
Hi, Running Org 9.5 on Emacs 28.0.60, I noticed that org-goto seems to be broken: 1. When I press "C-c C-j", instead of displaying the indirect buffer in one window and the org-goto menu in another, only the org-goto window (the "*Org Help*" buffer) is displayed. 2. When I type a letter of a