emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug in tag search
@ 2007-03-13 17:37 King Sun
  2007-03-13 17:57 ` Eddward DeVilla
  0 siblings, 1 reply; 2+ messages in thread
From: King Sun @ 2007-03-13 17:37 UTC (permalink / raw)
  To: emacs-orgmode

Hi, Carsten:

I would like to report a bug in org mode for tag search.

=== version infomation ===

emacs-version: 22.0.50.1
org-version: 4.68

=== example file ===

* root
** head1                                        :Tag1:
   this is head 1
** head2                                        :Tag2:
   this is head 2
** head3                                        :Tag3:
   this is head 3
** head4                                        :Tag1:
   this is head 4
** head5                                        :Tag2:
   this is head 5
** head6                                        :Tag3:
   this is head 6

=== 1. What exactly did you do? ===
do tag search by C-c \ Tag1

=== 2. What did you expect to happen? ===
* root
** head1                                        :Tag1:...
** head4                                        :Tag1:...

=== 3. What happened instead? ===
* root
** head1                                        :Tag1:...
** head2                                        :Tag2:...
** head4                                        :Tag1:...
** head5                                        :Tag2:...


this bug does not exist in org-4.52
--
King Sun

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

* Re: bug in tag search
  2007-03-13 17:37 bug in tag search King Sun
@ 2007-03-13 17:57 ` Eddward DeVilla
  0 siblings, 0 replies; 2+ messages in thread
From: Eddward DeVilla @ 2007-03-13 17:57 UTC (permalink / raw)
  To: King Sun; +Cc: emacs-orgmode

This looks like you need to adjust org-show-following-heading.
org-mode allows you to show the following header for context I
believe.  I got your expected behavior by disabling it.

Edd

On 3/13/07, King Sun <kingsuntw@gmail.com> wrote:
> Hi, Carsten:
>
> I would like to report a bug in org mode for tag search.
>
> === version infomation ===
>
> emacs-version: 22.0.50.1
> org-version: 4.68
>
> === example file ===
>
> * root
> ** head1                                        :Tag1:
>    this is head 1
> ** head2                                        :Tag2:
>    this is head 2
> ** head3                                        :Tag3:
>    this is head 3
> ** head4                                        :Tag1:
>    this is head 4
> ** head5                                        :Tag2:
>    this is head 5
> ** head6                                        :Tag3:
>    this is head 6
>
> === 1. What exactly did you do? ===
> do tag search by C-c \ Tag1
>
> === 2. What did you expect to happen? ===
> * root
> ** head1                                        :Tag1:...
> ** head4                                        :Tag1:...
>
> === 3. What happened instead? ===
> * root
> ** head1                                        :Tag1:...
> ** head2                                        :Tag2:...
> ** head4                                        :Tag1:...
> ** head5                                        :Tag2:...
>
>
> this bug does not exist in org-4.52
> --
> King Sun
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

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

end of thread, other threads:[~2007-03-13 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-13 17:37 bug in tag search King Sun
2007-03-13 17:57 ` Eddward DeVilla

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