Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178770 - app-emacs/org-mode-4.74 version bump
Summary: app-emacs/org-mode-4.74 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-16 13:44 UTC by MATSUYAMA Tomohiro
Modified: 2007-05-16 15:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MATSUYAMA Tomohiro 2007-05-16 13:44:14 UTC
org-mode 4.74 has been released.

The ebuild renamed org-mode-4.68 to is appearing to be working fine, and I think it does not need any changes on ebuild.

ChangeLog is available at <http://staff.science.uva.nl/~dominik/Tools/org/Changes.txt>.

By the way, I have some proposal that adding the following code into 51org-mode-gentoo.el.

  (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
  (setq org-log-done t)

In addition, if posssible,

  (global-set-key "\C-ca" 'org-agenda)




Reproducible: Always
Comment 1 Ulrich Müller gentoo-dev 2007-05-16 15:20:39 UTC
In CVS, thank you.

(In reply to comment #0)
> By the way, I have some proposal that adding the following code into
> 51org-mode-gentoo.el.
> 
>   (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))

Added to site file.

>   (setq org-log-done t)
>   (global-set-key "\C-ca" 'org-agenda)

Not added, since in general we don't change package defaults and are reluctant to set global key bindings. These settings may be customised by each user.