Re: [PATCH] org-table.el: Fix usage of user-error

2021-06-03 Thread Bastien
Hi Utkarsh, Utkarsh Singh writes: > Ping! Please read https://orgmode.org/worg/org-mailing-list.html#i-didnt-receive-an-answer >From what I understand, the change is not really a bugfix. I hope someone can review and approve it. If not, I will look at it when I have some time Thanks, --

Re: import xls(x) into org on MacOS

2021-06-03 Thread Uwe Brauer
>>> "NS" == Nick Savage writes: > If you're looking to go the python route of importing an xls file, you > could try the xlrd package. It's actually just for xls. I'm not sure > if it converts to csv, but once you have the spreadsheet open in > python that should be a pretty trivial exercise.

[oc-csl] citations in footnotes

2021-06-03 Thread Bruce D'Arcus
In the approach taken by CSL implementations, and by biblatex autocite, when dealing with note styles, you have two kinds of citations in notes: 1. what we might call "automatically footnoted"; citations in the running text that get converted on export to footnotes (or endnotes) 2. citations

Remove all Org metadata with header argument `:comments org'

2021-06-03 Thread Juan Manuel Macías
I am writing an *.el file from an *.org file (and then I run org-babel-tangle). With the header argument `:comments org' not only the text in my org file is converted to comments (my desired goal) but also the drawers, keywords and other Org metadata. Since I don't see that all that stuff is

Re: A formal grammar for Org

2021-06-03 Thread Jean Louis
* Jakob Schöttl [2021-06-02 11:23]: > I haven't tried BeOrg myself, but it's proprietary and we have an open > source, platform-independent alternative with Organice. See also > https://github.com/200ok-ch/organice#beorg As "Org" started first, it would be better that author ask the company to

[org-cite, oc-basic] Citation disambiguation

2021-06-03 Thread András Simonyi
Dear All, experimenting with the 'basic' citation backend I noticed that the default author-year citation style (and its derived variants, like text and year) does not perform citation disambiguation for items that have the same author and year. E.g. the Org document --8<---cut

[bug?] org-link-set-parameters: when `:display 'full', link face is applied only in description part

2021-06-03 Thread Juan Manuel Macías
Hi all, In master: if I do: (org-link-set-parameters "foo" :display 'full :face '(:foreground "chocolate" :weight bold :underline t)) and then: [[foo:target][description]] the face parameter is only applied in the description part. Expected

Re: [org-cite, oc-basic] Citation disambiguation

2021-06-03 Thread Bruce D'Arcus
On Thu, Jun 3, 2021 at 5:13 PM András Simonyi wrote: > I think some kind of disambiguation strategy should be implemented for > the basic citation backend to be really usable with the author-year > style. WDYT? I hadn't tested that, but I agree. As you know, disambiguation can get complicated,

Re: LaTeX fragment preview weirdness

2021-06-03 Thread Scott Randby
On 6/2/21 1:28 PM, Nick Dokos wrote: You probably want #+LATEX_HEADER_EXTRA, not #+LATEX_HEADER. Do     (info "(org) Latex header and sectioning") where it says: #+BEGIN_QUOTE     The LaTeX export back-end appends values from ‘LATEX_HEADER’ and ‘LATEX_HEADER_EXTRA’ keywords to the LaTeX

Re: Formatting content in a footnote for ox-tufte

2021-06-03 Thread Galaxy Being
I just discovered that the ox-tufte handling of footnote formatting is different from normal org mode formatting. Normal footnotes take source blocks while ox-tufte ignores them and all other blocks as well. On Wed, Jun 2, 2021 at 11:22 AM Galaxy Being wrote: > I'm using the org tufte

Bug: Duplicated TODO state change logging with `!' per-keyword markers and repeater [9.4.6]

2021-06-03 Thread Leon Vack
Hello, Starting with version 9.4.6, state logging through a per-keyword marker `!' produces duplicate log entries on tasks with a repeater. A minimal test configuration to reproduce the issue is: (setq org-todo-keywords '((sequence "TODO" "DONE(!)"))) Then, creating a task with a repeater:

[PATCH] Add faces to improve contextuality of agenda views

2021-06-03 Thread Protesilaos Stavrou
Hello everyone! The attached patch defines and implements a few new faces for the agenda. Quoting from the commit message: These new faces are designed to improve the ability of themes/users to control the presentation of agenda views. They inherit from existing faces in order to

Re: Org Trademark [was: A formal grammar for Org]

2021-06-03 Thread Tim Cross
Jean Louis writes: > * Jakob Schöttl [2021-06-02 11:23]: >> I haven't tried BeOrg myself, but it's proprietary and we have an open >> source, platform-independent alternative with Organice. See also >> https://github.com/200ok-ch/organice#beorg > > As "Org" started first, it would be better

Re: bug#47885: [PATCH] org-table-import: Make it more smarter for interactive use

2021-06-03 Thread Utkarsh Singh
On 2021-06-02, 23:44 +0700, Maxim Nikulin wrote: > On 02/06/2021 22:08, Utkarsh Singh wrote: >> ;;;###autoload >> (defun org-table-import (file separator) >> @@ -955,12 +971,13 @@ lines. It can have the following values: >> - integer When a number, use that many spaces, or a TAB, as field