Re: [O] refiling with helm

2015-03-05 Thread Alexis
On 2015-03-06T02:13:41+1100, Leo Ufimtsev lufim...@redhat.com said: LU Hello Xebar, LU I had the same issue. I used the file-expand-wildcards function LU to make a list of all my org-mode files. LU The only thing is that I have to reload my .emacs when adding org LU files for refile to

Re: [O] refiling with helm

2015-03-05 Thread Leo Ufimtsev
- From: Xebar Saram zelt...@gmail.com To: Stefan-W. Hahn stefan.h...@s-hahn.de Cc: Kyle Meyer k...@kyleam.com, org mode emacs-orgmode@gnu.org Sent: Thursday, March 5, 2015 12:50:29 AM Subject: Re: [O] refiling with helm thank you all, most of the code here was overkill for me (im very un

Re: [O] refiling with helm

2015-03-04 Thread Xebar Saram
thank you all, most of the code here was overkill for me (im very un-technical :)) but i found the last bit of code: (setq org-outline-path-complete-in-steps nil) (require 'helm) (require 'helm-config) (helm-mode 1) to work great for me the only problem remaining is that it

Re: [O] refiling with helm

2015-03-04 Thread Stefan-W. Hahn
Mail von Kyle Meyer, Sun, 01 Mar 2015 at 11:17:47 -0500: Stefan-W. Hahn stefan.h...@s-hahn.de wrote: So, given the default values, I think the only setup needed to get generic helm completion is (setq org-outline-path-complete-in-steps nil) (require 'helm) (require

Re: [O] refiling with helm

2015-03-02 Thread Leo Ufimtsev
-3 Leo Ufimtsev | Intern Software Engineer @ Eclipse Team - Original Message - From: Xebar Saram zelt...@gmail.com To: org mode emacs-orgmode@gnu.org Sent: Saturday, February 28, 2015 1:19:17 AM Subject: [O] refiling with helm Hi guys I was wondering if anyone uses helm

Re: [O] refiling with helm

2015-03-01 Thread Stefan-W. Hahn
Mail von Xebar Saram, Sat, 28 Feb 2015 at 08:19:17 +0200: Hello, I was wondering if anyone uses helm for refiling org capture data. and if so can anyone share his methods/setup? I switched from ido to helm around last christmas and it is hard to retrain my fingers and habbits... Here is,

Re: [O] refiling with helm

2015-03-01 Thread Ian Barton
On Sat, Feb 28, 2015 at 08:19:17AM +0200, Xebar Saram wrote: I was wondering if anyone uses helm for refiling org capture data. and if so can anyone share his methods/setup? googling for it didnt yield to many results (especially for people like me who dont know to code :)) I tried using the

Re: [O] refiling with helm

2015-03-01 Thread Stefan-W. Hahn
Mail von Stefan-W. Hahn, Sun, 01 Mar 2015 at 09:13:26 +0100: Hello, sorry, on addition: #+BEGIN_SRC elisp (setq org-completion-use-ido nil org-completion-use-iswitchb nil org-refile-use-outline-path nil org-completion-handler nil) (defun

Re: [O] refiling with helm

2015-03-01 Thread Kyle Meyer
Stefan-W. Hahn stefan.h...@s-hahn.de wrote: [...] sorry, on addition: #+BEGIN_SRC elisp (setq org-completion-use-ido nil org-completion-use-iswitchb nil org-refile-use-outline-path nil org-completion-handler nil) (defun helm-refile-completing-read (orig-func

[O] refiling with helm

2015-02-27 Thread Xebar Saram
Hi guys I was wondering if anyone uses helm for refiling org capture data. and if so can anyone share his methods/setup? googling for it didnt yield to many results (especially for people like me who dont know to code :)) thx Z