0

I'm trying out org-mode and the tutorial says Meta-Shift-Enter is bound to org-insert-todo-heading, and I did a describe-function to verify it is bound to that key in my environment

I tried inputting it using escape as meta, so I typed ESC, then holding shift down, enter. I got an error message that ESC- is not defined. Is there a special way I should input this key sequence?

benhsu
  • 5,346
  • 8
  • 39
  • 47
  • That problem is not specific to Aquamacs. The same sequence of keys is not recognized as `` by Emacs under Linux either, though holding down `Shift` and `Alt` and then pressing `Return` works. I do not know why the translation of `Esc` to `Meta` doesn't work in this case. – Rörd Apr 21 '11 at 10:25

1 Answers1

1

Have you read the Aquamacs FAQ, specifically the section on the meta key?

Trey Jackson
  • 73,529
  • 11
  • 197
  • 229