emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-contacts and column mode


From: George McNinch
Subject: Re: [O] org-contacts and column mode
Date: Fri, 11 Mar 2011 13:56:38 -0500
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux)

    >> if I have turned on "column mode" in the buffer visiting
    >> contacts.org via org-columns ("C-x C-x C-c")
    >> 
    >> then, when trying to tab-complete in a *Message* buffer
    >> 
    >> To: George <tab>
    >> 
    >> in the event that George identifies an entry in the file
    >> contacts.org, I get an error report in the minibuffer:
    >> 
    >> Text is read-only: "Type `e' to edit property"
    >> 
    >> If I quit column mode in the appropriate buffer, then
    >> tab-completion resumes working correctly.

    Julien> Unable to reproduce. Maybe M-x toggle-debug-on-error would
    Julien> throw a backtrace?

Well, I didn't manage to trigger a backtrace. But I did observe the
following:

the error report seems to appear only if

org-contacts-files 

contains more than one contact file.

e.g. when this line 

,----
| (custom-set-variables
| ...
| '(org-contacts-files (quote
| ("/home/george/org-files/contacts/contacts.org"
| "/home/george/org-files/contacts/contacts-math.org"
| "/home/george/org-files/contacts/contacts-family.org"
| "/home/george/org-files/contacts/contacts-friends.org"
| "/home/george/org-files/contacts/contacts-tufts.org")))
| ...
| )
`----


appears in custom.el, I see the error, but when it is replaced by

,----
| (custom-set-variables
| ...
| '(org-contacts-files (quote
| ("/home/george/org-files/contacts/contacts.org"))
| ...
| )
`----

I don't.

-- 
George McNinch <address@hidden>
http://gmcninch.math.tufts.edu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]