Re: [O] completing-read question

2014-05-28 Thread Bastien
42 147 writes: > If this is outside the scope of this particular mailing list, I will > gladly be directed elsewhere. https://lists.gnu.org/mailman/listinfo/help-gnu-emacs But C-h f completing-read RET could be enough :) -- Bastien

[O] completing-read question

2014-05-27 Thread 42 147
Hey everyone, My init stabilized about a year ago and therefore I've actually been spending more time working in org-mode than customizing it! But that comes at a cost. My Emacs Lisp has become quite rusty. Recently I started customizing again, and I wanted to use the completing-read function --