Re: [O] Inserting todo time range

2019-06-27 Thread Michael Welle
Hello, Raimund Kohl-Füchsle writes: [...] > If instead I would use > >** TODO Test Time range > >     <2004-08-23 Mon>--<2004-08-26 Thu> > > then this for org-mode would just be one todo; if I mark it done on > Mon all other days are marked as done, too. > > So how would I schedule a dail

Re: [O] Insert time in Org-mode

2019-06-27 Thread Russell Adams
On Thu, Jun 27, 2019 at 08:04:33AM +1000, Tim Cross wrote: > > That is a bit strange - my Emacs doesn't seem to have `bind-key'. > > > > It is from a separate package called bind-key that you can install from > MELPA. > > The excellent 'use-package' package uses it as a convenience method to > bind

[O] Fwd: Cut and paste an entry programmatically

2019-06-27 Thread Michael Brand
Hi all I am still blocked with this issue. It looks like the content that is pasted with the second invocation of org-paste-subtree is not just the second org-cut-subtree but the accumulation of the first and the second org-cut-subtree together. This MCE seems better to me than the previous one as

Re: [O] Cut and paste an entry programmatically

2019-06-27 Thread Samuel Wales
does (kill-new "") in front of the kill fix it?

Re: [O] Insert time in Org-mode

2019-06-27 Thread Tim Cross
Russell Adams writes: > > I've used this same code since 2007? Perhaps it needs an update. ;] > If you don't have code in your .emacs or .init.el which could be updated, refactored or otherwise improved, your just not trying hard enough and if you don't have chunks of code 'borrowed' from others