emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] A Babel block to #+INCLUDE all .org files of a directory


From: Andrea Rossetti
Subject: Re: [O] A Babel block to #+INCLUDE all .org files of a directory
Date: Sat, 30 Aug 2014 22:39:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt)

Hello,

Grant Rettke <address@hidden> writes:
> May you please discuss your use case that motivated this code?

  typical usage scenarios could be:

  1) write a book of many chapters, one main.org file
     and many second-level .org files, one file per chapter,
     and you don't want to manually write all the #INCLUDEs:

      main.org
        chapter01-the-intro.org
        chapter02-another-day-another-story.org
        chapter03-bad-day-emacs-froze-again.org
        ...
        chapter47-end.org

  2) write some reference manual (example: my_c_manual.org)
     that includes many .org files, every one of them shows usage
     and examples of a language keyword or library function:

      my_reference_manual.org
        abs.org
        ...
        printf.org
        strcpy.org

  Thanks to everyone for whatever feedback, kindest regards.

  Andrea



reply via email to

[Prev in Thread] Current Thread [Next in Thread]