Re: [O] refiling with helm

2015-03-05 Thread Alexis
On 2015-03-06T02:13:41+1100, Leo Ufimtsev 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 work properly.

Re: [O] refiling with helm

2015-03-05 Thread Leo Ufimtsev
- Original Message - From: "Xebar Saram" To: "Stefan-W. Hahn" Cc: "Kyle Meyer" , "org mode" 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-tech

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

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" 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 'helm-config) > (

Re: [O] refiling with helm

2015-03-02 Thread Leo Ufimtsev
io./org/emacs.html#sec-14-16-3 Leo Ufimtsev | Intern Software Engineer @ Eclipse Team - Original Message - From: "Xebar Saram" To: "org mode" Sent: Saturday, February 28, 2015 1:19:17 AM Subject: [O] refiling with helm Hi guys I was wondering if anyone us

Re: [O] refiling with helm

2015-03-01 Thread Kyle Meyer
"Stefan-W. Hahn" 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 prompt coll

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

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 helm-refile-comple

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, wh

[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