Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-03 Thread David Masterson
Karl Voit writes: > Hi, > > I'm collecting information on basic Org mode support in tools that > are not Emacs. > > I already have: GitHub, GitLab (exactly like GitHub), OrgModeWeb, > Orgzly, Orgro, Emacs, vim-orgmode. * BeOrg (http://beorg.app) * Organice (http://organice.200ok.ch) -- David

Re: Bug: org-agenda-highlight-todo: Symbol’s function definition is void: string-empty-p [9.4.6 (9.4.6-11-g1ee52c-elpa @ /home/vmg/.emacs.d/elpa/org-20210726/)]

2021-08-03 Thread Tim Cross
Вячеслав Гришин writes: > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > https://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org mailing list. >

Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-03 Thread Tom Gillespie
Hi Karl, Great initiative. For many of the things in the table you will probably want to link to the underlying library For example for github and gitlab there is https://github.com/wallyqs/org-ruby (which I have been trying to find time to submit fixes to). I've linked a couple relevant

Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-03 Thread Greg Minshall
Karl, orgtbl-query is a script for querying tables in .org files. it doesn't do any special text formatting. https://gitlab.com/minshall/orqtbl-query cheers, Greg

Recursive publish bug?

2021-08-03 Thread Felix E. Klee
I’m using version 9.4.6. See below what happens when I `org-publish` to a remote server. The subdirectory structure is not properly mapped. Is this a bug? On my system: project .dir-locals.el index.org images a.jpg subdir index.org images

Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-03 Thread Jens Neuhalfen
Hi on iOS the (really amazing) git client „working copy“ has support for org rendering Jens > On 3. Aug 2021, at 11:32, Karl Voit wrote: > > Hi, > > I'm collecting information on basic Org mode support in tools that > are not Emacs. > > I already have: GitHub, GitLab (exactly like

Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-03 Thread Robert Horn
Karl Voit writes: > I'm collecting information on basic Org mode support in tools that > are not Emacs. > If email integration is considered support, you can add mu (searching for mu4e will eliminate most of the false positives for "mu" when searching) notmuch They both have org-mode

Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-03 Thread Kristian Grönberg
Hi Karl, ‐‐‐ Original Message ‐‐‐ On Tuesday, August 3rd, 2021 at 12:14, Karl Voit wrote: > Hi, > > I'm collecting information on basic Org mode support in tools that are not > Emacs. > > I already have: GitHub, GitLab (exactly like GitHub), OrgModeWeb, > > Orgzly, Orgro, Emacs,

Re: Bug: Percentage in caption (even escaped) does not work in LaTeX export

2021-08-03 Thread Eric S Fraga
On Friday, 30 Jul 2021 at 15:00, Charest, Luc wrote: >I simplified the problem down to : > > #+CAPTION: Org Mode works 99.99\% of the time. > #+BEGIN_SRC -n > > // this is only a proof of concept > #+END_SRC > > As soon as I put the percentage sign in the caption, the LaTeX export backend >

Re: org-cite-list-bibliography-files

2021-08-03 Thread von der Malsburg, Titus
On 2021-07-28 Wed 15:56, John Kitchin wrote: > Could it be related to the variable org-mouse-1-follows-link? This variable is non-nil for me and clicking on ordinary org links works fine in my setup. I also tested it with emacs -Q followed by loading org via straight.el and (require 'org),

[PATCH] minor typo fix in org-tutorials/org-protocol-custom-handler.org

2021-08-03 Thread Atlas Cove
From: Atlas48 As it says, this is a minor fix to worg. --- org-tutorials/org-protocol-custom-handler.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-tutorials/org-protocol-custom-handler.org b/org-tutorials/org-protocol-custom-handler.org index 729ff30b..1e56102f

[BUG] Second item of `org-agenda-timerange-leaders' cannot be a function [9.4.6 (9.4.6-gf70e36 @ /home/viz/lib/emacs/straight/build/org/)]

2021-08-03 Thread General discussions about Org-mode.
Looking at the definition of `org-agenda-timerange-leaders' suggests that the second item of the list can be a function.     (defcustom org-agenda-timerange-leaders '("" "(%d/%d): ")   "Text preceding timerange entries in the agenda view.     This is a list with two strings.  The first

Bug: Percentage in caption (even escaped) does not work in LaTeX export

2021-08-03 Thread Charest, Luc
Hello, I simplified the problem down to : #+CAPTION: Org Mode works 99.99\% of the time. #+BEGIN_SRC -n // this is only a proof of concept #+END_SRC As soon as I put the percentage sign in the caption, the LaTeX export backend fails with this message : org-latex-src-block: Not enough

Bug: org-agenda-highlight-todo: Symbol’s function definition is void: string-empty-p [9.4.6 (9.4.6-11-g1ee52c-elpa @ /home/vmg/.emacs.d/elpa/org-20210726/)]

2021-08-03 Thread Вячеслав Гришин
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[PATCH] ox.el: fix spanish translation for `footnotes'

2021-08-03 Thread Juan Manuel Macías
Hi, The Spanish translation for "Footnotes" in `org-export-dictionary' is "Nota al pie de página" ("Nota"[="Note"], in the singular form). I think it would be more correct "Notas", in the plural form. Attached a small patch. Best regards, Juan Manuel >From

Re: TMIO July Post: Introducing Citations

2021-08-03 Thread András Simonyi
Absolutely, thanks for the correction -- I meant Org's master, even though the question was clearly about Emacs's. best regards, András On Tue, 3 Aug 2021 at 12:23, Eric S Fraga wrote: > > On Tuesday, 3 Aug 2021 at 12:10, András Simonyi wrote: > > Most of the functionality described in the

Re: TMIO July Post: Introducing Citations

2021-08-03 Thread Eric S Fraga
On Tuesday, 3 Aug 2021 at 12:10, András Simonyi wrote: > Most of the functionality described in the piece is already in the > master branch. No, not quite. These latest updates are in the master branch of org mode but they have not yet been incorporate into the master branch of Emacs itself.

Re: TMIO July Post: Introducing Citations

2021-08-03 Thread András Simonyi
Most of the functionality described in the piece is already in the master branch. best regards, András On Mon, 2 Aug 2021 at 12:36, Rudolf Adamkovič wrote: > > Does anyone know when this might land in Emacs’ master branch?

Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-03 Thread Karl Voit
Hi, I'm collecting information on basic Org mode support in tools that are not Emacs. I already have: GitHub, GitLab (exactly like GitHub), OrgModeWeb, Orgzly, Orgro, Emacs, vim-orgmode. What I need is information on much more tools. I have set up a syntax checking file on