Re: Help speeding up Org iCal export

2022-01-20 Thread Josh Moller-Mara
I'm running into this issue now. One thing I noticed is that if you have broken links (and org-export-with-broken-links is t), org-id-update-id-locations will be run for every broken link it finds. This turns out to be quite slow and unnecessary since no files will have changed in between org-id-

Re: Inserting org-mode heading links the org-refile way

2020-05-06 Thread Josh Moller-Mara
Hi, Here's an example of how to create an ivy prompt that inserts links. It isn't exactly what you're looking for, as it doesn't hijack `org-insert-link` functionality, nor does it specifically use `org-refile-target-verify-function` to do filtering. Instead, this uses org-ql to select TODO head

Re: [O] Bug: Marking repeated tasks with two tags as DONE causes problems

2017-08-11 Thread Josh Moller-Mara
Nicolas Goaziou writes: > > I still cannot reproduce it. > > Does the very recent 10b1cfb0317274a91500562a2872f2626160f079 fix this? > Yup. That commit seems to fix it. Thanks! Best, Josh

[O] Bug: Marking repeated tasks with two tags as DONE causes problems

2017-08-11 Thread Josh Moller-Mara
Hello, I'm starting to encounter a strange, silent problem when switching the state of a task with multiple tags. With the following minimal example: #+STARTUP: logdone #+STARTUP: logdrawer * TODO Hello :hi:there: SCHEDULED: <2017-08-11 Fri .+1d> Switching The "hello" task from "TODO" to "DON

Re: [O] Change in appearance of org-todo-keywords

2017-08-07 Thread Josh Moller-Mara
Nicolas Goaziou writes: > Hello, > > Colin Baxter writes: > >> Yes, you are correct. I can confirm that switching off >> org-todo-state-tags-triggers removes the insertion of colons for me >> too. > > Fixed. Thank you. > Hello, ~org-toggle-tag~ now seems to delete currently set tags for a hea

Re: [O] Change in appearance of org-todo-keywords

2017-08-06 Thread Josh Moller-Mara
Colin Baxter writes: > As of today, TODO now appears with three sets of un-requested double > colons after it, as in TODO :: :: :: > > The behaviour doesn't occur with emacs -q, so the cause is presumably in > my ~/.emacs. I can't work out what's wrong with my org-todo-sequence, > which is: > > (

[O] Bug: org-clock-sum-current-item/org-clock-get-sum-start not respecting LAST_REPEAT [9.0.9 (release_9.0.9-697-gb0776e @ /usr/local/share/emacs/site-lisp/org/)]

2017-08-05 Thread Josh Moller-Mara
Hey there, Recently I've found that clocking in to a repeating task is giving me an incorrect "task time since last repeat". Normally, when I clock into a task, mark it as done, and clock in again, I expect the starting clock time to be 0. In this example: * TODO Stuff SCHEDULED: <2017-08-04 F