Re: [PATCH] colview: Display active time stamps as inactive

2020-05-12 Thread Kyle Meyer
Kyle Meyer writes: > Okay, here's a patch for that to go along with the documentation patch. Pushed (7684b59c7, 75902a473).

Re: patch for org-capture.el to allow for no file extension on open-source, protocol

2020-05-12 Thread Stacey Marshall
Will do. sorry didn't realize I was over the Tiny change limit. I can sign FSF papers if still needed. Stace On Tue, 12 May 2020 at 16:05, Nicolas Goaziou wrote: > Completing myself, > > Nicolas Goaziou writes: > > > However, I realize, a bit late, that you haven't signed FSF papers, and >

Re: patch for org-capture.el to allow for no file extension on open-source, protocol

2020-05-12 Thread Nicolas Goaziou
Completing myself, Nicolas Goaziou writes: > However, I realize, a bit late, that you haven't signed FSF papers, and > both patches are above the TINYCHANGE limit. Would you want to sign them > so we can also apply the tests, too? Also, would you mind adding a few words into ORG-NEWS to

Re: org-caldav-sync hanging

2020-05-12 Thread Garjola Dindi
On Tue 12-May-2020 at 12:59:22 +02, "Loris Bennett" wrote: > Eric S Fraga writes: > >> On Tuesday, 12 May 2020 at 09:29, Loris Bennett wrote: >>> The Nextcloud instance at work is version 15 and is accessible via the >>> browser, but there was some outage recently and some server-side >>>

Re: patch for org-capture.el to allow for no file extension on open-source, protocol

2020-05-12 Thread Nicolas Goaziou
Hello, "Stacey Marshall" writes: > Test patch below. I've attached both patch files too. Thank you! I applied the first patch, i.e., the actual feature. However, I realize, a bit late, that you haven't signed FSF papers, and both patches are above the TINYCHANGE limit. Would you want to sign

Re: [RFC] Let Org Mode's completion support all Babel header arguments

2020-05-12 Thread Nicolas Goaziou
Hello, stardiviner writes: > Subject: [PATCH] org-pcomplete.el: improve header arguments completion Thank you. Some comments follow. > - (while (pcomplete-here > - '("-n" "-r" "-l" > - ":cache" ":colnames" ":comments" ":dir" ":eval" ":exports" > - ":file" ":hlines"

Re: [RFC] Let Org Mode's completion support all Babel header arguments

2020-05-12 Thread stardiviner
Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> I found Org Mode's completion (from ~completion-at-point-functions~ which is >> provided by ~pcomplete-completions-at-point~) can complete in bellowing >> places >> (the "|" represent cursor point): > > [...] > >> So I think Org

Re: org-caldav-sync hanging

2020-05-12 Thread Loris Bennett
Eric S Fraga writes: > On Tuesday, 12 May 2020 at 09:29, Loris Bennett wrote: >> The Nextcloud instance at work is version 15 and is accessible via the >> browser, but there was some outage recently and some server-side >> tweakage may also have occurred while things were being fixed. > > I

Re: org-caldav-sync hanging

2020-05-12 Thread Eric S Fraga
On Tuesday, 12 May 2020 at 09:29, Loris Bennett wrote: > The Nextcloud instance at work is version 15 and is accessible via the > browser, but there was some outage recently and some server-side > tweakage may also have occurred while things were being fixed. I don't know if this is related but a

Re: [RFC] Change default value for `org-startup-folded'?

2020-05-12 Thread Nicolas Goaziou
Hello, Tim Cross writes: > > +1 from me. Thank to all of you for the feedback. I changed the default value in master. Regards, -- Nicolas Goaziou

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-05-12 Thread Nicolas Goaziou
Completing myself, Nicolas Goaziou writes: > Each syntactical element has a "sensitive part", a particular area that > can change the nature of the element when it is altered. Luckily drawers > (and blocks) are sturdy. For a drawer, there are three things to check: > > 1. the opening line must

Re: Babel cached result active timestamps cause headline displayed in Org Agenda

2020-05-12 Thread Nicolas Goaziou
Hello, stardiviner writes: > For example an org file which is one of org-agenda-files contains this: > > #+begin_src org > ,#+begin_src emacs-lisp > org-babel-default-header-args:emacs-lisp > ,#+end_src > > ,#+RESULTS[<2020-05-12 13:24:05> 808b4ccafd1eda0937f8a1dc6d9b569e297d38c6]: > : ((:noweb

Babel cached result active timestamps cause headline displayed in Org Agenda

2020-05-12 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 For example an org file which is one of org-agenda-files contains this: #+begin_src org ,#+begin_src emacs-lisp org-babel-default-header-args:emacs-lisp ,#+end_src ,#+RESULTS[<2020-05-12 13:24:05> 808b4ccafd1eda0937f8a1dc6d9b569e297d38c6]: :

org-caldav-sync hanging

2020-05-12 Thread Loris Bennett
Hi, For a couple of years I have had the following in my init.el to sync an org calendar with a Nextcloud instance: (defun lb/caldav-sync-work () (interactive) (let ((org-caldav-inbox "~/org/calendar_work.org") (org-caldav-url