From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: BUG-Export level 1 subtree fails Date: Sun, 31 Oct 2010 20:34:20 -0400 Message-ID: <87fwvlrier.fsf@gollum.intra.norang.ca> References: <871v75opqw.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=40123 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCiM3-00047I-9C for emacs-orgmode@gnu.org; Sun, 31 Oct 2010 20:34:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCiLv-0005dQ-L8 for emacs-orgmode@gnu.org; Sun, 31 Oct 2010 20:34:31 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:65535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCiLv-0005dM-Hh for emacs-orgmode@gnu.org; Sun, 31 Oct 2010 20:34:23 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1PCiLu-000FDu-NC for emacs-orgmode@gnu.org; Mon, 01 Nov 2010 00:34:23 +0000 Received: from gollum.intra.norang.ca (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id oA10YKsh009018 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 31 Oct 2010 20:34:21 -0400 Received: from gollum.intra.norang.ca (localhost [127.0.0.1] (may be forged)) by gollum.intra.norang.ca (8.14.3/8.14.3/Debian-9.4) with ESMTP id oA10YKen013835 for ; Sun, 31 Oct 2010 20:34:20 -0400 In-Reply-To: <871v75opqw.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Sun, 31 Oct 2010 20:24:07 -0400") 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: emacs-orgmode@gnu.org Bernt Hansen writes: > Hi, > > Using the following commit > ed5665e (babel: Use `copy-sequence' instead of `copy-tree', 2010-10-31) > > if I mark a level 1 subtree with C-c @ and then try to export to HTML > with C-c C-e b I get the following stack dump: > > Exporting a level 2 subtree works. This seems to be related to my use of archive properties. --8<---------------cut here---------------start------------->8--- #+STARTUP: * Foo :PROPERTIES: :ARCHIVE: test.org_archive::* Foo :END: foo ** Bar test blah blah --8<---------------cut here---------------end--------------->8--- I can't export this file to HTML entirely, or by selecting * Foo with C-c @. If I select ** Bar with C-c @ I can export that. -Bernt > > -Bernt > > > Debugger entered--Lisp error: (error "Before first headline at position 1= 6 in buffer org-mode-tmp") > signal(error ("Before first headline at position 16 in buffer org-mode= -tmp")) > error("Before first headline at position %d in buffer %s" 16 #) > (condition-case nil (outline-back-to-heading invisible-ok) (error (erro= r "Before first headline at position %d in buffer %s" ... ...))) > org-back-to-heading(t) > org-end-of-subtree(t) > (if (not (org-on-heading-p t)) (org-end-of-subtree t) (beginning-of-lin= e 1) (setq a (if export-archived-trees ... ...) b (org-end-of-subtree t)) (= if (> b a) (delete-region a b))) > (while (re-search-forward re-archive nil t) (if (not ...) (org-end-of-s= ubtree t) (beginning-of-line 1) (setq a ... b ...) (if ... ...))) > (progn (goto-char (point-min)) (while (re-search-forward re-archive nil= t) (if ... ... ... ... ...))) > (if (not (eq export-archived-trees t)) (progn (goto-char ...) (while ..= . ...))) > (when (not (eq export-archived-trees t)) (goto-char (point-min)) (while= (re-search-forward re-archive nil t) (if ... ... ... ... ...))) > (let ((re-archive ...) a b) (when (not ...) (goto-char ...) (while ... = ...))) > org-export-remove-archived-trees(headline) > (save-current-buffer (set-buffer (get-buffer-create " org-mode-tmp")) (= erase-buffer) (insert string) (setq case-fold-search t) (let (...) (remove-= text-properties ... ... ...)) (org-export-kill-licensed-text) (let (...) (o= rg-mode)) (setq case-fold-search t) (org-install-letbind) (run-hooks (quote= org-export-preprocess-hook)) (org-export-preprocess-apply-macros) (run-hoo= ks (quote org-export-preprocess-after-macros-hook)) (untabify (point-min) (= point-max)) (org-export-handle-include-files-recurse) (run-hooks (quote org= -export-preprocess-after-include-files-hook)) (org-export-remove-archived-t= rees archived-trees) (org-export-remove-comment-blocks-and-subtrees) (org-e= xport-handle-export-tags (plist-get parameters :select-tags) (plist-get par= ameters :exclude-tags)) (run-hooks (quote org-export-preprocess-after-tree-= selection-hook)) (org-export-mark-list-ending backend) (org-export-replace-= src-segments-and-examples backend) (org-export-protect-colon-examples) (whe= n (plist-get parameters :footnotes) (org-footnote-normalize nil t)) (setq t= arget-alist (org-export-define-heading-targets target-alist)) (run-hooks (q= uote org-export-preprocess-after-headline-targets-hook)) (org-export-rememb= er-html-container-classes) (org-export-remove-or-extract-drawers drawers (p= list-get parameters :drawers) backend) (when (plist-get parameters :skip-be= fore-1st-heading) (goto-char ...) (when ... ... ... ...)) (when (plist-get = parameters :add-text) (goto-char ...) (insert ... "\n")) (org-export-remove= -headline-metadata parameters) (setq target-alist (org-export-handle-invisi= ble-targets target-alist)) (run-hooks (quote org-export-preprocess-before-s= electing-backend-code-hook)) (org-export-select-backend-specific-text backe= nd) (org-export-protect-quoted-subtrees) (org-export-remove-clock-lines) (o= rg-export-protect-verbatim) (org-export-mark-blockquote-verse-center) (run-= hooks (quote org-export-preprocess-after-blockquote-hook)) (unless (plist-g= et parameters :timestamps) (org-export-remove-timestamps)) (setq target-ali= st (org-export-attach-captions-and-attributes backend target-alist)) (org-e= xport-mark-radio-links) (run-hooks (quote org-export-preprocess-after-radio= -targets-hook)) (org-export-concatenate-multiline-links) (run-hooks (quote = org-export-preprocess-before-normalizing-links-hook)) (org-export-normalize= -links) (org-export-target-internal-links target-alist) (when (plist-get pa= rameters :emph-multiline) (org-export-concatenate-multiline-emphasis)) (org= -store-forced-table-alignment) (when org-export-table-remove-special-lines = (org-export-remove-special-table-lines)) ...) > (with-current-buffer (get-buffer-create " org-mode-tmp") (erase-buffer)= (insert string) (setq case-fold-search t) (let (...) (remove-text-properti= es ... ... ...)) (org-export-kill-licensed-text) (let (...) (org-mode)) (se= tq case-fold-search t) (org-install-letbind) (run-hooks (quote org-export-p= reprocess-hook)) (org-export-preprocess-apply-macros) (run-hooks (quote org= -export-preprocess-after-macros-hook)) (untabify (point-min) (point-max)) (= org-export-handle-include-files-recurse) (run-hooks (quote org-export-prepr= ocess-after-include-files-hook)) (org-export-remove-archived-trees archived= -trees) (org-export-remove-comment-blocks-and-subtrees) (org-export-handle-= export-tags (plist-get parameters :select-tags) (plist-get parameters :excl= ude-tags)) (run-hooks (quote org-export-preprocess-after-tree-selection-hoo= k)) (org-export-mark-list-ending backend) (org-export-replace-src-segments-= and-examples backend) (org-export-protect-colon-examples) (when (plist-get = parameters :footnotes) (org-footnote-normalize nil t)) (setq target-alist (= org-export-define-heading-targets target-alist)) (run-hooks (quote org-expo= rt-preprocess-after-headline-targets-hook)) (org-export-remember-html-conta= iner-classes) (org-export-remove-or-extract-drawers drawers (plist-get para= meters :drawers) backend) (when (plist-get parameters :skip-before-1st-head= ing) (goto-char ...) (when ... ... ... ...)) (when (plist-get parameters :a= dd-text) (goto-char ...) (insert ... "\n")) (org-export-remove-headline-met= adata parameters) (setq target-alist (org-export-handle-invisible-targets t= arget-alist)) (run-hooks (quote org-export-preprocess-before-selecting-back= end-code-hook)) (org-export-select-backend-specific-text backend) (org-expo= rt-protect-quoted-subtrees) (org-export-remove-clock-lines) (org-export-pro= tect-verbatim) (org-export-mark-blockquote-verse-center) (run-hooks (quote = org-export-preprocess-after-blockquote-hook)) (unless (plist-get parameters= :timestamps) (org-export-remove-timestamps)) (setq target-alist (org-expor= t-attach-captions-and-attributes backend target-alist)) (org-export-mark-ra= dio-links) (run-hooks (quote org-export-preprocess-after-radio-targets-hook= )) (org-export-concatenate-multiline-links) (run-hooks (quote org-export-pr= eprocess-before-normalizing-links-hook)) (org-export-normalize-links) (org-= export-target-internal-links target-alist) (when (plist-get parameters :emp= h-multiline) (org-export-concatenate-multiline-emphasis)) (org-store-forced= -table-alignment) (when org-export-table-remove-special-lines (org-export-r= emove-special-table-lines)) ...) > (let* ((htmlp ...) (asciip ...) (latexp ...) (docbookp ...) (backend ..= .) (archived-trees ...) (inhibit-read-only t) (drawers org-drawers) (outlin= e-regexp "\\*+ ") target-alist rtn) (setq org-export-target-aliases nil org= -export-preferred-target-alist nil org-export-id-target-alist nil org-expor= t-code-refs nil) (with-current-buffer (get-buffer-create " org-mode-tmp") (= erase-buffer) (insert string) (setq case-fold-search t) (let ... ...) (org-= export-kill-licensed-text) (let ... ...) (setq case-fold-search t) (org-ins= tall-letbind) (run-hooks ...) (org-export-preprocess-apply-macros) (run-hoo= ks ...) (untabify ... ...) (org-export-handle-include-files-recurse) (run-h= ooks ...) (org-export-remove-archived-trees archived-trees) (org-export-rem= ove-comment-blocks-and-subtrees) (org-export-handle-export-tags ... ...) (r= un-hooks ...) (org-export-mark-list-ending backend) (org-export-replace-src= -segments-and-examples backend) (org-export-protect-colon-examples) (when .= .. ...) (setq target-alist ...) (run-hooks ...) (org-export-remember-html-c= ontainer-classes) (org-export-remove-or-extract-drawers drawers ... backend= ) (when ... ... ...) (when ... ... ...) (org-export-remove-headline-metadat= a parameters) (setq target-alist ...) (run-hooks ...) (org-export-select-ba= ckend-specific-text backend) (org-export-protect-quoted-subtrees) (org-expo= rt-remove-clock-lines) (org-export-protect-verbatim) (org-export-mark-block= quote-verse-center) (run-hooks ...) (unless ... ...) (setq target-alist ...= ) (org-export-mark-radio-links) (run-hooks ...) (org-export-concatenate-mul= tiline-links) (run-hooks ...) (org-export-normalize-links) (org-export-targ= et-internal-links target-alist) (when ... ...) (org-store-forced-table-alig= nment) (when org-export-table-remove-special-lines ...) ...) (kill-buffer "= org-mode-tmp") rtn) > org-export-preprocess-string(#("* Source Code\n :PROPERTIES:\n :ARC= HIVE: bzflag.org_archive::* Source Code\n :END:\n** SOMEDAY LogDetail Plug= in :WAITING:\n :LOGBOOK:\n - State \"SOMEDAY\" from \"TODO\"= [2010-06-07 Mon 14:43]\n :END:\n - State \"TODO\" [2009-01= -16 Fri 13:30]\n:PROPERTIES:\n:ID: 00e1c055-8580-4294-b1fb-a09d4b896571\n:E= ND:\n*** TODO Fix bzid when player is ghosted\n [2008-01-14 Mon]\n\n#+= BEGIN_EXAMPLE\n2006-09-27T00:10:39Z PLAYER-PART 11:donny_baker #6 BZid:3680= Ghost\n2006-09-27T00:10:39Z PLAYER-JOIN 11:donny_baker #10 BZid: PURPLE IP= :67.185.228.175 VERIFIED GLOBALUSER ADMIN\n#+END_EXAMPLE\n*** CANCELLED Add= client id string to player info :CANCELLED:\n CLOSED: [2009-01-16 Fr= i 13:30]\n - State \"CANCELLED\" [2009-01-16 Fri 13:30]\n :PROPERT= IES:\n :Effort: 2:00\n :END:\nPlayerInfo.getClientVersion()\n**= * TODO Add configuration file for selecting what to log :NEXT:\n = :PROPERTIES:\n :Effort: 2:00\n :END:\n*** DONE Replace cout with bz= debugmessage\n CLOSED: [2007-11-27 Tue 20:55]\n :LOGBOOK: \n CL= OCK: [2007-11-27 Tue 18:54]--[2007-11-27 Tue 20:54] =3D> 2:00\n CLOCK: = [2007-11-27 Tue 15:37]--[2007-11-27 Tue 16:55] =3D> 1:18\n :END:\n := PROPERTIES:\n :ARCHIVE_TIME: 2008-11-13 Thu 08:16\n :END: \n*** = DONE Add bzbb id to playerjoin data\n CLOSED: [2006-10-01 Sun 23:37]\n*** = DONE Add Players\n CLOSED: [2006-10-01 Sun 23:36]\n :PROPERTIES:\n = :ARCHIVE_TIME: 2008-11-13 Thu 08:17\n :END:\nPLAYERS (5) [+]3:420(11:= choke1.OSX/) [+]9:Bad Sushi() [+]8:frogster(7:drexton) [+]10:spatialgur(15:= spatialguru.com) [+]4:klkl(10:im 6yr old)\n\n*** CANCELLED Add SERVER-HOSTP= ORT to logDetail\n CLOSED: [2008-01-15 Tue 16:48]\n :PROPERTIES:\= n :Effort: 4:00\n :END:\nclOptions->publicizedAddress.c_str()\n= \nAnd this is useful why? We need to know which server and port it is befo= re we can start storing logs - so lets just dump this idea.\n\n*** DONE Add= SERVER-MAPNAME to logDetail\n CLOSED: [2008-02-10 Sun 20:51]\n := PROPERTIES:\n :Effort: 4:00\n :ARCHIVE_TIME: 2008-11-13 Thu 08:= 17\n :END:\nclOptions->publicizedTitle.c_str()\n*** CANCELLED Add SERV= ER-HOSTPORT to logDetail\n CLOSED: [2008-01-15 Tue 16:48]\n :PROP= ERTIES:\n :Effort: 4:00\n :END:\nclOptions->publicizedAddress.c= _str()\n\nAnd this is useful why? We need to know which server and port it= is before we can start storing logs - so lets just dump this idea.\n*** DO= NE Add MSG-FILTERED and filtered text\n*** DONE Update SVN HEAD code so it'= s up to date\n CLOSED: [2007-10-25 Thu 22:59]\n :PROPERTIES:\n :Ef= fort: 1:00\n :ARCHIVE_TIME: 2008-11-13 Thu 08:17\n :END:\n*** TODO = Allow plugin to create log files directly\n*** NEXT bzflag - add player joi= n events when players are rejected so we can see the bans in effect\n [2= 009-02-01 Sun]\n** SOMEDAY Overseer Plugin :WAITING:\n :LOGBOOK:\= n - State \"SOMEDAY\" from \"TODO\" [2010-06-07 Mon 14:43]\n -= State \"STARTED\" from \"TODO\" [2009-02-24 Tue 12:46]\n CLOCK:= [2009-02-24 Tue 12:46]--[2009-02-24 Tue 12:59] =3D> 0:13\n CLOCK: [2009= -02-10 Tue 14:46]--[2009-02-10 Tue 14:59] =3D> 0:13\n :END:\n:PROPERTIES= :\n:ID: b2777d7a-9d7e-4985-8bad-297fcbdf64c2\n:END:\n*** CANCELLED Overseer= : handle registered players :CANCELLED:\n CLOSED: [2009-02-07 Sat 13:= 01]\n - State \"CANCELLED\" [2009-02-07 Sat 13:01] \\\\\n We added= requireidentify so you can't teamkill when impersonating a registered play= er\n [2009-01-26 Mon]\n - Add idbans for registered players\n - Al= low registered players to rejoin\n*** DONE Let it run without a callsign ba= n file\n CLOSED: [2009-02-14 Sat 11:08]\n - State \"DONE\" [200= 9-02-14 Sat 11:08]\n - State \"STARTED\" [2009-02-14 Sat 11:08]\n*** = TODO Overseer: Add commands\n :CLOCK:\n CLOCK: [2009-10-30 Fri 10:06]= --[2009-10-30 Fri 10:50] =3D> 0:44\n :END:\n :LOGBOOK:\n - State = \"STARTED\" from \"TODO\" [2009-10-30 Fri 10:06]\n - State \"TO= DO\" from \"SOMEDAY\" [2009-10-30 Fri 10:02]\n - State \"SOMEDA= Y\" from \"TODO\" [2009-04-10 Fri 21:31]\n :END:\n [2009-01-= 27 Tue]\n\n [[file:~/git/bzflag/bzflag-svn/bzflag/include/bzfsAPI.h::cla= ss%20bz_CustomSlashCommandHandler][file:~/git/bzflag/bzflag-svn/bzflag/incl= ude/bzfsAPI.h::class bz_CustomSlashCommandHandler]]\n [[file:~/git/bzfla= g/bzflag-svn/bzflag/include/bzfsAPI.h::BZF_API%20bool%20bz_removeCustomSlas= hCommand%20const%20char%20command][file:~/git/bzflag/bzflag-svn/bzflag/incl= ude/bzfsAPI.h::BZF_API bool bz_removeCustomSlashCommand const char command]= ]\n [[file:~/git/bzflag/bzflag-svn/bzflag/include/bzfsAPI.h::BZF_API%20b= ool%20bz_registerCustomSlashCommand%20const%20char%20command%20bz_CustomSla= shCommandHandler%20handler][file:~/git/bzflag/bzflag-svn/bzflag/include/bzf= sAPI.h::BZF_API bool bz_registerCustomSlashCommand const char command bz_Cu= stomSlashCommandHandler handler]]\n\n\n**** TODO Add /overseer list command= \n :CLOCK:\n CLOCK: [2009-11-09 Mon 19:48]--[2009-11-09 Mon 20:45] = =3D> 0:57\n :END:\n :LOGBOOK:\n - State \"STARTED\" from \"= TODO\" [2009-11-09 Mon 19:48]\n :END:\n :PROPERTIES:\n :E= ffort: 1:00\n :END:\n***** NEXT Add /overseer list command = :NEXT:\n :PROPERTIES:\n :Effort: 1:00\n :END:\n [2009= -11-17 Tue 17:54]\n - /overseer list [all|blacklist|Tkers]\n - Di= splays the list\n***** TODO Add /overseer save command\n - /overseer s= ave\n - Save the blacklist to disk\n***** TODO Add /overseer remove = command\n - /overseer remove #3\n***** TODO Add /overseer add command\= n - /overseer add callsign|\"call sign\"\n***** TODO Add /overseer rel= oad command overseer to dump and reload callsigns\n [2009-02-01 Sun]\n= - /overseer reload\n - Dump and reload the blacklist from disk= \n - /overseer reload\n - Rereads the callsign file\n\n***** CANC= ELLED Add /overseer stats command :CANCELLED:\n CLOSED: [2009-10-3= 0 Fri 10:15]\n :LOGBOOK:\n - State \"CANCELLED\" from \"TODO\" = [2009-10-30 Fri 10:15]\n :END:\n - Show number of bans by cal= lsign\n - Show number of TKs with limit\n - Show number of warnings= issued\n*** CANCELLED Track TKs by IP :CANCELLED:\n CLOSED: [2009= -10-30 Fri 10:15]\n :LOGBOOK:\n - State \"CANCELLED\" from \"TODO\" = [2009-10-30 Fri 10:15]\n :END:\n [2009-01-26 Mon]\n - Changi= ng your callsign and reconnecting won't help\n - Multiple players from s= ame IP could be an issue\n*** DONE Put expiration times on callsign bans\n = CLOSED: [2009-02-07 Sat 13:02]\n - State \"DONE\" [2009-02-07 S= at 13:02]\n - State \"STARTED\" [2009-02-07 Sat 13:01]\n - persist= ent servers will reban forever otherwise\n*** DONE Overseer config to ignor= e TKs\n CLOSED: [2009-02-07 Sat 13:02]\n - State \"DONE\" [2009= -02-07 Sat 13:02]\n - State \"STARTED\" [2009-02-07 Sat 13:02]\n [= 2009-01-29 Thu]\n - Olympic server needs that\n*** DONE Deal with cheate= rs\n CLOSED: [2009-02-08 Sun 12:15]\n - State \"DONE\" [2009-02= -08 Sun 12:15]\n - State \"STARTED\" [2009-02-07 Sat 15:14]\n CLOC= K: [2009-02-07 Sat 15:14]--[2009-02-07 Sat 15:21] =3D> 0:07\n Cheaters = join and then /register immediately as of Dec 2008\n\n Here's what we're= going to do\n - Mark players that join and then /register in the same s= econd as cheaters\n - When someone types 'cheat' in chat we kickban all = cheaters\n - If you TK and you're marked as a cheater we kickban immedia= tely\n - When someone issues a poll ban command we kickban all cheaters\= n - If a player triggers the chat filter and is a cheater we kickban\n\n= **** DONE Mark cheaters\n CLOSED: [2009-02-07 Sat 20:11]\n - State = \"DONE\" [2009-02-07 Sat 20:11]\n - State \"STARTED\" [2009-02= -07 Sat 15:22]\n :LOGBOOK:\n CLOCK: [2009-02-07 Sat 19:17]--[20= 09-02-07 Sat 20:07] =3D> 0:50\n CLOCK: [2009-02-07 Sat 15:22]--[2009-0= 2-07 Sat 16:13] =3D> 0:51\n - Need join time\n :END:\n - che= ater flag\n**** DONE Kick and ban all cheaters on 'cheat' text\n CLOSED= : [2009-02-07 Sat 20:59]\n - State \"DONE\" [2009-02-07 Sat 20:59= ]\n - State \"STARTED\" [2009-02-07 Sat 20:39]\n CLOCK: [2009-02= -07 Sat 20:39]--[2009-02-07 Sat 20:59] =3D> 0:20\n**** DONE Kick and ban c= heater when they team kill\n CLOSED: [2009-02-07 Sat 20:39]\n - Sta= te \"DONE\" [2009-02-07 Sat 20:39]\n - State \"STARTED\" [2009= -02-07 Sat 20:31]\n CLOCK: [2009-02-07 Sat 20:31]--[2009-02-07 Sat 20:3= 9] =3D> 0:08\n**** DONE Kick and ban all cheaters on a poll ban command\n = CLOSED: [2009-02-07 Sat 20:31]\n - State \"DONE\" [2009-02-07= Sat 20:31]\n - State \"STARTED\" [2009-02-07 Sat 20:27]\n CLOCK= : [2009-02-07 Sat 20:27]--[2009-02-07 Sat 20:31] =3D> 0:04\n**** DONE Kick= and ban cheater when they trigger the chat filter\n CLOSED: [2009-02-0= 7 Sat 20:27]\n - State \"DONE\" [2009-02-07 Sat 20:27]\n - St= ate \"STARTED\" [2009-02-07 Sat 20:22]\n CLOCK: [2009-02-07 Sat 20:2= 2]--[2009-02-07 Sat 20:27] =3D> 0:05\n**** DONE Test it\n CLOSED: [200= 9-02-08 Sun 12:15]\n - State \"DONE\" [2009-02-08 Sun 12:15]\n = - State \"STARTED\" [2009-02-07 Sat 20:59]\n CLOCK: [2009-02-07 Sa= t 20:59]--[2009-02-07 Sat 23:14] =3D> 2:15\n*** DONE Reissue ban for TKs w= ith the TK message\n CLOSED: [2009-02-10 Tue 14:37]\n - State \"DONE\= " [2009-02-10 Tue 14:04]\n - State \"STARTED\" [2009-02-10 Tue = 13:48]\n :LOGBOOK:\n CLOCK: [2009-02-10 Tue 13:48]--[2009-02-10 Tue= 14:04] =3D> 0:16\n :END:\n*** TODO Issue message to TKer\n - Make m= essage configurable\n - Make message optional (blank msg =3D don't send)= \n*** CANCELLED Auto save recordings of cheaters :CANCELLED:\n CLOSE= D: [2010-06-03 Thu 19:44]\n :LOGBOOK:\n - State \"CANCELLED\" from \= "TODO\" [2010-06-03 Thu 19:44]\n :END:\n [2009-02-14 Sat]\n*** = TODO Remove min debug setting and restore previous value\n [2009-02-14 S= at]\n*** DONE Load overseer on the olympic map\n CLOSED: [2009-02-24 Tue= 12:36]\n :LOGBOOK:\n - State \"DONE\" from \"STARTED\" [200= 9-02-24 Tue 12:36]\n - State \"STARTED\" from \"TODO\" [2009-02= -24 Tue 12:36]\n :END:\n [2009-02-14 Sat]\n*** DONE Ban players that = multi-join clients on the same IP\n CLOSED: [2009-02-27 Fri 20:55]\n = :LOGBOOK:\n - State \"DONE\" from \"STARTED\" [2009-02-27 Fri 2= 0:55]\n - State \"STARTED\" from \"TODO\" [2009-02-24 Tue 12:59= ]\n CLOCK: [2009-02-24 Tue 12:59]--[2009-02-24 Tue 13:02] =3D> 0:03\n = :END:\n**** DONE Add a configurable player join limit in same second\n = CLOSED: [2009-02-24 Tue 13:27]\n :LOGBOOK:\n - State \"DONE\" = from \"STARTED\" [2009-02-24 Tue 13:27]\n - State \"STARTED\" = from \"TODO\" [2009-02-24 Tue 13:02]\n CLOCK: [2009-02-24 Tue 13:= 02]--[2009-02-24 Tue 13:32] =3D> 0:30\n :END:\n3? \n**** DONE Check on= player join for number of players from same IP in same second\n CLOSED= : [2009-02-27 Fri 20:55]\n :LOGBOOK:\n - State \"DONE\" from = \"STARTED\" [2009-02-27 Fri 20:55]\n - State \"STARTED\" from \"T= ODO\" [2009-02-24 Tue 13:32]\n CLOCK: [2009-02-24 Tue 13:32]--[20= 09-02-24 Tue 14:07] =3D> 0:35\n :END:\n**** DONE Ban if too many playe= rs\n CLOSED: [2009-02-27 Fri 20:55]\n :LOGBOOK:\n - State \"DON= E\" from \"STARTED\" [2009-02-27 Fri 20:55]\n - State \"STARTE= D\" from \"TODO\" [2009-02-27 Fri 20:55]\n :END:\n*** PROJDONE= Create bzflag plugin to remove problem players\n CLOSED: [2009-01-25 Su= n 23:34]\n :LOGBOOK:\n - State \"PROJDONE\" from \"DONE\" [20= 09-03-21 Sat 04:54]\n :END:\n - State \"DONE\" [2009-01-25 Sun = 23:34]\n - State \"PROJ\" [2009-01-20 Tue 14:01]\n [2009-01-20 = Tue]\n SrVPofFieldOperations - 3day ban on IP when player joins\n**** DO= NE Pick a name for this plugin\n CLOSED: [2009-01-22 Thu 21:11]\n -= State \"DONE\" [2009-01-22 Thu 21:11]\n CLOCK: [2009-01-22 Thu 2= 1:02]--[2009-01-22 Thu 21:11] =3D> 0:09\n\n Possible names:\n - = deliquent\n - penaltybox\n\n\n - adds 3 day IP bans on players that = TK 6 times with no good kills\n regardless of rejoins\n - bans players = on join by callsign for 3 days if their callsign matches some list\n - s= k3letron\n - srvpoffieldoperations\n - nightmare\n - plastictank\n= - christopher reeves wheelchair\n - crw\n - professor chaos\n = - coogle\n - rottencrotch\n - uses 'Thumper' as the banner (configurabl= e)\n - ban length (3d) configurable\n**** DONE Outline the design\n CL= OSED: [2009-01-25 Sun 23:34]\n - State \"DONE\" [2009-01-25 Sun 2= 3:34]\n*** DONE BZFlag cheat analysis\n CLOSED: [2009-03-01 Sun 10:03]\n= :LOGBOOK:\n - State \"DONE\" from \"STARTED\" [2009-03-01 S= un 10:03]\n - State \"STARTED\" from \"TODO\" [2009-02-25 Wed 0= 8:07]\n CLOCK: [2009-02-25 Wed 08:07]--[2009-02-25 Wed 08:45] =3D> 0:38= \n :END:\n [2009-02-25 Wed]\n**** DONE Check if poll counts non-regis= tered players\n CLOSED: [2009-02-27 Fri 09:58]\n :LOGBOOK:\n - = State \"DONE\" from \"STARTED\" [2009-02-27 Fri 09:58]\n - Sta= te \"STARTED\" from \"TODO\" [2009-02-25 Wed 08:45]\n CLOCK: [= 2009-02-25 Wed 08:45]--[2009-02-25 Wed 09:36] =3D> 0:51\n :END:\n = [2009-02-25 Wed]\n*** TODO Server cheat prevention changes\n [[http://bz= flagcheat.blogspot.com/][Cheating BZFlag]]\n - [ ] Reversing with OO whi= le sealed\n - [ ] Instant respawn\n - [ ] Drop bad flags like regular= flags\n http://my.bzflag.org/w/Known_Cheats\n*** CANCELLED Make fast jo= ins just kick with a bot message - no ban :CANCELLED:\n CLOSED: [2009-05= -05 Tue 11:16]\n :LOGBOOK:\n - State \"CANCELLED\" from \"STARTED\" = [2009-05-05 Tue 11:16]\n - State \"STARTED\" from \"TODO\" [= 2009-04-22 Wed 21:04]\n CLOCK: [2009-04-22 Wed 21:04]--[2009-04-22 Wed 2= 1:13] =3D> 0:09\n :END:\n [2009-04-22 Wed]\n*** DONE Announce who is= banned as a broadcast\n CLOSED: [2009-07-17 Fri 18:12]\n - State \"D= ONE\" from \"STARTED\" [2009-07-17 Fri 18:12]\n - State \"START= ED\" from \"TODO\" [2009-07-17 Fri 16:23]\n CLOCK: [2009-07-17 = Fri 16:23]--[2009-07-17 Fri 18:12] =3D> 1:49\n*** TODO Redesign overseer t= o use more classes\n [2009-04-23 Thu]\n - Player class\n - Interat= or for players\n - kick and ban functions\n - kickIP function\n*** DO= NE Fix overseer plugin ban reason text\n CLOSED: [2009-07-19 Sun 10:19]\= n - State \"DONE\" from \"STARTED\" [2009-07-19 Sun 10:19]\n = - State \"STARTED\" from \"TODO\" [2009-07-19 Sun 10:04]\n CLO= CK: [2009-07-19 Sun 10:04]--[2009-07-19 Sun 10:19] =3D> 0:15\n [2009-07= -19 Sun]\n [[file:~/git/org/refile.org::*Complete%20git%20user%20survey]= [Complete git user survey]]\n Ban with no text" 0 2 (fontified t org-cat= egory "bzflag" face org-level-1 :org-license-to-kill t line-prefix nil wrap= -prefix #(" " 0 2 ...)) 2 13 (fontified t org-category "bzflag" face org-l= evel-1 :org-license-to-kill t line-prefix nil wrap-prefix #(" " 0 2 ...)) = 13 14 (fontified t org-category "bzflag" :org-license-to-kill t) 14 28 (fon= tified t org-category "bzflag" face org-special-keyword line-prefix #(" " = 0 2 ...) wrap-prefix #(" " 0 2 ...)) 28 33 (fontified t org-category "bzfl= ag" line-prefix #(" " 0 2 ...) wrap-prefix #(" " 0 2 ...)) 33 42 (fontifi= ed t org-category "bzflag" face org-special-keyword line-prefix #(" " 0 2 = ...) wrap-prefix #(" " 0 2 ...)) 42 43 (fontified t org-category "bzflag" = line-prefix #(" " 0 2 ...) wrap-prefix #(" " 0 2 ...)) 43 76 (fontified t= org-category "bzflag" face org-property-value line-prefix #(" " 0 2 ...) = wrap-prefix #(" " 0 2 ...)) 76 77 (fontified t org-category "bzflag" line-= prefix #(" " 0 2 ...) wrap-prefix #(" " 0 2 ...)) 77 84 (fontified t org-= category "bzflag" face org-special-keyword line-prefix #(" " 0 2 ...) wrap= -prefix #(" " 0 2 ...)) 84 85 (fontified t org-category "bzflag" line-pref= ix #(" " 0 2 ...) wrap-prefix #(" " 0 2 ...)) 85 86 (fontified t org-cate= gory "bzflag" face org-hide line-prefix #("*" 0 1 ...) wrap-prefix #(" "= 0 4 ...)) 86 88 (fontified t org-category "bzflag" face org-level-2 line-p= refix #("*" 0 1 ...) wrap-prefix #(" " 0 4 ...)) 88 95 (fontified t org-= category "bzflag" face (:foreground "goldenrod" :weight bold) line-prefix #= ("*" 0 1 ...) wrap-prefix #(" " 0 4 ...)) 95 121 (fontified t org-catego= ry "bzflag" face org-level-2 line-prefix #("*" 0 1 ...) wrap-prefix #(" = " 0 4 ...)) 121 129 (fontified t org-category "bzflag" face (org-tag org-le= vel-2) org-no-flyspell t mouse-face highlight keymap (keymap ... ... ...) l= ine-prefix #("*" 0 1 ...) wrap-prefix #(" " 0 4 ...)) 129 130 (fontified= t org-category "bzflag" face (org-tag org-level-2) org-no-flyspell t mouse= -face highlight keymap (keymap ... ... ...) rear-nonsticky (mouse-face high= light keymap invisible intangible help-echo org-linked-text) line-prefix #(= "*" 0 1 ...) wrap-prefix #(" " 0 4 ...)) 130 131 (fontified t org-catego= ry "bzflag") 131 143 (fontified t org-category "bzflag" face org-special-ke= yword line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 143 186 = (fontified t org-category "bzflag" line-prefix #(" " 0 4 ...) wrap-prefi= x #(" " 0 4 ...)) 186 207 (fontified t org-category "bzflag" org-no-flys= pell t mouse-face highlight keymap (keymap ... ... ...) face org-date line-= prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 207 208 (fontified = t org-category "bzflag" org-no-flyspell t mouse-face highlight keymap (keym= ap ... ... ...) rear-nonsticky (mouse-face highlight keymap invisible intan= gible help-echo org-linked-text) face org-date line-prefix #(" " 0 4 ...= ) wrap-prefix #(" " 0 4 ...)) 208 209 (fontified t org-category "bzflag"= line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 209 217 (font= ified t org-category "bzflag" face org-special-keyword line-prefix #(" "= 0 4 ...) wrap-prefix #(" " 0 4 ...)) 217 242 (fontified t org-category = "bzflag" line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 242 2= 63 (fontified t org-category "bzflag" org-no-flyspell t mouse-face highligh= t keymap (keymap ... ... ...) face org-date line-prefix #(" " 0 4 ...) w= rap-prefix #(" " 0 4 ...)) 263 264 (fontified t org-category "bzflag" or= g-no-flyspell t mouse-face highlight keymap (keymap ... ... ...) rear-nonst= icky (mouse-face highlight keymap invisible intangible help-echo org-linked= -text) face org-date line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4= ...)) 264 265 (fontified t org-category "bzflag" line-prefix #(" " 0 4 = ...) wrap-prefix #(" " 0 4 ...)) 265 277 (fontified t org-category "bzfl= ag" face org-special-keyword line-prefix #(" " 0 4 ...) wrap-prefix #(" = " 0 4 ...)) 277 278 (fontified t org-category "bzflag" line-prefix #(" = " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 278 282 (fontified t org-catego= ry "bzflag" face org-special-keyword line-prefix #(" " 0 4 ...) wrap-pre= fix #(" " 0 4 ...)) 282 283 (fontified t org-category "bzflag" line-pref= ix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 283 319 (fontified t or= g-category "bzflag" face org-property-value line-prefix #(" " 0 4 ...) w= rap-prefix #(" " 0 4 ...)) 319 320 (fontified t org-category "bzflag" li= ne-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 320 325 (fontifi= ed t org-category "bzflag" face org-special-keyword line-prefix #(" " 0 = 4 ...) wrap-prefix #(" " 0 4 ...)) 325 326 (fontified t org-category "bz= flag" line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 326 328 = (fontified t org-category "bzflag" line-prefix #("**" 0 2 ...) wrap-prefix = #(" " 0 6 ...) face org-hide) 328 330 (fontified t org-category "bzfla= g" line-prefix #("**" 0 2 ...) wrap-prefix #(" " 0 6 ...) face org-lev= el-3) 330 334 (fontified t org-category "bzflag" line-prefix #("**" 0 2 ...= ) wrap-prefix #(" " 0 6 ...) face (:foreground "red" :weight bold)) 33= 4 366 (fontified t org-category "bzflag" line-prefix #("**" 0 2 ...) wrap-p= refix #(" " 0 6 ...) face org-level-3) 366 367 (fontified t org-catego= ry "bzflag") 367 373 (fontified t org-category "bzflag" line-prefix #(" = " 0 6 ...) wrap-prefix #(" " 0 6 ...)) 373 388 (fontified t org-cate= gory "bzflag" line-prefix #(" " 0 6 ...) wrap-prefix #(" " 0 6 ..= .) org-no-flyspell t mouse-face highlight keymap (keymap ... ... ...) face = org-date) 388 389 (fontified t org-category "bzflag" line-prefix #(" "= 0 6 ...) wrap-prefix #(" " 0 6 ...) org-no-flyspell t mouse-face high= light keymap (keymap ... ... ...) rear-nonsticky (mouse-face highlight keym= ap invisible intangible help-echo org-linked-text) face org-date) 389 391 (= fontified t org-category "bzflag" line-prefix #(" " 0 6 ...) wrap-pref= ix #(" " 0 6 ...)) 391 406 (fontified t org-category "bzflag" line-pre= fix #(" " 0 6 ...) wrap-prefix #(" " 0 6 ...) face org-meta-line = font-lock-fontified t font-lock-multiline t) 406 407 (fontified t org-categ= ory "bzflag" line-prefix #(" " 0 6 ...) wrap-prefix #(" " 0 6 ...= ) font-lock-fontified t font-lock-multiline t) 407 582 (fontified t org-cat= egory "bzflag" line-prefix #(" " 0 6 ...) wrap-prefix #(" " 0 6 .= ..) font-lock-fontified t font-lock-multiline t) 582 583 (fontified t org-c= ategory "bzflag" line-prefix #(" " 0 6 ...) wrap-prefix #(" " 0 6= ...) font-lock-fontified t font-lock-multiline t) 583 596 (fontified nil o= rg-category "bzflag" line-prefix #(" " 0 6 ...) wrap-prefix #(" "= 0 6 ...) font-lock-fontified t font-lock-multiline t face org-meta-line) 5= 96 597 (fontified nil org-category "bzflag" line-prefix #(" " 0 6 ...)= wrap-prefix #(" " 0 6 ...) face org-meta-line) 597 661 (fontified nil= org-category "bzflag" line-prefix #("**" 0 2 ...) wrap-prefix #(" " 0= 6 ...)) 661 2690 (fontified nil org-category "bzflag") 2690 2789 (fontifie= d nil org-category "bzflag" line-prefix #("**" 0 2 ...) wrap-prefix #(" = " 0 6 ...)) 2789 2790 (fontified nil org-category "bzflag") 2790 2794 (fo= ntified t org-category "bzflag" line-prefix #(" " 0 6 ...) wrap-prefix= #(" " 0 6 ...)) 2794 2809 (fontified t org-category "bzflag" line-pre= fix #(" " 0 6 ...) wrap-prefix #(" " 0 6 ...) org-no-flyspell t m= ouse-face highlight keymap (keymap ... ... ...) face org-date) 2809 2810 (f= ontified t org-category "bzflag" line-prefix #(" " 0 6 ...) wrap-prefi= x #(" " 0 6 ...) org-no-flyspell t mouse-face highlight keymap (keymap= ... ... ...) rear-nonsticky (mouse-face highlight keymap invisible intangi= ble help-echo org-linked-text) face org-date) 2810 2811 (fontified t org-ca= tegory "bzflag" line-prefix #(" " 0 6 ...) wrap-prefix #(" " 0 6 = ...)) 2811 2812 (fontified t org-category "bzflag" face org-hide line-prefi= x #("*" 0 1 ...) wrap-prefix #(" " 0 4 ...)) 2812 2814 (fontified t org-= category "bzflag" face org-level-2 line-prefix #("*" 0 1 ...) wrap-prefix #= (" " 0 4 ...)) 2814 2821 (fontified t org-category "bzflag" face (:foreg= round "goldenrod" :weight bold) line-prefix #("*" 0 1 ...) wrap-prefix #(" = " 0 4 ...)) 2821 2846 (fontified t org-category "bzflag" face org-level-= 2 line-prefix #("*" 0 1 ...) wrap-prefix #(" " 0 4 ...)) 2846 2854 (font= ified t org-category "bzflag" face (org-tag org-level-2) org-no-flyspell t = mouse-face highlight keymap (keymap ... ... ...) line-prefix #("*" 0 1 ...)= wrap-prefix #(" " 0 4 ...)) 2854 2855 (fontified t org-category "bzflag= " face (org-tag org-level-2) org-no-flyspell t mouse-face highlight keymap = (keymap ... ... ...) rear-nonsticky (mouse-face highlight keymap invisible = intangible help-echo org-linked-text) line-prefix #("*" 0 1 ...) wrap-prefi= x #(" " 0 4 ...)) 2855 2856 (fontified t org-category "bzflag") 2856 286= 8 (fontified t org-category "bzflag" face org-special-keyword line-prefix #= (" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 2868 2911 (fontified t org-= category "bzflag" line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ..= .)) 2911 2932 (fontified t org-category "bzflag" org-no-flyspell t mouse-fa= ce highlight keymap (keymap ... ... ...) face org-date line-prefix #(" "= 0 4 ...) wrap-prefix #(" " 0 4 ...)) 2932 2933 (fontified t org-categor= y "bzflag" org-no-flyspell t mouse-face highlight keymap (keymap ... ... ..= .) rear-nonsticky (mouse-face highlight keymap invisible intangible help-ec= ho org-linked-text) face org-date line-prefix #(" " 0 4 ...) wrap-prefix= #(" " 0 4 ...)) 2933 2976 (fontified t org-category "bzflag" line-prefi= x #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 2976 2997 (fontified t o= rg-category "bzflag" org-no-flyspell t mouse-face highlight keymap (keymap = ... ... ...) face org-date line-prefix #(" " 0 4 ...) wrap-prefix #(" = " 0 4 ...)) 2997 2998 (fontified t org-category "bzflag" org-no-flyspell t= mouse-face highlight keymap (keymap ... ... ...) rear-nonsticky (mouse-fac= e highlight keymap invisible intangible help-echo org-linked-text) face org= -date line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 2998 300= 2 (fontified t org-category "bzflag" line-prefix #(" " 0 4 ...) wrap-pre= fix #(" " 0 4 ...)) 3002 3008 (fontified t org-category "bzflag" face or= g-special-keyword line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ..= .)) 3008 3009 (fontified t org-category "bzflag" line-prefix #(" " 0 4 .= ..) wrap-prefix #(" " 0 4 ...)) 3009 3054 (fontified t org-category "bzf= lag" org-no-flyspell t mouse-face highlight keymap (keymap ... ... ...) fac= e org-date line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 305= 4 3055 (fontified t org-category "bzflag" org-no-flyspell t mouse-face high= light keymap (keymap ... ... ...) rear-nonsticky (mouse-face highlight keym= ap invisible intangible help-echo org-linked-text) face org-date line-prefi= x #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 3055 3068 (fontified t o= rg-category "bzflag" line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4= ...)) 3068 3074 (fontified t org-category "bzflag" face org-special-keywor= d line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 3074 3075 (f= ontified t org-category "bzflag" line-prefix #(" " 0 4 ...) wrap-prefix = #(" " 0 4 ...)) 3075 3120 (fontified t org-category "bzflag" org-no-flys= pell t mouse-face highlight keymap (keymap ... ... ...) face org-date line-= prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 3120 3121 (fontifie= d t org-category "bzflag" org-no-flyspell t mouse-face highlight keymap (ke= ymap ... ... ...) rear-nonsticky (mouse-face highlight keymap invisible int= angible help-echo org-linked-text) face org-date line-prefix #(" " 0 4 .= ..) wrap-prefix #(" " 0 4 ...)) 3121 3131 (fontified t org-category "bzf= lag" line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 3131 3139= (fontified t org-category "bzflag" face org-special-keyword line-prefix #(= " " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 3139 3140 (fontified t org-c= ategory "bzflag" line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...= )) 3140 3152 (fontified t org-category "bzflag" face org-special-keyword li= ne-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 3152 3153 (fonti= fied t org-category "bzflag" line-prefix #(" " 0 4 ...) wrap-prefix #(" = " 0 4 ...)) 3153 3157 (fontified t org-category "bzflag" face org-specia= l-keyword line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 3157= 3158 (fontified t org-category "bzflag" line-prefix #(" " 0 4 ...) wrap= -prefix #(" " 0 4 ...)) 3158 3194 (fontified t org-category "bzflag" fac= e org-property-value line-prefix #(" " 0 4 ...) wrap-prefix #(" " 0 4= ...)) 3194 3195 (fontified t org-category "bzflag" line-prefix #(" " 0 = 4 ...) wrap-prefix #(" " 0 4 ...)) 3195 3200 (fontified t org-category "= bzflag" face org-special-keyword line-prefix #(" " 0 4 ...) wrap-prefix = #(" " 0 4 ...)) 3200 3201 (fontified t org-category "bzflag" line-prefix= #(" " 0 4 ...) wrap-prefix #(" " 0 4 ...)) 3201 3203 (fontified t or= g-category "bzflag" line-prefix #("**" 0 2 ...) wrap-prefix #(" " 0 6 = ...) face org-hide) 3203 3205 (fontified t org-category "bzflag" line-prefi= x #("**" 0 2 ...) wrap-prefix #(" " 0 6 ...) face org-level-3) 3205 32= 14 (fontified t org-category "bzflag" line-prefix #("**" 0 2 ...) wrap-pref= ix #(" " 0 6 ...) face (:foreground "orangered" :weight bold)) 3214 32= 54 (fontified t org-category "bzflag" line-prefix #("**" 0 2 ...) wrap-pref= ix #(" " 0 6 ...) face org-level-3) 3254 3264 (fontified t org-categor= y "bzflag" line-prefix #("**" 0 2 ...) wrap-prefix #(" " 0 6 ...) face= (org-tag org-level-3) org-no-flyspell t mouse-face highlight keymap (keyma= p ... ... ...)) 3264 3265 (fontified t org-category "bzflag" line-prefix #(= "**" 0 2 ...) wrap-prefix #(" " 0 6 ...) face (org-tag org-level-3) or= g-no-flyspell t mouse-face highlight keymap (keymap ... ... ...) rear-nonst= icky (mouse-face highlight keymap invisible intangible help-echo org-linked= -text)) 3265 3266 (fontified t org-category "bzflag") 3266 3270 (fontified = t org-category "bzflag" line-prefix #(" " 0 6 ...) wrap-prefix #(" = " 0 6 ...)) 3270 3277 (fontified t org-category "bzflag" line-prefix #(" = " 0 6 ...) wrap-prefix #(" " 0 6 ...) face org-special-keyword) 3= 277 3278 (fontified t org-category "bzflag" line-prefix #(" " 0 6 ...)= wrap-prefix #(" " 0 6 ...)) 3278 3299 (fontified t org-category "bzfl= ag" line-prefix #(" " 0 6 ...) wrap-prefix #(" " 0 6 ...) org-no-= flyspell t mouse-face highlight keymap (keymap ... ... ...) face org-date) = 3299 3300 (fontified t org-category "bzflag" line-prefix #(" " 0 6 ...= ) wrap-prefix #(" " 0 6 ...) org-no-flyspell t mouse-face highlight ke= ymap (keymap ... ... ...) rear-nonsticky (mouse-face highlight keymap invis= ible intangible help-echo org-linked-text) face org-date) 3300 3326 (fontif= ied t org-category "bzflag" line-prefix #(" " 0 6 ...) wrap-prefix #("= " 0 6 ...)) 3326 3347 (fontified t org-category "bzflag" line-prefix = #(" " 0 6 ...) wrap-prefix #(" " 0 6 ...) org-no-flyspell t mouse= -face highlight keymap (keymap ... ... ...) face org-date) 3347 3348 (fonti= fied t org-category "bzflag" line-prefix #(" " 0 6 ...) wrap-prefix #(= " " 0 6 ...) org-no-flyspell t mouse-face highlight keymap (keymap ...= ... ...) rear-nonsticky (mouse-face highlight keymap invisible intangible = help-echo org-linked-text) face org-date) 3348 3352 (fontified t org-catego= ry "bzflag" line-prefix #(" " 0 6 ...) wrap-prefix #(" " 0 6 ...)= ) 3352 3546 (fontified nil org-category "bzflag" line-prefix #(" " 0 6= ...) wrap-prefix #(" " 0 6 ...)) 3546 3593 (fontified nil org-categor= y "bzflag" line-prefix #("**" 0 2 ...) wrap-prefix #(" " 0 6 ...)) 359= 3 14226 (fontified nil org-category "bzflag") 14226 14270 (fontified nil or= g-category "bzflag" line-prefix #("**" 0 2 ...) wrap-prefix #(" " 0 6 = ...)) 14270 14271 (fontified nil org-category "bzflag") 14271 14619 (fontif= ied nil org-category "bzflag" line-prefix #(" " 0 6 ...) wrap-prefix #= (" " 0 6 ...)) 14619 14639 (fontified t org-category "bzflag" line-pre= fix #(" " 0 6 ...) wrap-prefix #(" " 0 6 ...))) :emph-multiline t= :for-html t :skip-before-1st-heading t :drawers nil :todo-keywords t :tags= not-in-toc :priority nil :footnotes nil :timestamps t :archived-trees head= line :select-tags ("export") :exclude-tags ("noexport") :add-text nil :LaTe= X-fragments nil) > (org-split-string (org-export-preprocess-string region :emph-multiline = t :for-html t :skip-before-1st-heading (plist-get opt-plist :skip-before-1s= t-heading) :drawers (plist-get opt-plist :drawers) :todo-keywords (plist-ge= t opt-plist :todo-keywords) :tags (plist-get opt-plist :tags) :priority (pl= ist-get opt-plist :priority) :footnotes (plist-get opt-plist :footnotes) :t= imestamps (plist-get opt-plist :timestamps) :archived-trees (plist-get opt-= plist :archived-trees) :select-tags (plist-get opt-plist :select-tags) :exc= lude-tags (plist-get opt-plist :exclude-tags) :add-text (plist-get opt-plis= t :text) :LaTeX-fragments (plist-get opt-plist :LaTeX-fragments)) "[.\n]") > (let* ((opt-plist ...) (body-only ...) (style ...) (html-extension ...)= (link-validate ...) valid thetoc have-headings first-heading-pos (odd org-= odd-levels-only) (region-p ...) (rbeg ...) (rend ...) (subtree-p ...) (leve= l-offset ...) (opt-plist ...) (org-current-export-dir ...) (org-current-exp= ort-file buffer-file-name) (level 0) (line "") (origline "") txt todo (umax= nil) (umax-toc nil) (filename ...) (current-dir ...) (buffer ...) (org-lev= els-open ...) (date ...) (author ...) (title ...) (link-up ...) (link-home = ...) (dummy ...) (html-table-tag ...) (quote-re0 ...) (quote-re ...) (inquo= te nil) (infixed nil) (inverse nil) (in-local-list nil) (local-list-type ni= l) (local-list-indent nil) (llt org-plain-list-ordered-item-terminator) (em= ail ...) (language ...) (keywords ...) (description ...) (lang-words nil) .= ..) (let (...) (org-unmodified ...)) (message "Exporting...") (setq org-min= -level (org-get-min-level lines level-offset)) (setq org-last-level org-min= -level) (org-init-section-numbers) (cond (... ...) (date) (t ...)) (setq la= ng-words (or ... ...)) (set-buffer buffer) (let (...) (erase-buffer)) (fund= amental-mode) (org-install-letbind) (and (fboundp ...) (set-buffer-file-cod= ing-system coding-system-for-write)) (let (... ...) (mapc ... org-export-pl= ist-vars) (setq umax ...) (setq umax-toc ...) (unless body-only ... ... ...= ) (if ... ...) (setq head-count 0) (org-init-section-numbers) (org-open-par= ) (while ... ...) (when inquote ... ...) (org-html-level-start 1 nil umax .= .. head-count) (when ... ...) (save-excursion ... ...) (when footnotes ...)= (let ... ...) (unless body-only ... ... ... ...) (unless ... ... ...) (got= o-char ...) (when thetoc ... ... ... ...) (goto-char ...) (while ... ...) (= goto-char ...) (while ... ...) (goto-char ...) (goto-char ...) (let ... ...= ) (goto-char ...) (when ... ...) (remove-text-properties ... ... ...) (run-= hooks ...) (or to-buffer ...) (goto-char ...) (or ... ...) (if ... ... ...)= )) > org-export-as-html(nil hidden) > org-export-as-html-and-open(nil) > call-interactively(org-export-as-html-and-open) > (if (and bg (nth 2 ass) (not ...) (not ...)) (let (...) (set-process-se= ntinel p ...) (message "Background process \"%s\": started" p)) (if subtree= -p (progn ... ...)) (call-interactively (nth 1 ass)) (when (and bpos ...) (= let ... ... ... ... ...))) > (let* ((bg ...) subtree-p (help "[t] insert the export option templat= e\n[v] limit export to visible part of outline tree\n[1] only export th= e current subtree\n[SPC] publish enclosing subtree (with LaTeX_CLASS or EXP= ORT_FILE_NAME prop)\n\n[a/n/u] export as ASCII/Latin-1/UTF-8 [A/N/U= ] to temporary buffer\n\n[h] export as HTML [H] to temporary buffer = [R] export region\n[b] export as HTML and open in browser\n\n[l] export as = LaTeX [L] to temporary buffer\n[p] export as LaTeX and process to PDF = [d] ... and open PDF file\n\n[D] export as DocBook [V] export a= s DocBook, process to PDF, and open\n\n[j] export as TaskJuggler = [J] ... and open\n\n[m] export as Freemind mind map\n[x] expo= rt as XOXO\n[g] export using Wes Hardaker's generic exporter\n\n[i] export = current file as iCalendar file\n[I] export all agenda files as iCalendar fi= les [c] ...as one combined file\n\n[F] publish current file [P] = publish current project\n[X] publish a project... [E] publish ever= y projects") (cmds ...) r1 r2 ass (cpos ...) (cbuf ...) bpos) (save-excursi= on (save-window-excursion ... ... ... ... ... ... ...)) (and bpos (goto-cha= r bpos)) (setq r2 (if ... ... r1)) (unless (setq ass ...) (error "No comman= d associated with key %c" r1)) (if (and bg ... ... ...) (let ... ... ...) (= if subtree-p ...) (call-interactively ...) (when ... ...))) > org-export(nil) > call-interactively(org-export nil nil) > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode