From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Filippo A. Salustri" Subject: what am I missing about remote editing? Date: Sat, 15 Jan 2011 22:12:32 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0901232723==" Return-path: Received: from [140.186.70.92] (port=34823 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeJ2j-0004M7-UK for emacs-orgmode@gnu.org; Sat, 15 Jan 2011 22:12:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeJ2i-00054A-Ib for emacs-orgmode@gnu.org; Sat, 15 Jan 2011 22:12:37 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:51327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeJ2i-000546-AE for emacs-orgmode@gnu.org; Sat, 15 Jan 2011 22:12:36 -0500 Received: by wwb17 with SMTP id 17so4164143wwb.30 for ; Sat, 15 Jan 2011 19:12:35 -0800 (PST) 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: emacs-orgmode@gnu.org --===============0901232723== Content-Type: multipart/alternative; boundary=000e0cdfd8f8dd0b2e0499ee0926 --000e0cdfd8f8dd0b2e0499ee0926 Content-Type: text/plain; charset=ISO-8859-1 So, I'm looking at my global todo agenda, and I'd like to change the state of the task under the cursor. According to the doc, 't' should let me do that, but when I hit 't', I get > wrong type argument: stringp, nil which isn't really doing it for me as an explanation of what I'm doing wrong. Thoughts anyone? Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ext 7749 Fax: 416/979-5265 Email: salustri@ryerson.ca http://deseng.ryerson.ca/~fil/ --000e0cdfd8f8dd0b2e0499ee0926 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable So, I'm looking at my global todo agenda, and I'd like to change th= e state of the task under the cursor.
According to the doc, 't'= should let me do that, but when I hit 't', I get
wrong type argument: stringp, nil
which isn't really d= oing it for me as an explanation of what I'm doing wrong.
Thoughts anyone?
Cheers.
Fil

--
Filippo A. Salustri, Ph.D., P.Eng.
Mechanical and Industrial = Engineering
Ryerson University
350 Victoria St, Toronto, ON
M5B 2K= 3, Canada
Tel: 416/979-5000 ext 7749
Fax: 416/979-5265
Email: salustri@ryerson.ca
http://deseng.ryerson.ca/~fil/
--000e0cdfd8f8dd0b2e0499ee0926-- --===============0901232723== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0901232723==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: what am I missing about remote editing? Date: Sun, 16 Jan 2011 13:56:21 +0000 Message-ID: <87sjwtuf3u.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=43655 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeT5u-0004B1-Qy for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 08:56:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeT5t-0000DM-GT for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 08:56:34 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:52996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeT5t-0000DC-9Q for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 08:56:33 -0500 In-Reply-To: (Filippo A. Salustri's message of "Sat, 15 Jan 2011 22:12:32 -0500") 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: "Filippo A. Salustri" Cc: emacs-orgmode@gnu.org "Filippo A. Salustri" writes: > So, I'm looking at my global todo agenda, and I'd like to change the state > of the task under the cursor. > According to the doc, 't' should let me do that, but when I hit 't', I get > >> wrong type argument: stringp, nil > > which isn't really doing it for me as an explanation of what I'm doing > wrong. > > Thoughts anyone? > Cheers. > Fil Works for me just fine. What versions of org and emacs are you using? What is the value of org-todo-keywords? What is the actual entry you are trying to update? You may wish to "M-x toggle-debug-on-error RET" to get a backtrace to see if that gives any hints. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.199.g8be1.dirty) From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Filippo A. Salustri" Subject: Re: what am I missing about remote editing? Date: Sun, 16 Jan 2011 09:01:40 -0500 Message-ID: References: <87sjwtuf3u.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2092852418==" Return-path: Received: from [140.186.70.92] (port=43429 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeTAu-0005uy-Hd for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 09:01:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeTAt-0000sF-Br for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 09:01:44 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:37892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeTAt-0000s3-6l for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 09:01:43 -0500 Received: by wyj26 with SMTP id 26so4386587wyj.0 for ; Sun, 16 Jan 2011 06:01:42 -0800 (PST) In-Reply-To: <87sjwtuf3u.fsf@ucl.ac.uk> 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: Eric S Fraga Cc: emacs-orgmode@gnu.org --===============2092852418== Content-Type: multipart/alternative; boundary=000e0cdfd8f84d32c90499f71b14 --000e0cdfd8f84d32c90499f71b14 Content-Type: text/plain; charset=ISO-8859-1 I'm using the current versions of Aquamacs and orgmode. Just 30 mins ago, I noticed that it started working after I restarted Aquamacs. Will try to reproduce this sometime today and forward info to list. Cheers. Fil On 16 January 2011 08:56, Eric S Fraga wrote: > "Filippo A. Salustri" writes: > > > So, I'm looking at my global todo agenda, and I'd like to change the > state > > of the task under the cursor. > > According to the doc, 't' should let me do that, but when I hit 't', I > get > > > >> wrong type argument: stringp, nil > > > > which isn't really doing it for me as an explanation of what I'm doing > > wrong. > > > > Thoughts anyone? > > Cheers. > > Fil > > Works for me just fine. What versions of org and emacs are you using? > What is the value of org-todo-keywords? What is the actual entry you > are trying to update? > > You may wish to "M-x toggle-debug-on-error RET" to get a backtrace to > see if that gives any hints. > -- > : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 > : using Org-mode version 7.4 (release_7.4.199.g8be1.dirty) > -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ext 7749 Fax: 416/979-5265 Email: salustri@ryerson.ca http://deseng.ryerson.ca/~fil/ --000e0cdfd8f84d32c90499f71b14 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'm using the current versions of Aquamacs and orgmode.
Just 30 min= s ago, I noticed that it started working after I restarted Aquamacs.
<= div>Will try to reproduce this sometime today and forward info to list.

Cheers.
Fil

On 16 January 2011 08:56, Eric S Fraga <e.fraga@ucl.ac.uk> wrote:
"Filippo A. Salustri" <salustri@ryerson.ca> writes:

> So, I'm looking at my global todo agenda, and I'd like to chan= ge the state
> of the task under the cursor.
> According to the doc, 't' should let me do that, but when I hi= t 't', I get
>
>> wrong type argument: stringp, nil
>
> which isn't really doing it for me as an explanation of what I'= ;m doing
> wrong.
>
> Thoughts anyone?
> Cheers.
> Fil

Works for me just fine. =A0What versions of org and emacs are you usi= ng?
What is the value of org-todo-keywords? =A0What is the actual entry you
are trying to update?

You may wish to "M-x toggle-debug-on-error RET" to get a backtrac= e to
see if that gives any hints.
--
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.199.g8be1.dirty)



--
Filippo A. Salus= tri, Ph.D., P.Eng.
Mechanical and Industrial Engineering
Ryerson Univ= ersity
350 Victoria St, Toronto, ON
M5B 2K3, Canada
Tel: 416/979-5= 000 ext 7749
Fax: 416/979-5265
Email: salustri= @ryerson.ca
http://deseng= .ryerson.ca/~fil/
--000e0cdfd8f84d32c90499f71b14-- --===============2092852418== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============2092852418==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: what am I missing about remote editing? Date: Sun, 16 Jan 2011 14:09:46 +0000 Message-ID: <87hbd9uehh.fsf@ucl.ac.uk> References: <87sjwtuf3u.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=33660 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeTIw-0000zR-7y for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 09:10:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeTIs-0002Nb-AH for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 09:09:59 -0500 Received: from vscane-a2.ucl.ac.uk ([144.82.108.42]:39049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeTIs-0002Mv-6D for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 09:09:58 -0500 In-Reply-To: (Filippo A. Salustri's message of "Sun, 16 Jan 2011 09:01:40 -0500") 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: "Filippo A. Salustri" Cc: emacs-orgmode@gnu.org "Filippo A. Salustri" writes: > I'm using the current versions of Aquamacs and orgmode. By current, for org, do you mean from the git repository or that which comes with aquamacs? Type "M-x org-version RET" for the actual version information. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.199.g8be1.dirty) From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Filippo A. Salustri" Subject: Re: what am I missing about remote editing? Date: Sun, 16 Jan 2011 09:11:11 -0500 Message-ID: References: <87sjwtuf3u.fsf@ucl.ac.uk> <87hbd9uehh.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1209420017==" Return-path: Received: from [140.186.70.92] (port=34071 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeTK9-0001ef-GH for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 09:11:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeTK5-0002Xl-QT for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 09:11:16 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:42088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeTK5-0002XZ-Jl for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 09:11:13 -0500 Received: by wwb17 with SMTP id 17so4395257wwb.30 for ; Sun, 16 Jan 2011 06:11:12 -0800 (PST) In-Reply-To: <87hbd9uehh.fsf@ucl.ac.uk> 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: Eric S Fraga Cc: emacs-orgmode@gnu.org --===============1209420017== Content-Type: multipart/alternative; boundary=000e0cdfd8f84e00370499f73d07 --000e0cdfd8f84e00370499f73d07 Content-Type: text/plain; charset=ISO-8859-1 Sorry; I mean 7.4, downloaded from the website. Cheers. Fil On 16 January 2011 09:09, Eric S Fraga wrote: > "Filippo A. Salustri" writes: > > > I'm using the current versions of Aquamacs and orgmode. > > By current, for org, do you mean from the git repository or that which > comes with aquamacs? Type "M-x org-version RET" for the actual version > information. > > -- > : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 > : using Org-mode version 7.4 (release_7.4.199.g8be1.dirty) > -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ext 7749 Fax: 416/979-5265 Email: salustri@ryerson.ca http://deseng.ryerson.ca/~fil/ --000e0cdfd8f84e00370499f73d07 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sorry; I mean 7.4, downloaded from the website.
Cheers.
Fil

On 16 January 2011 09:09, Eric S Fr= aga <e.fraga@ucl.= ac.uk> wrote:
"Filippo A. Salustri= " <salustri@ryerson.ca&g= t; writes:

> I'm using the current versions of Aquamacs= and orgmode.

By current, for org, do you mean from the git repository or that whic= h
comes with aquamacs? =A0Type "M-x org-version RET" for the actual= version
information.

--
: Eric S Fraga (GnuPG: 0xC89193D8F= FFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.199.g8be1.dirty)



--
Filippo A. = Salustri, Ph.D., P.Eng.
Mechanical and Industrial Engineering
Ryerson= University
350 Victoria St, Toronto, ON
M5B 2K3, Canada
Tel: 416/= 979-5000 ext 7749
Fax: 416/979-5265
Email: salustri= @ryerson.ca
http://deseng= .ryerson.ca/~fil/
--000e0cdfd8f84e00370499f73d07-- --===============1209420017== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1209420017==--