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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo