Org agenda to Android calendar without Google Calendar in the middle

2021-03-06 Thread ‪‪jamshark70
I had been using mobileorg to transfer agenda items to my phone calendar, but mobileorg seems to be unmaintained.I live in China, which presents challenges accessing Google online apps.The org manual page about syncing my agenda to my phone seems to rely pretty heavily on an online Google Calendar

Re: Using lexical-binding

2021-03-06 Thread Stefan Monnier
>> Should I send a rebased patch for inclusion > Yes, please. Here it is, Stefan >From ba61c9660fc09321f9dfe5f746705f5d1202c474 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 23 Feb 2021 15:47:29 -0500 Subject: [PATCH] * lisp/org-agenda.el: Use lexical-binding MIME-Version: 1.

Org as a book publisher

2021-03-06 Thread Juan Manuel Macías
Hi, I would like to share here two samples of one of the most intense uses that I give Org Mode: for typesetting, layout and editorial design. In other words, I use Org (and Org-Publish) where publishers today use DTP proprietary software like InDesign or QuarkXpress (a type of software, on the ot

Re: Using lexical-binding

2021-03-06 Thread Kyle Meyer
Stefan Monnier writes: > Should I send a rebased patch for inclusion Yes, please. > or do you want to give more time for people to try it out? My guess is that we won't hear much more without bringing the changes into master, and I'm in favor of doing so given that Marco and I have both used it

[PATCH] optimize org-refile-get-targets

2021-03-06 Thread Maxim Nikulin
On 05/03/2021 04:03, Samuel Wales wrote: interesting. that would be great to speed it up. [i just meant that the file list used to be correct.] I am a bit disappointed. I have managed to get x2 performance boost. At first, the result was x2 better but I realized that I did not added heading

Re: Using lexical-binding

2021-03-06 Thread Stefan Monnier
Should I send a rebased patch for inclusion or do you want to give more time for people to try it out? Stefan

Re: Bug: Entries with 0 minutes logged triggers clocking overlap [9.5 (nil @ /home/eddie/.emacs.d/.local/straight/build-26.3/org-mode/)]

2021-03-06 Thread Mikhail Skorzhisnkii
Hi, Eddie, I am not against fixing clocking overlap, however I personally deal with this by not clocking zero time at all. Are you aware about the existence of `org-clock-out-remove-zero-time-clocks'? Setting this variable to non-nil will remove clock lines when the resulting time is zero.

Bug: Entries with 0 minutes logged triggers clocking overlap [9.5 (nil @ /home/eddie/.emacs.d/.local/straight/build-26.3/org-mode/)]

2021-03-06 Thread Eddie Drury
Hi, Not uncommonly I will clock into a task that takes very little time, so that 0 minutes is logged against it, before logging in to the next task. When I run agenda mode with show-clocking errors, it will mark these two tasks as a clocking overlap, when in fact this was not the case. Currently