emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* what am I missing about remote editing?
@ 2011-01-16  3:12 Filippo A. Salustri
  2011-01-16 13:56 ` Eric S Fraga
  0 siblings, 1 reply; 5+ messages in thread
From: Filippo A. Salustri @ 2011-01-16  3:12 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 571 bytes --]

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/

[-- Attachment #1.2: Type: text/html, Size: 1045 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: what am I missing about remote editing?
  2011-01-16  3:12 what am I missing about remote editing? Filippo A. Salustri
@ 2011-01-16 13:56 ` Eric S Fraga
  2011-01-16 14:01   ` Filippo A. Salustri
  0 siblings, 1 reply; 5+ messages in thread
From: Eric S Fraga @ 2011-01-16 13:56 UTC (permalink / raw)
  To: Filippo A. Salustri; +Cc: emacs-orgmode

"Filippo A. Salustri" <salustri@ryerson.ca> 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)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: what am I missing about remote editing?
  2011-01-16 13:56 ` Eric S Fraga
@ 2011-01-16 14:01   ` Filippo A. Salustri
  2011-01-16 14:09     ` Eric S Fraga
  0 siblings, 1 reply; 5+ messages in thread
From: Filippo A. Salustri @ 2011-01-16 14:01 UTC (permalink / raw)
  To: Eric S Fraga; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1370 bytes --]

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 <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 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/

[-- Attachment #1.2: Type: text/html, Size: 2057 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: what am I missing about remote editing?
  2011-01-16 14:01   ` Filippo A. Salustri
@ 2011-01-16 14:09     ` Eric S Fraga
  2011-01-16 14:11       ` Filippo A. Salustri
  0 siblings, 1 reply; 5+ messages in thread
From: Eric S Fraga @ 2011-01-16 14:09 UTC (permalink / raw)
  To: Filippo A. Salustri; +Cc: emacs-orgmode

"Filippo A. Salustri" <salustri@ryerson.ca> 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)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: what am I missing about remote editing?
  2011-01-16 14:09     ` Eric S Fraga
@ 2011-01-16 14:11       ` Filippo A. Salustri
  0 siblings, 0 replies; 5+ messages in thread
From: Filippo A. Salustri @ 2011-01-16 14:11 UTC (permalink / raw)
  To: Eric S Fraga; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 789 bytes --]

Sorry; I mean 7.4, downloaded from the website.
Cheers.
Fil

On 16 January 2011 09:09, Eric S Fraga <e.fraga@ucl.ac.uk> wrote:

> "Filippo A. Salustri" <salustri@ryerson.ca> 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/

[-- Attachment #1.2: Type: text/html, Size: 1412 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-01-16 14:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-16  3:12 what am I missing about remote editing? Filippo A. Salustri
2011-01-16 13:56 ` Eric S Fraga
2011-01-16 14:01   ` Filippo A. Salustri
2011-01-16 14:09     ` Eric S Fraga
2011-01-16 14:11       ` Filippo A. Salustri

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).