emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Fabian Braennstroem <f.braennstroem@gmx.de>
To: emacs-orgmode@gnu.org
Subject: Re: export all linked images with a certain property or tag
Date: Mon, 01 Oct 2007 20:34:26 +0000	[thread overview]
Message-ID: <fdrehj$7mn$1@sea.gmane.org> (raw)
In-Reply-To: <87sl4ug3z3.fsf@bzg.ath.cx>

Hi Bastien,

Bastien schrieb am 10/01/2007 05:05 PM:
> Fabian Braennstroem <f.braennstroem@gmx.de> writes:
> 
>> I am looking for a way to export linked images with a certain property
>> to html.
> 
> More generally, we could implement a way to restrict the exported text
> to some headlines, given certain conditions on the headline itself (and
> its text properties) and the properties in :PROPERTIES:.
> 
> Would that suit your specific needs?

Sounds good for me, maybe it would be good to add some kind
off 'comment-region', which will not be exported by default.
A small example:

* Pictures
** Germany :Project1:
:PROPERTIES:
 :Datum:2007
:END:
|-- Some Comment Begin ------------------------
- some text
|-- Some Comment End ------------------------

[[file:image.png]]
|-- Some Comment Begin ------------------------
- some text
|-- Some Comment End ------------------------

The html file would just show:
* Pictures
** Germany :Project1:
:PROPERTIES:
 :Datum:2007
:END:
[[file:image.png]]

This would be great for me ... but than it probably even
easier to just extract the picture and properties...
Another and maybe easier way for the export could be to
define the number of levels of a searched tag; then I would
reorganize my structure a bit:

* Pictures
** Germany :Project1:
:PROPERTIES:
 :Datum:2007
:END:

[[file:image.png]]
-some text

*** new level
- some text
*** new level 2
- some text


The html export with an argument of '2' could look like:

* Pictures
** Germany :Project1:
:PROPERTIES:
 :Datum:2007
:END:

[[file:image.png]]
-some text

This is probably easiest to implement and yet pretty powerfull!?
Greetings!
Fabian

  reply	other threads:[~2007-10-01 18:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-30 18:36 export all linked images with a certain property or tag Fabian Braennstroem
2007-10-01 17:05 ` Bastien
2007-10-01 20:34   ` Fabian Braennstroem [this message]
2007-10-01 23:50     ` Bastien
2007-10-02 21:19       ` Fabian Braennstroem
2007-10-02 22:47         ` Bastien
2007-10-03 10:30           ` Fabian Braennstroem
2007-10-03 12:24             ` Bastien
2007-10-03 17:01               ` Fabian Braennstroem
2007-10-03 18:11                 ` Fabian Braennstroem
2007-10-03 16:29                   ` Bastien

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='fdrehj$7mn$1@sea.gmane.org' \
    --to=f.braennstroem@gmx.de \
    --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).