emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* C-u C-c C-t broken
@ 2007-07-17 19:57 Scott Jaderholm
  2007-07-18 21:13 ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Jaderholm @ 2007-07-17 19:57 UTC (permalink / raw)
  To: org-mode

I don't know if C-u C-c C-t was ever intended to work, but it's
definitely broken. I'm guessing most people use C-# C-c C-t

* Test (C-u C-c C-t)

Args out of range: 2, 9

and

* Test
** Test (C-u C-c C-t)

Changes it to:
TODO ** Test

--Scott

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

* Re: C-u C-c C-t broken
  2007-07-17 19:57 C-u C-c C-t broken Scott Jaderholm
@ 2007-07-18 21:13 ` Carsten Dominik
  2007-07-19 13:03   ` Jason F. McBrayer
  2007-07-19 14:58   ` Scott Jaderholm
  0 siblings, 2 replies; 6+ messages in thread
From: Carsten Dominik @ 2007-07-18 21:13 UTC (permalink / raw)
  To: Scott Jaderholm; +Cc: org-mode


On Jul 17, 2007, at 21:57, Scott Jaderholm wrote:

> I don't know if C-u C-c C-t was ever intended to work, but it's
> definitely broken. I'm guessing most people use C-# C-c C-t
>
> * Test (C-u C-c C-t)
>
> Args out of range: 2, 9
>
> and
>
> * Test
> ** Test (C-u C-c C-t)
>
> Changes it to:
> TODO ** Test

????  Works just fine for me, it offers completion on TODO
keywords.

Anyone else has problems with this?

- Carsten

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

* Re: C-u C-c C-t broken
  2007-07-18 21:13 ` Carsten Dominik
@ 2007-07-19 13:03   ` Jason F. McBrayer
  2007-07-19 14:09     ` Bernt Hansen
  2007-07-19 14:58   ` Scott Jaderholm
  1 sibling, 1 reply; 6+ messages in thread
From: Jason F. McBrayer @ 2007-07-19 13:03 UTC (permalink / raw)
  To: org-mode

Carsten Dominik <dominik@science.uva.nl> writes:


> ????  Works just fine for me, it offers completion on TODO
> keywords.
>
> Anyone else has problems with this?

It works for me; though I had previously not known it existed.  Now that
I know about it, I doubt I'll use C-c C-t without the prefix arg
anymore.  

-- 
+-----------------------------------------------------------+
| Jason F. McBrayer                    jmcbray@carcosa.net  |
| If someone conquers a thousand times a thousand others in |
| battle, and someone else conquers himself, the latter one |
| is the greatest of all conquerors.  --- The Dhammapada    |

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

* Re: C-u C-c C-t broken
  2007-07-19 13:03   ` Jason F. McBrayer
@ 2007-07-19 14:09     ` Bernt Hansen
  0 siblings, 0 replies; 6+ messages in thread
From: Bernt Hansen @ 2007-07-19 14:09 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik <dominik@science.uva.nl> writes:

> ????  Works just fine for me, it offers completion on TODO keywords.
>
> Anyone else has problems with this?

jmcbray@carcosa.net (Jason F. McBrayer) writes:

> It works for me; though I had previously not known it existed.  Now
> that I know about it, I doubt I'll use C-c C-t without the prefix arg
> anymore.

It works for me too.

Bernt

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

* Re: C-u C-c C-t broken
  2007-07-18 21:13 ` Carsten Dominik
  2007-07-19 13:03   ` Jason F. McBrayer
@ 2007-07-19 14:58   ` Scott Jaderholm
  2007-07-19 15:12     ` Carsten Dominik
  1 sibling, 1 reply; 6+ messages in thread
From: Scott Jaderholm @ 2007-07-19 14:58 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: org-mode

On 7/18/07, Carsten Dominik <dominik@science.uva.nl> wrote:
>
> On Jul 17, 2007, at 21:57, Scott Jaderholm wrote:
>
> > I don't know if C-u C-c C-t was ever intended to work, but it's
> > definitely broken. I'm guessing most people use C-# C-c C-t
> >
> > * Test (C-u C-c C-t)
> >
> > Args out of range: 2, 9
> >
> > and
> >
> > * Test
> > ** Test (C-u C-c C-t)
> >
> > Changes it to:
> > TODO ** Test
>
> ????  Works just fine for me, it offers completion on TODO
> keywords.

I narrowed it down to being some sort of interference from highline-mode.

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

* Re: C-u C-c C-t broken
  2007-07-19 14:58   ` Scott Jaderholm
@ 2007-07-19 15:12     ` Carsten Dominik
  0 siblings, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2007-07-19 15:12 UTC (permalink / raw)
  To: Scott Jaderholm; +Cc: org-mode


On Jul 19, 2007, at 16:58, Scott Jaderholm wrote:
>>
>
> I narrowed it down to being some sort of interference from 
> highline-mode.

Yes, a problem is there in this interaction.  I'd like to blame it on
highline-mode :-)

As a short-term work-around, how about using hl-line-mode, which
seems to be doing basically the same?

- Carsten

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

end of thread, other threads:[~2007-07-19 15:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-17 19:57 C-u C-c C-t broken Scott Jaderholm
2007-07-18 21:13 ` Carsten Dominik
2007-07-19 13:03   ` Jason F. McBrayer
2007-07-19 14:09     ` Bernt Hansen
2007-07-19 14:58   ` Scott Jaderholm
2007-07-19 15:12     ` Carsten Dominik

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