From mboxrd@z Thu Jan 1 00:00:00 1970 From: rubikitch@ruby-lang.org Subject: Re: org-remember and anything Date: Sat, 26 Jun 2010 06:06:47 +0900 (JST) Message-ID: <20100626.060647.243865897.rubikitch@ruby-lang.org> References: <87631oyybr.fsf_-_@gmail.com> <87aar0yx3m.fsf@tux.homenetwork> <871vc9zqda.fsf@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=34944 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSG6w-0000d4-DL for emacs-orgmode@gnu.org; Fri, 25 Jun 2010 17:06:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OSG6u-0001lb-RY for emacs-orgmode@gnu.org; Fri, 25 Jun 2010 17:06:54 -0400 Received: from smtp21.m3.home.ne.jp ([220.152.44.19]:36519) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSG6u-0001l4-9q for emacs-orgmode@gnu.org; Fri, 25 Jun 2010 17:06:52 -0400 In-Reply-To: <871vc9zqda.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: smade4@gmail.com Cc: emacs-orgmode@gnu.org, thierry.volpiatto@gmail.com From: Glauber Alex Dias Prado Subject: Re: org-remember and anything Date: Mon, 14 Jun 2010 10:38:09 -0300 > Oh sorry, here is complete instructions: > (add-to-list 'load-path "/home/glauber/elisp") > (add-to-list 'load-path "/home/glauber/elisp/org-mode") > (add-to-list 'load-path "/home/glauber/elisp/org-mode/lisp") > (require 'org) > (require 'init-org-mode) ;; which can be found here: http://openpaste.org/22109/inline/ > (require 'anything-startup) > (toggle-debug-on-error) > > call function org-remember trough binding f9-o-r > when prompt for a template press t > results in backtrace. I think im using latest version of all involved. > > Thierry Volpiatto writes: > > > Hi, can you please provide more info on what you do exactly and how you > > use anything (which source, function etc...) with org. > > Which command give this backtrace? > > > > Glauber Alex Dias Prado writes: > > > >> Hi, > >> when calling org-remember, after selecting the template org doesnt > >> provide the right syntax to anything as it is configure for icomplete i > >> think, dunno what is really involved here as it used to work( i tried it > >> with both ido completion support on and off): > >> > >> Sorry if this is not really a org thing: > >> > >> > >> Debugger entered--Lisp error: (error "anything-interpret-value: Symbol must be a function or a variable") Sorry for late reply. I just fixed the bug. Cheers, -- rubikitch