* Remove orgx files
@ 2011-07-19 3:30 Nathan Neff
2011-07-27 12:37 ` Bastien
0 siblings, 1 reply; 7+ messages in thread
From: Nathan Neff @ 2011-07-19 3:30 UTC (permalink / raw)
To: emacs-orgmode
I've recently started using org-mode to export to html,
and I have empty .orgx files laying around in my directory.
Is there a way have the publish routine delete these .orgx files after
exporting,
or is there a way to specify that they should be created in ~/tmp or
something like that?
I can manually do it or put it in my batch script, but it seems like something
that should be done by org-mode, and I'm just missing something.
Thanks,
--Nate
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Remove orgx files
2011-07-19 3:30 Remove orgx files Nathan Neff
@ 2011-07-27 12:37 ` Bastien
2011-07-27 16:04 ` Carsten Dominik
0 siblings, 1 reply; 7+ messages in thread
From: Bastien @ 2011-07-27 12:37 UTC (permalink / raw)
To: Nathan Neff; +Cc: emacs-orgmode
Hi Nathan,
Nathan Neff <nathan.neff@gmail.com> writes:
> I've recently started using org-mode to export to html,
> and I have empty .orgx files laying around in my directory.
>
> Is there a way have the publish routine delete these .orgx files after
> exporting,
> or is there a way to specify that they should be created in ~/tmp or
> something like that?
it should be fixed now. .orgx files are no longer kept anywhere.
Thanks for spotting this,
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Remove orgx files
2011-07-27 12:37 ` Bastien
@ 2011-07-27 16:04 ` Carsten Dominik
2011-07-28 9:25 ` Bastien
0 siblings, 1 reply; 7+ messages in thread
From: Carsten Dominik @ 2011-07-27 16:04 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
On 27.7.2011, at 14:37, Bastien wrote:
> Hi Nathan,
>
> Nathan Neff <nathan.neff@gmail.com> writes:
>
>> I've recently started using org-mode to export to html,
>> and I have empty .orgx files laying around in my directory.
>>
>> Is there a way have the publish routine delete these .orgx files after
>> exporting,
>> or is there a way to specify that they should be created in ~/tmp or
>> something like that?
>
> it should be fixed now. .orgx files are no longer kept anywhere.
Hi Bastien,
I have not looked at you patch. But the orgx files are produced for
index and sitemap (I think) purposes. If a site has many files and the
index get recreated after republishing a single changed file, the orgx
files would be needed.
Cheers.
- Carsten
>
> Thanks for spotting this,
>
> --
> Bastien
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Remove orgx files
2011-07-27 16:04 ` Carsten Dominik
@ 2011-07-28 9:25 ` Bastien
2011-07-28 9:52 ` Carsten Dominik
0 siblings, 1 reply; 7+ messages in thread
From: Bastien @ 2011-07-28 9:25 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode
Hi Carsten,
Carsten Dominik <carsten.dominik@gmail.com> writes:
> I have not looked at you patch. But the orgx files are produced for
> index and sitemap (I think) purposes. If a site has many files and the
> index get recreated after republishing a single changed file, the orgx
> files would be needed.
Of course, you're right.
Org now stores .orgx files as dotted files: .file.orgx to hide them in
the current directory.
Also, I've committed a change so that theindex.org is produced directly
instead of producing theindex.inc and including it in theindex.org. It
feels more simple and this way theindex.org always get republished when
needed.
Best,
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Remove orgx files
2011-07-28 9:25 ` Bastien
@ 2011-07-28 9:52 ` Carsten Dominik
2011-07-28 15:30 ` Bastien
2011-07-28 16:21 ` Stefan Vollmar
0 siblings, 2 replies; 7+ messages in thread
From: Carsten Dominik @ 2011-07-28 9:52 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
On Jul 28, 2011, at 11:25 AM, Bastien wrote:
> Hi Carsten,
>
> Carsten Dominik <carsten.dominik@gmail.com> writes:
>
>> I have not looked at you patch. But the orgx files are produced for
>> index and sitemap (I think) purposes. If a site has many files and the
>> index get recreated after republishing a single changed file, the orgx
>> files would be needed.
>
> Of course, you're right.
>
> Org now stores .orgx files as dotted files: .file.orgx to hide them in
> the current directory.
>
> Also, I've committed a change so that theindex.org is produced directly
> instead of producing theindex.inc and including it in theindex.org. It
> feels more simple and this way theindex.org always get republished when
> needed.
Yes. I think the include mechanism was so that people could write
their own wrapper file in their own style around the index.
I am CCing Stefan who was the driving force behind the index development,
he might have a comment.
- Carsten
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Remove orgx files
2011-07-28 9:52 ` Carsten Dominik
@ 2011-07-28 15:30 ` Bastien
2011-07-28 16:21 ` Stefan Vollmar
1 sibling, 0 replies; 7+ messages in thread
From: Bastien @ 2011-07-28 15:30 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode
Hi Carsten,
Carsten Dominik <carsten.dominik@gmail.com> writes:
> Yes. I think the include mechanism was so that people could write
> their own wrapper file in their own style around the index.
> I am CCing Stefan who was the driving force behind the index development,
> he might have a comment.
I don't see Stefan in CC: -- maybe you added him in BCC?
In any case, I let Stefan DTRT here.
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Remove orgx files
2011-07-28 9:52 ` Carsten Dominik
2011-07-28 15:30 ` Bastien
@ 2011-07-28 16:21 ` Stefan Vollmar
1 sibling, 0 replies; 7+ messages in thread
From: Stefan Vollmar @ 2011-07-28 16:21 UTC (permalink / raw)
To: Carsten Dominik, Bastien; +Cc: emacs-orgmode Mode
[-- Attachment #1: Type: text/plain, Size: 1835 bytes --]
Dear Bastian,
dear Carsten,
we have just re-organized parts of our software documentation (Org-mode exlusively, of course) and I had a "colophon" section in mind with all Org source files and a short description of our workflow (it might be ready in a few days). Here is a link to the index page:
http://www.nf.mpg.de/vhist/doc/usage/theindex.html
demonstrating the idea behind the include mechanism.
Warm regards,
Stefan
On 28.07.2011, at 11:52, Carsten Dominik wrote:
>
> On Jul 28, 2011, at 11:25 AM, Bastien wrote:
>
>> Hi Carsten,
>>
>> Carsten Dominik <carsten.dominik@gmail.com> writes:
>>
>>> I have not looked at you patch. But the orgx files are produced for
>>> index and sitemap (I think) purposes. If a site has many files and the
>>> index get recreated after republishing a single changed file, the orgx
>>> files would be needed.
>>
>> Of course, you're right.
>>
>> Org now stores .orgx files as dotted files: .file.orgx to hide them in
>> the current directory.
>>
>> Also, I've committed a change so that theindex.org is produced directly
>> instead of producing theindex.inc and including it in theindex.org. It
>> feels more simple and this way theindex.org always get republished when
>> needed.
>
> Yes. I think the include mechanism was so that people could write
> their own wrapper file in their own style around the index.
> I am CCing Stefan who was the driving force behind the index development,
> he might have a comment.
>
> - Carsten
>
--
Dr. Stefan Vollmar, Dipl.-Phys.
Head of IT group
Max-Planck-Institut für neurologische Forschung
Gleuelerstr. 50, 50931 Köln, Germany
Tel.: +49-221-4726-213 FAX +49-221-4726-298
Tel.: +49-221-478-5713 Mobile: 0160-93874279
E-Mail: vollmar@nf.mpg.de http://www.nf.mpg.de
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4409 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-07-28 16:42 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-19 3:30 Remove orgx files Nathan Neff
2011-07-27 12:37 ` Bastien
2011-07-27 16:04 ` Carsten Dominik
2011-07-28 9:25 ` Bastien
2011-07-28 9:52 ` Carsten Dominik
2011-07-28 15:30 ` Bastien
2011-07-28 16:21 ` Stefan Vollmar
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).