emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: org-remember and anything
Date: Mon, 14 Jun 2010 22:21:17 +0200	[thread overview]
Message-ID: <87pqztqsaq.fsf@tux.homenetwork> (raw)
In-Reply-To: 87631lztx1.fsf@gmail.com

Glauber Alex Dias Prado <smade4@gmail.com> writes:

> i thought i was explicity enough when i said "when calling org-remember"
> :), this happens after i select a template and it prompts for completion
> which is being handled by anything, that is when the backtrace happens,
> this only happens with org-mode so i thought it was more a org thing
> than anything.

I understood you were using org-remember ;-)
What i still don't know is in what org-remember envolve anything.
Anything should not be called for template completion.
The config you sent me in other mail is not clear enough.
My guess is you are using anything-complete.el somewhere and maybe
something like this in your .emacs:

,----
| (anything-read-string-mode 1)
`----
That's replace normal completing-read and read-file-name by the one from
anything-complete.el that are experimentals and not working everywhere.

You will find stable replacement of these functions in
anything-config.el called:
anything-comp-read
anything-c-read-file-name


So, please try to invoke anything with ONLY this config:

,----
| (add-to-list 'load-path "path/to/anything")
| (require 'anything-config)
`----

You need only two files for this:
anything.el
anything-config.el

You can get the latest files here:
http://repo.or.cz/w/anything-config.git

And remove all personal anything configs you may have in .emacs or
somewhere else. (or use emacs -Q)

Then call org-remember and tell me if problem appear.

-- 
Thierry Volpiatto
Gpg key: http://pgp.mit.edu/

  reply	other threads:[~2010-06-14 20:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-09 18:45 simultaneous clocks? Erik Iverson
2010-06-09 18:53 ` Erik L. Arneson
2010-06-09 19:36   ` brian powell
2010-06-10  0:27 ` Bernt Hansen
2010-06-10  0:35   ` Erik Iverson
2010-06-10  0:37     ` Bernt Hansen
2010-06-10  3:50       ` Bernt Hansen
2010-06-10  7:41         ` Debate about "One clock per user, but user is identified" Sébastien Vauban
2010-06-12 15:23           ` Benjamin Andresen
2010-06-12 17:07             ` org-remember and anything Glauber Alex Dias Prado
2010-06-12 17:09               ` Bernt Hansen
2010-06-12 17:44                 ` Glauber Alex Dias Prado
2010-06-12 17:33               ` Thierry Volpiatto
2010-06-14 12:21                 ` Glauber Alex Dias Prado
2010-06-14 20:21                   ` Thierry Volpiatto [this message]
2010-06-14 13:38                 ` Glauber Alex Dias Prado
2010-06-25 21:06                   ` rubikitch
2010-06-12 16:34           ` Debate about "One clock per user, but user is identified" Eric Schulte
2010-06-12 16:48             ` Daniel Martins
2010-06-14  8:33             ` Org-mode collaborative (multiple users working on the same set of files) Sébastien Vauban
2010-06-22 15:04               ` Sébastien Vauban

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pqztqsaq.fsf@tux.homenetwork \
    --to=thierry.volpiatto@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).