Re: [O] popup org capture window on linux?

2015-07-31 Thread Nick Dokos
Xebar Saram writes: > Hi. it seems like this : > > /usr/bin/emacsclient -c -e '(org-capture)'  > > kinda works with the most annoying issue is that the window dosent close > after cpature (which is what i want). instead i get a previous buffer in > emacs. any idea how to solve that? > You can

[O] Babel results in other lang code

2015-07-31 Thread Satoru KURASHIKI
hi, I've tried to write babel extension for typescript. cf. https://github.com/lurdan/ob-typescript Because "results: code" forces same language in results, it outputs transpile results enclosed with #BEGIN_SRC js #END_SRC assuming "results: raw". I want it to do this with more sane way (not dis

Re: [O] popup org capture window on linux?

2015-07-31 Thread Josiah Schwab
Hi Z, > Hi all. anyone using a separate (or pop up style) org capture window on > linux? im looking for tips on how to bind a key that will bring up a new > emacsclient quickly with the capture window open for quick capturing of > info even when not in emacs You might be able to re-use a bit of w

Re: [O] popup org capture window on linux?

2015-07-31 Thread Haider Rizvi
Xebar Saram writes: > Hi. it seems like this : > > /usr/bin/emacsclient -c -e '(org-capture)' I have the following for similar purposes: (defadvice org-capture-finalize (after delete-org-capture-frame activate) "Advise org-capture-finalize to close the frame if it is the org-capture fram

Re: [O] popup org capture window on linux?

2015-07-31 Thread Ken Mankoff
Instead of "-e '(org-capture)'", use that to load a file that does more customization. Re-bind 'C-c C-c' to close frame after invocation. Please post when you have this, I might find it useful. I have similar behavior in the "edit with emacs" web plugin which brings up an emacs frame of an HTML

Re: [O] popup org capture window on linux?

2015-07-31 Thread Xebar Saram
Hi. it seems like this : /usr/bin/emacsclient -c -e '(org-capture)' kinda works with the most annoying issue is that the window dosent close after cpature (which is what i want). instead i get a previous buffer in emacs. any idea how to solve that? Z On Fri, Jul 31, 2015 at 9:19 PM, Xebar Sara

[O] popup org capture window on linux?

2015-07-31 Thread Xebar Saram
Hi all. anyone using a separate (or pop up style) org capture window on linux? im looking for tips on how to bind a key that will bring up a new emacsclient quickly with the capture window open for quick capturing of info even when not in emacs best! Z

Re: [O] John's amazing indexing posts

2015-07-31 Thread Oleh Krehel
Hi Xebar, Xebar Saram writes: > i start using counsel and the counsel-recoll and is quite good, thx for this! > a small Q. when i launch the command am i supposed to see the search term > inline (like in grep) or just the file name it > resides in. currently i just see the filename that contai

Re: [O] John's amazing indexing posts

2015-07-31 Thread Xebar Saram
Hi Oleh i start using counsel and the counsel-recoll and is quite good, thx for this! a small Q. when i launch the command am i supposed to see the search term inline (like in grep) or just the file name it resides in. currently i just see the filename that contains the search term. example screen

Re: [O] Insert org-id Link at Point via Outline Path Completion

2015-07-31 Thread Eric Abrahamsen
Xebar Saram writes: > i also have a similar workflow and would love to hear Dominic if you > found a solution for this or if anyone on the list has other > suggestions? The function `org-refile-get-targets' is the standard way of producing a list of all possible headings -- ostensibly to refile