Re: [O] Scatter-gather idea

2017-04-06 Thread John Kitchin
I am sympathetic to not wanting to use tags here. It would be tedious to tag them all, and then remove them (my opinion of course;). Here is some code that you can "mark" headlines with a speed command (M on a headline start) or interactively. This just stores a marker to the headline in a global

Re: [O] Evil-mode keymapping being overridden by org-mode

2017-04-06 Thread Brandon Amos
I have found a solution to this problem. This keymapping was coming from the spacemacs org-mode layer: https://github.com/syl20bnr/spacemacs/blob/bd7ef98e4c35fd87538dd2a81356cc83f5fdi02f3/layers/%2Bemacs/org/local/evil-org/evil-org.el#L134 In my init, this mapping can also be over-written to

Re: [O] Scatter-gather idea

2017-04-06 Thread Nick Dokos
Bob Newell writes: >>> mark them with tags, and do org-tags-view.  Or, you can use regex or other >>> criteria if you like. >>> >> >> That was my first thought too: I didn't think any extra functionality is >> needed. > > I looked into this earlier but agenda bulk

Re: [O] Scatter-gather idea

2017-04-06 Thread Bob Newell
>> mark them with tags, and do org-tags-view.  Or, you can use regex or other >> criteria if you like. >> > > That was my first thought too: I didn't think any extra functionality is > needed. I looked into this earlier but agenda bulk marking doesn't seem to work in an arbitrary org-mode

[O] Evil-mode keymapping being overridden by org-mode

2017-04-06 Thread Brandon Amos
Hi, I am mapping the "t" character in evil normal/motion modes to `evil-next-line` with the following. I am doing this mapping for reasonable navigation with the Dvorak layout. (define-key evil-normal-state-map "t" 'evil-next-line) (define-key evil-motion-state-map "t" 'evil-next-line) This

Re: [O] Viewing pdf images

2017-04-06 Thread Julian M. Burgos
So if I have an org file with links to pdfs, your function will convert those pdfs to images and also will replace the link to the pdf for the link to the newly created png? Kaushal Modi writes: > On Wed, Apr 5, 2017, 5:21 AM Julian M. Burgos > wrote: > >> Can you