Re: [Orgmode] Re: remember template is slow

2010-07-13 Thread Carsten Dominik
On Jul 13, 2010, at 5:21 PM, Buck Brody wrote: ("~/Documents/org/outline.org") Well, then I have no ideas what might make this so slow - it seems that this call takes up all of the time. The only further recommendation I would have is to do use uncompiled code with C-u M-x org-reload RET

Re: [Orgmode] Re: remember template is slow

2010-07-13 Thread Buck Brody
("~/Documents/org/outline.org") On Tue, Jul 13, 2010 at 4:06 AM, Carsten Dominik wrote: > Hi Buck, > > what is the value of the variable org-agenda-files in your setup? > > Thanks. > > - Carsten > > On Jul 12, 2010, at 6:18 PM, Buck Brody wrote: > >> Bernt, >> >> Here are the results: >> >> org-r

Re: [Orgmode] Re: remember template is slow

2010-07-13 Thread Carsten Dominik
Hi Buck, what is the value of the variable org-agenda-files in your setup? Thanks. - Carsten On Jul 12, 2010, at 6:18 PM, Buck Brody wrote: Bernt, Here are the results: org-remember 1 2.497 2.497 org-do-remember

Re: [Orgmode] Re: remember template is slow

2010-07-09 Thread Daniel J. Sinder
On Fri, Jul 9, 2010 at 2:44 PM, Richard Riley wrote: > "Daniel J. Sinder" writes: > > > On Wed, Jul 7, 2010 at 9:30 AM, Buck Brody wrote: > > > > I'm finding that my remember templates are slow to load. I've got > > a lag of about three to four seconds. I know that doesn't sound > >

Re: [Orgmode] Re: remember integration problem with 6.06

2010-03-19 Thread Rohan Nicholls
Brilliant, thanks. On Fri, Mar 19, 2010 at 6:34 PM, Carsten Dominik wrote: > Hi Rohan, > > if you are getting your org distribution through git, then > you need to make at least org-install.el like this. > > make autoloads > > Otherwise, your (require 'org-install) might pick the empty > org-inst

Re: [Orgmode] Re: remember integration problem with 6.06

2010-03-19 Thread Carsten Dominik
Hi Rohan, if you are getting your org distribution through git, then you need to make at least org-install.el like this. make autoloads Otherwise, your (require 'org-install) might pick the empty org-install.el that comes with Emacs. You can also type "make" to compile all lisp files, and this

Re: [Orgmode] Re: remember integration problem with 6.06

2010-03-18 Thread Rohan Nicholls
Hi all I am getting the same error, and have (require 'org-install) in my init. I have remember bound to F5-r which then brings up a choice including (t)odo which is what I was trying to do. This has been showing up when using the git bleeding edge, and a pull has not helped. Here is the traceba

Re: [Orgmode] Re: remember integration problem with 6.06

2008-09-11 Thread JBash
That did it. Thanks for the help! On Wed, Sep 10, 2008 at 3:44 PM, Dan Griswold <[EMAIL PROTECTED]>wrote: > JBash <[EMAIL PROTECTED]> writes: > > > When I type 'Ctrl-C r', which used to bring up the remember template, I > now > > get: > > > > run-hook-with-args-until-success: Autoloading failed

Re: [Orgmode] Re: Remember in Agenda buffers

2008-06-16 Thread Manuel Hermenegildo
> > Thank you very much, Carsten, I think I owe you a beer and/or a big > > cake, whenever your in Munich :-) > > :-) I will take you up on this, one day... OK, OK, I will pay for another round! ;-) --Man -- ---

Re: [Orgmode] Re: Remember in Agenda buffers

2008-06-16 Thread Carsten Dominik
On Jun 16, 2008, at 7:46 PM, Thomas Baumann wrote: Hi Thomas, have made changes that will allow to do this, and more. Thanks for this idea, I think it is good new stuff. Thank you very much, Carsten, I think I owe you a beer and/or a big cake, whenever your in Munich :-) :-) I will t

Re: [Orgmode] Re: remember TAGS

2008-06-13 Thread Carsten Dominik
On Jun 4, 2008, at 12:58 AM, Cezar Halmagean wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: On May 29, 2008, at 9:57 PM, Cezar Halmagean wrote: Hi list, I was wondering if there is a way to attach a TAG to a template after you've hit C-c C-c. My setup is like this: I have a shortcu

Re: [Orgmode] Re: Remember and then refile

2008-02-04 Thread Carsten Dominik
On Feb 1, 2008, at 12:21 AM, Steven Lumos wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: On Jan 18, 2008, at 11:19 PM, Steven Lumos wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: On Jan 18, 2008, at 9:40 PM, Steven Lumos wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: This wi

Re: [Orgmode] Re: Remember and then refile

2008-01-20 Thread Hugo Schmitt
I use ido all day, and I find ido-completing-read much nicer/cooler than the default. If anyone wants to try, just change the sexp (completing-read ...) inside org-refile for something like: (if (fboundp 'ido-completing-read) (ido-completing-read "Refile to: " tbl nil t nil 'org-refile-hi

Re: [Orgmode] Re: Remember and then refile

2008-01-20 Thread Carsten Dominik
On Jan 18, 2008, at 11:19 PM, Steven Lumos wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: On Jan 18, 2008, at 9:40 PM, Steven Lumos wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: This will be in 5.19. Thanks for the proposal!. - Carsten Hi. Have you considered somehow merging t

Re: [Orgmode] Re: Remember and then refile

2008-01-20 Thread Piotr Zielinski
On Jan 18, 2008 10:19 PM, Steven Lumos <[EMAIL PROTECTED]> wrote: >>> Have you considered somehow merging the tree selection and >>> minibuffer with completion methods so that both are available >>> simultaneously? I haven't made up my mind about org-refile yet, but I'd like to speak in defense o

Re: [Orgmode] Re: Remember and then refile

2008-01-18 Thread Carsten Dominik
On Jan 18, 2008, at 9:40 PM, Steven Lumos wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: This will be in 5.19. Thanks for the proposal!. - Carsten Hi. Have you considered somehow merging the tree selection and minibuffer with completion methods so that both are available simultaneousl

Re: [Orgmode] Re: remember

2007-09-02 Thread Carsten Dominik
I cannot reproduce this bug, seems we need more detailed information - so far you have only been sending scetchy stuff, Cezar. We might need: - full org-mode setup - any other related setup - from where do you call remember? Link construction is dependent on the current file. This bug is new