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

2021-08-04 Thread Timothy
Hi Karl, Just to check, have you seen ? All the best, *Timothy*

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

2021-08-04 Thread Karl Voit
* Kristian Grönberg wrote: > > Beorg for iOS (https://beorgapp.com) , would be one. I don't have access to iOS devices. Could you hand in a compatibility row according to my table? -- get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode: > get Memacs from https://git

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

2021-08-04 Thread Karl Voit
Hi Robert, * Robert Horn wrote: > > 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 sear

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

2021-08-04 Thread Karl Voit
Hi, Thanks for all the feedback so far. It's really cool! I would like to add a clarification: the list of tools I'm collecting is a list *outside* of Emacs. Emacs is mentioned once because it needs to be there. However, I'm not interested in listing Emacs-related modules, projects like Memacs (t

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

2021-08-04 Thread Karl Voit
Hi Tom, Great list you compiled here! * Tom Gillespie wrote: > 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 tryi

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

2021-08-04 Thread Karl Voit
Hi Timothy, * Timothy wrote: > > Hi Karl, > > Just to check, have you seen ? Yes, but thanks for reminding! -- get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode: > get Memacs from https://github.com/novoid/Memacs < Personal Inform

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

2021-08-04 Thread Karl Voit
* Jens Neuhalfen wrote: > Hi > > on iOS the (really amazing) git client „working copy“ has support for org > rendering Interesting. Could you provide me a syntax compatibility row according to the table at the bottom of https://github.com/novoid/github-orgmode-tests/blob/master/orgmode_support

[PATCH] org-agenda.el: Avoid dependency on subr-x

2021-08-04 Thread Maxim Nikulin
* lisp/org-agenda.el (org-agenda-highlight-todo): Do not use `string-empty-p'. Restore compatibility with Emacs-24.3. --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index c3fbabc01..b6cd895bc 100644 --- a/lisp/org

ConTeXt exporter for Org Mode

2021-08-04 Thread Jason Ross
Hello, I have developed a ConTeXt exporter for Org Mode. It is available at https://github.com/Jason-S-Ross/ox-context The exporter provides custom environments for each document element in an effort to make customization easier, in contrast to the Pandoc exporter which uses built-in environment

Deleting (not archiving) TODO items when done

2021-08-04 Thread William Denton
When I've marked a TODO item as DONE and want to get it out of my projects list, I've always used C-c C-x C-a (org-archive-subtree-default) to get it out of the way. Today I had to go through the archive file to find an old note about something, and the file was huge because it was filled with

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

2021-08-04 Thread M . ‘quintus’ Gülker
Am 04. August 2021 um 12:57 Uhr +0200 schrieb Karl Voit: > My focus is on Emacs-independent tools, emphasizing the argument > that Org mode is not Emacs-only and its syntax does have > applications outside of Emacs as well because it is a well-defined > syntax in the sense of > https://karl-voit.at

Re: ConTeXt exporter for Org Mode

2021-08-04 Thread Juan Manuel Macías
Hi Jason, Jason Ross writes: > Hello, > > I have developed a ConTeXt exporter for Org Mode. It is available at > https://github.com/Jason-S-Ross/ox-context > > The exporter provides custom environments for each document element > in an effort to make customization easier, in contrast to the Pando

Re: Deleting (not archiving) TODO items when done

2021-08-04 Thread Peter Neilson
On Wed, 04 Aug 2021 13:47:11 -0400, William Denton wrote: When I've marked a TODO item as DONE and want to get it out of my projects list, I've always used C-c C-x C-a (org-archive-subtree-default) to get it out of the way. Today I had to go through the archive file to find an old note abo

Re: Deleting (not archiving) TODO items when done

2021-08-04 Thread Samuel Wales
as peter said, and you can probably collapse and kill the line or kill using an agenda command. the archive is used variously. so is git. so are items like * LOG [ts] header and also there is logbook. so where does one store e.g. records of conversations? something i struggle with. in op'

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-04 Thread Вячеслав Гришин
I am grateful to you for your explanations and patience with my inexperience. I made several mistakes, the main one being haste. I should have checked my emacs first.. The fact is that, in addition to the built-in version of orgmode, for some reason I installed another one. Your recommendation he

[PATCH] org-agenda.el: Avoid dependency on subr-x

2021-08-04 Thread Вячеслав Гришин
Thank you very much, Maxim. Now I don't know if I need to do something extra, because the problem arose because of my mistake. When I removed the second version of Org and the extra code from .emacs, everything worked. I don't know how to explain it, because I'm just starting to learn emacs and

Re: [PATCH] org-agenda.el: Avoid dependency on subr-x

2021-08-04 Thread Tim Cross
Note that compatibility with 24.3 was not the cause of the OP original issue (they were running 26.3). Do we really want to maintain compatibility with Emacs 24.3? That version was released over 8 years ago and I suspect there are other areas of org which are not compatible with that version. No

Re: Deleting (not archiving) TODO items when done

2021-08-04 Thread Tim Cross
William Denton writes: > When I've marked a TODO item as DONE and want to get it out of my projects > list, > I've always used C-c C-x C-a (org-archive-subtree-default) to get it out of > the > way. > > Today I had to go through the archive file to find an old note about > something, > and t

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

2021-08-04 Thread Tim Cross
M. ‘quintus’ Gülker writes: > Am 04. August 2021 um 12:57 Uhr +0200 schrieb Karl Voit: >> My focus is on Emacs-independent tools, emphasizing the argument >> that Org mode is not Emacs-only and its syntax does have >> applications outside of Emacs as well because it is a well-defined >> syntax

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

2021-08-04 Thread Bo Grimes
On Wednesday 04 August 2021 18:28:48 PM (-04:00), Tim Cross wrote: > BTW has anyone mentioned the VS Code org plugin - I guess that would > meet the criteria as an external, non-Emacs based tool for doing org > style markup. I've not used it, but noticed it when I was playing with > VS Code rec