From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-exp-blocks.el Date: Fri, 19 Dec 2008 09:39:54 +0100 Message-ID: References: <874p113syg.fsf@kassiopeya.MSHEIMNETZ> <874p10x3li.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: multipart/mixed; boundary="===============0970884986==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDau5-0004rm-3g for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 03:40:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDats-0004nV-Ps for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 03:40:09 -0500 Received: from [199.232.76.173] (port=60163 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDats-0004nN-Jv for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 03:40:00 -0500 Received: from ug-out-1314.google.com ([66.249.92.175]:30004) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDatq-0002hR-Jj for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 03:40:00 -0500 Received: by ug-out-1314.google.com with SMTP id 36so614656uga.17 for ; Fri, 19 Dec 2008 00:39:57 -0800 (PST) In-Reply-To: <874p10x3li.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: emacs-orgmode Org-Mode --===============0970884986== Content-Type: multipart/alternative; boundary=Apple-Mail-2-113208295 --Apple-Mail-2-113208295 Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Applied, thanks. - Carsten On Dec 19, 2008, at 4:10 AM, Eric Schulte wrote: > Sebastian Rose writes: > >> Hi Eric, >> >> >> This little patch fixes a problem in org-exp-blocs.el which leads =20 >> to an >> error, if one tries to run ditaa on a block with empty lines that =20 >> begin >> with a colon. >> > > Hi Sebastian, > > Thanks for catching this. Carsten, can you please apply this patch? > > Thanks -- Eric > >> >> diff --git a/org-exp-blocks.el b/org-exp-blocks.el >> index 26b999d..29bbf51 100644 >> --- a/org-exp-blocks.el >> +++ b/org-exp-blocks.el >> @@ -183,10 +183,10 @@ passed to the ditaa utility as command line =20 >> arguments." >> (error (format "Could not find ditaa.jar at %s" org-ditaa-jar-=20= >> path))) >> (setq body (if (string-match "^\\([^:\\|:[^ ]\\)" body) >> body >> - (mapconcat (lambda (x) (substring x 2)) >> + (mapconcat (lambda (x) (if (> (length x) 1) =20 >> (substring x 2) (substring x 1))) >> (org-split-string body "\n") >> "\n"))) >> >> >> >> Example file: >> >> --->8----------------------------->8-----------------------------=20 >> >8--- >> * First example >> >> #+begin_ditaa ditaa-all-examples.png -o -E >> : /----\ /----\ /----\ /----\ >> : |c33F| |cC02| |c1FF| |c1AB| >> : | | | | | | | | >> : \----/ \----/ \----/ \----/ >> : >> : Color codes: >> : /-------------+-------------\ >> : |cRED RED |cBLU BLU | >> : +-------------+-------------+ >> : |cGRE GRE |cPNK PNK | >> : +-------------+-------------+ >> : |cBLK BLK |cYEL YEL | >> : \-------------+-------------/ >> : >> : Die Optione -E verhindert die L=FCcke zwischen den Bl=F6cken. >> #+end_ditaa >> ---8=20 >> <-----------------------------8<-----------------------------8<--- >> >> >> I cannot produce the image in the first section anymore. Once I could >> export the whole thing and didn't change it since (current exported >> image is from 25. Nov). >> >> I figured it's because of the empty lines. If I put something =20 >> there, the >> image is created: >> >> --->8----------------------------->8-----------------------------=20 >> >8--- >> * First example >> >> #+begin_ditaa ditaa-all-examples.png -o -E >> : /----\ /----\ /----\ /----\ >> : |c33F| |cC02| |c1FF| |c1AB| >> : | | | | | | | | >> : \----/ \----/ \----/ \----/ >> : SOMETHING INSTEAD OF AN EMPTY LINE HERE >> : Color codes: >> : /-------------+-------------\ >> : |cRED RED |cBLU BLU | >> : +-------------+-------------+ >> : |cGRE GRE |cPNK PNK | >> : +-------------+-------------+ >> : |cBLK BLK |cYEL YEL | >> : \-------------+-------------/ >> : SOMETHING INSTEAD OF AN EMPTY LINE HERE >> : Die Optione -E verhindert die L=FCcke zwischen den Bl=F6cken. >> #+end_ditaa >> ---8=20 >> <-----------------------------8<-----------------------------8<--- >> >> >> >> >> >> With those empty lines I get >> >> ditaa-formatting... >> Args out of range: #(":" 0 1 (fontified t)), 2, 1 >> >> ...and with debug-on-error this backtrace: >> >> >> Debugger entered--Lisp error: (args-out-of-range #(":" 0 1 =20 >> (fontified t)) 2 1) >> substring(#(":" 0 1 (fontified t)) 2) >> (lambda (x) (substring x 2))(#(":" 0 1 (fontified t))) >> mapconcat((lambda (x) (substring x 2)) (#(": /----\\ /----\\ /----\=20= >> \ /----\\" 0 4 (face org-code fontified t) 4 8 (font-lock-multiline =20= >> t face org-code fontified t) 8 11 (face org-code fontified t) 11 15 =20= >> (font-lock-multiline t face org-code fontified t) 15 18 (face org-=20 >> code fontified t) 18 22 (font-lock-multiline t face org-code =20 >> fontified t) 22 25 (face org-code fontified t) 25 29 (font-lock-=20 >> multiline t face org-code fontified t)) #(": |c33F| |cC02| |c1FF| |=20= >> c1AB|" 0 29 (face org-code fontified t)) #(": | | | | | | =20= >> | |" 0 29 (face org-code fontified t)) #(": \\----/ \\----/ \=20 >> \----/ \\----/" 0 2 (face org-code fontified t) 2 4 (font-lock-=20 >> multiline t face org-code fontified t) 4 8 (font-lock-multiline t =20 >> face org-code fontified t) 8 9 (face org-code fontified t) 9 11 =20 >> (font-lock-multiline t face org-code fontified t) 11 15 (font-lock-=20= >> multiline t face org-code fontified t) 15 16 (face org-code =20 >> fontified t) 16 18 (font-lock-multiline t face org-code fontified =20 >> t) 18 22 (font-lock-multiline t face org-code fontified t) 22 23 =20 >> (face org-code fontified t) 23 25 (font-lock-multiline t face org-=20 >> code fontified t) 25 29 (font-lock-multiline t face org-code =20 >> fontified t)) #(":" 0 1 (fontified t)) #(": Color codes:" 0 14 =20 >> (face org-code fontified t)) #(": /-------------+-------------\\" 0 =20= >> 13 (face org-code fontified t) 13 17 (font-lock-multiline t face =20 >> org-code fontified t) 17 27 (face org-code fontified t) 27 31 (font-=20= >> lock-multiline t face org-code fontified t)) #(": |cRED RED |=20 >> cBLU BLU |" 0 31 (face org-code fontified t)) #(": =20 >> +-------------+-------------+" 0 2 (face org-code fontified t) 2 13 =20= >> (font-lock-multiline t face org-code fontified t) 13 17 (font-lock-=20= >> multiline t face org-code fontified t) 17 27 (face org-code =20 >> fontified t) 27 31 (font-lock-multiline t face org-code fontified =20 >> t)) #(": |cGRE GRE |cPNK PNK |" 0 31 (face org-code =20 >> fontified t)) #(": +-------------+-------------+" 0 2 (face org-=20 >> code fontified t) 2 13 (font-lock-multiline t face org-code =20 >> fontified t) 13 17 (font-lock-multiline t face org-code fontified =20 >> t) 17 27 (face org-code fontified t) 27 31 (font-lock-multiline t =20 >> face org-code fontified t)) #(": |cBLK BLK |cYEL YEL |" 0 =20 >> 31 (face org-code fontified t)) #(": \\-------------=20 >> +-------------/" 0 2 (face org-code fontified t) 2 4 (font-lock-=20 >> multiline t face org-code fontified t) 4 13 (face org-code =20 >> fontified t) 13 17 (font-lock-multiline t face org-code fontified =20 >> t) 17 27 (face org-code fontified t) 27 31 (font-lock-multiline t =20 >> face org-code fontified t)) #(":" 0 1 (fontified t)) #(": Die =20 >> Optione -E verhindert die L\x00fc\ cke zwischen den Bl\x00f6\ =20 >> cken." 0 59 (face org-code fontified t)) #(":" 0 1 (fontified t)) =20 >> #(": /--+" 0 3 (face org-code fontified t) 3 6 (font-lock-multiline =20= >> t face org-code fontified t)) #(": | |" 0 6 (face org-code =20 >> fontified t)) #(": +--/" 0 3 (face org-code fontified t) 3 6 (font-=20= >> lock-multiline t face org-code fontified t)) #(":" 0 1 (fontified =20 >> t)) #(": +---------+" 0 2 (face org-code fontified t) 2 9 (font-=20 >> lock-multiline t face org-code fontified t) 9 13 (font-lock-=20 >> multiline t face org-code fontified t)) #(": | cBLU |" 0 13 =20 >> (face org-code fontified t)) #(": | |" 0 13 (face org-code =20= >> fontified t)) #(": | +----+" 0 7 (face org-code fontified t) 7 9 =20= >> (font-lock-multiline t face org-code fontified t) 9 13 (font-lock-=20 >> multiline t face org-code fontified t)) #(": | |cPNK|" 0 13 =20 >> (face org-code fontified t)) #(": | | |" 0 13 (face org-code =20= >> fontified t)) #(": +----+----+" 0 2 (face org-code fontified t) 2 4 =20= >> (font-lock-multiline t face org-code fontified t) 4 8 (font-lock-=20 >> multiline t face org-code fontified t) 8 9 (face org-code fontified =20= >> t) 9 13 (font-lock-multiline t face org-code fontified t)) #(":" 0 =20= >> 1 (fontified t)) #(": +-----+ +-----+ +-----+" 0 2 (face org-code =20 >> fontified t) 2 5 (font-lock-multiline t face org-code fontified t) =20= >> 5 9 (font-lock-multiline t face org-code fontified t) 9 10 (face =20 >> org-code fontified t) 10 13 (font-lock-multiline t face org-code =20 >> fontified t) 13 17 (font-lock-multiline t face org-code fontified =20 >> t) 17 18 (face org-code fontified t) 18 21 (font-lock-multiline t =20 >> face org-code fontified t) 21 25 (font-lock-multiline t face org-=20 >> code fontified t)) #(": |{d} | |{s} | |{io} |" 0 25 (face org-=20 >> code fontified t)) #(": | | | | | |" 0 25 (face org-=20 >> code fontified t)) #(": | | | | | |" 0 25 (face org-=20 >> code fontified t)) #(": +-----+ +-----+ +-----+" 0 2 (face org-code =20= >> fontified t) 2 5 (font-lock-multiline t face org-code fontified t) =20= >> 5 9 (font-lock-multiline t face org-code fontified t) 9 10 (face =20 >> org-code fontified t) 10 13 (font-lock-multiline t face org-code =20 >> fontified t) 13 17 (font-lock-multiline t face org-code fontified =20 >> t) 17 18 (face org-code fontified t) 18 21 (font-lock-multiline t =20 >> face org-code fontified t) 21 25 (font-lock-multiline t face org-=20 >> code fontified t)) #(":" 0 1 (fontified t)) #(": ----+ /----\\ =20 >> +----+" 0 3 (face org-code fontified t) 3 7 (font-lock-multiline t =20= >> face org-code fontified t) 7 11 (face org-code fontified t) 11 15 =20 >> (font-lock-multiline t face org-code fontified t) 15 17 (face org-=20 >> code fontified t) 17 19 (font-lock-multiline t face org-code =20 >> fontified t) 19 23 (font-lock-multiline t face org-code fontified =20 >> t)) #(": : | | : |" 0 23 (face org-code fontified t)) =20 >> #(": | | | |{s} |" 0 23 (face org-code fontified t)) =20 >> #(": v \\-=3D--+ +----+" 0 9 (face org-code fontified t) 9 11 =20= >> (font-lock-multiline t face org-code fontified t) 11 12 (face org-=20 >> code fontified t) 12 15 (font-lock-multiline t face org-code =20 >> fontified t) 15 17 (face org-code fontified t) 17 19 (font-lock-=20 >> multiline t face org-code fontified t) 19 23 (font-lock-multiline t =20= >> face org-code fontified t)) #(":" 0 1 (fontified t)) #(": *----=20 >> * /--B1--B2" 0 2 (face org-code fontified t) 2 4 (font-lock-=20 >> multiline t face org-code fontified t) 4 8 (font-lock-multiline t =20 >> face org-code fontified t) 8 15 (face org-code fontified t) 15 18 =20 >> (font-lock-multiline t face org-code fontified t) 18 19 (face org-=20 >> code fontified t) 19 22 (font-lock-multiline t face org-code =20 >> fontified t) 22 23 (face org-code fontified t)) #(": | | |" =20= >> 0 15 (face org-code fontified t)) #(": * * -*--+--*--*" 0 12 =20 >> (face org-code fontified t) 12 15 (font-lock-multiline t face org-=20 >> code fontified t) 15 18 (font-lock-multiline t face org-code =20 >> fontified t) 18 21 (font-lock-multiline t face org-code fontified =20 >> t)) #(": | | |" 0 15 (face org-code fontified t)) #(": *----=20= >> * \\--*" 0 2 (face org-code fontified t) 2 4 (font-lock-=20 >> multiline t face org-code fontified t) 4 8 (font-lock-multiline t =20 >> face org-code fontified t) 8 14 (face org-code fontified t) 14 16 =20 >> (font-lock-multiline t face org-code fontified t) 16 18 (face org-=20 >> code fontified t)) #(":" 0 1 (fontified t)) #(": /-----------------\=20= >> \" 0 17 (face org-code fontified t) 17 21 (font-lock-multiline t =20 >> face org-code fontified t)) #(": | Things to do |" 0 21 (face =20 >> org-code fontified t)) #(": | cGRE |" 0 21 (face org-=20 >> code fontified t)) #(": | o Cut the grass |" 0 21 (face org-code =20 >> fontified t)) #(": | o Buy jam |" 0 21 (face org-code =20 >> fontified t)) ...) "\n") >> (if (string-match "^\\([^:\\|:[^ ]\\)" body) body (mapconcat =20 >> (lambda ... ...) (org-split-string body "\n") "\n")) >> (setq body (if (string-match "^\\([^:\\|:[^ ]\\)" body) body =20 >> (mapconcat ... ... "\n"))) >> (let ((out-file ...) (args ...) (data-file ...)) (unless (file-=20 >> exists-p org-ditaa-jar-path) (error ...)) (setq body (if ... =20 >> body ...)) (cond (... ... ... ... ...) (t ...))) >> org-export-blocks-format-ditaa(#(": /----\\ /----\\ /----\\ /----\\=20= >> \n: |c33F| |cC02| |c1FF| |c1AB|\n: | | | | | | | |\n: \=20= >> \----/ \\----/ \\----/ \\----/\n:\n: Color codes:\n: /-------------=20= >> +-------------\\\n: |cRED RED |cBLU BLU |\n: +-------------=20= >> +-------------+\n: |cGRE GRE |cPNK PNK |\n: +-------------=20 >> +-------------+\n: |cBLK BLK |cYEL YEL |\n: \\-------------=20= >> +-------------/\n:\n: Die Optione -E verhindert die L\x00fc\ cke =20 >> zwischen den Bl\x00f6\ cken.\n:\n: /--+\n: | |\n: +--/\n:\n: =20 >> +---------+\n: | cBLU |\n: | |\n: | +----+\n: | |=20 >> cPNK|\n: | | |\n: +----+----+\n:\n: +-----+ +-----+ +-----+=20 >> \n: |{d} | |{s} | |{io} |\n: | | | | | |\n: | | =20 >> | | | |\n: +-----+ +-----+ +-----+\n:\n: ----+ /----\\ =20 >> +----+\n: : | | : |\n: | | | |{s} |\n: v \=20= >> \-=3D--+ +----+\n:\n: *----* /--B1--B2\n: | | |\n: * = =20 >> * -*--+--*--*\n: | | |\n: *----* \\--*\n:=20 >> \n: /-----------------\\\n: | Things to do |\n: | =20 >> cGRE |\n: | o Cut the grass |\n: | o Buy jam |\n: =20= >> | o Fix car |\n: | o Make website |\n: \\-----------------/=20 >> \n" 0 4 (fontified t face org-code) 4 8 (fontified t face org-code =20= >> font-lock-multiline t) 8 11 (fontified t face org-code) 11 15 =20 >> (fontified t face org-code font-lock-multiline t) 15 18 (fontified =20= >> t face org-code) 18 22 (fontified t face org-code font-lock-=20 >> multiline t) 22 25 (fontified t face org-code) 25 29 (fontified t =20 >> face org-code font-lock-multiline t) 29 30 (fontified t face org-=20 >> code) 30 60 (fontified t face org-code) 60 90 (fontified t face org-=20= >> code) 90 92 (fontified t face org-code) 92 94 (fontified t face org-=20= >> code font-lock-multiline t) 94 98 (fontified t face org-code font-=20 >> lock-multiline t) 98 99 (fontified t face org-code) 99 101 =20 >> (fontified t face org-code font-lock-multiline t) 101 105 =20 >> (fontified t face org-code font-lock-multiline t) 105 106 =20 >> (fontified t face org-code) 106 108 (fontified t face org-code font-=20= >> lock-multiline t) 108 112 (fontified t face org-code font-lock-=20 >> multiline t) 112 113 (fontified t face org-code) 113 115 (fontified =20= >> t face org-code font-lock-multiline t) 115 119 (fontified t face =20 >> org-code font-lock-multiline t) 119 120 (fontified t face org-code) =20= >> 120 122 (fontified t) 122 137 (fontified t face org-code) 137 150 =20 >> (fontified t face org-code) 150 154 (fontified t face org-code font-=20= >> lock-multiline t) 154 164 (fontified t face org-code) 164 168 =20 >> (fontified t face org-code font-lock-multiline t) 168 169 =20 >> (fontified t face org-code) 169 201 (fontified t face org-code) 201 =20= >> 203 (fontified t face org-code) 203 214 (fontified t face org-code =20= >> font-lock-multiline t) 214 218 (fontified t face org-code font-lock-=20= >> multiline t) 218 228 (fontified t face org-code) 228 232 (fontified =20= >> t face org-code font-lock-multiline t) 232 233 (fontified t face =20 >> org-code) 233 265 (fontified t face org-code) 265 267 (fontified t =20= >> face org-code) 267 278 (fontified t face org-code font-lock-=20 >> multiline t) 278 282 (fontified t face org-code font-lock-multiline =20= >> t) 282 292 (fontified t face org-code) 292 296 (fontified t face =20 >> org-code font-lock-multiline t) 296 297 (fontified t face org-code) =20= >> 297 329 (fontified t face org-code) 329 331 (fontified t face org-=20 >> code) 331 333 (fontified t face org-code font-lock-multiline t) 333 =20= >> 342 (fontified t face org-code) 342 346 (fontified t face org-code =20= >> font-lock-multiline t) 346 356 (fontified t face org-code) 356 360 =20= >> (fontified t face org-code font-lock-multiline t) 360 361 =20 >> (fontified t face org-code) 361 363 (fontified t) 363 423 =20 >> (fontified t face org-code) 423 425 (fontified t) 425 428 =20 >> (fontified t face org-code) 428 431 (fontified t face org-code font-=20= >> lock-multiline t) 431 432 (fontified t face org-code) 432 439 =20 >> (fontified t face org-code) 439 442 (fontified t face org-code) 442 =20= >> 445 (fontified t face org-code font-lock-multiline t) 445 446 =20 >> (fontified t face org-code) 446 448 (fontified t) 448 450 =20 >> (fontified t face org-code) 450 457 (fontified t face org-code font-=20= >> lock-multiline t) 457 461 (fontified t face org-code font-lock-=20 >> multiline t) 461 462 (fontified t face org-code) 462 476 (fontified =20= >> t face org-code) 476 490 (fontified t face org-code) 490 497 =20 >> (fontified t face org-code) 497 499 (fontified t face org-code font-=20= >> lock-multiline t) 499 503 (fontified t face org-code font-lock-=20 >> multiline t) 503 504 (fontified t face org-code) 504 518 (fontified =20= >> t face org-code) 518 532 (fontified t face org-code) 532 534 =20 >> (fontified t face org-code) 534 536 (fontified t face org-code font-=20= >> lock-multiline t) 536 540 (fontified t face org-code font-lock-=20 >> multiline t) 540 541 (fontified t face org-code) 541 545 (fontified =20= >> t face org-code font-lock-multiline t) 545 546 (fontified t face =20 >> org-code) 546 548 (fontified t) 548 550 (fontified t face org-code) =20= >> 550 553 (fontified t face org-code font-lock-multiline t) 553 557 =20 >> (fontified t face org-code font-lock-multiline t) 557 558 =20 >> (fontified t face org-code) 558 561 (fontified t face org-code font-=20= >> lock-multiline t) 561 565 (fontified t face org-code font-lock-=20 >> multiline t) 565 566 (fontified t face org-code) 566 569 (fontified =20= >> t face org-code font-lock-multiline t) 569 573 (fontified t face =20 >> org-code font-lock-multiline t) 573 574 (fontified t face org-code) =20= >> 574 600 (fontified t face org-code) 600 626 (fontified t face org-=20 >> code) 626 652 (fontified t face org-code) 652 654 (fontified t face =20= >> org-code) 654 657 (fontified t face org-code font-lock-multiline t) =20= >> 657 661 (fontified t face org-code font-lock-multiline t) 661 662 =20 >> (fontified t face org-code) 662 665 (fontified t face org-code font-=20= >> lock-multiline t) 665 669 (fontified t face org-code font-lock-=20 >> multiline t) 669 670 (fontified t face org-code) 670 673 (fontified =20= >> t face org-code font-lock-multiline t) 673 677 (fontified t face =20 >> org-code font-lock-multiline t) 677 678 (fontified t face org-code) =20= >> 678 680 (fontified t) 680 683 (fontified t face org-code) 683 687 =20 >> (fontified t face org-code font-lock-multiline t) 687 691 =20 >> (fontified t face org-code) 691 695 (fontified t face org-code font-=20= >> lock-multiline t) 695 697 (fontified t face org-code) 697 699 =20 >> (fontified t face org-code font-lock-multiline t) 699 703 =20 >> (fontified t face org-code font-lock-multiline t) 703 704 =20 >> (fontified t face org-code) 704 728 (fontified t face org-code) 728 =20= >> 752 (fontified t face org-code) 752 761 (fontified t face org-code) =20= >> 761 763 (fontified t face org-code font-lock-multiline t) 763 764 =20 >> (fontified t face org-code) 764 767 (fontified t face org-code font-=20= >> lock-multiline t) 767 769 (fontified t face org-code) 769 771 =20 >> (fontified t face org-code font-lock-multiline t) 771 775 =20 >> (fontified t face org-code font-lock-multiline t) 775 776 =20 >> (fontified t face org-code) 776 778 (fontified t) 778 780 =20 >> (fontified t face org-code) 780 782 (fontified t face org-code font-=20= >> lock-multiline t) 782 786 (fontified t face org-code font-lock-=20 >> multiline t) 786 793 (fontified t face org-code) 793 796 (fontified =20= >> t face org-code font-lock-multiline t) 796 797 (fontified t face =20 >> org-code) 797 800 (fontified t face org-code font-lock-multiline t) =20= >> 800 802 (fontified t face org-code) 802 818 (fontified t face org-=20 >> code) 818 830 (fontified t face org-code) 830 833 (fontified t face =20= >> org-code font-lock-multiline t) 833 836 (fontified t face org-code =20= >> font-lock-multiline t) 836 839 (fontified t face org-code font-lock-=20= >> multiline t) 839 840 (fontified t face org-code) 840 856 (fontified =20= >> t face org-code) 856 858 (fontified t face org-code) 858 860 =20 >> (fontified t face org-code font-lock-multiline t) 860 864 =20 >> (fontified t face org-code font-lock-multiline t) 864 870 =20 >> (fontified t face org-code) 870 872 (fontified t face org-code font-=20= >> lock-multiline t) 872 875 (fontified t face org-code) 875 877 =20 >> (fontified t) 877 894 (fontified t face org-code) 894 898 =20 >> (fontified t face org-code font-lock-multiline t) 898 899 =20 >> (fontified t face org-code) 899 921 (fontified t face org-code) 921 =20= >> 943 (fontified t face org-code) 943 965 (fontified t face org-code) =20= >> 965 987 (fontified t face org-code) 987 1009 (fontified t face org-=20= >> code) 1009 1031 (fontified t face org-code) 1031 1033 (fontified t =20= >> face org-code) 1033 1035 (fontified t face org-code font-lock-=20 >> multiline t) 1035 1048 (fontified t face org-code) 1048 1052 =20 >> (fontified t face org-code font-lock-multiline t) 1052 1053 =20 >> (fontified t face org-code)) #("ditaa-all-examples.png" 0 22 (face =20= >> font-lock-comment-face fontified t)) #("-o" 0 2 (face font-lock-=20 >> comment-face fontified t)) #("-E" 0 2 (face font-lock-comment-face =20= >> fontified t))) >> apply(org-export-blocks-format-ditaa #(": /----\\ /----\\ /----\=20 >> \ /----\\\n: |c33F| |cC02| |c1FF| |c1AB|\n: | | | | | | =20 >> | |\n: \\----/ \\----/ \\----/ \\----/\n:\n: Color codes:=20 >> \n: /-------------+-------------\\\n: |cRED RED |cBLU BLU |=20= >> \n: +-------------+-------------+\n: |cGRE GRE |cPNK PNK |=20 >> \n: +-------------+-------------+\n: |cBLK BLK |cYEL YEL |=20 >> \n: \\-------------+-------------/\n:\n: Die Optione -E verhindert =20= >> die L\x00fc\ cke zwischen den Bl\x00f6\ cken.\n:\n: /--+\n: | |\n: =20= >> +--/\n:\n: +---------+\n: | cBLU |\n: | |\n: | +----+=20= >> \n: | |cPNK|\n: | | |\n: +----+----+\n:\n: +-----+ +-----+ =20= >> +-----+\n: |{d} | |{s} | |{io} |\n: | | | | | |\n: =20 >> | | | | | |\n: +-----+ +-----+ +-----+\n:\n: ----=20 >> + /----\\ +----+\n: : | | : |\n: | | | |{s} |=20= >> \n: v \\-=3D--+ +----+\n:\n: *----* /--B1--B2\n: | =20 >> | |\n: * * -*--+--*--*\n: | | |\n: *----* \\--=20= >> *\n:\n: /-----------------\\\n: | Things to do |\n: | =20 >> cGRE |\n: | o Cut the grass |\n: | o Buy jam |\n: =20= >> | o Fix car |\n: | o Make website |\n: \\-----------------/=20 >> \n" 0 4 (fontified t face org-code) 4 8 (fontified t face org-code =20= >> font-lock-multiline t) 8 11 (fontified t face org-code) 11 15 =20 >> (fontified t face org-code font-lock-multiline t) 15 18 (fontified =20= >> t face org-code) 18 22 (fontified t face org-code font-lock-=20 >> multiline t) 22 25 (fontified t face org-code) 25 29 (fontified t =20 >> face org-code font-lock-multiline t) 29 30 (fontified t face org-=20 >> code) 30 60 (fontified t face org-code) 60 90 (fontified t face org-=20= >> code) 90 92 (fontified t face org-code) 92 94 (fontified t face org-=20= >> code font-lock-multiline t) 94 98 (fontified t face org-code font-=20 >> lock-multiline t) 98 99 (fontified t face org-code) 99 101 =20 >> (fontified t face org-code font-lock-multiline t) 101 105 =20 >> (fontified t face org-code font-lock-multiline t) 105 106 =20 >> (fontified t face org-code) 106 108 (fontified t face org-code font-=20= >> lock-multiline t) 108 112 (fontified t face org-code font-lock-=20 >> multiline t) 112 113 (fontified t face org-code) 113 115 (fontified =20= >> t face org-code font-lock-multiline t) 115 119 (fontified t face =20 >> org-code font-lock-multiline t) 119 120 (fontified t face org-code) =20= >> 120 122 (fontified t) 122 137 (fontified t face org-code) 137 150 =20 >> (fontified t face org-code) 150 154 (fontified t face org-code font-=20= >> lock-multiline t) 154 164 (fontified t face org-code) 164 168 =20 >> (fontified t face org-code font-lock-multiline t) 168 169 =20 >> (fontified t face org-code) 169 201 (fontified t face org-code) 201 =20= >> 203 (fontified t face org-code) 203 214 (fontified t face org-code =20= >> font-lock-multiline t) 214 218 (fontified t face org-code font-lock-=20= >> multiline t) 218 228 (fontified t face org-code) 228 232 (fontified =20= >> t face org-code font-lock-multiline t) 232 233 (fontified t face =20 >> org-code) 233 265 (fontified t face org-code) 265 267 (fontified t =20= >> face org-code) 267 278 (fontified t face org-code font-lock-=20 >> multiline t) 278 282 (fontified t face org-code font-lock-multiline =20= >> t) 282 292 (fontified t face org-code) 292 296 (fontified t face =20 >> org-code font-lock-multiline t) 296 297 (fontified t face org-code) =20= >> 297 329 (fontified t face org-code) 329 331 (fontified t face org-=20 >> code) 331 333 (fontified t face org-code font-lock-multiline t) 333 =20= >> 342 (fontified t face org-code) 342 346 (fontified t face org-code =20= >> font-lock-multiline t) 346 356 (fontified t face org-code) 356 360 =20= >> (fontified t face org-code font-lock-multiline t) 360 361 =20 >> (fontified t face org-code) 361 363 (fontified t) 363 423 =20 >> (fontified t face org-code) 423 425 (fontified t) 425 428 =20 >> (fontified t face org-code) 428 431 (fontified t face org-code font-=20= >> lock-multiline t) 431 432 (fontified t face org-code) 432 439 =20 >> (fontified t face org-code) 439 442 (fontified t face org-code) 442 =20= >> 445 (fontified t face org-code font-lock-multiline t) 445 446 =20 >> (fontified t face org-code) 446 448 (fontified t) 448 450 =20 >> (fontified t face org-code) 450 457 (fontified t face org-code font-=20= >> lock-multiline t) 457 461 (fontified t face org-code font-lock-=20 >> multiline t) 461 462 (fontified t face org-code) 462 476 (fontified =20= >> t face org-code) 476 490 (fontified t face org-code) 490 497 =20 >> (fontified t face org-code) 497 499 (fontified t face org-code font-=20= >> lock-multiline t) 499 503 (fontified t face org-code font-lock-=20 >> multiline t) 503 504 (fontified t face org-code) 504 518 (fontified =20= >> t face org-code) 518 532 (fontified t face org-code) 532 534 =20 >> (fontified t face org-code) 534 536 (fontified t face org-code font-=20= >> lock-multiline t) 536 540 (fontified t face org-code font-lock-=20 >> multiline t) 540 541 (fontified t face org-code) 541 545 (fontified =20= >> t face org-code font-lock-multiline t) 545 546 (fontified t face =20 >> org-code) 546 548 (fontified t) 548 550 (fontified t face org-code) =20= >> 550 553 (fontified t face org-code font-lock-multiline t) 553 557 =20 >> (fontified t face org-code font-lock-multiline t) 557 558 =20 >> (fontified t face org-code) 558 561 (fontified t face org-code font-=20= >> lock-multiline t) 561 565 (fontified t face org-code font-lock-=20 >> multiline t) 565 566 (fontified t face org-code) 566 569 (fontified =20= >> t face org-code font-lock-multiline t) 569 573 (fontified t face =20 >> org-code font-lock-multiline t) 573 574 (fontified t face org-code) =20= >> 574 600 (fontified t face org-code) 600 626 (fontified t face org-=20 >> code) 626 652 (fontified t face org-code) 652 654 (fontified t face =20= >> org-code) 654 657 (fontified t face org-code font-lock-multiline t) =20= >> 657 661 (fontified t face org-code font-lock-multiline t) 661 662 =20 >> (fontified t face org-code) 662 665 (fontified t face org-code font-=20= >> lock-multiline t) 665 669 (fontified t face org-code font-lock-=20 >> multiline t) 669 670 (fontified t face org-code) 670 673 (fontified =20= >> t face org-code font-lock-multiline t) 673 677 (fontified t face =20 >> org-code font-lock-multiline t) 677 678 (fontified t face org-code) =20= >> 678 680 (fontified t) 680 683 (fontified t face org-code) 683 687 =20 >> (fontified t face org-code font-lock-multiline t) 687 691 =20 >> (fontified t face org-code) 691 695 (fontified t face org-code font-=20= >> lock-multiline t) 695 697 (fontified t face org-code) 697 699 =20 >> (fontified t face org-code font-lock-multiline t) 699 703 =20 >> (fontified t face org-code font-lock-multiline t) 703 704 =20 >> (fontified t face org-code) 704 728 (fontified t face org-code) 728 =20= >> 752 (fontified t face org-code) 752 761 (fontified t face org-code) =20= >> 761 763 (fontified t face org-code font-lock-multiline t) 763 764 =20 >> (fontified t face org-code) 764 767 (fontified t face org-code font-=20= >> lock-multiline t) 767 769 (fontified t face org-code) 769 771 =20 >> (fontified t face org-code font-lock-multiline t) 771 775 =20 >> (fontified t face org-code font-lock-multiline t) 775 776 =20 >> (fontified t face org-code) 776 778 (fontified t) 778 780 =20 >> (fontified t face org-code) 780 782 (fontified t face org-code font-=20= >> lock-multiline t) 782 786 (fontified t face org-code font-lock-=20 >> multiline t) 786 793 (fontified t face org-code) 793 796 (fontified =20= >> t face org-code font-lock-multiline t) 796 797 (fontified t face =20 >> org-code) 797 800 (fontified t face org-code font-lock-multiline t) =20= >> 800 802 (fontified t face org-code) 802 818 (fontified t face org-=20 >> code) 818 830 (fontified t face org-code) 830 833 (fontified t face =20= >> org-code font-lock-multiline t) 833 836 (fontified t face org-code =20= >> font-lock-multiline t) 836 839 (fontified t face org-code font-lock-=20= >> multiline t) 839 840 (fontified t face org-code) 840 856 (fontified =20= >> t face org-code) 856 858 (fontified t face org-code) 858 860 =20 >> (fontified t face org-code font-lock-multiline t) 860 864 =20 >> (fontified t face org-code font-lock-multiline t) 864 870 =20 >> (fontified t face org-code) 870 872 (fontified t face org-code font-=20= >> lock-multiline t) 872 875 (fontified t face org-code) 875 877 =20 >> (fontified t) 877 894 (fontified t face org-code) 894 898 =20 >> (fontified t face org-code font-lock-multiline t) 898 899 =20 >> (fontified t face org-code) 899 921 (fontified t face org-code) 921 =20= >> 943 (fontified t face org-code) 943 965 (fontified t face org-code) =20= >> 965 987 (fontified t face org-code) 987 1009 (fontified t face org-=20= >> code) 1009 1031 (fontified t face org-code) 1031 1033 (fontified t =20= >> face org-code) 1033 1035 (fontified t face org-code font-lock-=20 >> multiline t) 1035 1048 (fontified t face org-code) 1048 1052 =20 >> (fontified t face org-code font-lock-multiline t) 1052 1053 =20 >> (fontified t face org-code)) (#("ditaa-all-examples.png" 0 22 (face =20= >> font-lock-comment-face fontified t)) #("-o" 0 2 (face font-lock-=20 >> comment-face fontified t)) #("-E" 0 2 (face font-lock-comment-face =20= >> fontified t)))) >> (if (memq type blocks) "" (apply func (match-string 3) (split-=20 >> string ... " "))) >> (progn (if (memq type blocks) "" (apply func ... ...))) >> (unwind-protect (progn (if ... "" ...)) (set-match-data save-match-=20= >> data-internal (quote evaporate))) >> (let ((save-match-data-internal ...)) (unwind-protect (progn ...) =20= >> (set-match-data save-match-data-internal ...))) >> (save-match-data (if (memq type blocks) "" (apply func ... ...))) >> (replace-match (save-match-data (if ... "" ...)) t t) >> (if (setf func (cadr ...)) (replace-match (save-match-data ...) t =20= >> t)) >> (while (re-search-forward "^#\\+begin_\\(\\S-+\\)[ ]*\\(.*\\)?[.=20 >> \n]\\([^.]*?\\)#\\+end_\\S-*[.\n]" nil t) (save-match-data (setf =20 >> type ...)) (unless (memq type types) (setf types ...)) (setf end =20 >> (save-match-data ...)) (interblock start end type) (if (setf =20 >> func ...) (replace-match ... t t)) (setf start (save-match-=20 >> data ...))) >> (progn (fset (quote interblock) (function* ...)) (goto-char (point-=20= >> min)) (setf start (point)) (while (re-search-forward "^#\\+begin_\\=20= >> (\\S-+\\)[ ]*\\(.*\\)?[.\n]\\([^.]*?\\)#\\+end_\\S-*[.\n]" nil t) =20= >> (save-match-data ...) (unless ... ...) (setf end ...) (interblock =20 >> start end type) (if ... ...) (setf start ...)) (mapcar =20 >> (lambda ... ...) types)) >> (unwind-protect (progn (fset ... ...) (goto-char ...) (setf =20 >> start ...) (while ... ... ... ... ... ... ...) (mapcar ... types)) =20= >> (if --cl-letf-bound-- (fset ... --cl-letf-save--) (fmakunbound ...))) >> (let* ((--cl-letf-bound-- ...) (--cl-letf-save-- ...)) (unwind-=20 >> protect (progn ... ... ... ... ...) (if --cl-letf-bound-- ... ...))) >> (letf ((... ...)) (goto-char (point-min)) (setf start (point)) =20 >> (while (re-search-forward "^#\\+begin_\\(\\S-+\\)[ ]*\\(.*\\)?[.\n]=20= >> \\([^.]*?\\)#\\+end_\\S-*[.\n]" nil t) (save-match-data ...) =20 >> (unless ... ...) (setf end ...) (interblock start end type) =20 >> (if ... ...) (setf start ...)) (mapcar (lambda ... ...) types)) >> (letf* ((... ...)) (goto-char (point-min)) (setf start (point)) =20 >> (while (re-search-forward "^#\\+begin_\\(\\S-+\\)[ ]*\\(.*\\)?[.\n]=20= >> \\([^.]*?\\)#\\+end_\\S-*[.\n]" nil t) (save-match-data ...) =20 >> (unless ... ...) (setf end ...) (interblock start end type) =20 >> (if ... ...) (setf start ...)) (mapcar (lambda ... ...) types)) >> (flet ((interblock ... ...)) (goto-char (point-min)) (setf start =20 >> (point)) (while (re-search-forward "^#\\+begin_\\(\\S-+\\)[ ]*\\(.*=20= >> \\)?[.\n]\\([^.]*?\\)#\\+end_\\S-*[.\n]" nil t) (save-match-=20 >> data ...) (unless ... ...) (setf end ...) (interblock start end =20 >> type) (if ... ...) (setf start ...)) (mapcar (lambda ... ...) types)) >> (let ((count 0) (blocks org-export-blocks-witheld) (case-fold-=20 >> search t) (types ...) type func start end) (flet (...) (goto-=20 >> char ...) (setf start ...) (while ... ... ... ... ... ... ...) =20 >> (mapcar ... types))) >> (save-window-excursion (let (... ... ... ... type func start end) =20= >> (flet ... ... ... ... ...))) >> org-export-blocks-preprocess() >> run-hooks(org-export-preprocess-hook) >> (save-current-buffer (set-buffer (get-buffer-create " org-mode-=20 >> tmp")) (erase-buffer) (insert string) (setq case-fold-search t) =20 >> (run-hooks (quote org-export-preprocess-hook)) (org-export-kill-=20 >> licensed-text) (let (...) (org-mode)) (setq case-fold-search t) =20 >> (untabify (point-min) (point-max)) (org-export-handle-include-=20 >> files) (org-export-handle-export-tags (plist-get parameters :select-=20= >> tags) (plist-get parameters :exclude-tags)) (org-export-replace-src-=20= >> segments) (setq target-alist (org-export-define-heading-targets =20 >> target-alist)) (org-export-remove-or-extract-drawers drawers (plist-=20= >> get parameters :drawers)) (when (plist-get parameters :skip-=20 >> before-1st-heading) (goto-char ...) (when ... ... ... ...)) (when =20 >> (plist-get parameters :add-text) (goto-char ...) (insert ... "\n")) =20= >> (org-export-remove-archived-trees archived-trees) (org-export-=20 >> remove-headline-metadata parameters) (setq target-alist (org-export-=20= >> handle-invisible-targets target-alist)) (org-export-protect-=20 >> examples (if asciip ... nil)) (org-export-select-backend-specific-=20 >> text backend) (org-export-protect-quoted-subtrees) (org-export-=20 >> protect-verbatim) (org-export-mark-blockquote-and-verse) (setq =20 >> target-alist (org-export-attach-captions-and-attributes backend =20 >> target-alist)) (org-export-remove-comment-blocks-and-subtrees) (org-=20= >> export-mark-radio-links) (org-export-concatenate-multiline-links) =20 >> (org-export-normalize-links) (org-export-target-internal-links =20 >> target-alist) (when (plist-get parameters :emph-multiline) (org-=20 >> export-concatenate-multiline-emphasis)) (when org-export-table-=20 >> remove-special-lines (org-export-remove-special-table-lines)) (when =20= >> latexp (require ... nil) (org-export-latex-preprocess)) (when =20 >> asciip (org-export-ascii-preprocess)) (when htmlp (org-export-html-=20= >> preprocess parameters)) (org-export-handle-comments (plist-get =20 >> parameters :comments)) (setq rtn (buffer-string))) >> (with-current-buffer (get-buffer-create " org-mode-tmp") (erase-=20 >> buffer) (insert string) (setq case-fold-search t) (run-hooks (quote =20= >> org-export-preprocess-hook)) (org-export-kill-licensed-text) (let =20 >> (...) (org-mode)) (setq case-fold-search t) (untabify (point-min) =20 >> (point-max)) (org-export-handle-include-files) (org-export-handle-=20 >> export-tags (plist-get parameters :select-tags) (plist-get =20 >> parameters :exclude-tags)) (org-export-replace-src-segments) (setq =20= >> target-alist (org-export-define-heading-targets target-alist)) (org-=20= >> export-remove-or-extract-drawers drawers (plist-get =20 >> parameters :drawers)) (when (plist-get parameters :skip-before-1st-=20= >> heading) (goto-char ...) (when ... ... ... ...)) (when (plist-get =20 >> parameters :add-text) (goto-char ...) (insert ... "\n")) (org-=20 >> export-remove-archived-trees archived-trees) (org-export-remove-=20 >> headline-metadata parameters) (setq target-alist (org-export-handle-=20= >> invisible-targets target-alist)) (org-export-protect-examples (if =20 >> asciip ... nil)) (org-export-select-backend-specific-text backend) =20= >> (org-export-protect-quoted-subtrees) (org-export-protect-verbatim) =20= >> (org-export-mark-blockquote-and-verse) (setq target-alist (org-=20 >> export-attach-captions-and-attributes backend target-alist)) (org-=20 >> export-remove-comment-blocks-and-subtrees) (org-export-mark-radio-=20 >> links) (org-export-concatenate-multiline-links) (org-export-=20 >> normalize-links) (org-export-target-internal-links target-alist) =20 >> (when (plist-get parameters :emph-multiline) (org-export-=20 >> concatenate-multiline-emphasis)) (when org-export-table-remove-=20 >> special-lines (org-export-remove-special-table-lines)) (when latexp =20= >> (require ... nil) (org-export-latex-preprocess)) (when asciip (org-=20= >> export-ascii-preprocess)) (when htmlp (org-export-html-preprocess =20 >> parameters)) (org-export-handle-comments (plist-get =20 >> parameters :comments)) (setq rtn (buffer-string))) >> (let* ((htmlp ...) (asciip ...) (latexp ...) (backend ...) =20 >> (archived-trees ...) (inhibit-read-only t) (drawers org-drawers) =20 >> (outline-regexp "\\*+ ") target-alist rtn) (setq org-export-target-=20= >> aliases nil) (with-current-buffer (get-buffer-create " org-mode-=20 >> tmp") (erase-buffer) (insert string) (setq case-fold-search t) (run-=20= >> hooks ...) (org-export-kill-licensed-text) (let ... ...) (setq case-=20= >> fold-search t) (untabify ... ...) (org-export-handle-include-files) =20= >> (org-export-handle-export-tags ... ...) (org-export-replace-src-=20 >> segments) (setq target-alist ...) (org-export-remove-or-extract-=20 >> drawers drawers ...) (when ... ... ...) (when ... ... ...) (org-=20 >> export-remove-archived-trees archived-trees) (org-export-remove-=20 >> headline-metadata parameters) (setq target-alist ...) (org-export-=20 >> protect-examples ...) (org-export-select-backend-specific-text =20 >> backend) (org-export-protect-quoted-subtrees) (org-export-protect-=20 >> verbatim) (org-export-mark-blockquote-and-verse) (setq target-=20 >> alist ...) (org-export-remove-comment-blocks-and-subtrees) (org-=20 >> export-mark-radio-links) (org-export-concatenate-multiline-links) =20 >> (org-export-normalize-links) (org-export-target-internal-links =20 >> target-alist) (when ... ...) (when org-export-table-remove-special-=20= >> lines ...) (when latexp ... ...) (when asciip ...) (when htmlp ...) =20= >> (org-export-handle-comments ...) (setq rtn ...)) (kill-buffer " org-=20= >> mode-tmp") rtn) >> org-export-preprocess-string(#("#+TITLE: xy.org\n#+AUTHOR: =20= >> Sebastian Rose\n#+EMAIL: nomail@example.com\n\n* First example\n=20= >> \n#+begin_ditaa ditaa-all-examples.png -o -E\n: /----\\ /----\=20 >> \ /----\\ /----\\\n: |c33F| |cC02| |c1FF| |c1AB|\n: | | | | =20 >> | | | |\n: \\----/ \\----/ \\----/ \\----/\n:\n: Color codes:=20= >> \n: /-------------+-------------\\\n: |cRED RED |cBLU BLU |=20= >> \n: +-------------+-------------+\n: |cGRE GRE |cPNK PNK |=20 >> \n: +-------------+-------------+\n: |cBLK BLK |cYEL YEL |=20 >> \n: \\-------------+-------------/\n:\n: Die Optione -E verhindert =20= >> die L\x00fc\ cke zwischen den Bl\x00f6\ cken.\n:\n: /--+\n: | |\n: =20= >> +--/\n:\n: +---------+\n: | cBLU |\n: | |\n: | +----+=20= >> \n: | |cPNK|\n: | | |\n: +----+----+\n:\n: +-----+ +-----+ =20= >> +-----+\n: |{d} | |{s} | |{io} |\n: | | | | | |\n: =20 >> | | | | | |\n: +-----+ +-----+ +-----+\n:\n: ----=20 >> + /----\\ +----+\n: : | | : |\n: | | | |{s} |=20= >> \n: v \\-=3D--+ +----+\n:\n: *----* /--B1--B2\n: | =20 >> | |\n: * * -*--+--*--*\n: | | |\n: *----* \\--=20= >> *\n:\n: /-----------------\\\n: | Things to do |\n: | =20 >> cGRE |\n: | o Cut the grass |\n: | o Buy jam |\n: =20= >> | o Fix car |\n: | o Make website |\n: \\-----------------/=20 >> \n#+end_ditaa\n\n* Second example\n\n\n#+begin_ditaa Database.png -=20= >> o -E\n: /---------------------\\ /-------------\=20 >> \ /-------------------\\\n: | region_2_zoom cYEL | | region =20= >> cYEL | | hotel_2_zoom cYEL |\n: +---------------------+ =20 >> +-------------+ +-------------------+\n: | id =20 >> | | id | | id |\n: | =20 >> zoom_id | | name | | zoom_id |=20 >> \n: | region_id | \\-------------/ | =20 >> hotel_id |\n: | iX | =20 >> ^ | hX |\n: | iY =20 >> | | | hY |\n: | =20 >> X1 |-----------/ \\---------+---------/=20 >> \n: | Y1 | |\n: | =20= >> X2 | |\n: | =20 >> Y2 | |\n: | =20 >> path | |\n: | =20 >> filename | |\n: \=20 >> \----------+----------/ |=20 >> \n: | |=20 >> \n: | |=20 >> \n: \\---------------------*----------------------/=20 >> \n: |=20 >> \n: v\n: /------------\=20 >> \ /-----------\\ /-------------\\\n: | row =20= >> cYEL | | zoom cYEL | | column cYEL |\n: =20 >> +------------+ +-----------+ +-------------+=20= >> \n: | id | | zoom | | =20 >> id |\n: | zoom_id +------------>| name |=20 >> <-----------+ zoom_id |\n: | tY | \=20 >> \-----------/ | tX |\n: | pY =20 >> | | pX |\n: |=20 >> visible | | visible |=20 >> \n: \\------------/ \=20 >> \-------------/\n: =20 >> ^ ^\n: =20 >> | |\n: =20 >> | /-----------\\ |\n: =20 >> | | tile cYEL | |\n: =20 >> | +-----------+ |\n: =20 >> | | id | |\n: \=20 >> \--------------------+ row_id | |=20 >> \n: | column_id +--------------------/=20 >> \n: | filename |=20 >> \n: \\-----------/\n#+end_ditaa\n" 0 19 =20= >> (fontified t face font-lock-comment-face) 19 20 (fontified t) 20 47 =20= >> (fontified t face font-lock-comment-face) 47 48 (fontified t) 48 70 =20= >> (fontified t face font-lock-comment-face) 70 75 (fontified t face =20 >> font-lock-comment-face font-lock-multiline t) 75 82 (fontified t =20 >> face font-lock-comment-face) 82 83 (fontified t) 83 84 (fontified =20 >> t) 84 86 (fontified t face org-level-1) 86 99 (fontified t face org-=20= >> level-1) 99 100 (fontified t) 100 101 (fontified t) 101 108 =20 >> (fontified t face font-lock-comment-face) 108 114 (fontified t face =20= >> font-lock-comment-face font-lock-multiline t) 114 143 (fontified t =20= >> face font-lock-comment-face) 143 144 (fontified t) 144 148 =20 >> (fontified t face org-code) 148 152 (fontified t face org-code font-=20= >> lock-multiline t) 152 155 (fontified t face org-code) 155 159 =20 >> (fontified t face org-code font-lock-multiline t) 159 162 =20 >> (fontified t face org-code) 162 166 (fontified t face org-code font-=20= >> lock-multiline t) 166 169 (fontified t face org-code) 169 173 =20 >> (fontified t face org-code font-lock-multiline t) 173 174 =20 >> (fontified t face org-code) 174 204 (fontified t face org-code) 204 =20= >> 234 (fontified t face org-code) 234 236 (fontified t face org-code) =20= >> 236 238 (fontified t face org-code font-lock-multiline t) 238 242 =20 >> (fontified t face org-code font-lock-multiline t) 242 243 =20 >> (fontified t face org-code) 243 245 (fontified t face org-code font-=20= >> lock-multiline t) 245 249 (fontified t face org-code font-lock-=20 >> multiline t) 249 250 (fontified t face org-code) 250 252 (fontified =20= >> t face org-code font-lock-multiline t) 252 256 (fontified t face =20 >> org-code font-lock-multiline t) 256 257 (fontified t face org-code) =20= >> 257 259 (fontified t face org-code font-lock-multiline t) 259 263 =20 >> (fontified t face org-code font-lock-multiline t) 263 264 =20 >> (fontified t face org-code) 264 266 (fontified t) 266 281 =20 >> (fontified t face org-code) 281 294 (fontified t face org-code) 294 =20= >> 298 (fontified t face org-code font-lock-multiline t) 298 308 =20 >> (fontified t face org-code) 308 312 (fontified t face org-code font-=20= >> lock-multiline t) 312 313 (fontified t face org-code) 313 345 =20 >> (fontified t face org-code) 345 347 (fontified t face org-code) 347 =20= >> 358 (fontified t face org-code font-lock-multiline t) 358 362 =20 >> (fontified t face org-code font-lock-multiline t) 362 372 =20 >> (fontified t face org-code) 372 376 (fontified t face org-code font-=20= >> lock-multiline t) 376 377 (fontified t face org-code) 377 409 =20 >> (fontified t face org-code) 409 411 (fontified t face org-code) 411 =20= >> 422 (fontified t face org-code font-lock-multiline t) 422 426 =20 >> (fontified t face org-code font-lock-multiline t) 426 436 =20 >> (fontified t face org-code) 436 440 (fontified t face org-code font-=20= >> lock-multiline t) 440 441 (fontified t face org-code) 441 473 =20 >> (fontified t face org-code) 473 475 (fontified t face org-code) 475 =20= >> 477 (fontified t face org-code font-lock-multiline t) 477 486 =20 >> (fontified t face org-code) 486 490 (fontified t face org-code font-=20= >> lock-multiline t) 490 500 (fontified t face org-code) 500 504 =20 >> (fontified t face org-code font-lock-multiline t) 504 505 =20 >> (fontified t face org-code) 505 507 (fontified t) 507 567 =20 >> (fontified t face org-code) 567 569 (fontified t) 569 572 =20 >> (fontified t face org-code) 572 575 (fontified t face org-code font-=20= >> lock-multiline t) 575 576 (fontified t face org-code) 576 583 =20 >> (fontified t face org-code) 583 586 (fontified t face org-code) 586 =20= >> 589 (fontified t face org-code font-lock-multiline t) 589 590 =20 >> (fontified t face org-code) 590 592 (fontified t) 592 594 =20 >> (fontified t face org-code) 594 601 (fontified t face org-code font-=20= >> lock-multiline t) 601 605 (fontified t face org-code font-lock-=20 >> multiline t) 605 606 (fontified t face org-code) 606 620 (fontified =20= >> t face org-code) 620 634 (fontified t face org-code) 634 641 =20 >> (fontified t face org-code) 641 643 (fontified t face org-code font-=20= >> lock-multiline t) 643 647 (fontified t face org-code font-lock-=20 >> multiline t) 647 648 (fontified t face org-code) 648 662 (fontified =20= >> t face org-code) 662 676 (fontified t face org-code) 676 678 =20 >> (fontified t face org-code) 678 680 (fontified t face org-code font-=20= >> lock-multiline t) 680 684 (fontified t face org-code font-lock-=20 >> multiline t) 684 685 (fontified t face org-code) 685 689 (fontified =20= >> t face org-code font-lock-multiline t) 689 690 (fontified t face =20 >> org-code) 690 692 (fontified t) 692 694 (fontified t face org-code) =20= >> 694 697 (fontified t face org-code font-lock-multiline t) 697 701 =20 >> (fontified t face org-code font-lock-multiline t) 701 702 =20 >> (fontified t face org-code) 702 705 (fontified t face org-code font-=20= >> lock-multiline t) 705 709 (fontified t face org-code font-lock-=20 >> multiline t) 709 710 (fontified t face org-code) 710 713 (fontified =20= >> t face org-code font-lock-multiline t) 713 717 (fontified t face =20 >> org-code font-lock-multiline t) 717 718 (fontified t face org-code) =20= >> 718 744 (fontified t face org-code) 744 770 (fontified t face org-=20 >> code) 770 796 (fontified t face org-code) 796 798 (fontified t face =20= >> org-code) 798 801 (fontified t face org-code font-lock-multiline t) =20= >> 801 805 (fontified t face org-code font-lock-multiline t) 805 806 =20 >> (fontified t face org-code) 806 809 (fontified t face org-code font-=20= >> lock-multiline t) 809 813 (fontified t face org-code font-lock-=20 >> multiline t) 813 814 (fontified t face org-code) 814 817 (fontified =20= >> t face org-code font-lock-multiline t) 817 821 (fontified t face =20 >> org-code font-lock-multiline t) 821 822 (fontified t face org-code) =20= >> 822 824 (fontified t) 824 827 (fontified t face org-code) 827 831 =20 >> (fontified t face org-code font-lock-multiline t) 831 835 =20 >> (fontified t face org-code) 835 839 (fontified t face org-code font-=20= >> lock-multiline t) 839 841 (fontified t face org-code) 841 843 =20 >> (fontified t face org-code font-lock-multiline t) 843 847 =20 >> (fontified t face org-code font-lock-multiline t) 847 848 =20 >> (fontified t face org-code) 848 872 (fontified t face org-code) 872 =20= >> 896 (fontified t face org-code) 896 905 (fontified t face org-code) =20= >> 905 907 (fontified t face org-code font-lock-multiline t) 907 908 =20 >> (fontified t face org-code) 908 911 (fontified t face org-code font-=20= >> lock-multiline t) 911 913 (fontified t face org-code) 913 915 =20 >> (fontified t face org-code font-lock-multiline t) 915 919 =20 >> (fontified t face org-code font-lock-multiline t) 919 920 =20 >> (fontified t face org-code) 920 922 (fontified t) 922 924 =20 >> (fontified t face org-code) 924 926 (fontified t face org-code font-=20= >> lock-multiline t) 926 930 (fontified t face org-code font-lock-=20 >> multiline t) 930 937 (fontified t face org-code) 937 940 (fontified =20= >> t face org-code font-lock-multiline t) 940 941 (fontified t face =20 >> org-code) 941 944 (fontified t face org-code font-lock-multiline t) =20= >> 944 946 (fontified t face org-code) 946 962 (fontified t face org-=20 >> code) 962 974 (fontified t face org-code) 974 977 (fontified t face =20= >> org-code font-lock-multiline t) 977 980 (fontified t face org-code =20= >> font-lock-multiline t) 980 983 (fontified t face org-code font-lock-=20= >> multiline t) 983 984 (fontified t face org-code) 984 1000 =20 >> (fontified t face org-code) 1000 1002 (fontified t face org-code) =20 >> 1002 1004 (fontified t face org-code font-lock-multiline t) 1004 =20 >> 1008 (fontified t face org-code font-lock-multiline t) 1008 1014 =20 >> (fontified t face org-code) 1014 1016 (fontified t face org-code =20 >> font-lock-multiline t) 1016 1019 (fontified t face org-code) 1019 =20 >> 1021 (fontified t) 1021 1038 (fontified t face org-code) 1038 1042 =20= >> (fontified t face org-code font-lock-multiline t) 1042 1043 =20 >> (fontified t face org-code) 1043 1065 (fontified t face org-code) =20 >> 1065 1087 (fontified t face org-code) 1087 1109 (fontified t face =20 >> org-code) 1109 1131 (fontified t face org-code) 1131 1153 =20 >> (fontified t face org-code) 1153 1175 (fontified t face org-code) =20 >> 1175 1177 (fontified t face org-code) 1177 1179 (fontified t face =20 >> org-code font-lock-multiline t) 1179 1192 (fontified t face org-=20 >> code) 1192 1196 (fontified t face org-code font-lock-multiline t) =20 >> 1196 1197 (fontified t face org-code) 1197 1202 (fontified t face =20 >> font-lock-comment-face) 1202 1208 (fontified t face font-lock-=20 >> comment-face font-lock-multiline t) 1208 1209 (fontified t) 1209 =20 >> 1210 (fontified t) 1210 1212 (fontified t face org-level-1) 1212 =20 >> 1226 (fontified t face org-level-1) 1226 1227 (fontified t) 1227 =20 >> 1228 (fontified t) 1228 1229 (fontified t) 1229 1236 (fontified t =20 >> face font-lock-comment-face) 1236 1242 (fontified t face font-lock-=20= >> comment-face font-lock-multiline t) 1242 1261 (fontified t face =20 >> font-lock-comment-face) 1261 1262 (fontified t) 1262 1283 =20 >> (fontified t face org-code) 1283 1287 (fontified t face org-code =20 >> font-lock-multiline t) 1287 1302 (fontified t face org-code) 1302 =20 >> 1306 (fontified t face org-code font-lock-multiline t) 1306 1327 =20 >> (fontified t face org-code) 1327 1331 (fontified t face org-code =20 >> font-lock-multiline t) 1331 1332 (fontified t face org-code) 1332 =20 >> 1342 (fontified t face org-code) 1342 1344 (fontified t face org-=20 >> code font-lock-multiline t) 1344 1387 (fontified t face org-code) =20 >> 1387 1389 (fontified t face org-code font-lock-multiline t) 1389 =20 >> 1402 (fontified t face org-code) 1402 1404 (fontified t face org-=20 >> code) 1404 1423 (fontified t face org-code font-lock-multiline t) =20 >> 1423 1427 (fontified t face org-code font-lock-multiline t) 1427 =20 >> 1431 (fontified t face org-code) 1431 1442 (fontified t face org-=20 >> code font-lock-multiline t) 1442 1446 (fontified t face org-code =20 >> font-lock-multiline t) 1446 1450 (fontified t face org-code) 1450 =20 >> 1467 (fontified t face org-code font-lock-multiline t) 1467 1471 =20 >> (fontified t face org-code font-lock-multiline t) 1471 1472 =20 >> (fontified t face org-code) 1472 1542 (fontified t face org-code) =20 >> 1542 1550 (fontified t face org-code) 1550 1553 (fontified t face =20 >> org-code font-lock-multiline t) 1553 1596 (fontified t face org-=20 >> code) 1596 1599 (fontified t face org-code font-lock-multiline t) =20 >> 1599 1612 (fontified t face org-code) 1612 1622 (fontified t face =20 >> org-code) 1622 1625 (fontified t face org-code font-lock-multiline =20= >> t) 1625 1641 (fontified t face org-code) 1641 1643 (fontified t =20 >> face org-code font-lock-multiline t) 1643 1652 (fontified t face =20 >> org-code) 1652 1656 (fontified t face org-code font-lock-multiline =20= >> t) 1656 1667 (fontified t face org-code) 1667 1670 (fontified t =20 >> face org-code font-lock-multiline t) 1670 1682 (fontified t face =20 >> org-code) 1682 1752 (fontified t face org-code) 1752 1822 =20 >> (fontified t face org-code) 1822 1855 (fontified t face org-code) =20 >> 1855 1859 (fontified t face org-code font-lock-multiline t) 1859 =20 >> 1870 (fontified t face org-code) 1870 1872 (fontified t face org-=20 >> code font-lock-multiline t) 1872 1877 (fontified t face org-code) =20 >> 1877 1881 (fontified t face org-code font-lock-multiline t) 1881 =20 >> 1887 (fontified t face org-code) 1887 1891 (fontified t face org-=20 >> code font-lock-multiline t) 1891 1892 (fontified t face org-code) =20 >> 1892 1952 (fontified t face org-code) 1952 2012 (fontified t face =20 >> org-code) 2012 2072 (fontified t face org-code) 2072 2132 =20 >> (fontified t face org-code) 2132 2192 (fontified t face org-code) =20 >> 2192 2194 (fontified t face org-code) 2194 2196 (fontified t face =20 >> org-code font-lock-multiline t) 2196 2202 (fontified t face org-=20 >> code) 2202 2206 (fontified t face org-code font-lock-multiline t) =20 >> 2206 2213 (fontified t face org-code) 2213 2217 (fontified t face =20 >> org-code font-lock-multiline t) 2217 2252 (fontified t face org-=20 >> code) 2252 2312 (fontified t face org-code) 2312 2372 (fontified t =20= >> face org-code) 2372 2385 (fontified t face org-code) 2385 2387 =20 >> (fontified t face org-code font-lock-multiline t) 2387 2404 =20 >> (fontified t face org-code) 2404 2408 (fontified t face org-code =20 >> font-lock-multiline t) 2408 2427 (fontified t face org-code) 2427 =20 >> 2431 (fontified t face org-code font-lock-multiline t) 2431 2432 =20 >> (fontified t face org-code) 2432 2469 (fontified t face org-code) =20 >> 2469 2506 (fontified t face org-code) 2506 2518 (fontified t face =20 >> org-code) 2518 2522 (fontified t face org-code font-lock-multiline =20= >> t) 2522 2544 (fontified t face org-code) 2544 2548 (fontified t =20 >> face org-code font-lock-multiline t) 2548 2571 (fontified t face =20 >> org-code) 2571 2575 (fontified t face org-code font-lock-multiline =20= >> t) 2575 2576 (fontified t face org-code) 2576 2646 (fontified t =20 >> face org-code) 2646 2648 (fontified t face org-code) 2648 2658 =20 >> (fontified t face org-code font-lock-multiline t) 2658 2662 =20 >> (fontified t face org-code font-lock-multiline t) 2662 2675 =20 >> (fontified t face org-code) 2675 2684 (fontified t face org-code =20 >> font-lock-multiline t) 2684 2688 (fontified t face org-code font-=20 >> lock-multiline t) 2688 2700 (fontified t face org-code) 2700 2711 =20 >> (fontified t face org-code font-lock-multiline t) 2711 2715 =20 >> (fontified t face org-code font-lock-multiline t) 2715 2716 =20 >> (fontified t face org-code) 2716 2786 (fontified t face org-code) =20 >> 2786 2794 (fontified t face org-code) 2794 2797 (fontified t face =20 >> org-code font-lock-multiline t) 2797 2801 (fontified t face org-=20 >> code) 2801 2811 (fontified t face org-code font-lock-multiline t) =20 >> 2811 2815 (fontified t face org-code font-lock-multiline t) 2815 =20 >> 2837 (fontified t face org-code font-lock-multiline t) 2837 2841 =20 >> (fontified t face org-code font-lock-multiline t) 2841 2846 =20 >> (fontified t face org-code) 2846 2849 (fontified t face org-code =20 >> font-lock-multiline t) 2849 2856 (fontified t face org-code) 2856 =20 >> 2885 (fontified t face org-code) 2885 2887 (fontified t face org-=20 >> code font-lock-multiline t) 2887 2894 (fontified t face org-code) =20 >> 2894 2898 (fontified t face org-code font-lock-multiline t) 2898 =20 >> 2926 (fontified t face org-code) 2926 2996 (fontified t face org-=20 >> code) 2996 3066 (fontified t face org-code) 3066 3068 (fontified t =20= >> face org-code) 3068 3070 (fontified t face org-code font-lock-=20 >> multiline t) 3070 3078 (fontified t face org-code) 3078 3082 =20 >> (fontified t face org-code font-lock-multiline t) 3082 3120 =20 >> (fontified t face org-code) 3120 3122 (fontified t face org-code =20 >> font-lock-multiline t) 3122 3131 (fontified t face org-code) 3131 =20 >> 3135 (fontified t face org-code font-lock-multiline t) 3135 3136 =20 >> (fontified t face org-code) 3136 3200 (fontified t face org-code) =20 >> 3200 3264 (fontified t face org-code) 3264 3302 (fontified t face =20 >> org-code) 3302 3306 (fontified t face org-code font-lock-multiline =20= >> t) 3306 3328 (fontified t face org-code) 3328 3392 (fontified t =20 >> face org-code) 3392 3421 (fontified t face org-code) 3421 3430 =20 >> (fontified t face org-code font-lock-multiline t) 3430 3434 =20 >> (fontified t face org-code font-lock-multiline t) 3434 3456 =20 >> (fontified t face org-code) 3456 3520 (fontified t face org-code) =20 >> 3520 3528 (fontified t face org-code) 3528 3530 (fontified t face =20 >> org-code font-lock-multiline t) 3530 3546 (fontified t face org-=20 >> code) 3546 3550 (fontified t face org-code font-lock-multiline t) =20 >> 3550 3554 (fontified t face org-code) 3554 3557 (fontified t face =20 >> org-code font-lock-multiline t) 3557 3584 (fontified t face org-=20 >> code) 3584 3621 (fontified t face org-code) 3621 3624 (fontified t =20= >> face org-code font-lock-multiline t) 3624 3643 (fontified t face =20 >> org-code) 3643 3647 (fontified t face org-code font-lock-multiline =20= >> t) 3647 3648 (fontified t face org-code) 3648 3691 (fontified t =20 >> face org-code) 3691 3720 (fontified t face org-code) 3720 3722 =20 >> (fontified t face org-code font-lock-multiline t) 3722 3729 =20 >> (fontified t face org-code) 3729 3733 (fontified t face org-code =20 >> font-lock-multiline t) 3733 3734 (fontified t face org-code) 3734 =20 >> 3739 (fontified t face font-lock-comment-face) 3739 3744 (fontified =20= >> t face font-lock-comment-face font-lock-multiline t) 3744 3745 =20 >> (rear-nonsticky t fontified t face font-lock-comment-face font-lock-=20= >> multiline t) 3745 3746 (fontified t rear-nonsticky t)) :emph-=20 >> multiline t :for-html t :skip-before-1st-heading nil :drawers =20 >> t :todo-keywords t :tags not-in-toc :priority nil :archived-trees =20 >> headline :select-tags ("export") :exclude-tags ("noexport") :add-=20 >> text nil :LaTeX-fragments t) >> (org-split-string (org-export-preprocess-string region :emph-=20 >> multiline t :for-html t :skip-before-1st-heading (plist-get opt-=20 >> plist :skip-before-1st-heading) :drawers (plist-get opt-=20 >> plist :drawers) :todo-keywords (plist-get opt-plist :todo-=20 >> keywords) :tags (plist-get opt-plist :tags) :priority (plist-get =20 >> opt-plist :priority) :archived-trees (plist-get opt-plist :archived-=20= >> trees) :select-tags (plist-get opt-plist :select-tags) :exclude-=20 >> tags (plist-get opt-plist :exclude-tags) :add-text (plist-get opt-=20 >> plist :text) :LaTeX-fragments (plist-get opt-plist :LaTeX-=20 >> fragments)) "[.\n]") >> (let* ((opt-plist ...) (style ...) (html-extension ...) (link-=20 >> validate ...) valid thetoc have-headings first-heading-pos (odd org-=20= >> odd-levels-only) (region-p ...) (rbeg ...) (rend ...) (subtree-=20 >> p ...) (opt-plist ...) (org-current-export-dir ...) (org-current-=20 >> export-file buffer-file-name) (level 0) (line "") (origline "") txt =20= >> todo (umax nil) (umax-toc nil) (filename ...) (current-dir ...) =20 >> (buffer ...) (org-levels-open ...) (date ...) (author ...) =20 >> (title ...) (html-table-tag ...) (quote-re0 ...) (quote-re ...) =20 >> (inquote nil) (infixed nil) (inverse nil) (in-local-list nil) =20 >> (local-list-type nil) (local-list-indent nil) (llt org-plain-list-=20 >> ordered-item-terminator) (email ...) (language ...) (lang-words =20 >> nil) (head-count 0) cnt (start 0) (coding-system ...) (coding-=20 >> system-for-write ...) (save-buffer-coding-system ...) =20 >> (charset ...) ...) (let (...) (org-unmodified ...)) (message =20 >> "Exporting...") (setq org-min-level (org-get-min-level lines)) =20 >> (setq org-last-level org-min-level) (org-init-section-numbers) =20 >> (cond (... ...) (date) (t ...)) (setq lang-words (or ... ...)) (set-=20= >> buffer buffer) (let (...) (erase-buffer)) (fundamental-mode) (and =20 >> (fboundp ...) (set-buffer-file-coding-system coding-system-for-=20 >> write)) (let (... ...) (mapc ... org-export-plist-vars) (setq =20 >> umax ...) (setq umax-toc ...) (unless body-only ... ... ...) =20 >> (if ... ...) (setq head-count 0) (org-init-section-numbers) (org-=20 >> open-par) (while ... ...) (when inquote ... ...) (when in-local-=20 >> list ... ...) (org-html-level-start 1 nil umax ... head-count) =20 >> (when ... ...) (save-excursion ... ...) (when footnotes ...) =20 >> (unless body-only ... ... ... ...) (unless ... ... ...) (goto-=20 >> char ...) (when thetoc ... ... ... ...) (goto-char ...) =20 >> (while ... ...) (goto-char ...) (while ... ...) (goto-char ...) =20 >> (while ... ...) (goto-char ...) (let ... ...) (or to-buffer ...) =20 >> (goto-char ...) (message "Exporting... done") (if ... ... ...))) >> org-export-as-html(nil) >> call-interactively(org-export-as-html) >> (if (and bg (nth 2 ass) (not ...) (not ...)) (let (...) (set-=20 >> process-sentinel p ...) (message "Background process \"%s\": =20 >> started" p)) (call-interactively (nth 1 ass))) >> (let* ((bg ...) (help "[t] insert the export option template=20 >> \n[v] limit export to visible part of outline tree\n\n[a] export =20= >> as ASCII\n\n[h] export as HTML\n[H] export as HTML to temporary =20 >> buffer\n[R] export region as HTML\n[b] export as HTML and browse =20 >> immediately\n[x] export as XOXO\n\n[l] export as LaTeX\n[p] export =20= >> as LaTeX and process to PDF\n[d] export as LaTeX, process to PDF, =20 >> and open the resulting PDF document\n[L] export as LaTeX to =20 >> temporary buffer\n\n[i] export current file as iCalendar file\n[I] =20= >> export all agenda files as iCalendar files\n[c] export agenda files =20= >> into combined iCalendar file\n\n[F] publish current file\n[P] =20 >> publish current project\n[X] publish... (project will be prompted =20 >> for)\n[A] publish all projects") (cmds ...) r1 r2 ass) (save-window-=20= >> excursion (delete-other-windows) (with-output-to-temp-buffer "*Org =20= >> Export/Publishing Help*" ...) (org-fit-window-to-buffer ...) =20 >> (message "Select command: ") (setq r1 ...)) (setq r2 (if ... ... =20 >> r1)) (unless (setq ass ...) (error "No command associated with key =20= >> %c" r1)) (if (and bg ... ... ...) (let ... ... ...) (call-=20 >> interactively ...))) >> org-export(nil) >> call-interactively(org-export nil nil) >> >> >> >> >> Regards, >> >> >> -- >> Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 =20 >> Hannover >> Tel.: +49 (0)511 - 36 58 472 >> Fax: +49 (0)1805 - 233633 - 11044 >> mobil: +49 (0)173 - 83 93 417 >> Http: www.emma-stil.de >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Apple-Mail-2-113208295 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Applied, = thanks.

- Carsten

On Dec 19, = 2008, at 4:10 AM, Eric Schulte wrote:

Sebastian Rose <sebastian_rose@gmx.de> = writes:

Hi = Eric,


This little = patch fixes a problem in org-exp-blocs.el which leads to = an
error, if one tries to run = ditaa on a block with empty lines that begin
with a colon.


Hi Sebastian,

Thanks for = catching this.  Carsten, can you please apply this = patch?

Thanks -- Eric


diff --git = a/org-exp-blocks.el b/org-exp-blocks.el
index 26b999d..29bbf51 100644
--- a/org-exp-blocks.el
+++ b/org-exp-blocks.el
@@ -183,10 +183,10 @@ passed to the ditaa utility as = command line arguments."
=       (error (format "Could not find = ditaa.jar at %s" org-ditaa-jar-path)))
    (setq body (if (string-match = "^\\([^:\\|:[^ ]\\)" body)
=             &n= bsp;     body
- =             &n= bsp;  (mapconcat (lambda (x) (substring x = 2))
+ =             &n= bsp;  (mapconcat (lambda (x) (if (> (length x) 1) (substring x = 2) (substring x 1)))
=             &n= bsp;           &nbs= p;  (org-split-string body "\n")
=             &n= bsp;           &nbs= p;  "\n")))



Example = file:

= --->8----------------------------->8----------------------------->8---
=
  * First = example

=   #+begin_ditaa ditaa-all-examples.png -o = -E
  : /----\ = /----\ /----\ /----\
=   : |c33F| |cC02| |c1FF| |c1AB|
  : |    | |    | = |    | |    |
  : \----/ \----/ \----/ = \----/
=   :
  : = Color codes:
  : = /-------------+-------------\
=   : |cRED RED     |cBLU BLU =     |
=   : +-------------+-------------+
  : |cGRE GRE     |cPNK PNK =     |
=   : +-------------+-------------+
  : |cBLK BLK     |cYEL YEL =     |
=   : \-------------+-------------/
  :
=   : Die Optione -E verhindert die L=FCcke zwischen den = Bl=F6cken.
=   #+end_ditaa
= ---8<-----------------------------8<-----------------------------8&l= t;---


I cannot = produce the image in the first section anymore. Once I = could
export the whole thing = and didn't change it since (current exported
image is from 25. Nov).

I figured it's = because of the empty lines. If I put something there, = the
image is = created:

= --->8----------------------------->8----------------------------->8---
=
  * First = example

=   #+begin_ditaa ditaa-all-examples.png -o = -E
  : /----\ = /----\ /----\ /----\
=   : |c33F| |cC02| |c1FF| |c1AB|
  : |    | |    | = |    | |    |
  : \----/ \----/ \----/ = \----/
  : =           SOMETHING = INSTEAD OF AN EMPTY LINE HERE
=   : Color codes:
=   : /-------------+-------------\
  : |cRED RED     |cBLU BLU =     |
=   : +-------------+-------------+
  : |cGRE GRE     |cPNK PNK =     |
=   : +-------------+-------------+
  : |cBLK BLK     |cYEL YEL =     |
=   : \-------------+-------------/
  : =           SOMETHING = INSTEAD OF AN EMPTY LINE HERE
=   : Die Optione -E verhindert die L=FCcke zwischen den = Bl=F6cken.
=   #+end_ditaa
= ---8<-----------------------------8<-----------------------------8&l= t;---





With those = empty lines I get

=        ditaa-formatting...
=        Args out of range: #(":" 0 1 = (fontified t)), 2, 1

 ...and = with debug-on-error this backtrace:


Debugger = entered--Lisp error: (args-out-of-range #(":" 0 1 (fontified t)) 2 = 1)
 substring(#(":" 0 1 = (fontified t)) 2)
=  (lambda (x) (substring x 2))(#(":" 0 1 (fontified = t)))
 mapconcat((lambda = (x) (substring x 2)) (#(": /----\\ /----\\ /----\\ /----\\" 0 4 (face = org-code fontified t) 4 8 (font-lock-multiline t face org-code fontified = t) 8 11 (face org-code fontified t) 11 15 (font-lock-multiline t face = org-code fontified t) 15 18 (face org-code fontified t) 18 22 = (font-lock-multiline t face org-code fontified t) 22 25 (face org-code = fontified t) 25 29 (font-lock-multiline t face org-code fontified t)) = #(": |c33F| |cC02| |c1FF| |c1AB|" 0 29 (face org-code fontified t)) #(": = |    | |    | |    | | =    |" 0 29 (face org-code fontified t)) #(": \\----/ = \\----/ \\----/ \\----/" 0 2 (face org-code fontified t) 2 4 = (font-lock-multiline t face org-code fontified t) 4 8 = (font-lock-multiline t face org-code fontified t) 8 9 (face org-code = fontified t) 9 11 (font-lock-multiline t face org-code fontified t) 11 = 15 (font-lock-multiline t face org-code fontified t) 15 16 (face = org-code fontified t) 16 18 (font-lock-multiline t face org-code = fontified t) 18 22 (font-lock-multiline t face org-code fontified t) 22 = 23 (face org-code fontified t) 23 25 (font-lock-multiline t face = org-code fontified t) 25 29 (font-lock-multiline t face org-code = fontified t)) #(":" 0 1 (fontified t)) #(": Color codes:" 0 14 (face = org-code fontified t)) #(": /-------------+-------------\\" 0 13 (face = org-code fontified t) 13 17 (font-lock-multiline t face org-code = fontified t) 17 27 (face org-code fontified t) 27 31 = (font-lock-multiline t face org-code fontified t)) #(": |cRED RED =     |cBLU BLU     |" 0 31 (face = org-code fontified t)) #(": +-------------+-------------+" 0 2 (face = org-code fontified t) 2 13 (font-lock-multiline t face org-code = fontified t) 13 17 (font-lock-multiline t face org-code fontified t) 17 = 27 (face org-code fontified t) 27 31 (font-lock-multiline t face = org-code fontified t)) #(": |cGRE GRE     |cPNK PNK =     |" 0 31 (face org-code fontified t)) #(": = +-------------+-------------+" 0 2 (face org-code fontified t) 2 13 = (font-lock-multiline t face org-code fontified t) 13 17 = (font-lock-multiline t face org-code fontified t) 17 27 (face org-code = fontified t) 27 31 (font-lock-multiline t face org-code fontified t)) = #(": |cBLK BLK     |cYEL YEL =     |" 0 31 (face org-code fontified t)) #(": = \\-------------+-------------/" 0 2 (face org-code fontified t) 2 4 = (font-lock-multiline t face org-code fontified t) 4 13 (face org-code = fontified t) 13 17 (font-lock-multiline t face org-code fontified t) 17 = 27 (face org-code fontified t) 27 31 (font-lock-multiline t face = org-code fontified t)) #(":" 0 1 (fontified t)) #(": Die Optione -E = verhindert die L\x00fc\ cke zwischen den Bl\x00f6\ cken." 0 59 (face = org-code fontified t)) #(":" 0 1 (fontified t)) #(": /--+" 0 3 (face = org-code fontified t) 3 6 (font-lock-multiline t face org-code fontified = t)) #(": |  |" 0 6 (face org-code fontified t)) #(": +--/" 0 3 = (face org-code fontified t) 3 6 (font-lock-multiline t face org-code = fontified t)) #(":" 0 1 (fontified t)) #(": +---------+" 0 2 (face = org-code fontified t) 2 9 (font-lock-multiline t face org-code fontified = t) 9 13 (font-lock-multiline t face org-code fontified t)) #(": | cBLU =    |" 0 13 (face org-code fontified t)) #(": | =         |" 0 13 (face org-code = fontified t)) #(": |    +----+" 0 7 (face org-code = fontified t) 7 9 (font-lock-multiline t face org-code fontified t) 9 13 = (font-lock-multiline t face org-code fontified t)) #(": | =    |cPNK|" 0 13 (face org-code fontified t)) #(": | =    |    |" 0 13 (face org-code fontified = t)) #(": +----+----+" 0 2 (face org-code fontified t) 2 4 = (font-lock-multiline t face org-code fontified t) 4 8 = (font-lock-multiline t face org-code fontified t) 8 9 (face org-code = fontified t) 9 13 (font-lock-multiline t face org-code fontified t)) = #(":" 0 1 (fontified t)) #(": +-----+ +-----+ +-----+" 0 2 (face = org-code fontified t) 2 5 (font-lock-multiline t face org-code fontified = t) 5 9 (font-lock-multiline t face org-code fontified t) 9 10 (face = org-code fontified t) 10 13 (font-lock-multiline t face org-code = fontified t) 13 17 (font-lock-multiline t face org-code fontified t) 17 = 18 (face org-code fontified t) 18 21 (font-lock-multiline t face = org-code fontified t) 21 25 (font-lock-multiline t face org-code = fontified t)) #(": |{d}  | |{s}  | |{io} |" 0 25 (face = org-code fontified t)) #(": |     | | =     | |     |" 0 25 (face = org-code fontified t)) #(": |     | | =     | |     |" 0 25 (face = org-code fontified t)) #(": +-----+ +-----+ +-----+" 0 2 (face org-code = fontified t) 2 5 (font-lock-multiline t face org-code fontified t) 5 9 = (font-lock-multiline t face org-code fontified t) 9 10 (face org-code = fontified t) 10 13 (font-lock-multiline t face org-code fontified t) 13 = 17 (font-lock-multiline t face org-code fontified t) 17 18 (face = org-code fontified t) 18 21 (font-lock-multiline t face org-code = fontified t) 21 25 (font-lock-multiline t face org-code fontified t)) = #(":" 0 1 (fontified t)) #(": ----+  /----\\  +----+" 0 3 = (face org-code fontified t) 3 7 (font-lock-multiline t face org-code = fontified t) 7 11 (face org-code fontified t) 11 15 (font-lock-multiline = t face org-code fontified t) 15 17 (face org-code fontified t) 17 19 = (font-lock-multiline t face org-code fontified t) 19 23 = (font-lock-multiline t face org-code fontified t)) #(": =     :  |    |  : =    |" 0 23 (face org-code fontified t)) #(": =     |  |    |  |{s} |" 0 23 = (face org-code fontified t)) #(":     v =  \\-=3D--+  +----+" 0 9 (face org-code fontified t) 9 11 = (font-lock-multiline t face org-code fontified t) 11 12 (face org-code = fontified t) 12 15 (font-lock-multiline t face org-code fontified t) 15 = 17 (face org-code fontified t) 17 19 (font-lock-multiline t face = org-code fontified t) 19 23 (font-lock-multiline t face org-code = fontified t)) #(":" 0 1 (fontified t)) #(": *----* =      /--B1--B2" 0 2 (face org-code fontified t) = 2 4 (font-lock-multiline t face org-code fontified t) 4 8 = (font-lock-multiline t face org-code fontified t) 8 15 (face org-code = fontified t) 15 18 (font-lock-multiline t face org-code fontified t) 18 = 19 (face org-code fontified t) 19 22 (font-lock-multiline t face = org-code fontified t) 22 23 (face org-code fontified t)) #(": | =    |      |" 0 15 (face org-code = fontified t)) #(": *    *  -*--+--*--*" 0 12 (face = org-code fontified t) 12 15 (font-lock-multiline t face org-code = fontified t) 15 18 (font-lock-multiline t face org-code fontified t) 18 = 21 (font-lock-multiline t face org-code fontified t)) #(": | =    |      |" 0 15 (face org-code = fontified t)) #(": *----*      \\--*" 0 2 (face = org-code fontified t) 2 4 (font-lock-multiline t face org-code fontified = t) 4 8 (font-lock-multiline t face org-code fontified t) 8 14 (face = org-code fontified t) 14 16 (font-lock-multiline t face org-code = fontified t) 16 18 (face org-code fontified t)) #(":" 0 1 (fontified t)) = #(": /-----------------\\" 0 17 (face org-code fontified t) 17 21 = (font-lock-multiline t face org-code fontified t)) #(": | Things to do =    |" 0 21 (face org-code fontified t)) #(": | cGRE =            |" 0 = 21 (face org-code fontified t)) #(": | o Cut the grass |" 0 21 (face = org-code fontified t)) #(": | o Buy jam =       |" 0 21 (face org-code fontified t)) = ...) "\n")
 (if = (string-match "^\\([^:\\|:[^ ]\\)" body) body (mapconcat (lambda ... = ...) (org-split-string body "\n") "\n"))
 (setq body (if (string-match "^\\([^:\\|:[^ ]\\)" = body) body (mapconcat ... ... "\n")))
 (let ((out-file ...) (args ...) (data-file ...)) = (unless (file-exists-p org-ditaa-jar-path) (error ...)) (setq body (if = ... body ...)) (cond (... ... ... ... ...) (t = ...)))
=  org-export-blocks-format-ditaa(#(": /----\\ /----\\ /----\\ = /----\\\n: |c33F| |cC02| |c1FF| |c1AB|\n: |    | | =    | |    | |    |\n: = \\----/ \\----/ \\----/ \\----/\n:\n: Color codes:\n: = /-------------+-------------\\\n: |cRED RED =     |cBLU BLU     |\n: = +-------------+-------------+\n: |cGRE GRE     |cPNK = PNK     |\n: +-------------+-------------+\n: |cBLK = BLK     |cYEL YEL     |\n: = \\-------------+-------------/\n:\n: Die Optione -E verhindert die = L\x00fc\ cke zwischen den Bl\x00f6\ cken.\n:\n: /--+\n: |  |\n: = +--/\n:\n: +---------+\n: | cBLU    |\n: | =         |\n: | =    +----+\n: |    |cPNK|\n: | =    |    |\n: +----+----+\n:\n: +-----+ = +-----+ +-----+\n: |{d}  | |{s}  | |{io} |\n: | =     | |     | | =     |\n: |     | | =     | |     |\n: +-----+ +-----+ = +-----+\n:\n: ----+  /----\\  +----+\n: =     :  |    |  : =    |\n:     |  | =    |  |{s} |\n:     v =  \\-=3D--+  +----+\n:\n: *----* =      /--B1--B2\n: |    | =      |\n: *    * =  -*--+--*--*\n: |    | =      |\n: *----* =      \\--*\n:\n: /-----------------\\\n: | = Things to do    |\n: | cGRE =            |\n: | = o Cut the grass |\n: | o Buy jam =       |\n: | o Fix car =       |\n: | o Make website  |\n: = \\-----------------/\n" 0 4 (fontified t face org-code) 4 8 (fontified t = face org-code font-lock-multiline t) 8 11 (fontified t face org-code) 11 = 15 (fontified t face org-code font-lock-multiline t) 15 18 (fontified t = face org-code) 18 22 (fontified t face org-code font-lock-multiline t) = 22 25 (fontified t face org-code) 25 29 (fontified t face org-code = font-lock-multiline t) 29 30 (fontified t face org-code) 30 60 = (fontified t face org-code) 60 90 (fontified t face org-code) 90 92 = (fontified t face org-code) 92 94 (fontified t face org-code = font-lock-multiline t) 94 98 (fontified t face org-code = font-lock-multiline t) 98 99 (fontified t face org-code) 99 101 = (fontified t face org-code font-lock-multiline t) 101 105 (fontified t = face org-code font-lock-multiline t) 105 106 (fontified t face org-code) = 106 108 (fontified t face org-code font-lock-multiline t) 108 112 = (fontified t face org-code font-lock-multiline t) 112 113 (fontified t = face org-code) 113 115 (fontified t face org-code font-lock-multiline t) = 115 119 (fontified t face org-code font-lock-multiline t) 119 120 = (fontified t face org-code) 120 122 (fontified t) 122 137 (fontified t = face org-code) 137 150 (fontified t face org-code) 150 154 (fontified t = face org-code font-lock-multiline t) 154 164 (fontified t face org-code) = 164 168 (fontified t face org-code font-lock-multiline t) 168 169 = (fontified t face org-code) 169 201 (fontified t face org-code) 201 203 = (fontified t face org-code) 203 214 (fontified t face org-code = font-lock-multiline t) 214 218 (fontified t face org-code = font-lock-multiline t) 218 228 (fontified t face org-code) 228 232 = (fontified t face org-code font-lock-multiline t) 232 233 (fontified t = face org-code) 233 265 (fontified t face org-code) 265 267 (fontified t = face org-code) 267 278 (fontified t face org-code font-lock-multiline t) = 278 282 (fontified t face org-code font-lock-multiline t) 282 292 = (fontified t face org-code) 292 296 (fontified t face org-code = font-lock-multiline t) 296 297 (fontified t face org-code) 297 329 = (fontified t face org-code) 329 331 (fontified t face org-code) 331 333 = (fontified t face org-code font-lock-multiline t) 333 342 (fontified t = face org-code) 342 346 (fontified t face org-code font-lock-multiline t) = 346 356 (fontified t face org-code) 356 360 (fontified t face org-code = font-lock-multiline t) 360 361 (fontified t face org-code) 361 363 = (fontified t) 363 423 (fontified t face org-code) 423 425 (fontified t) = 425 428 (fontified t face org-code) 428 431 (fontified t face org-code = font-lock-multiline t) 431 432 (fontified t face org-code) 432 439 = (fontified t face org-code) 439 442 (fontified t face org-code) 442 445 = (fontified t face org-code font-lock-multiline t) 445 446 (fontified t = face org-code) 446 448 (fontified t) 448 450 (fontified t face org-code) = 450 457 (fontified t face org-code font-lock-multiline t) 457 461 = (fontified t face org-code font-lock-multiline t) 461 462 (fontified t = face org-code) 462 476 (fontified t face org-code) 476 490 (fontified t = face org-code) 490 497 (fontified t face org-code) 497 499 (fontified t = face org-code font-lock-multiline t) 499 503 (fontified t face org-code = font-lock-multiline t) 503 504 (fontified t face org-code) 504 518 = (fontified t face org-code) 518 532 (fontified t face org-code) 532 534 = (fontified t face org-code) 534 536 (fontified t face org-code = font-lock-multiline t) 536 540 (fontified t face org-code = font-lock-multiline t) 540 541 (fontified t face org-code) 541 545 = (fontified t face org-code font-lock-multiline t) 545 546 (fontified t = face org-code) 546 548 (fontified t) 548 550 (fontified t face org-code) = 550 553 (fontified t face org-code font-lock-multiline t) 553 557 = (fontified t face org-code font-lock-multiline t) 557 558 (fontified t = face org-code) 558 561 (fontified t face org-code font-lock-multiline t) = 561 565 (fontified t face org-code font-lock-multiline t) 565 566 = (fontified t face org-code) 566 569 (fontified t face org-code = font-lock-multiline t) 569 573 (fontified t face org-code = font-lock-multiline t) 573 574 (fontified t face org-code) 574 600 = (fontified t face org-code) 600 626 (fontified t face org-code) 626 652 = (fontified t face org-code) 652 654 (fontified t face org-code) 654 657 = (fontified t face org-code font-lock-multiline t) 657 661 (fontified t = face org-code font-lock-multiline t) 661 662 (fontified t face org-code) = 662 665 (fontified t face org-code font-lock-multiline t) 665 669 = (fontified t face org-code font-lock-multiline t) 669 670 (fontified t = face org-code) 670 673 (fontified t face org-code font-lock-multiline t) = 673 677 (fontified t face org-code font-lock-multiline t) 677 678 = (fontified t face org-code) 678 680 (fontified t) 680 683 (fontified t = face org-code) 683 687 (fontified t face org-code font-lock-multiline t) = 687 691 (fontified t face org-code) 691 695 (fontified t face org-code = font-lock-multiline t) 695 697 (fontified t face org-code) 697 699 = (fontified t face org-code font-lock-multiline t) 699 703 (fontified t = face org-code font-lock-multiline t) 703 704 (fontified t face org-code) = 704 728 (fontified t face org-code) 728 752 (fontified t face org-code) = 752 761 (fontified t face org-code) 761 763 (fontified t face org-code = font-lock-multiline t) 763 764 (fontified t face org-code) 764 767 = (fontified t face org-code font-lock-multiline t) 767 769 (fontified t = face org-code) 769 771 (fontified t face org-code font-lock-multiline t) = 771 775 (fontified t face org-code font-lock-multiline t) 775 776 = (fontified t face org-code) 776 778 (fontified t) 778 780 (fontified t = face org-code) 780 782 (fontified t face org-code font-lock-multiline t) = 782 786 (fontified t face org-code font-lock-multiline t) 786 793 = (fontified t face org-code) 793 796 (fontified t face org-code = font-lock-multiline t) 796 797 (fontified t face org-code) 797 800 = (fontified t face org-code font-lock-multiline t) 800 802 (fontified t = face org-code) 802 818 (fontified t face org-code) 818 830 (fontified t = face org-code) 830 833 (fontified t face org-code font-lock-multiline t) = 833 836 (fontified t face org-code font-lock-multiline t) 836 839 = (fontified t face org-code font-lock-multiline t) 839 840 (fontified t = face org-code) 840 856 (fontified t face org-code) 856 858 (fontified t = face org-code) 858 860 (fontified t face org-code font-lock-multiline t) = 860 864 (fontified t face org-code font-lock-multiline t) 864 870 = (fontified t face org-code) 870 872 (fontified t face org-code = font-lock-multiline t) 872 875 (fontified t face org-code) 875 877 = (fontified t) 877 894 (fontified t face org-code) 894 898 (fontified t = face org-code font-lock-multiline t) 898 899 (fontified t face org-code) = 899 921 (fontified t face org-code) 921 943 (fontified t face org-code) = 943 965 (fontified t face org-code) 965 987 (fontified t face org-code) = 987 1009 (fontified t face org-code) 1009 1031 (fontified t face = org-code) 1031 1033 (fontified t face org-code) 1033 1035 (fontified t = face org-code font-lock-multiline t) 1035 1048 (fontified t face = org-code) 1048 1052 (fontified t face org-code font-lock-multiline t) = 1052 1053 (fontified t face org-code)) #("ditaa-all-examples.png" 0 22 = (face font-lock-comment-face fontified t)) #("-o" 0 2 (face = font-lock-comment-face fontified t)) #("-E" 0 2 (face = font-lock-comment-face fontified t)))
 apply(org-export-blocks-format-ditaa #(": /----\\ = /----\\ /----\\ /----\\\n: |c33F| |cC02| |c1FF| |c1AB|\n: | =    | |    | |    | | =    |\n: \\----/ \\----/ \\----/ \\----/\n:\n: Color = codes:\n: /-------------+-------------\\\n: |cRED RED =     |cBLU BLU     |\n: = +-------------+-------------+\n: |cGRE GRE     |cPNK = PNK     |\n: +-------------+-------------+\n: |cBLK = BLK     |cYEL YEL     |\n: = \\-------------+-------------/\n:\n: Die Optione -E verhindert die = L\x00fc\ cke zwischen den Bl\x00f6\ cken.\n:\n: /--+\n: |  |\n: = +--/\n:\n: +---------+\n: | cBLU    |\n: | =         |\n: | =    +----+\n: |    |cPNK|\n: | =    |    |\n: +----+----+\n:\n: +-----+ = +-----+ +-----+\n: |{d}  | |{s}  | |{io} |\n: | =     | |     | | =     |\n: |     | | =     | |     |\n: +-----+ +-----+ = +-----+\n:\n: ----+  /----\\  +----+\n: =     :  |    |  : =    |\n:     |  | =    |  |{s} |\n:     v =  \\-=3D--+  +----+\n:\n: *----* =      /--B1--B2\n: |    | =      |\n: *    * =  -*--+--*--*\n: |    | =      |\n: *----* =      \\--*\n:\n: /-----------------\\\n: | = Things to do    |\n: | cGRE =            |\n: | = o Cut the grass |\n: | o Buy jam =       |\n: | o Fix car =       |\n: | o Make website  |\n: = \\-----------------/\n" 0 4 (fontified t face org-code) 4 8 (fontified t = face org-code font-lock-multiline t) 8 11 (fontified t face org-code) 11 = 15 (fontified t face org-code font-lock-multiline t) 15 18 (fontified t = face org-code) 18 22 (fontified t face org-code font-lock-multiline t) = 22 25 (fontified t face org-code) 25 29 (fontified t face org-code = font-lock-multiline t) 29 30 (fontified t face org-code) 30 60 = (fontified t face org-code) 60 90 (fontified t face org-code) 90 92 = (fontified t face org-code) 92 94 (fontified t face org-code = font-lock-multiline t) 94 98 (fontified t face org-code = font-lock-multiline t) 98 99 (fontified t face org-code) 99 101 = (fontified t face org-code font-lock-multiline t) 101 105 (fontified t = face org-code font-lock-multiline t) 105 106 (fontified t face org-code) = 106 108 (fontified t face org-code font-lock-multiline t) 108 112 = (fontified t face org-code font-lock-multiline t) 112 113 (fontified t = face org-code) 113 115 (fontified t face org-code font-lock-multiline t) = 115 119 (fontified t face org-code font-lock-multiline t) 119 120 = (fontified t face org-code) 120 122 (fontified t) 122 137 (fontified t = face org-code) 137 150 (fontified t face org-code) 150 154 (fontified t = face org-code font-lock-multiline t) 154 164 (fontified t face org-code) = 164 168 (fontified t face org-code font-lock-multiline t) 168 169 = (fontified t face org-code) 169 201 (fontified t face org-code) 201 203 = (fontified t face org-code) 203 214 (fontified t face org-code = font-lock-multiline t) 214 218 (fontified t face org-code = font-lock-multiline t) 218 228 (fontified t face org-code) 228 232 = (fontified t face org-code font-lock-multiline t) 232 233 (fontified t = face org-code) 233 265 (fontified t face org-code) 265 267 (fontified t = face org-code) 267 278 (fontified t face org-code font-lock-multiline t) = 278 282 (fontified t face org-code font-lock-multiline t) 282 292 = (fontified t face org-code) 292 296 (fontified t face org-code = font-lock-multiline t) 296 297 (fontified t face org-code) 297 329 = (fontified t face org-code) 329 331 (fontified t face org-code) 331 333 = (fontified t face org-code font-lock-multiline t) 333 342 (fontified t = face org-code) 342 346 (fontified t face org-code font-lock-multiline t) = 346 356 (fontified t face org-code) 356 360 (fontified t face org-code = font-lock-multiline t) 360 361 (fontified t face org-code) 361 363 = (fontified t) 363 423 (fontified t face org-code) 423 425 (fontified t) = 425 428 (fontified t face org-code) 428 431 (fontified t face org-code = font-lock-multiline t) 431 432 (fontified t face org-code) 432 439 = (fontified t face org-code) 439 442 (fontified t face org-code) 442 445 = (fontified t face org-code font-lock-multiline t) 445 446 (fontified t = face org-code) 446 448 (fontified t) 448 450 (fontified t face org-code) = 450 457 (fontified t face org-code font-lock-multiline t) 457 461 = (fontified t face org-code font-lock-multiline t) 461 462 (fontified t = face org-code) 462 476 (fontified t face org-code) 476 490 (fontified t = face org-code) 490 497 (fontified t face org-code) 497 499 (fontified t = face org-code font-lock-multiline t) 499 503 (fontified t face org-code = font-lock-multiline t) 503 504 (fontified t face org-code) 504 518 = (fontified t face org-code) 518 532 (fontified t face org-code) 532 534 = (fontified t face org-code) 534 536 (fontified t face org-code = font-lock-multiline t) 536 540 (fontified t face org-code = font-lock-multiline t) 540 541 (fontified t face org-code) 541 545 = (fontified t face org-code font-lock-multiline t) 545 546 (fontified t = face org-code) 546 548 (fontified t) 548 550 (fontified t face org-code) = 550 553 (fontified t face org-code font-lock-multiline t) 553 557 = (fontified t face org-code font-lock-multiline t) 557 558 (fontified t = face org-code) 558 561 (fontified t face org-code font-lock-multiline t) = 561 565 (fontified t face org-code font-lock-multiline t) 565 566 = (fontified t face org-code) 566 569 (fontified t face org-code = font-lock-multiline t) 569 573 (fontified t face org-code = font-lock-multiline t) 573 574 (fontified t face org-code) 574 600 = (fontified t face org-code) 600 626 (fontified t face org-code) 626 652 = (fontified t face org-code) 652 654 (fontified t face org-code) 654 657 = (fontified t face org-code font-lock-multiline t) 657 661 (fontified t = face org-code font-lock-multiline t) 661 662 (fontified t face org-code) = 662 665 (fontified t face org-code font-lock-multiline t) 665 669 = (fontified t face org-code font-lock-multiline t) 669 670 (fontified t = face org-code) 670 673 (fontified t face org-code font-lock-multiline t) = 673 677 (fontified t face org-code font-lock-multiline t) 677 678 = (fontified t face org-code) 678 680 (fontified t) 680 683 (fontified t = face org-code) 683 687 (fontified t face org-code font-lock-multiline t) = 687 691 (fontified t face org-code) 691 695 (fontified t face org-code = font-lock-multiline t) 695 697 (fontified t face org-code) 697 699 = (fontified t face org-code font-lock-multiline t) 699 703 (fontified t = face org-code font-lock-multiline t) 703 704 (fontified t face org-code) = 704 728 (fontified t face org-code) 728 752 (fontified t face org-code) = 752 761 (fontified t face org-code) 761 763 (fontified t face org-code = font-lock-multiline t) 763 764 (fontified t face org-code) 764 767 = (fontified t face org-code font-lock-multiline t) 767 769 (fontified t = face org-code) 769 771 (fontified t face org-code font-lock-multiline t) = 771 775 (fontified t face org-code font-lock-multiline t) 775 776 = (fontified t face org-code) 776 778 (fontified t) 778 780 (fontified t = face org-code) 780 782 (fontified t face org-code font-lock-multiline t) = 782 786 (fontified t face org-code font-lock-multiline t) 786 793 = (fontified t face org-code) 793 796 (fontified t face org-code = font-lock-multiline t) 796 797 (fontified t face org-code) 797 800 = (fontified t face org-code font-lock-multiline t) 800 802 (fontified t = face org-code) 802 818 (fontified t face org-code) 818 830 (fontified t = face org-code) 830 833 (fontified t face org-code font-lock-multiline t) = 833 836 (fontified t face org-code font-lock-multiline t) 836 839 = (fontified t face org-code font-lock-multiline t) 839 840 (fontified t = face org-code) 840 856 (fontified t face org-code) 856 858 (fontified t = face org-code) 858 860 (fontified t face org-code font-lock-multiline t) = 860 864 (fontified t face org-code font-lock-multiline t) 864 870 = (fontified t face org-code) 870 872 (fontified t face org-code = font-lock-multiline t) 872 875 (fontified t face org-code) 875 877 = (fontified t) 877 894 (fontified t face org-code) 894 898 (fontified t = face org-code font-lock-multiline t) 898 899 (fontified t face org-code) = 899 921 (fontified t face org-code) 921 943 (fontified t face org-code) = 943 965 (fontified t face org-code) 965 987 (fontified t face org-code) = 987 1009 (fontified t face org-code) 1009 1031 (fontified t face = org-code) 1031 1033 (fontified t face org-code) 1033 1035 (fontified t = face org-code font-lock-multiline t) 1035 1048 (fontified t face = org-code) 1048 1052 (fontified t face org-code font-lock-multiline t) = 1052 1053 (fontified t face org-code)) (#("ditaa-all-examples.png" 0 22 = (face font-lock-comment-face fontified t)) #("-o" 0 2 (face = font-lock-comment-face fontified t)) #("-E" 0 2 (face = font-lock-comment-face fontified t))))
 (if (memq type blocks) "" (apply func (match-string = 3) (split-string ... " ")))
=  (progn (if (memq type blocks) "" (apply func ... = ...)))
 (unwind-protect = (progn (if ... "" ...)) (set-match-data save-match-data-internal (quote = evaporate)))
 (let = ((save-match-data-internal ...)) (unwind-protect (progn ...) = (set-match-data save-match-data-internal = ...)))
 (save-match-data = (if (memq type blocks) "" (apply func ... = ...)))
 (replace-match = (save-match-data (if ... "" ...)) t t)
 (if (setf func (cadr ...)) (replace-match = (save-match-data ...) t t))
=  (while (re-search-forward "^#\\+begin_\\(\\S-+\\)[ = ]*\\(.*\\)?[.\n]\\([^.]*?\\)#\\+end_\\S-*[.\n]" nil t) = (save-match-data (setf type ...)) (unless (memq type types) (setf types = ...)) (setf end (save-match-data ...)) (interblock start end type) (if = (setf func ...) (replace-match ... t t)) (setf start (save-match-data = ...)))
 (progn (fset = (quote interblock) (function* ...)) (goto-char (point-min)) (setf start = (point)) (while (re-search-forward "^#\\+begin_\\(\\S-+\\)[ = ]*\\(.*\\)?[.\n]\\([^.]*?\\)#\\+end_\\S-*[.\n]" nil t) = (save-match-data ...) (unless ... ...) (setf end ...) (interblock start = end type) (if ... ...) (setf start ...)) (mapcar (lambda ... ...) = types))
 (unwind-protect = (progn (fset ... ...) (goto-char ...) (setf start ...) (while ... ... = ... ... ... ... ...) (mapcar ... types)) (if --cl-letf-bound-- (fset ... = --cl-letf-save--) (fmakunbound ...)))
 (let* ((--cl-letf-bound-- ...) (--cl-letf-save-- = ...)) (unwind-protect (progn ... ... ... ... ...) (if --cl-letf-bound-- = ... ...)))
 (letf ((... = ...)) (goto-char (point-min)) (setf start (point)) (while = (re-search-forward "^#\\+begin_\\(\\S-+\\)[ = ]*\\(.*\\)?[.\n]\\([^.]*?\\)#\\+end_\\S-*[.\n]" nil t) = (save-match-data ...) (unless ... ...) (setf end ...) (interblock start = end type) (if ... ...) (setf start ...)) (mapcar (lambda ... ...) = types))
 (letf* ((... = ...)) (goto-char (point-min)) (setf start (point)) (while = (re-search-forward "^#\\+begin_\\(\\S-+\\)[ = ]*\\(.*\\)?[.\n]\\([^.]*?\\)#\\+end_\\S-*[.\n]" nil t) = (save-match-data ...) (unless ... ...) (setf end ...) (interblock start = end type) (if ... ...) (setf start ...)) (mapcar (lambda ... ...) = types))
 (flet = ((interblock ... ...)) (goto-char (point-min)) (setf start (point)) = (while (re-search-forward "^#\\+begin_\\(\\S-+\\)[ = ]*\\(.*\\)?[.\n]\\([^.]*?\\)#\\+end_\\S-*[.\n]" nil t) = (save-match-data ...) (unless ... ...) (setf end ...) (interblock start = end type) (if ... ...) (setf start ...)) (mapcar (lambda ... ...) = types))
 (let ((count 0) = (blocks org-export-blocks-witheld) (case-fold-search t) (types ...) type = func start end) (flet (...) (goto-char ...) (setf start ...) (while ... = ... ... ... ... ... ...) (mapcar ... = types)))
=  (save-window-excursion (let (... ... ... ... type func start end) = (flet ... ... ... ... ...)))
=  org-export-blocks-preprocess()
=  run-hooks(org-export-preprocess-hook)
 (save-current-buffer (set-buffer (get-buffer-create = " org-mode-tmp")) (erase-buffer) (insert string) (setq case-fold-search = t) (run-hooks (quote org-export-preprocess-hook)) = (org-export-kill-licensed-text) (let (...) (org-mode)) (setq = case-fold-search t) (untabify (point-min) (point-max)) = (org-export-handle-include-files) (org-export-handle-export-tags = (plist-get parameters :select-tags) (plist-get parameters = :exclude-tags)) (org-export-replace-src-segments) (setq target-alist = (org-export-define-heading-targets target-alist)) = (org-export-remove-or-extract-drawers drawers (plist-get parameters = :drawers)) (when (plist-get parameters :skip-before-1st-heading) = (goto-char ...) (when ... ... ... ...)) (when (plist-get parameters = :add-text) (goto-char ...) (insert ... "\n")) = (org-export-remove-archived-trees archived-trees) = (org-export-remove-headline-metadata parameters) (setq target-alist = (org-export-handle-invisible-targets target-alist)) = (org-export-protect-examples (if asciip ... nil)) = (org-export-select-backend-specific-text backend) = (org-export-protect-quoted-subtrees) (org-export-protect-verbatim) = (org-export-mark-blockquote-and-verse) (setq target-alist = (org-export-attach-captions-and-attributes backend target-alist)) = (org-export-remove-comment-blocks-and-subtrees) = (org-export-mark-radio-links) (org-export-concatenate-multiline-links) = (org-export-normalize-links) (org-export-target-internal-links = target-alist) (when (plist-get parameters :emph-multiline) = (org-export-concatenate-multiline-emphasis)) (when = org-export-table-remove-special-lines = (org-export-remove-special-table-lines)) (when latexp (require ... nil) = (org-export-latex-preprocess)) (when asciip = (org-export-ascii-preprocess)) (when htmlp (org-export-html-preprocess = parameters)) (org-export-handle-comments (plist-get parameters = :comments)) (setq rtn (buffer-string)))
 (with-current-buffer (get-buffer-create " = org-mode-tmp") (erase-buffer) (insert string) (setq case-fold-search t) = (run-hooks (quote org-export-preprocess-hook)) = (org-export-kill-licensed-text) (let (...) (org-mode)) (setq = case-fold-search t) (untabify (point-min) (point-max)) = (org-export-handle-include-files) (org-export-handle-export-tags = (plist-get parameters :select-tags) (plist-get parameters = :exclude-tags)) (org-export-replace-src-segments) (setq target-alist = (org-export-define-heading-targets target-alist)) = (org-export-remove-or-extract-drawers drawers (plist-get parameters = :drawers)) (when (plist-get parameters :skip-before-1st-heading) = (goto-char ...) (when ... ... ... ...)) (when (plist-get parameters = :add-text) (goto-char ...) (insert ... "\n")) = (org-export-remove-archived-trees archived-trees) = (org-export-remove-headline-metadata parameters) (setq target-alist = (org-export-handle-invisible-targets target-alist)) = (org-export-protect-examples (if asciip ... nil)) = (org-export-select-backend-specific-text backend) = (org-export-protect-quoted-subtrees) (org-export-protect-verbatim) = (org-export-mark-blockquote-and-verse) (setq target-alist = (org-export-attach-captions-and-attributes backend target-alist)) = (org-export-remove-comment-blocks-and-subtrees) = (org-export-mark-radio-links) (org-export-concatenate-multiline-links) = (org-export-normalize-links) (org-export-target-internal-links = target-alist) (when (plist-get parameters :emph-multiline) = (org-export-concatenate-multiline-emphasis)) (when = org-export-table-remove-special-lines = (org-export-remove-special-table-lines)) (when latexp (require ... nil) = (org-export-latex-preprocess)) (when asciip = (org-export-ascii-preprocess)) (when htmlp (org-export-html-preprocess = parameters)) (org-export-handle-comments (plist-get parameters = :comments)) (setq rtn (buffer-string)))
 (let* ((htmlp ...) (asciip ...) (latexp ...) = (backend ...) (archived-trees ...) (inhibit-read-only t) (drawers = org-drawers) (outline-regexp "\\*+ ") target-alist rtn) (setq = org-export-target-aliases nil) (with-current-buffer (get-buffer-create " = org-mode-tmp") (erase-buffer) (insert string) (setq case-fold-search t) = (run-hooks ...) (org-export-kill-licensed-text) (let ... ...) (setq = case-fold-search t) (untabify ... ...) (org-export-handle-include-files) = (org-export-handle-export-tags ... ...) = (org-export-replace-src-segments) (setq target-alist ...) = (org-export-remove-or-extract-drawers drawers ...) (when ... ... ...) = (when ... ... ...) (org-export-remove-archived-trees archived-trees) = (org-export-remove-headline-metadata parameters) (setq target-alist ...) = (org-export-protect-examples ...) = (org-export-select-backend-specific-text backend) = (org-export-protect-quoted-subtrees) (org-export-protect-verbatim) = (org-export-mark-blockquote-and-verse) (setq target-alist ...) = (org-export-remove-comment-blocks-and-subtrees) = (org-export-mark-radio-links) (org-export-concatenate-multiline-links) = (org-export-normalize-links) (org-export-target-internal-links = target-alist) (when ... ...) (when org-export-table-remove-special-lines = ...) (when latexp ... ...) (when asciip ...) (when htmlp ...) = (org-export-handle-comments ...) (setq rtn ...)) (kill-buffer " = org-mode-tmp") rtn)
=  org-export-preprocess-string(#("#+TITLE: =     xy.org\n#+AUTHOR:    Sebastian = Rose\n#+EMAIL:     nomail@example.com\n\n* First = example\n\n#+begin_ditaa ditaa-all-examples.png -o -E\n: /----\\ /----\\ = /----\\ /----\\\n: |c33F| |cC02| |c1FF| |c1AB|\n: |    | = |    | |    | |    |\n: = \\----/ \\----/ \\----/ \\----/\n:\n: Color codes:\n: = /-------------+-------------\\\n: |cRED RED =     |cBLU BLU     |\n: = +-------------+-------------+\n: |cGRE GRE     |cPNK = PNK     |\n: +-------------+-------------+\n: |cBLK = BLK     |cYEL YEL     |\n: = \\-------------+-------------/\n:\n: Die Optione -E verhindert die = L\x00fc\ cke zwischen den Bl\x00f6\ cken.\n:\n: /--+\n: |  |\n: = +--/\n:\n: +---------+\n: | cBLU    |\n: | =         |\n: | =    +----+\n: |    |cPNK|\n: | =    |    |\n: +----+----+\n:\n: +-----+ = +-----+ +-----+\n: |{d}  | |{s}  | |{io} |\n: | =     | |     | | =     |\n: |     | | =     | |     |\n: +-----+ +-----+ = +-----+\n:\n: ----+  /----\\  +----+\n: =     :  |    |  : =    |\n:     |  | =    |  |{s} |\n:     v =  \\-=3D--+  +----+\n:\n: *----* =      /--B1--B2\n: |    | =      |\n: *    * =  -*--+--*--*\n: |    | =      |\n: *----* =      \\--*\n:\n: /-----------------\\\n: | = Things to do    |\n: | cGRE =            |\n: | = o Cut the grass |\n: | o Buy jam =       |\n: | o Fix car =       |\n: | o Make website  |\n: = \\-----------------/\n#+end_ditaa\n\n* Second example\n\n\n#+begin_ditaa = Database.png -o -E\n: /---------------------\\ =    /-------------\\ =    /-------------------\\\n: | region_2_zoom  cYEL | =    | region cYEL |    | hotel_2_zoom cYEL = |\n: +---------------------+    +-------------+ =    +-------------------+\n: | id =             &n= bsp;    |    | id =          | =    | id =             &n= bsp;  |\n: | zoom_id =             | =    | name        | =    | zoom_id =           |\n: | = region_id           | =    \\-------------/    | hotel_id =          |\n: | iX =             &n= bsp;    | =           ^ =           | hX =             &n= bsp;  |\n: | iY =             &n= bsp;    | =           | =           | hY =             &n= bsp;  |\n: | X1 =             &n= bsp;    |-----------/ =           \\---------+--= -------/\n: | Y1 =             &n= bsp;    | =             &n= bsp;           &nbs= p;       |\n: | X2 =             &n= bsp;    | =             &n= bsp;           &nbs= p;       |\n: | Y2 =             &n= bsp;    | =             &n= bsp;           &nbs= p;       |\n: | path =             &n= bsp;  | =             &n= bsp;           &nbs= p;       |\n: | filename =            | =             &n= bsp;           &nbs= p;       |\n: = \\----------+----------/ =             &n= bsp;           &nbs= p;       |\n: =            | =             &n= bsp;           &nbs= p;            =       |\n: =            | =             &n= bsp;           &nbs= p;            =       |\n: =            \\------= ---------------*----------------------/\n: =             &n= bsp;           &nbs= p;        |\n: =             &n= bsp;           &nbs= p;        v\n: /------------\\ =             /-= ----------\\ =            /-------= ------\\\n: | row   cYEL | =             | = zoom cYEL | =            | = column cYEL |\n: +------------+ =             +-= ----------+ =            +-------= ------+\n: | id         | =             | = zoom      | =            | id =          |\n: | zoom_id =    +------------>| name =      |<-----------+ zoom_id =     |\n: | tY =         | =             \\= -----------/ =            | tX =          |\n: | pY =         | =             &n= bsp;           &nbs= p;            = | pX          |\n: |visible =     | =             &n= bsp;           &nbs= p;            = | visible     |\n: \\------------/ =             &n= bsp;           &nbs= p;            = \\-------------/\n:       ^ =             &n= bsp;           &nbs= p;            =             &n= bsp;  ^\n:       | =             &n= bsp;           &nbs= p;            =             &n= bsp;  |\n:       | =             &n= bsp;      /-----------\\ =             &n= bsp;      |\n: =       | =             &n= bsp;      | tile cYEL | =             &n= bsp;      |\n: =       | =             &n= bsp;      +-----------+ =             &n= bsp;      |\n: =       | =             &n= bsp;      | id =        | =             &n= bsp;      |\n: =       \\--------------------+ row_id =    | =             &n= bsp;      |\n: =             &n= bsp;           &nbs= p;  | column_id +--------------------/\n: =             &n= bsp;           &nbs= p;  | filename  |\n: =             &n= bsp;           &nbs= p;  \\-----------/\n#+end_ditaa\n" 0 19 (fontified t face = font-lock-comment-face) 19 20 (fontified t) 20 47 (fontified t face = font-lock-comment-face) 47 48 (fontified t) 48 70 (fontified t face = font-lock-comment-face) 70 75 (fontified t face font-lock-comment-face = font-lock-multiline t) 75 82 (fontified t face font-lock-comment-face) = 82 83 (fontified t) 83 84 (fontified t) 84 86 (fontified t face = org-level-1) 86 99 (fontified t face org-level-1) 99 100 (fontified t) = 100 101 (fontified t) 101 108 (fontified t face font-lock-comment-face) = 108 114 (fontified t face font-lock-comment-face font-lock-multiline t) = 114 143 (fontified t face font-lock-comment-face) 143 144 (fontified t) = 144 148 (fontified t face org-code) 148 152 (fontified t face org-code = font-lock-multiline t) 152 155 (fontified t face org-code) 155 159 = (fontified t face org-code font-lock-multiline t) 159 162 (fontified t = face org-code) 162 166 (fontified t face org-code font-lock-multiline t) = 166 169 (fontified t face org-code) 169 173 (fontified t face org-code = font-lock-multiline t) 173 174 (fontified t face org-code) 174 204 = (fontified t face org-code) 204 234 (fontified t face org-code) 234 236 = (fontified t face org-code) 236 238 (fontified t face org-code = font-lock-multiline t) 238 242 (fontified t face org-code = font-lock-multiline t) 242 243 (fontified t face org-code) 243 245 = (fontified t face org-code font-lock-multiline t) 245 249 (fontified t = face org-code font-lock-multiline t) 249 250 (fontified t face org-code) = 250 252 (fontified t face org-code font-lock-multiline t) 252 256 = (fontified t face org-code font-lock-multiline t) 256 257 (fontified t = face org-code) 257 259 (fontified t face org-code font-lock-multiline t) = 259 263 (fontified t face org-code font-lock-multiline t) 263 264 = (fontified t face org-code) 264 266 (fontified t) 266 281 (fontified t = face org-code) 281 294 (fontified t face org-code) 294 298 (fontified t = face org-code font-lock-multiline t) 298 308 (fontified t face org-code) = 308 312 (fontified t face org-code font-lock-multiline t) 312 313 = (fontified t face org-code) 313 345 (fontified t face org-code) 345 347 = (fontified t face org-code) 347 358 (fontified t face org-code = font-lock-multiline t) 358 362 (fontified t face org-code = font-lock-multiline t) 362 372 (fontified t face org-code) 372 376 = (fontified t face org-code font-lock-multiline t) 376 377 (fontified t = face org-code) 377 409 (fontified t face org-code) 409 411 (fontified t = face org-code) 411 422 (fontified t face org-code font-lock-multiline t) = 422 426 (fontified t face org-code font-lock-multiline t) 426 436 = (fontified t face org-code) 436 440 (fontified t face org-code = font-lock-multiline t) 440 441 (fontified t face org-code) 441 473 = (fontified t face org-code) 473 475 (fontified t face org-code) 475 477 = (fontified t face org-code font-lock-multiline t) 477 486 (fontified t = face org-code) 486 490 (fontified t face org-code font-lock-multiline t) = 490 500 (fontified t face org-code) 500 504 (fontified t face org-code = font-lock-multiline t) 504 505 (fontified t face org-code) 505 507 = (fontified t) 507 567 (fontified t face org-code) 567 569 (fontified t) = 569 572 (fontified t face org-code) 572 575 (fontified t face org-code = font-lock-multiline t) 575 576 (fontified t face org-code) 576 583 = (fontified t face org-code) 583 586 (fontified t face org-code) 586 589 = (fontified t face org-code font-lock-multiline t) 589 590 (fontified t = face org-code) 590 592 (fontified t) 592 594 (fontified t face org-code) = 594 601 (fontified t face org-code font-lock-multiline t) 601 605 = (fontified t face org-code font-lock-multiline t) 605 606 (fontified t = face org-code) 606 620 (fontified t face org-code) 620 634 (fontified t = face org-code) 634 641 (fontified t face org-code) 641 643 (fontified t = face org-code font-lock-multiline t) 643 647 (fontified t face org-code = font-lock-multiline t) 647 648 (fontified t face org-code) 648 662 = (fontified t face org-code) 662 676 (fontified t face org-code) 676 678 = (fontified t face org-code) 678 680 (fontified t face org-code = font-lock-multiline t) 680 684 (fontified t face org-code = font-lock-multiline t) 684 685 (fontified t face org-code) 685 689 = (fontified t face org-code font-lock-multiline t) 689 690 (fontified t = face org-code) 690 692 (fontified t) 692 694 (fontified t face org-code) = 694 697 (fontified t face org-code font-lock-multiline t) 697 701 = (fontified t face org-code font-lock-multiline t) 701 702 (fontified t = face org-code) 702 705 (fontified t face org-code font-lock-multiline t) = 705 709 (fontified t face org-code font-lock-multiline t) 709 710 = (fontified t face org-code) 710 713 (fontified t face org-code = font-lock-multiline t) 713 717 (fontified t face org-code = font-lock-multiline t) 717 718 (fontified t face org-code) 718 744 = (fontified t face org-code) 744 770 (fontified t face org-code) 770 796 = (fontified t face org-code) 796 798 (fontified t face org-code) 798 801 = (fontified t face org-code font-lock-multiline t) 801 805 (fontified t = face org-code font-lock-multiline t) 805 806 (fontified t face org-code) = 806 809 (fontified t face org-code font-lock-multiline t) 809 813 = (fontified t face org-code font-lock-multiline t) 813 814 (fontified t = face org-code) 814 817 (fontified t face org-code font-lock-multiline t) = 817 821 (fontified t face org-code font-lock-multiline t) 821 822 = (fontified t face org-code) 822 824 (fontified t) 824 827 (fontified t = face org-code) 827 831 (fontified t face org-code font-lock-multiline t) = 831 835 (fontified t face org-code) 835 839 (fontified t face org-code = font-lock-multiline t) 839 841 (fontified t face org-code) 841 843 = (fontified t face org-code font-lock-multiline t) 843 847 (fontified t = face org-code font-lock-multiline t) 847 848 (fontified t face org-code) = 848 872 (fontified t face org-code) 872 896 (fontified t face org-code) = 896 905 (fontified t face org-code) 905 907 (fontified t face org-code = font-lock-multiline t) 907 908 (fontified t face org-code) 908 911 = (fontified t face org-code font-lock-multiline t) 911 913 (fontified t = face org-code) 913 915 (fontified t face org-code font-lock-multiline t) = 915 919 (fontified t face org-code font-lock-multiline t) 919 920 = (fontified t face org-code) 920 922 (fontified t) 922 924 (fontified t = face org-code) 924 926 (fontified t face org-code font-lock-multiline t) = 926 930 (fontified t face org-code font-lock-multiline t) 930 937 = (fontified t face org-code) 937 940 (fontified t face org-code = font-lock-multiline t) 940 941 (fontified t face org-code) 941 944 = (fontified t face org-code font-lock-multiline t) 944 946 (fontified t = face org-code) 946 962 (fontified t face org-code) 962 974 (fontified t = face org-code) 974 977 (fontified t face org-code font-lock-multiline t) = 977 980 (fontified t face org-code font-lock-multiline t) 980 983 = (fontified t face org-code font-lock-multiline t) 983 984 (fontified t = face org-code) 984 1000 (fontified t face org-code) 1000 1002 (fontified = t face org-code) 1002 1004 (fontified t face org-code = font-lock-multiline t) 1004 1008 (fontified t face org-code = font-lock-multiline t) 1008 1014 (fontified t face org-code) 1014 1016 = (fontified t face org-code font-lock-multiline t) 1016 1019 (fontified t = face org-code) 1019 1021 (fontified t) 1021 1038 (fontified t face = org-code) 1038 1042 (fontified t face org-code font-lock-multiline t) = 1042 1043 (fontified t face org-code) 1043 1065 (fontified t face = org-code) 1065 1087 (fontified t face org-code) 1087 1109 (fontified t = face org-code) 1109 1131 (fontified t face org-code) 1131 1153 = (fontified t face org-code) 1153 1175 (fontified t face org-code) 1175 = 1177 (fontified t face org-code) 1177 1179 (fontified t face org-code = font-lock-multiline t) 1179 1192 (fontified t face org-code) 1192 1196 = (fontified t face org-code font-lock-multiline t) 1196 1197 (fontified t = face org-code) 1197 1202 (fontified t face font-lock-comment-face) 1202 = 1208 (fontified t face font-lock-comment-face font-lock-multiline t) = 1208 1209 (fontified t) 1209 1210 (fontified t) 1210 1212 (fontified t = face org-level-1) 1212 1226 (fontified t face org-level-1) 1226 1227 = (fontified t) 1227 1228 (fontified t) 1228 1229 (fontified t) 1229 1236 = (fontified t face font-lock-comment-face) 1236 1242 (fontified t face = font-lock-comment-face font-lock-multiline t) 1242 1261 (fontified t = face font-lock-comment-face) 1261 1262 (fontified t) 1262 1283 = (fontified t face org-code) 1283 1287 (fontified t face org-code = font-lock-multiline t) 1287 1302 (fontified t face org-code) 1302 1306 = (fontified t face org-code font-lock-multiline t) 1306 1327 (fontified t = face org-code) 1327 1331 (fontified t face org-code font-lock-multiline = t) 1331 1332 (fontified t face org-code) 1332 1342 (fontified t face = org-code) 1342 1344 (fontified t face org-code font-lock-multiline t) = 1344 1387 (fontified t face org-code) 1387 1389 (fontified t face = org-code font-lock-multiline t) 1389 1402 (fontified t face org-code) = 1402 1404 (fontified t face org-code) 1404 1423 (fontified t face = org-code font-lock-multiline t) 1423 1427 (fontified t face org-code = font-lock-multiline t) 1427 1431 (fontified t face org-code) 1431 1442 = (fontified t face org-code font-lock-multiline t) 1442 1446 (fontified t = face org-code font-lock-multiline t) 1446 1450 (fontified t face = org-code) 1450 1467 (fontified t face org-code font-lock-multiline t) = 1467 1471 (fontified t face org-code font-lock-multiline t) 1471 1472 = (fontified t face org-code) 1472 1542 (fontified t face org-code) 1542 = 1550 (fontified t face org-code) 1550 1553 (fontified t face org-code = font-lock-multiline t) 1553 1596 (fontified t face org-code) 1596 1599 = (fontified t face org-code font-lock-multiline t) 1599 1612 (fontified t = face org-code) 1612 1622 (fontified t face org-code) 1622 1625 = (fontified t face org-code font-lock-multiline t) 1625 1641 (fontified t = face org-code) 1641 1643 (fontified t face org-code font-lock-multiline = t) 1643 1652 (fontified t face org-code) 1652 1656 (fontified t face = org-code font-lock-multiline t) 1656 1667 (fontified t face org-code) = 1667 1670 (fontified t face org-code font-lock-multiline t) 1670 1682 = (fontified t face org-code) 1682 1752 (fontified t face org-code) 1752 = 1822 (fontified t face org-code) 1822 1855 (fontified t face org-code) = 1855 1859 (fontified t face org-code font-lock-multiline t) 1859 1870 = (fontified t face org-code) 1870 1872 (fontified t face org-code = font-lock-multiline t) 1872 1877 (fontified t face org-code) 1877 1881 = (fontified t face org-code font-lock-multiline t) 1881 1887 (fontified t = face org-code) 1887 1891 (fontified t face org-code font-lock-multiline = t) 1891 1892 (fontified t face org-code) 1892 1952 (fontified t face = org-code) 1952 2012 (fontified t face org-code) 2012 2072 (fontified t = face org-code) 2072 2132 (fontified t face org-code) 2132 2192 = (fontified t face org-code) 2192 2194 (fontified t face org-code) 2194 = 2196 (fontified t face org-code font-lock-multiline t) 2196 2202 = (fontified t face org-code) 2202 2206 (fontified t face org-code = font-lock-multiline t) 2206 2213 (fontified t face org-code) 2213 2217 = (fontified t face org-code font-lock-multiline t) 2217 2252 (fontified t = face org-code) 2252 2312 (fontified t face org-code) 2312 2372 = (fontified t face org-code) 2372 2385 (fontified t face org-code) 2385 = 2387 (fontified t face org-code font-lock-multiline t) 2387 2404 = (fontified t face org-code) 2404 2408 (fontified t face org-code = font-lock-multiline t) 2408 2427 (fontified t face org-code) 2427 2431 = (fontified t face org-code font-lock-multiline t) 2431 2432 (fontified t = face org-code) 2432 2469 (fontified t face org-code) 2469 2506 = (fontified t face org-code) 2506 2518 (fontified t face org-code) 2518 = 2522 (fontified t face org-code font-lock-multiline t) 2522 2544 = (fontified t face org-code) 2544 2548 (fontified t face org-code = font-lock-multiline t) 2548 2571 (fontified t face org-code) 2571 2575 = (fontified t face org-code font-lock-multiline t) 2575 2576 (fontified t = face org-code) 2576 2646 (fontified t face org-code) 2646 2648 = (fontified t face org-code) 2648 2658 (fontified t face org-code = font-lock-multiline t) 2658 2662 (fontified t face org-code = font-lock-multiline t) 2662 2675 (fontified t face org-code) 2675 2684 = (fontified t face org-code font-lock-multiline t) 2684 2688 (fontified t = face org-code font-lock-multiline t) 2688 2700 (fontified t face = org-code) 2700 2711 (fontified t face org-code font-lock-multiline t) = 2711 2715 (fontified t face org-code font-lock-multiline t) 2715 2716 = (fontified t face org-code) 2716 2786 (fontified t face org-code) 2786 = 2794 (fontified t face org-code) 2794 2797 (fontified t face org-code = font-lock-multiline t) 2797 2801 (fontified t face org-code) 2801 2811 = (fontified t face org-code font-lock-multiline t) 2811 2815 (fontified t = face org-code font-lock-multiline t) 2815 2837 (fontified t face = org-code font-lock-multiline t) 2837 2841 (fontified t face org-code = font-lock-multiline t) 2841 2846 (fontified t face org-code) 2846 2849 = (fontified t face org-code font-lock-multiline t) 2849 2856 (fontified t = face org-code) 2856 2885 (fontified t face org-code) 2885 2887 = (fontified t face org-code font-lock-multiline t) 2887 2894 (fontified t = face org-code) 2894 2898 (fontified t face org-code font-lock-multiline = t) 2898 2926 (fontified t face org-code) 2926 2996 (fontified t face = org-code) 2996 3066 (fontified t face org-code) 3066 3068 (fontified t = face org-code) 3068 3070 (fontified t face org-code font-lock-multiline = t) 3070 3078 (fontified t face org-code) 3078 3082 (fontified t face = org-code font-lock-multiline t) 3082 3120 (fontified t face org-code) = 3120 3122 (fontified t face org-code font-lock-multiline t) 3122 3131 = (fontified t face org-code) 3131 3135 (fontified t face org-code = font-lock-multiline t) 3135 3136 (fontified t face org-code) 3136 3200 = (fontified t face org-code) 3200 3264 (fontified t face org-code) 3264 = 3302 (fontified t face org-code) 3302 3306 (fontified t face org-code = font-lock-multiline t) 3306 3328 (fontified t face org-code) 3328 3392 = (fontified t face org-code) 3392 3421 (fontified t face org-code) 3421 = 3430 (fontified t face org-code font-lock-multiline t) 3430 3434 = (fontified t face org-code font-lock-multiline t) 3434 3456 (fontified t = face org-code) 3456 3520 (fontified t face org-code) 3520 3528 = (fontified t face org-code) 3528 3530 (fontified t face org-code = font-lock-multiline t) 3530 3546 (fontified t face org-code) 3546 3550 = (fontified t face org-code font-lock-multiline t) 3550 3554 (fontified t = face org-code) 3554 3557 (fontified t face org-code font-lock-multiline = t) 3557 3584 (fontified t face org-code) 3584 3621 (fontified t face = org-code) 3621 3624 (fontified t face org-code font-lock-multiline t) = 3624 3643 (fontified t face org-code) 3643 3647 (fontified t face = org-code font-lock-multiline t) 3647 3648 (fontified t face org-code) = 3648 3691 (fontified t face org-code) 3691 3720 (fontified t face = org-code) 3720 3722 (fontified t face org-code font-lock-multiline t) = 3722 3729 (fontified t face org-code) 3729 3733 (fontified t face = org-code font-lock-multiline t) 3733 3734 (fontified t face org-code) = 3734 3739 (fontified t face font-lock-comment-face) 3739 3744 (fontified = t face font-lock-comment-face font-lock-multiline t) 3744 3745 = (rear-nonsticky t fontified t face font-lock-comment-face = font-lock-multiline t) 3745 3746 (fontified t rear-nonsticky t)) = :emph-multiline t :for-html t :skip-before-1st-heading nil :drawers t = :todo-keywords t :tags not-in-toc :priority nil :archived-trees headline = :select-tags ("export") :exclude-tags ("noexport") :add-text nil = :LaTeX-fragments t)
=  (org-split-string (org-export-preprocess-string region = :emph-multiline t :for-html t :skip-before-1st-heading (plist-get = opt-plist :skip-before-1st-heading) :drawers (plist-get opt-plist = :drawers) :todo-keywords (plist-get opt-plist :todo-keywords) :tags = (plist-get opt-plist :tags) :priority (plist-get opt-plist :priority) = :archived-trees (plist-get opt-plist :archived-trees) :select-tags = (plist-get opt-plist :select-tags) :exclude-tags (plist-get opt-plist = :exclude-tags) :add-text (plist-get opt-plist :text) :LaTeX-fragments = (plist-get opt-plist :LaTeX-fragments)) = "[.\n]")
 (let* = ((opt-plist ...) (style ...) (html-extension ...) (link-validate ...) = valid thetoc have-headings first-heading-pos (odd org-odd-levels-only) = (region-p ...) (rbeg ...) (rend ...) (subtree-p ...) (opt-plist ...) = (org-current-export-dir ...) (org-current-export-file buffer-file-name) = (level 0) (line "") (origline "") txt todo (umax nil) (umax-toc nil) = (filename ...) (current-dir ...) (buffer ...) (org-levels-open ...) = (date ...) (author ...) (title ...) (html-table-tag ...) (quote-re0 ...) = (quote-re ...) (inquote nil) (infixed nil) (inverse nil) (in-local-list = nil) (local-list-type nil) (local-list-indent nil) (llt = org-plain-list-ordered-item-terminator) (email ...) (language ...) = (lang-words nil) (head-count 0) cnt (start 0) (coding-system ...) = (coding-system-for-write ...) (save-buffer-coding-system ...) (charset = ...) ...) (let (...) (org-unmodified ...)) (message "Exporting...") = (setq org-min-level (org-get-min-level lines)) (setq org-last-level = org-min-level) (org-init-section-numbers) (cond (... ...) (date) (t = ...)) (setq lang-words (or ... ...)) (set-buffer buffer) (let (...) = (erase-buffer)) (fundamental-mode) (and (fboundp ...) = (set-buffer-file-coding-system coding-system-for-write)) (let (... ...) = (mapc ... org-export-plist-vars) (setq umax ...) (setq umax-toc ...) = (unless body-only ... ... ...) (if ... ...) (setq head-count 0) = (org-init-section-numbers) (org-open-par) (while ... ...) (when inquote = ... ...) (when in-local-list ... ...) (org-html-level-start 1 nil umax = ... head-count) (when ... ...) (save-excursion ... ...) (when footnotes = ...) (unless body-only ... ... ... ...) (unless ... ... ...) (goto-char = ...) (when thetoc ... ... ... ...) (goto-char ...) (while ... ...) = (goto-char ...) (while ... ...) (goto-char ...) (while ... ...) = (goto-char ...) (let ... ...) (or to-buffer ...) (goto-char ...) = (message "Exporting... done") (if ... ... = ...)))
=  org-export-as-html(nil)
=  call-interactively(org-export-as-html)
 (if (and bg (nth 2 ass) (not ...) (not ...)) (let = (...) (set-process-sentinel p ...) (message "Background process \"%s\": = started" p)) (call-interactively (nth 1 = ass)))
 (let* ((bg ...) = (help "[t]   insert the export option template\n[v] =   limit export to visible part of outline tree\n\n[a] export = as ASCII\n\n[h] export as HTML\n[H] export as HTML to temporary = buffer\n[R] export region as HTML\n[b] export as HTML and browse = immediately\n[x] export as XOXO\n\n[l] export as LaTeX\n[p] export as = LaTeX and process to PDF\n[d] export as LaTeX, process to PDF, and open = the resulting PDF document\n[L] export as LaTeX to temporary = buffer\n\n[i] export current file as iCalendar file\n[I] export all = agenda files as iCalendar files\n[c] export agenda files into combined = iCalendar file\n\n[F] publish current file\n[P] publish current = project\n[X] publish... (project will be prompted for)\n[A] publish all = projects") (cmds ...) r1 r2 ass) (save-window-excursion = (delete-other-windows) (with-output-to-temp-buffer "*Org = Export/Publishing Help*" ...) (org-fit-window-to-buffer ...) (message = "Select command: ") (setq r1 ...)) (setq r2 (if ... ... r1)) (unless = (setq ass ...) (error "No command associated with key %c" r1)) (if (and = bg ... ... ...) (let ... ... ...) (call-interactively = ...)))
=  org-export(nil)
=  call-interactively(org-export nil nil)




Regards,


--
Sebastian = Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 = Hannover
Tel.:  +49 = (0)511 - 36 58 472
Fax: =   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Http:  www.emma-stil.de


_______________________________________________
Emacs-orgmode mailing = list
Remember: use `Reply All' = to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.= gnu.org/mailman/listinfo/emacs-orgmode


_______= ________________________________________
Emacs-orgmode mailing = list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://= lists.gnu.org/mailman/listinfo/emacs-orgmode
<= br>
= --Apple-Mail-2-113208295-- --===============0970884986== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0970884986==--