[OS X Emacs] Struggling with Aquamacs + org-mode + beamer + texlive

Stefan Vollmar vollmar at nf.mpg.de
Fri Aug 27 03:08:43 EDT 2010


Dear David,

On 25.08.2010, at 18:33, David Reitter wrote:

> On Aug 25, 2010, at 12:01 PM, Bar Shirtcliff wrote:
>> 
>>  I detest org-mode, even though it's useful, because of its
>> buggy nonconformity.  I'd be curious to hear whether it's really the
>> combination, as an org-mode fanatic here in my lab avers.
> 
> I use it every now and then to take notes, but like you I tend to run into trouble.  Shift-arrow does not work as it should (to mark a region), and a couple of other standard key bindings are overridden when they shouldn't (M-arrow, for instance).
> (There is a setting for shift-arrow bindings, which does not work sufficiently well.)

we have been using Aquamacs and Org-mode quite a lot and we are very happy with it. I agree that I do not like Org-mode's default behaviour for Shift-arrow, however this works well for me:

;; Conventional selection/deletion 
(setq org-support-shift-select t)

;; based on a tip from the Org-mode list (thanks, "PT")
(defun my-org-mode-stuff ()
  (define-key org-mode-map [(meta tab)] 'previous-user-buffer)
  (local-set-key (kbd "C-S-<right>") 'forward-word-mark)
  (local-set-key (kbd "C-S-<left>") 'backward-word-mark)
  (local-set-key (kbd "S-<right>") 'forward-char-mark)
  (local-set-key (kbd "S-<left>") 'backward-char-mark)
  (local-set-key (kbd "S-<up>") 'previous-line-mark)
  (local-set-key (kbd "S-<down>") 'next-line-mark))

(add-hook 'org-mode-hook 'my-org-mode-stuff)

Warm regards,
 Stefan
-- 
Dr. Stefan Vollmar, Dipl.-Phys.
Head of IT group
Max-Planck-Institut für neurologische Forschung
Gleuelerstr. 50, 50931 Köln, Germany
Tel.: +49-221-4726-213  FAX +49-221-4726-298
Tel.: +49-221-478-5713  Mobile: 0160-93874279
Email: vollmar at nf.mpg.de   http://www.nf.mpg.de






-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4409 bytes
Desc: not available
URL: <http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20100827/cdae2590/attachment.p7s>


More information about the MacOSX-Emacs mailing list