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.
- 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
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
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)
> (
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
"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
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
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
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
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
10 matches
Mail list logo