[O] filtering agenda mode based on time of day ?

2017-03-29 Thread Max Rydahl Andersen
Hi, Anyone got a working setup of doing something like this: From 8-17 local time, show everything in agenda EXCEPT things with tag :home: From 17-8, show everything in agenda (and optimally make anything not tagged home show up last) ? This is so I don't bogged down with home task while w

Re: [O] avoiding "First item of list cannot move without its subtree"

2017-02-28 Thread Max Rydahl Andersen
On 23 Feb 2017, at 14:07, Nicolas Goaziou wrote: > Hello, > > "Max Rydahl Andersen" writes: > >> Here is a screencast of me trying before and after evaluating buffer >> with the function in it. >> >> https://v.usetapes.com/COVDzfByN0 > > O

Re: [O] avoiding "First item of list cannot move without its subtree"

2017-02-23 Thread Max Rydahl Andersen
On 23 Feb 2017, at 12:41, Nicolas Goaziou wrote: Hello, "Max Rydahl Andersen" writes: Fixed the typo - but still nothing happens :/ "Nothing happens" is a bit vague. M-S-Left should demote an item. When it reaches top-level, it should be turned into a headline. Wh

Re: [O] avoiding "First item of list cannot move without its subtree"

2017-02-22 Thread Max Rydahl Andersen
On 22 Feb 2017, at 12:04, Nicolas Goaziou wrote: > Hello, > > "Max Rydahl Andersen" writes: > >> What am I doing wrong ? > > Nothing. There is a typo in my code. Fixed the typo - but still nothing happens :/ /max > >> (add-hoo

Re: [O] avoiding "First item of list cannot move without its subtree"

2017-02-21 Thread Max Rydahl Andersen
On 21 Feb 2017, at 18:35, Nicolas Goaziou wrote: "Max Rydahl Andersen" writes: Any pointers on how to do this ? I tried this but no luck to get hooked in: ``` (defadvice org-fix-list-indent (around org-list-indent-item-generic) "Advise list indention to trigger c

Re: [O] avoiding "First item of list cannot move without its subtree"

2017-02-21 Thread Max Rydahl Andersen
On 21 Feb 2017, at 8:42, Nicolas Goaziou wrote: > Hello, > > "Max Rydahl Andersen" writes: > >> Might be - but seems it fits very naturally to be able to at least >> allow to move list items outside its parent. >> >> Don't get me wrong - I l

Re: [O] avoiding "First item of list cannot move without its subtree"

2017-02-20 Thread Max Rydahl Andersen
* Some important topic - idea 1, some notes - idea 2, another note - idea 3, a third note Maybe change your approach and use headlines throughout: * Some important topic ** idea 1 some notes ** idea 2 another note ** idea 3 a third note ? You can still move these about and pro/de-mote

Re: [O] avoiding "First item of list cannot move without its subtree"

2017-02-20 Thread Max Rydahl Andersen
And then I go over these and I use the shift/alt+keys to reorder the ideas up and down and eventually I would like to do this: ``` * Some important topic - idea 1, some notes ** TODO idea 2, another note - idea 3, a third note ``` What is that? Is "** TODO idea 2, another note" a headline

[O] avoiding "First item of list cannot move without its subtree"

2017-02-20 Thread Max Rydahl Andersen
Hi, First time poster and recently started using org-mode and so far enjoying it :) One nag I do have though is how moving of basic lists are handled. I constantly bump into "First item of list cannot move without its subtree" Is there a way to avoid this error and instead be given the opti