Re: [O] capture append entries, not prepend

2015-07-25 Thread Manuel Koell
Thank you, Nick. I didn't know this is a feature. It is usual for me to go from top to bottom. So the only way to accomplish this order would be to use file+headline or file+olp? 2015-07-25 17:00 GMT+02:00 Nick Dokos : > Manuel Koell writes: > > > I've a capture template like this: > > > > '(o

Re: [O] Shifting only past timestamps

2015-07-25 Thread Richard Lawrence
Hi Edward, Edward Guyatt writes: > I like to be reminded to check my post on Mondays and Thursdays, every > week. When I've done it on Monday, I mark it 'DONE' so that I can stop > org-mode reminding me until Thursday. Here's how I used to achieve > this: > > *** URGENT [#A] Check post

Re: [O] a quick tag question

2015-07-25 Thread Nick Dokos
scraw...@gmail.com writes: > Hi guys, > > if I have a buffer with the option > > #+tags: atag > > and then tag a headline with that tag, shouldn't I see the headline when I > call (org-tags-view) ? I don't. I'm sure I'm missing something simple... C-h f org-tags-view RET: , | ... | Show all

Re: [O] capture append entries, not prepend

2015-07-25 Thread Nick Dokos
Manuel Koell writes: > I've a capture template like this: > >  '(org-capture-templates >    (quote >     (("j" "Journal" plain >   (file+datetree "~/org/journal.org") >   " %?" :unnarrowed t)... > > Current behaviour: > > * 2015 > ** 2015-07 July > *** 2015-07-24 Friday > 3rd ent

[O] How to escape "[" and "]" characters in org-mode links

2015-07-25 Thread Ivanov Dmitry
org-mode has the following format for links: [[::][]] What should I do, if contains ']' symbol? Like this: $form['input']

Re: [O] [PATCH] ox.el: Remove docstring for nonexistent argument

2015-07-25 Thread Rasmus
Hi Ruben, Ruben Maher writes: > * lisp/ox.el (org-export-output-file-name): Remove docstring for > nonexistent argument VISIBLE-ONLY. Thanks, applied. Rasmus -- Need more coffee. . .

Re: [O] export to html stuck in loop scanning for org IDs

2015-07-25 Thread Rasmus
Hi Bruce, Thank you for looking into this! Bruce Gilstrap writes: > I had started down the path of bisecting the file, but wasn't having much > luck isolating the problem, so I posted the question. I had some time to > get back to it this afternoon, and I eventually tracked this down. It had >

[O] a quick tag question

2015-07-25 Thread scrawler
Hi guys, if I have a buffer with the option #+tags: atag and then tag a headline with that tag, shouldn't I see the headline when I call (org-tags-view) ? I don't. I'm sure I'm missing something simple... -- signature on the edge: "wheee!" :-)

[O] capture append entries, not prepend

2015-07-25 Thread Manuel Koell
I've a capture template like this: '(org-capture-templates (quote (("j" "Journal" plain (file+datetree "~/org/journal.org") " %?" :unnarrowed t)... Current behaviour: * 2015 ** 2015-07 July *** 2015-07-24 Friday 3rd entry bla bla bla 2nd entry foo bar 1st e

[O] [Feature Request] Let publishing-function decide :output-file and whether publishing is needed

2015-07-25 Thread Ruben Maher
Hi list, I've been working on a derived exporter to publish a static blog, and I've run into some issues. Say that `:publishing-directory' is "~/public_html" and I have `:base-directory' with an Org file foo.org. foo.org has option keywords like this: #+title: foo.org #+date: <2015-07-25 Sat 17:

[O] [PATCH] ox.el: Remove docstring for nonexistent argument

2015-07-25 Thread Ruben Maher
* lisp/ox.el (org-export-output-file-name): Remove docstring for nonexistent argument VISIBLE-ONLY. --- lisp/ox.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/ox.el b/lisp/ox.el index 020d525..b06211b 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -5905,9 +5905,6 @@ of subtree at poi