emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* #+CATEGORY line being archived
@ 2007-03-18 14:21 Leo
  2007-03-18 16:09 ` Bastien
  0 siblings, 1 reply; 7+ messages in thread
From: Leo @ 2007-03-18 14:21 UTC (permalink / raw)
  To: emacs-orgmode

Hello Carsten and list,

My org file structure is like the follow:
 
,----
| * Head1
|   * Done Task
|
| #+CATEGORY: CR
| #+ARCHIVE: %s_archive::* CR
|
| * CR
|   * anything
`----

I found that if I do 'C-c C-x C-s' on headline "Done Task", all text
up to the next headline "CR" is archived. This clearly is not the
right behavior. Am I doing something wrong or is this a bug?

I am running org-mode 4.68 on GNU Emacs 22.0.95.6 (i686-pc-linux-gnu,
GTK+ Version 2.10.8) of 2007-03-18.

Regards,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: #+CATEGORY line being archived
@ 2007-03-20 19:18 Jost Burkardt
  0 siblings, 0 replies; 7+ messages in thread
From: Jost Burkardt @ 2007-03-20 19:18 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik <dominik@science.uva.nl> writes:

> On Mar 18, 2007, at 17:09, Bastien wrote:
>
>> Leo <sdl.web@gmail.com> writes:
>>
>>> I found that if I do 'C-c C-x C-s' on headline "Done Task", all text
>>> up to the next headline "CR" is archived. This clearly is not the
>>> right behavior. Am I doing something wrong or is this a bug?
>>
>> I had this problem before and I'm now using #+ARCHIVE like this:
>>
>> ,----
>> | * Head1
>> |   * Done Task
>> |
>> | * CR
>> | #+CATEGORY: CR
>> | #+ARCHIVE: %s_archive::* CR
>> |   * anything
>> `----
>>
>
> This is a fundamental problem, for which there are only work-arounds,
> no solutions.  Because of the structure of an outline, there is no such
> thing as a "location between sections".  

One solution which comes to my mind is to bind 
#+CATEGORY: CR
to the previous heading, just the way the task keyword SCHEDULE, etc. do.

One possible use case, where this would break the actual beheavious,
which comes to my mind is categorisation of a task list, eg.

* Tasks
#+CATEGORY: @WORK
** TODO Task 1 
** TODO Task 2
#+CATEGORY: @HOME
** TODO Task 3

but maybe it would always be possible (and maybe more outliner like)
to categorize via additional Subheadings:

* Tasks
** @WORK
#+CATEGORY: @WORK
*** TODO Task 1 
*** TODO Task 2
** @HOME
#+CATEGORY: @HOME
** TODO Task 3

No Idea, how easy such an behaviour could be implemented.

Jost

PS. I was reading this list via gmane for a while, this is my first
post, so let me say, how much I appreciate this fantastic emacs-mode,
which definitely did change my personal planning to the better !

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-03-20 19:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-18 14:21 #+CATEGORY line being archived Leo
2007-03-18 16:09 ` Bastien
2007-03-18 16:44   ` Leo
2007-03-18 20:00   ` Carsten Dominik
2007-03-18 20:16     ` Leo
2007-03-18 23:42     ` Bastien
  -- strict thread matches above, loose matches on Subject: below --
2007-03-20 19:18 Jost Burkardt

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).