Re: [O] Insert timestamp other than DEADLINE: or SCHEDULED: for heading

2018-02-06 Thread Samuel Wales
regular tses can be anywhere. there is no command to put it after the maiin org thingies. there was discussion a while back about adding EVENT: but it has not been implemented yet.

Re: [O] Insert timestamp other than DEADLINE: or SCHEDULED: for heading

2018-02-06 Thread Charles Millar
Hello, On 02/06/18 11:16, Tyler Smith wrote: Hi, I'm trying to take full advantage of scheduling, deadlines and timestamps for my TODO lists. It's easy to add deadlines and schedule times via `C-c C-s` and `C-c C-d`. However, if I want to set a time for a meeting, I should be using a

[O] What's the canonical way to pass information within an Org exporter?

2018-02-06 Thread Kaushal Modi
Hello, I believe the info plist should be used ideally, but I cannot figure out how to tap in new information or update existing information in the `info' channel used throughout the exporter. Here's an example: (1) I am saving the "description" Special Block content to a global var

[O] [Bug] M-S Ret keybinding translated to M-Ret

2018-02-06 Thread Matt Lundin
I discovered that when trying to insert a new item with a checkbox using M-S Return (org-insert-todo-heading), the keybinding is "translated" to M-Return (org-meta-return). As a result, all I get is simple list item without a checkbox. M-x describe-key [Ret] M-S Ret ...shows the following...

[O] Prompt org-capture for buffer?

2018-02-06 Thread Lawrence Bottorff
I've got this '(org-capture-templates (quote (("a" "Normal add" entry (file "~/org/notes.org") "* %(plainutc)\n%x%?" But it wants to put my captured things into ~/org/notes.org . Is there any way to have it prompt for which buffer to add to -- or even just put it in the active

Re: [O] is ascii link format canonical? can it be made more linkifiable?

2018-02-06 Thread Ben McGinnes
On Mon, Feb 05, 2018 at 09:26:14PM -0700, Samuel Wales wrote: > > [[http://whatever.com]] > > i do not know the standard, but i think that some email clients will > not linkify this because of the brackets. Correct. > are we sure that [] are canonical? not <>? is it the clients that > are

[O] Insert timestamp other than DEADLINE: or SCHEDULED: for heading

2018-02-06 Thread Tyler Smith
Hi, I'm trying to take full advantage of scheduling, deadlines and timestamps for my TODO lists. It's easy to add deadlines and schedule times via `C-c C-s` and `C-c C-d`. However, if I want to set a time for a meeting, I should be using a regular timestamp, rather than a SCHEDULE: property.

Re: [O] [RFC] Moving "manual.org" into core

2018-02-06 Thread Yasushi SHOJI
Hi, On Sun, Feb 4, 2018 at 6:40 PM, Nicolas Goaziou wrote: > Yasushi SHOJI writes: > >> Hmm... I'm using 4b2006db3d04, which includes b4cc12fc32a771 but >> it still inf-loops. `key-binding` returns `fill-paragraph`. I tried >> it

[O] [PATCH] Fix alphabetic sorting for headlines, tags

2018-02-06 Thread Sebastian Reuße
* org.el (org-sort-entries): Use collated sorting. (org-tags-sort-function): Use collated sorting. (org-string-collate-greaterp): Add helper-function to use as defcustom option, since there is no ‘string-collate-greaterp’ in Emacs. ‘org-sort-entries’ and ‘org-tags-sort-function’ advertise

[O] [PATCH] Fix alphabetic sorting for headlines, tags

2018-02-06 Thread Sebastian Reuße
* org.el (org-sort-entries): Use collated sorting. (org-tags-sort-function): Use collated sorting. (org-string-collate-greaterp): Add helper-function to use as defcustom option, since there is no ‘string-collate-greaterp’ in Emacs. ‘org-sort-entries’ and ‘org-tags-sort-function’ advertise