emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ali Tofigh <alix.tofigh@gmail.com>
To: Miguel Ruiz <rbenit68@yahoo.es>
Cc: emacs-orgmode@gnu.org
Subject: Re: Listing filtered entries of a journal file with its datestamp
Date: Mon, 19 Apr 2010 13:47:20 -0400	[thread overview]
Message-ID: <z2qc8f5e1e41004191047na0b0af75oe5c17fe5a644d72@mail.gmail.com> (raw)
In-Reply-To: <451999.37493.qm@web23802.mail.ird.yahoo.com>

On Fri, Apr 16, 2010 at 12:09, Miguel Ruiz <rbenit68@yahoo.es> wrote:
> I have a simple journal .org file like this:
>
> ------Begin file---------------
> * <2010-04-16 fri>
> Subject 1
> Subject 2
> Subject 1
> Subject 40
>
> * <2010-04-17 sat>
> Subject 2
> Subject 3
> Subject 1
> Subject 40
> ------End file------------------
>
> Every subject is only one line.
>
> I would like to print the journal but including only the lines with a specific content, determined by a search, like the following
>
> -----Buffer to print---------
> * <2010-04-16 fri>
> Subject 1
> Subject 1
>
> * <2010-04-17 sat>
> Subject 1
> ------------------------------
>
> ------Another buffer to print-
> * <2010-04-16 fri>
> Subject 40
>
> * <2010-04-17 sat>
> Subject 40
> ------------------------------
>
> I have tried M-x org-occur, but only marks the searched string; I also have tried M-x occur, but generates a list without the dates, and cannot be printed.

try using headlines for the lines under your heading and then a sparse
tree with a regexp (C-c / /):

------Begin file---------------
* <2010-04-16 fri>
** Subject 1
** Subject 2
** Subject 1
** Subject 40

* <2010-04-17 sat>
** Subject 2
** Subject 3
** Subject 1
** Subject 40
------End file------------------

      reply	other threads:[~2010-04-19 17:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-16 16:09 Listing filtered entries of a journal file with its datestamp Miguel Ruiz
2010-04-19 17:47 ` Ali Tofigh [this message]

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=z2qc8f5e1e41004191047na0b0af75oe5c17fe5a644d72@mail.gmail.com \
    --to=alix.tofigh@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=rbenit68@yahoo.es \
    /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).