emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: emacs-orgmode@gnu.org
Subject: Bug: Regression - SPC in agenda does not show drawer details [version 9.1.13 (release_9.1.13-819-geb8743 @ c:/D-Drive/bin/org-mode/lisp/)]
Date: Tue, 19 Jun 2018 11:30:37 -0400	[thread overview]
Message-ID: <877emupzdu.fsf@norang.ca> (raw)

Hi,

The current master branch has a regression from maint when displaying
task details from the agenda using the SPC key.

I keep my task change details in drawers so when I change a task from
TODO to WAITING I record the details of why it is waiting in the
drawer.  In the maint branch I can hit SPC in the agenda  on a WAITING
task and see the details of what it is waiting for in the maint branch.
This no longer works in master.

ECM follows.

Thanks for org-mode!

Regards,
Bernt

ECM: 

--- test.org -------------------------------------------------------------------
#+FILETAGS: TEST
#+STARTUP: content

Regression - SPC in agenda does not show details in drawers

*Keys To Reproduce*

1) Add current file to org-agenda files
   C-c [

2) Show agenda
   C-c a t

3) Move to WAITING task
   C-4 C-n

4) Show task
   SPC

Results in maint branch

#+begin_example
,* WAITING Task two                                                  :WAITING:
  :LOGBOOK:
  - State "WAITING"    from "TODO"       [2018-06-19 Tue 10:47] \\
    for something
  :END:
,* TODO Task three
#+end_example

Results in master branch

#+begin_example
  ,* WAITING Task two                                                  :WAITING:
    :LOGBOOK:...
  ,* TODO Task three

#+end_example

* TODO Task one
* WAITING Task two                                                  :WAITING:
  :LOGBOOK:
  - State "WAITING"    from "TODO"       [2018-06-19 Tue 10:47] \\
    for something
  :END:
* TODO Task three

--- test.el --------------------------------------------------------------------
(setq org-log-into-drawer t)

(setq org-todo-keywords
      (quote ((sequence "TODO(t/!)" "NEXT(n/!)" "|" "DONE(d/!)")
	      (sequence "WAITING(w@/!)" "HOLD(h@/!)"  "|" "CANCELLED(c@/!)"))))

(setq org-todo-state-tags-triggers
      (quote (("CANCELLED" ("CANCELLED" . t) ("WAITING") ("HOLD"))
	      ("WAITING" ("WAITING" . t))
	      ("HOLD" ("WAITING") ("HOLD" . t))
	      (done ("WAITING") ("HOLD"))
	      ("TODO" ("WAITING") ("CANCELLED") ("HOLD"))
	      ("NEXT" ("WAITING") ("CANCELLED") ("HOLD"))
	      ("DONE" ("WAITING") ("CANCELLED") ("HOLD")))))

(setq org-todo-keyword-faces
      (quote (("TODO" :foreground "red" :weight bold)
	      ("NEXT" :foreground "blue" :weight bold)
	      ("DONE" :foreground "forest green" :weight bold)
	      ("WAITING" :foreground "orange" :weight bold)
	      ("HOLD" :foreground "magenta" :weight bold)
	      ("CANCELLED" :foreground "forest green" :weight bold))))


--------------------------------------------------------------------------------




Emacs  : GNU Emacs 25.1.1 (x86_64-w64-mingw32) of 2016-09-17
Package: Org mode version 9.1.13 (release_9.1.13-819-geb8743 @ c:/D-Drive/bin/org-mode/lisp/)

             reply	other threads:[~2018-06-19 15:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-19 15:30 Bernt Hansen [this message]
2018-06-21 18:26 ` Bug: Regression - SPC in agenda does not show drawer details [version 9.1.13 (release_9.1.13-819-geb8743 @ c:/D-Drive/bin/org-mode/lisp/)] Nicolas Goaziou
2018-06-21 18:40   ` Bernt Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877emupzdu.fsf@norang.ca \
    --to=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).