Re: [QUESTION] Org "customid" and "coderef" links seems not fontified as other file: link

2021-01-04 Thread miles christopher
Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> Bump this thread, hi, Nicolas, any thoughts or update about this? >> >> stardiviner writes: >> >>> I have following minimal testing code: >>> >>> #+begin_src emacs-lisp >>> (defun org-link-beautify (start end path bracketp) >>>

[BUG] org-log-states-order-reversed nil caused org-clock-in and out failed

2021-01-05 Thread miles christopher
When I set: #+begin_src emacs-lisp (setq org-log-states-order-reversed nil) #+end_src org-clock-in on a task or org-clock-out will failed. -- [ stardiviner ] I try to make every word tell the meaning that I want to express. Blog: https://stardiviner.github.io/

Re: [PATCH] org-contacts.el: Use `bound-and-true-p' to check (unbound) var

2021-01-05 Thread miles christopher
Applied, I think this should be the final version. I also fixed a problem in org-contacts-store-link. David Florness writes: > * org-contacts.el (org-contacts-link-store): Use `bound-and-true-p' to > check the truthiness of org-id-link-to-org-use-id, which may or may > not be bound depending

Re: [PATCH] org-contacts.el: Only use org-id-store-link if org-id is loaded

2021-01-03 Thread miles christopher
Thanks for your patch. :smile: Can you send patch file as attachment? I don't know how to apply patch in email body. David Florness writes: > Fixes bug introduced in 6b83c6e4e that made org-contacts-anniversaries > error if org-id was not loaded. > --- > Alternatively, we could autoload

Re: [PATCH] org-contacts.el: Only use org-id-store-link if org-id is loaded

2021-01-04 Thread miles christopher
I applied your patch, thanks. I don't want to use Gmail web UI or find out email URL in mailing list archive. I'm using mu4e. Is there a convenient simple way for mu4e user? David Florness writes: > miles christopher writes: > >> Thanks for your patch. :smile: >> >>