Mercurial > emacs
comparison lisp/org/org-mouse.el @ 99866:57447f70a253
2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-get-closed): Re-apply changes
accidentially overwritten by last commit to Emacs.
* org.el (org-outline-path-complete-in-steps): New option.
(org-refile-get-location): Honor
`org-outline-path-complete-in-steps'.
(org-agenda-change-all-lines, org-tags-sparse-tree)
(org-time-string-to-absolute, org-small-year-to-year)
(org-link-escape): Re-apply changes accidentially overwritten
by last commit to Emacs.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Mon, 24 Nov 2008 12:16:13 +0000 |
parents | 621e15919df0 |
children | c851df8e004e |
comparison
equal
deleted
inserted
replaced
99865:7a3672b295e4 | 99866:57447f70a253 |
---|---|
2 | 2 |
3 ;; Copyright (C) 2006, 2007, 2008 Free Software Foundation | 3 ;; Copyright (C) 2006, 2007, 2008 Free Software Foundation |
4 ;; | 4 ;; |
5 ;; Author: Piotr Zielinski <piotr dot zielinski at gmail dot com> | 5 ;; Author: Piotr Zielinski <piotr dot zielinski at gmail dot com> |
6 ;; Maintainer: Carsten Dominik <carsten at orgmode dot org> | 6 ;; Maintainer: Carsten Dominik <carsten at orgmode dot org> |
7 ;; Version: 6.13 | 7 ;; Version: 6.13a |
8 ;; | 8 ;; |
9 ;; This file is part of GNU Emacs. | 9 ;; This file is part of GNU Emacs. |
10 ;; | 10 ;; |
11 ;; GNU Emacs is free software: you can redistribute it and/or modify | 11 ;; GNU Emacs is free software: you can redistribute it and/or modify |
12 ;; it under the terms of the GNU General Public License as published by | 12 ;; it under the terms of the GNU General Public License as published by |
142 | 142 |
143 (defvar org-agenda-allow-remote-undo) | 143 (defvar org-agenda-allow-remote-undo) |
144 (defvar org-agenda-undo-list) | 144 (defvar org-agenda-undo-list) |
145 (defvar org-agenda-custom-commands) | 145 (defvar org-agenda-custom-commands) |
146 (declare-function org-agenda-change-all-lines "org-agenda" | 146 (declare-function org-agenda-change-all-lines "org-agenda" |
147 (newhead hdmarker &optional fixface)) | 147 (newhead hdmarker &optional fixface just-this)) |
148 (declare-function org-verify-change-for-undo "org-agenda" (l1 l2)) | 148 (declare-function org-verify-change-for-undo "org-agenda" (l1 l2)) |
149 | 149 |
150 (defvar org-mouse-plain-list-regexp "\\([ \t]*\\)\\([-+*]\\|[0-9]+[.)]\\) " | 150 (defvar org-mouse-plain-list-regexp "\\([ \t]*\\)\\([-+*]\\|[0-9]+[.)]\\) " |
151 "Regular expression that matches a plain list.") | 151 "Regular expression that matches a plain list.") |
152 (defvar org-mouse-direct t | 152 (defvar org-mouse-direct t |