Re: [O] Feature request: #+INCLUDE: with anchors

2018-01-12 Thread edgar
Message: 6 Date: Thu, 11 Jan 2018 11:39:29 +0100 From: Rasmus To: emacs-orgmode@gnu.org Subject: Re: [O] Feature request: #+INCLUDE: with anchors Message-ID: <878td4r866@gmx.us> Content-Type: text/plain; charset=utf-8 What would happen if one of the keywords aren?t unique?

[O] speed-keys access tweak

2018-01-12 Thread Michael Ax
With the (bolp) check snipped, org-speed-commands work up to the end of org-outline-regexp. (defun org-speed-command-activate (keys) (when (or (looking-at org-outline-regexp) (and (functionp org-use-speed-commands) (funcall org-use-speed-commands)))

Re: [O] Uninstall bbdb

2018-01-12 Thread Bob Newell
I didn't catch this at first but if continued this should be moved to the BBDB mailing list. On Thu, Jan 11, 2018 at 9:36 PM, Eric S Fraga wrote: > On Thursday, 11 Jan 2018 at 13:48, Bob Newell wrote: >> But the real question is /why/ would you want to delete BBDB? You get >

Re: [O] Small bug in example code

2018-01-12 Thread Reuben Thomas
On 12 January 2018 at 08:42, Eric S Fraga wrote: > On Thursday, 11 Jan 2018 at 20:13, Reuben Thomas wrote: > > Hi, > > > > I just tried to update my worg repo clone for the first time in a while, > > and my key no longer seems to work. The key hasn't changed, but I see > from

[O] [PATCH] org-agenda: Disable message logging for some messages

2018-01-12 Thread Xu Chunyang
* lisp/org-agenda.el (org-agenda-filter-by-tag): (org-agenda-view-mode-dispatch): (org-agenda-diary-entry): (org-agenda-bulk-action): Disable message logging for some messages. --- When under the *Org Agenda* buffer, my *Messages* buffer is filled quickly by these "prompt"-like messages, I

Re: [O] Orgmode repeater intervals with end date

2018-01-12 Thread numbch...@gmail.com
You can try this: ``` * Test repeat time range with end date DEADLINE: <2018-01-01 Mon 12:00 .+2d>--<2018-01-13 Sat> ``` This will repeat, and end on the day 13. Also deadline works fine. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter:

Re: [O] Small bug in example code

2018-01-12 Thread Eric S Fraga
On Thursday, 11 Jan 2018 at 20:13, Reuben Thomas wrote: > Hi, > > I just tried to update my worg repo clone for the first time in a while, > and my key no longer seems to work. The key hasn't changed, but I see from > ssh output that the host for the repo has. I attach my public key in case > it

Re: [O] Small bug in example code

2018-01-12 Thread Eric S Fraga
On Thursday, 11 Jan 2018 at 20:13, Reuben Thomas wrote: > Hi, > > I just tried to update my worg repo clone for the first time in a while, > and my key no longer seems to work. The key hasn't changed, but I see from > ssh output that the host for the repo has. I attach my public key in case > it