emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Samuel Wales <samologist@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Agenda, log view and inactive timestamps
Date: Wed, 3 Apr 2019 14:09:50 -0700	[thread overview]
Message-ID: <CAJcAo8tY_NeyEhqda+d7cHUg+xKxBrg19pXpwR+ScQfCDrB7=Q@mail.gmail.com> (raw)
In-Reply-To: <20190403103834.GM18821@volibear>

this is a defvar but very useful and imo could be defcustom.  i used
it for many years.

;; (setq org-agenda-include-inactive-timestamps t)

you have to coordinate with org-agenda-start-with-log-mode.

[ is unusual in that it combines with maniuplate query.

using the defvar fixes issues with kw state and maybe a few more
things.  but it might not show as you want [but to me it is good].

make sure you know what you are doing if you use org-agenda-skip-*.

this might be useful.

;; (defadvice org-agenda-log-mode
;;     (around toggle-off-inactive-also activate compile)
;;   (let ((org-agenda-include-inactive-timestamps t)
;;     ad-do-it))

there are probably several things taht need preserving.

text scale might still not be preserved unless that was fixed.
somebody kindly supplied code but idk if it was merged.

that is all i can provide atm.

On 4/3/19, Russell Adams <RLAdams@adamsinfoserv.com> wrote:
> Minor bugreport.
>
> I've noticed for a long time that the "view inactive timestamps" option in
> the
> agenda view isn't persistent when navigating across time.
>
> To replicate:
>
>  - View agenda
>  - 'l' to enable logbook mode
>  - '[' to enable inactive timestamps
>  - 'b' to go back to the prior timeperiod
>  - inactive timestamps are gone and must be enabled again with '[', causing
> a
>    rebuild of the view
>
> I often run into this when I'm reviewing my time for billing. All of my
> todo
> items are logged on state change so the logbook mode shows them. I also
> frequently insert inactive timestamps while working on an issue. I have to
> see
> the inactive stamps to understand what was being worked on at the
> time. Currently I have to toggle the timestamps every time I change months.
>
> Perhaps there are other customized agenda settings being lost when
> navigating
> across time periods?
>
> ------------------------------------------------------------------
> Russell Adams                            RLAdams@AdamsInfoServ.com
>
> PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/
>
> Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3
>
>


-- 
The Kafka Pandemic

What is misopathy?
https://thekafkapandemic.blogspot.com/2013/10/why-some-diseases-are-wronged.html

The disease DOES progress. MANY people have died from it. And ANYBODY
can get it at any time.

  reply	other threads:[~2019-04-03 21:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-03 10:38 Agenda, log view and inactive timestamps Russell Adams
2019-04-03 21:09 ` Samuel Wales [this message]
2019-04-03 21:12   ` Samuel Wales
2019-04-03 21:30   ` Russell Adams
2019-04-03 21:38     ` Samuel Wales

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='CAJcAo8tY_NeyEhqda+d7cHUg+xKxBrg19pXpwR+ScQfCDrB7=Q@mail.gmail.com' \
    --to=samologist@gmail.com \
    --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).