Re: [PATCH] Customizify org-babel-fortran-compiler

2021-07-01 Thread Nicolas Goaziou
Hello, Timothy writes: > Thanks for sending in the patch. Seeing it pointed out, this seems like > a pretty obvious omission. This looks like it should be pretty easy to > merge :) > > Four minor niggles with your commit message: > + Since `defvar' and `defcustom' are elisp symbols, they should

Re: [patch] add :url and :doi optional entries for export to BiBTeX

2021-07-01 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > On Thursday, 1 Jul 2021 at 22:23, Timothy wrote: >> I've not used Org for exporting to BibTeX, so I don't really know what >> I'm on about, but is there any particular reason why only some entries >> have :url ? Other than that, this seems like a fairly

bug#12972: [PATCH] Avoid regression in mailcap-view-file similar to Bug#44824

2021-07-01 Thread Eli Zaretskii
> From: Maxim Nikulin > Date: Fri, 2 Jul 2021 00:01:59 +0700 > > --- a/lisp/net/mailcap.el > +++ b/lisp/net/mailcap.el > @@ -1177,7 +1177,23 @@ See \"~/.mailcap\", `mailcap-mime-data' and related > files and variables." > (shell-quote-argument (convert-standard-filename file))

Re: getting "before first headline at position xxx in buffer *Org Note*" when clocking out

2021-07-01 Thread Bhavin Gandhi
Hello Timothy On Thu, 1 Jul 2021 at 21:12, Timothy wrote: > > Thanks for going to the effort of working out a series of steps to > reproduce the issue, it's most helpful. If you wouldn't mind, do you > think you could try testing the current HEAD/master and seeing if you > still encounter the

bug#12972: [PATCH] Avoid regression in mailcap-view-file similar to Bug#44824

2021-07-01 Thread Maxim Nikulin
On 01/06/2021 13:56, Lars Ingebrigtsen wrote: So I've now added this to Emacs 28 under the name `mailcap-view-file'. I am attaching a patch similar to proposed to Org mode that should help to avoid obscure failures of viewers due to unnecessary terminal sessions. >From

Re: how to use complex excel formula in org

2021-07-01 Thread Jonathan McHugh
Just an idea (especially given I havent touched Excel formulae for a v. long time): Have you considered using (G)awk? It could be possible to build up a list of arrays containing data and formulae and then perform as result in the end block. It could get onerous to do and may be

how to use complex excel formula in org

2021-07-01 Thread Uwe Brauer
Hi I currently have to collaborate with an excel file that contains quite a bit of complex formula. I cannot simply import the file via xlsx-->csv-->org Since csv does no know about excel formulas. Does anybody know about a tool a trick to use that excel formula. Regards Uwe Brauer

Re: Bug: clock-in from org-agenda freezes thread when enforce + todo keywords [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/28.0.50/lisp/org/)]

2021-07-01 Thread Timothy
Marking as a patch for Woof.

csv2xlsx problems Ubuntu and MacOS 10.15

2021-07-01 Thread Uwe Brauer
Hi I usually use gnumeric, to export to xlsx (org-->csv-->xlsx), but I cannot use gnumeric in my MacOS 10.15 and that is why I tried out csv2xlsx. While xlsx2csv works reasonable well, I have difficulties with csv2xlsx, either in Ubutunu 16.04 with python 3.5 or MacOS with python 3.8. So

Re: allow HTML block to escape from outline-text div? WAS: BUG? unable to surround subtrees with html tag

2021-07-01 Thread Timothy
Matt Price writes: >> I would like to be able to surround some portion of a subtree with a tag, > Sorry for the noise, I believe this is user error. I misread the exported > source code, and firefox's developer tools added the closing tag for me, so > I kept not seeing my mistake. The error

Re: [patch] add :url and :doi optional entries for export to BiBTeX

2021-07-01 Thread Eric S Fraga
On Thursday, 1 Jul 2021 at 22:23, Timothy wrote: > I've not used Org for exporting to BibTeX, so I don't really know what > I'm on about, but is there any particular reason why only some entries > have :url ? Other than that, this seems like a fairly straightforward > patch. First of all, it's

Re: prettify-symbols-mode in org agenda?

2021-07-01 Thread Timothy
Hi Ihor, This thread is looking promising! Just wondering if you might have time to respond to William's latest reply? -- Timothy

Re: getting "before first headline at position xxx in buffer *Org Note*" when clocking out

2021-07-01 Thread Timothy
Hi Dave, Thanks for going to the effort of working out a series of steps to reproduce the issue, it's most helpful. If you wouldn't mind, do you think you could try testing the current HEAD/master and seeing if you still encounter the issue? -- Timothy Dave D writes: > Hi all, > > I

Re: [PATCH] Customizify org-babel-fortran-compiler

2021-07-01 Thread Timothy
Marking as closed in favour of 2nd email.

Re: [PATCH] Customizify org-babel-fortran-compiler

2021-07-01 Thread Timothy
Hi Nico, Thanks for sending in the patch. Seeing it pointed out, this seems like a pretty obvious omission. This looks like it should be pretty easy to merge :) Four minor niggles with your commit message: + Since `defvar' and `defcustom' are elisp symbols, they should be quoted as such. +

Re: [patch] add :url and :doi optional entries for export to BiBTeX

2021-07-01 Thread Timothy
Hi Eric, I've not used Org for exporting to BibTeX, so I don't really know what I'm on about, but is there any particular reason why only some entries have :url ? Other than that, this seems like a fairly straightforward patch. -- Timothy Eric S Fraga writes: > I introduced an error in the

Re: BUG: org-lint reports macros defined in org-export-global-macros as undefined

2021-07-01 Thread Timothy
Hi Michael, > I have a lot of global macros defined in org-export-global-macros. Wherever > they are used in my org files org-lint reports them as undefined. > > It seems that org-lint just checks against org-macro-templates (collected > with (org-macro-initialize-templates)) and a few default

Re: [PATCH] Fix erroneous tangling of blocks

2021-07-01 Thread Nicolas Goaziou
Hello, Timothy writes: > I've just taken a look at your patch and it looks good :) glad to see > you've also followed the commit message format. I hope this gets merged > soon. Applied. Thanks for the patch, and thanks for the review. Regards, -- Nicolas Goaziou

Re: [PATCH] Fix erroneous tangling of blocks

2021-07-01 Thread Timothy
HI Jacopo, I've just taken a look at your patch and it looks good :) glad to see you've also followed the commit message format. I hope this gets merged soon. -- Timothy p.s. Just a little note for the future: it's good if you have full sentences in the description of the changes. Jacopo De

Re: org-mode-map binds [tab]

2021-07-01 Thread Nicolas Goaziou
Hello, Daniel Mendler writes: > `org-mode-map` binds `[tab]` which is unnecessary and harmful, since it > takes precendence over bindings of TAB even in keymaps with higher > precedence. Thou shalt not have precedence over Org mode! Fixed. Thank you! Regards, -- Nicolas Goaziou

[PATCH] Fix erroneous tangling of blocks

2021-07-01 Thread Jacopo De Simoi
Dear All, Please find attached a patch (against master) which takes care of the following issue. Assume I have a block like this #+begin_src sh :tangle no This should not be tangled #+end_src Then the block is correctly ignored when tangling the whole file, but erroneously tangled (to a file

Bug: org-mode-map binds tab [9.4.6 (9.4.6-gab9f2a @ /home/user/.config/emacs/elpa/org-9.4.6/)]

2021-07-01 Thread Daniel Mendler
`org-mode-map` binds `[tab]` which is unnecessary and harmful, since it takes precendence over bindings of TAB even in keymaps with higher precedence. Emacs : GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5, cairo version 1.16.0) of 2021-02-09, modified by Debian Package: Org

[PATCH} Do not throw error when parameter of :tangle is not a string

2021-07-01 Thread Jacopo De Simoi
Dear All, in the current master branch, if the parameter :tangle of a src block is not a string, tangling fails by throwing an error when calling `file-name- directory' This patch checks if the parameter is a string before calling `file-name-directory'. This makes construct such as :tangle

Re: Export Org mode files to (gag, barf) MS Office?

2021-07-01 Thread glyn
Brandon Taylor writes: I know we’re not supposed to really even TALK about proprietary software in FOSS communities like this one, but I can’t help but wonder if someone might consider making (an) Emacs plugin(s) that allow(s) a user to export Org mode files to Microsoft Office file formats

org-mode-map binds [tab]

2021-07-01 Thread Daniel Mendler
`org-mode-map` binds `[tab]` which is unnecessary and harmful, since it takes precendence over bindings of TAB even in keymaps with higher precedence. Emacs : GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5, cairo version 1.16.0) of 2021-02-09, modified by Debian Package: Org

Re: Export Org mode files to (gag, barf) MS Office?

2021-07-01 Thread Karl Voit
Hi Brandon, * Brandon Taylor wrote: > --_000_SA1PR13MB4799DBE017BDC4DA869BA10BA2059SA1PR13MB4799namp_ > Content-Type: text/plain; charset="Windows-1252" > Content-Transfer-Encoding: quoted-printable > > I know we=92re not supposed to really even TALK about proprietary software = > in FOSS