Browse Source

Force visual line motion off in the agenda

Carsten Dominik 15 years ago
parent
commit
d0bee84a32
2 changed files with 5 additions and 0 deletions
  1. 4 0
      lisp/ChangeLog
  2. 1 0
      lisp/org-agenda.el

+ 4 - 0
lisp/ChangeLog

@@ -1,3 +1,7 @@
+2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
+
+	* org-agenda.el (org-agenda-mode): Force visual line motion off.
+
 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
 
 	* org-agenda.el (org-agenda-open-link): Handle multiple links and

+ 1 - 0
lisp/org-agenda.el

@@ -1273,6 +1273,7 @@ The following commands are available:
   (use-local-map org-agenda-mode-map)
   (easy-menu-add org-agenda-menu)
   (if org-startup-truncated (setq truncate-lines t))
+  (org-set-local 'line-move-visual nil)
   (org-add-hook 'post-command-hook 'org-agenda-post-command-hook nil 'local)
   (org-add-hook 'pre-command-hook 'org-unhighlight nil 'local)
   ;; Make sure properties are removed when copying text