* log-mode & archived entries
@ 2008-06-19 8:31 Dachsy
2008-06-19 8:47 ` Manuel Hermenegildo
0 siblings, 1 reply; 5+ messages in thread
From: Dachsy @ 2008-06-19 8:31 UTC (permalink / raw)
To: emacs-orgmode
Hi!
Once in a while (normaly once a month) I have to look what I have done
the last weeks. The log-mode would be perfect for this, unfortunately
it seems that it does not show any entries that are archived (normally
I archive done entries quite fast using
"org-archive-to-archive-sibling" since I don't want to clutter my .org
file).
Since I didn't find anything in the manual: Is there any way to
inherit the archived entries when pressing 'l' in the agenda view?
Thanks for this great emacs mode!
dachsy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: log-mode & archived entries
2008-06-19 8:31 Dachsy
@ 2008-06-19 8:47 ` Manuel Hermenegildo
0 siblings, 0 replies; 5+ messages in thread
From: Manuel Hermenegildo @ 2008-06-19 8:47 UTC (permalink / raw)
To: Dachsy; +Cc: emacs-orgmode
You may want to have a look at my post on
> - the use of org-agenda-skip-archived-trees toggling to control
> visibility of archived tasks. The key redefinitions that we use
> (everything goes to sibling archive) may be too much for other
> applications. Here we are just trying to make sure that we always
> use the archive to sibling method, since it preserves TAG
> inheritance, which is vital to keep archived tasks assigned to the
> person that had them assigned in the first place.
Carsten kindly stored it at:
> http://thread.gmane.org/gmane.emacs.orgmode/6701/focus%3D6732
Manuel
--
-------------------------------------------------------------------------------
Manuel Hermenegildo | Prof., C.S. Department
Director, IMDEA-Software and CLIP Group | T.U. of Madrid (UPM)
http://www.cliplab.org/herme | +34-91-336-7435 (W) -352-4819 (Fax)
-------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: log-mode & archived entries
@ 2008-06-19 13:09 Dachsy
2008-06-19 22:54 ` Carsten Dominik
0 siblings, 1 reply; 5+ messages in thread
From: Dachsy @ 2008-06-19 13:09 UTC (permalink / raw)
To: Manuel Hermenegildo; +Cc: emacs-orgmode
Hi!
On Thu, Jun 19, 2008 at 10:47:15AM +0200, Manuel Hermenegildo wrote:
> You may want to have a look at my post on
>
> > - the use of org-agenda-skip-archived-trees toggling to control
> > visibility of archived tasks. The key redefinitions that we use
> > (everything goes to sibling archive) may be too much for other
> > applications. Here we are just trying to make sure that we always
> > use the archive to sibling method, since it preserves TAG
> > inheritance, which is vital to keep archived tasks assigned to the
> > person that had them assigned in the first place.
>
> Carsten kindly stored it at:
>
> > http://thread.gmane.org/gmane.emacs.orgmode/6701/focus%3D6732
Hm, if I understand correctly, listing of archived tasks should work
simply by setting `org-agenda-skip-archived-trees` to nil, right?
I already tried that, but changing this variable (tried t and nil)
does not change the visibility of archived tasks - they are not
shown. I also tried your `my-org-agenda-toggle-seeing-archived`, which
gives me the message "Viewing archived tasks on" but doesn't show any
archived tasks (only the ones that are done but not yet archived).
Is this a bug?
BTW: I'm using org-6.05a.
Thanks,
dachsy
--
chris
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: log-mode & archived entries
2008-06-19 13:09 log-mode & archived entries Dachsy
@ 2008-06-19 22:54 ` Carsten Dominik
2008-06-19 23:00 ` Manuel Hermenegildo
0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2008-06-19 22:54 UTC (permalink / raw)
To: Dachsy; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 2205 bytes --]
On Jun 19, 2008, at 3:09 PM, Dachsy wrote:
> Hi!
>
> On Thu, Jun 19, 2008 at 10:47:15AM +0200, Manuel Hermenegildo wrote:
>
>> You may want to have a look at my post on
>>
>>> - the use of org-agenda-skip-archived-trees toggling to control
>>> visibility of archived tasks. The key redefinitions that we use
>>> (everything goes to sibling archive) may be too much for other
>>> applications. Here we are just trying to make sure that we always
>>> use the archive to sibling method, since it preserves TAG
>>> inheritance, which is vital to keep archived tasks assigned to the
>>> person that had them assigned in the first place.
>>
>> Carsten kindly stored it at:
>>
>>> http://thread.gmane.org/gmane.emacs.orgmode/6701/focus%3D6732
>
> Hm, if I understand correctly, listing of archived tasks should work
> simply by setting `org-agenda-skip-archived-trees` to nil, right?
>
> I already tried that, but changing this variable (tried t and nil)
> does not change the visibility of archived tasks - they are not
> shown.
Are you sure you are archiving to a sibling, not to a separate file?
> I also tried your `my-org-agenda-toggle-seeing-archived`, which
> gives me the message "Viewing archived tasks on" but doesn't show any
> archived tasks (only the ones that are done but not yet archived).
I was going to implement Manuels idea anyway, so I just did that.
If you pull the latest version from git, you have two new commands
in the agenda:
`v' will toggle the inclusion of trees with the ARCHIVE tag,
this includes obviously the archive sibling.
`C-u v' will include trees with ARCHIVE tag, and will also include
all archive files that are currently associated with your
agenda files.
Manuel, thanks for this nice idea. I did not implement your key
definitions,
in the hope that users will know that they are in a special view.
- Carsten
>
>
> Is this a bug?
> BTW: I'm using org-6.05a.
>
> Thanks,
> dachsy
> --
> chris
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[-- Attachment #1.2: Type: text/html, Size: 3806 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: log-mode & archived entries
2008-06-19 22:54 ` Carsten Dominik
@ 2008-06-19 23:00 ` Manuel Hermenegildo
0 siblings, 0 replies; 5+ messages in thread
From: Manuel Hermenegildo @ 2008-06-19 23:00 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode, Dachsy
> I was going to implement Manuels idea anyway, so I just did that.
> If you pull the latest version from git, you have two new commands
> in the agenda:
>
> `v' will toggle the inclusion of trees with the ARCHIVE tag,
> this includes obviously the archive sibling.
> `C-u v' will include trees with ARCHIVE tag, and will also include
> all archive files that are currently associated with your
> agenda files.
Wonderful, thanks!!!!! --Manuel
--
-------------------------------------------------------------------------------
Manuel Hermenegildo | Prof., C.S. Department
Director, IMDEA-Software and CLIP Group | T.U. of Madrid (UPM)
http://www.cliplab.org/herme | +34-91-336-7435 (W) -352-4819 (Fax)
-------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-06-19 23:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-19 13:09 log-mode & archived entries Dachsy
2008-06-19 22:54 ` Carsten Dominik
2008-06-19 23:00 ` Manuel Hermenegildo
-- strict thread matches above, loose matches on Subject: below --
2008-06-19 8:31 Dachsy
2008-06-19 8:47 ` Manuel Hermenegildo
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).