0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-12 08:39:56 +00:00
org-mode/lisp
Michael Brand 2f07dd5163 Agenda: Simplify old fix of face for deadline warning 0 day
* lisp/org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
case of wdays being 0.  Don't pass wdays to org-agenda-deadline-face,
like before the old fix.
(org-agenda-deadline-face): Revert to old state that was without
wdays.

This allows a deadline warning period of "-0d" to work also with a
custom configuration like:
(setq org-agenda-deadline-faces
      '((1.0001 . org-warning)              ; due yesterday or before
        (0.0    . org-upcoming-deadline)))  ; due today or later
For org-agenda-deadline-faces left at default and all other settings
not exceeding 1.0, the face for a deadline warning of any length
remains untouched by this patch.

references to history:
* commit of the old fix
  - http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=d0d6325
  - git show d0d6325
* mailing list old thread
  - http://thread.gmane.org/gmane.emacs.orgmode/5753
  - http://lists.gnu.org/archive/html/emacs-orgmode/2008-02/msg00395.html
2011-08-14 18:40:42 +02:00
..
ob-asymptote.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-awk.el ob-awk.el: minor fix. Remove double "Commentary:" line in header. 2011-08-13 10:04:17 +02:00
ob-C.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-calc.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-clojure.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-comint.el Provide edebug specifications for macros 2011-08-12 08:38:59 +02:00
ob-css.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-ditaa.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-dot.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-emacs-lisp.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-eval.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-exp.el Provide edebug specifications for macros 2011-08-12 08:38:59 +02:00
ob-gnuplot.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-haskell.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-java.el ob-java: allow cmdline flags during compilation and evaluation 2011-07-28 18:01:01 -06:00
ob-js.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-keys.el Revert "new interactive function for removing code block results" 2011-08-01 15:45:58 -06:00
ob-latex.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-ledger.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-lilypond.el ob-lilypond.el: fix the copyright years. 2011-08-13 10:04:58 +02:00
ob-lisp.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-lob.el Revert "new interactive function for removing code block results" 2011-08-01 15:45:58 -06:00
ob-matlab.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-maxima.el Minor changes: fix copyright years and licenses. 2011-08-13 10:11:39 +02:00
ob-mscgen.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-ocaml.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-octave.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-org.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-perl.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-plantuml.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-python.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-R.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-ref.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-ruby.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-sass.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-scheme.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-screen.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-sh.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-sql.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-sqlite.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
ob-table.el Provide edebug specifications for macros 2011-08-12 08:38:59 +02:00
ob-tangle.el Provide edebug specifications for macros 2011-08-12 08:38:59 +02:00
ob.el Provide edebug specifications for macros 2011-08-12 08:38:59 +02:00
org-agenda.el Agenda: Simplify old fix of face for deadline warning 0 day 2011-08-14 18:40:42 +02:00
org-archive.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-ascii.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-attach.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-bbdb.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-beamer.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-bibtex.el make the "FILE" property non-special when resolving bibtex values 2011-08-05 11:25:00 -06:00
org-capture.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-clock.el Provide edebug specifications for macros 2011-08-12 08:38:59 +02:00
org-colview-xemacs.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-colview.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-compat.el Provide edebug specifications for macros 2011-08-12 08:38:59 +02:00
org-crypt.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-ctags.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-datetree.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-docbook.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-docview.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-entities.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-exp-blocks.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-exp.el org-exp: fix a doc-string 2011-07-29 15:46:03 +02:00
org-faces.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-feed.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-footnote.el org-footnote: keep byte-compiler happy 2011-08-14 10:52:14 +02:00
org-freemind.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-gnus.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-habit.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-html.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-icalendar.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-id.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-indent.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-info.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-inlinetask.el org-inlinetask: fix a doc-string 2011-08-11 14:10:35 +02:00
org-irc.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-jsinfo.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-latex.el org-latex.el: Only add one line break after exporting verbatim environments. 2011-08-14 16:40:45 +02:00
org-list.el org-list.el: Allow the generic list exporter to trim line breaks in items. 2011-08-14 16:38:55 +02:00
org-mac-message.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-macs.el Provide edebug specifications for macros 2011-08-12 08:38:59 +02:00
org-mew.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-mhe.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-mks.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-mobile.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-mouse.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-pcomplete.el Minor changes: fix copyright years and licenses. 2011-08-13 10:11:39 +02:00
org-plot.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-protocol.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-publish.el Provide edebug specifications for macros 2011-08-12 08:38:59 +02:00
org-remember.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-rmail.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-special-blocks.el Minor changes: fix copyright years and licenses. 2011-08-13 10:11:39 +02:00
org-src.el Provide edebug specifications for macros 2011-08-12 08:38:59 +02:00
org-table.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-taskjuggler.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-timer.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-vm.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-w3m.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-wl.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org-xoxo.el Update website to show 7.7 as current release 2011-07-28 10:33:35 +00:00
org.el Merge branch 'master' of orgmode.org:org-mode 2011-08-13 15:02:58 +02:00