emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Error with standard exporter on Windows
@ 2013-02-17 18:59 Otto Pichlhoefer
  2013-02-17 19:58 ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Otto Pichlhoefer @ 2013-02-17 18:59 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 3171 bytes --]

Hello,

I think I might have run into a bug with org mode (7.9.3e
(7.9.3e-7-g1056fc-elpaplus) and Emacs (GNU Emacs 24.2.1
(i386-mingw-nt6.1.7601) on Windows 7.

The problem occurs when exporting to html with the standard exporter. I
ran into this error already more than a month ago. Since I am elsip illiterate I
cannot track down the problem myself.

With a minimal setup I get the following bug-report (backtrace is attached)

---
Emacs  : GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601)
 of 2012-08-29 on MARVIN
Package: Org-mode version 7.9.3e (7.9.3e-7-g1056fc-elpaplus @
c:/Users/pichlhoefer/AppData/Roaming/.emacs.d/elpa/org-plus-contrib-20130211/)

current state:
==============
(setq
 org-export-blocks '((src org-babel-exp-src-block nil) (export-comment
org-export-blocks-format-comment t)
		     (ditaa org-export-blocks-format-ditaa nil) (dot
org-export-blocks-format-dot nil))
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
org-babel-execute-safely-maybe)
 org-export-preprocess-before-selecting-backend-code-hook
'(org-beamer-select-beamer-code)
 org-tab-first-hook '(org-hide-block-toggle-maybe
org-src-native-tab-command-maybe
		      org-babel-hide-result-toggle-maybe org-babel-header-arg-expand)
 org-cycle-hook '(org-cycle-hide-archived-subtrees
org-cycle-hide-drawers org-cycle-show-empty-lines
		  org-optimize-window-after-visibility-change)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-speed-command-hook '(org-speed-command-default-hook
org-babel-speed-command-hook)
 org-babel-pre-tangle-hook '(save-buffer)
 org-occur-hook '(org-first-headline-recenter)
 org-export-interblocks '((src org-babel-exp-non-block-elements))
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-export-preprocess-before-normalizing-links-hook
'(org-remove-file-link-modifiers)
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-mode-hook '((lambda nil
		  (org-add-hook (quote change-major-mode-hook) (quote
org-show-block-all) (quote append)
		   (quote local))
		  )
		 (lambda nil
		  (org-add-hook (quote change-major-mode-hook) (quote
org-babel-show-result-all) (quote append)
		   (quote local))
		  )
		 #[nil "\300\301\302\303\304$\207"
		   [org-add-hook change-major-mode-hook org-show-block-all append local] 5]
		 #[nil "\300\301\302\303\304$\207"
		   [org-add-hook change-major-mode-hook org-babel-show-result-all
append local] 5]
		 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-export-latex-final-hook '(org-beamer-amend-header
org-beamer-fix-toc org-beamer-auto-fragile-frames
			       org-beamer-place-default-actions-for-lists)
 org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-confirm-shell-link-function 'yes-or-no-p
 )
---

Thanks for this great software!

Best regards,
Otto

[-- Attachment #2: org-export-debugger.txt --]
[-- Type: text/plain, Size: 189887 bytes --]

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  string-match("\\([^\\\\]\\)\\([_^]\\)" nil)
  (while (string-match "\\([^\\\\]\\)\\([_^]\\)" s) (setq s (replace-match "\\1\\\\\\2" nil nil s)))
  (progn (while (string-match "\\([^\\\\]\\)\\([_^]\\)" s) (setq s (replace-match "\\1\\\\\\2" nil nil s))) s)
  (unwind-protect (progn (while (string-match "\\([^\\\\]\\)\\([_^]\\)" s) (setq s (replace-match "\\1\\\\\\2" nil nil s))) s) (set-match-data save-match-data-internal (quote evaporate)))
  (let ((save-match-data-internal (match-data))) (unwind-protect (progn (while (string-match "\\([^\\\\]\\)\\([_^]\\)" s) (setq s (replace-match "\\1\\\\\\2" nil nil s))) s) (set-match-data save-match-data-internal (quote evaporate))))
  (save-match-data (while (string-match "\\([^\\\\]\\)\\([_^]\\)" s) (setq s (replace-match "\\1\\\\\\2" nil nil s))) s)
  org-export-protect-sub-super(nil)
  (concat (match-string 1) "[[" (match-string 2) ":" (match-string 3) "][" (match-string 2) ":" (org-export-protect-sub-super (match-string 3)) "]]")
  (let* ((s (concat (match-string 1) "[[" (match-string 2) ":" (match-string 3) "][" (match-string 2) ":" (org-export-protect-sub-super (match-string 3)) "]]"))) (put-text-property 0 (length s) (quote face) (quote org-link) s) (replace-match s t t))
  (if (get-text-property (1+ (match-beginning 0)) (quote org-protected)) nil (let* ((s (concat (match-string 1) "[[" (match-string 2) ":" (match-string 3) "][" (match-string 2) ":" (org-export-protect-sub-super (match-string 3)) "]]"))) (put-text-property 0 (length s) (quote face) (quote org-link) s) (replace-match s t t)))
  (unless (get-text-property (1+ (match-beginning 0)) (quote org-protected)) (let* ((s (concat (match-string 1) "[[" (match-string 2) ":" (match-string 3) "][" (match-string 2) ":" (org-export-protect-sub-super (match-string 3)) "]]"))) (put-text-property 0 (length s) (quote face) (quote org-link) s) (replace-match s t t)))
  (org-if-unprotected-at (1+ (match-beginning 0)) (let* ((s (concat (match-string 1) "[[" (match-string 2) ":" (match-string 3) "][" (match-string 2) ":" (org-export-protect-sub-super (match-string 3)) "]]"))) (put-text-property 0 (length s) (quote face) (quote org-link) s) (replace-match s t t)))
  (if (or (get-text-property (match-beginning 0) (quote org-normalized-link)) (assoc :tags (org-context))) nil (goto-char (1- (match-end 0))) (org-if-unprotected-at (1+ (match-beginning 0)) (let* ((s (concat (match-string 1) "[[" (match-string 2) ":" (match-string 3) "][" (match-string 2) ":" (org-export-protect-sub-super (match-string 3)) "]]"))) (put-text-property 0 (length s) (quote face) (quote org-link) s) (replace-match s t t))))
  (unless (or (get-text-property (match-beginning 0) (quote org-normalized-link)) (assoc :tags (org-context))) (goto-char (1- (match-end 0))) (org-if-unprotected-at (1+ (match-beginning 0)) (let* ((s (concat (match-string 1) "[[" (match-string 2) ":" (match-string 3) "][" (match-string 2) ":" (org-export-protect-sub-super (match-string 3)) "]]"))) (put-text-property 0 (length s) (quote face) (quote org-link) s) (replace-match s t t))))
  (while (re-search-forward re-plain-link nil t) (unless (or (get-text-property (match-beginning 0) (quote org-normalized-link)) (assoc :tags (org-context))) (goto-char (1- (match-end 0))) (org-if-unprotected-at (1+ (match-beginning 0)) (let* ((s (concat (match-string 1) "[[" (match-string 2) ":" (match-string 3) "][" (match-string 2) ":" (org-export-protect-sub-super ...) "]]"))) (put-text-property 0 (length s) (quote face) (quote org-link) s) (replace-match s t t)))))
  (let ((re-plain-link (concat "\\([^[<]\\)" org-plain-link-re)) (re-angle-link (concat "\\([^[]\\)" org-angle-link-re)) nodesc) (goto-char (point-min)) (while (re-search-forward org-bracket-link-regexp nil t) (put-text-property (match-beginning 0) (match-end 0) (quote org-normalized-link) t)) (goto-char (point-min)) (while (re-search-forward re-plain-link nil t) (unless (or (get-text-property (match-beginning 0) (quote org-normalized-link)) (assoc :tags (org-context))) (goto-char (1- (match-end 0))) (org-if-unprotected-at (1+ (match-beginning 0)) (let* ((s (concat ... "[[" ... ":" ... "][" ... ":" ... "]]"))) (put-text-property 0 (length s) (quote face) (quote org-link) s) (replace-match s t t))))) (goto-char (point-min)) (while (re-search-forward re-angle-link nil t) (goto-char (1- (match-end 0))) (org-if-unprotected (let* ((s (concat (match-string 1) "[[" (match-string 2) ":" (match-string 3) "][" (match-string 2) ":" (org-export-protect-sub-super ...) "]]"))) (put-text-property 0 (length s) (quote face) (quote org-link) s) (replace-match s t t)))) (goto-char (point-min)) (while (re-search-forward org-bracket-link-regexp nil t) (goto-char (1- (match-end 0))) (setq nodesc (not (match-end 3))) (org-if-unprotected (let* ((xx (save-match-data (org-translate-link ...))) (s (concat "[[" (org-add-props ... nil ... t ... nodesc) "]" (if ... ... ...) "]"))) (put-text-property 0 (length s) (quote face) (quote org-link) s) (replace-match s t t)))))
  org-export-normalize-links()
  (progn (erase-buffer) (insert string) (setq case-fold-search t) (let ((inhibit-read-only t)) (remove-text-properties (point-min) (point-max) (quote (read-only t)))) (org-export-kill-licensed-text) (let ((org-inhibit-startup t)) (org-mode)) (setq case-fold-search t) (org-clone-local-variables source-buffer "^\\(org-\\|orgtbl-\\)") (org-install-letbind) (run-hooks (quote org-export-preprocess-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-trees archived-trees) (org-export-remove-comment-blocks-and-subtrees) (org-export-handle-export-tags (plist-get parameters :select-tags) (plist-get parameters :exclude-tags)) (run-hooks (quote org-export-preprocess-after-tree-selection-hook)) (org-export-remove-tasks (plist-get parameters :tasks)) (when (plist-get parameters :footnotes) (org-footnote-normalize nil parameters)) (org-export-mark-list-end) (org-export-preprocess-apply-macros) (run-hooks (quote org-export-preprocess-after-macros-hook)) (org-export-blocks-preprocess) (org-export-mark-list-properties) (org-export-replace-src-segments-and-examples) (org-export-protect-colon-examples) (org-export-convert-protected-spaces) (setq target-alist (org-export-define-heading-targets target-alist)) (run-hooks (quote org-export-preprocess-after-headline-targets-hook)) (org-export-remember-html-container-classes) (org-export-remove-or-extract-drawers drawers (plist-get parameters :drawers)) (when (plist-get parameters :skip-before-1st-heading) (goto-char (point-min)) (when (re-search-forward "^\\(#.*\n\\)?\\*+[ 	]" nil t) (delete-region (point-min) (match-beginning 0)) (goto-char (point-min)) (insert "\n"))) (when (plist-get parameters :add-text) (goto-char (point-min)) (insert (plist-get parameters :add-text) "\n")) (org-export-remove-headline-metadata parameters) (setq target-alist (org-export-handle-invisible-targets target-alist)) (run-hooks (quote org-export-preprocess-before-selecting-backend-code-hook)) (org-export-select-backend-specific-text) (org-export-protect-quoted-subtrees) (org-export-remove-clock-lines) (org-export-protect-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-export-attach-captions-and-attributes target-alist)) (org-export-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) ...)
  (unwind-protect (progn (erase-buffer) (insert string) (setq case-fold-search t) (let ((inhibit-read-only t)) (remove-text-properties (point-min) (point-max) (quote (read-only t)))) (org-export-kill-licensed-text) (let ((org-inhibit-startup t)) (org-mode)) (setq case-fold-search t) (org-clone-local-variables source-buffer "^\\(org-\\|orgtbl-\\)") (org-install-letbind) (run-hooks (quote org-export-preprocess-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-trees archived-trees) (org-export-remove-comment-blocks-and-subtrees) (org-export-handle-export-tags (plist-get parameters :select-tags) (plist-get parameters :exclude-tags)) (run-hooks (quote org-export-preprocess-after-tree-selection-hook)) (org-export-remove-tasks (plist-get parameters :tasks)) (when (plist-get parameters :footnotes) (org-footnote-normalize nil parameters)) (org-export-mark-list-end) (org-export-preprocess-apply-macros) (run-hooks (quote org-export-preprocess-after-macros-hook)) (org-export-blocks-preprocess) (org-export-mark-list-properties) (org-export-replace-src-segments-and-examples) (org-export-protect-colon-examples) (org-export-convert-protected-spaces) (setq target-alist (org-export-define-heading-targets target-alist)) (run-hooks (quote org-export-preprocess-after-headline-targets-hook)) (org-export-remember-html-container-classes) (org-export-remove-or-extract-drawers drawers (plist-get parameters :drawers)) (when (plist-get parameters :skip-before-1st-heading) (goto-char (point-min)) (when (re-search-forward "^\\(#.*\n\\)?\\*+[ 	]" nil t) (delete-region (point-min) (match-beginning 0)) (goto-char (point-min)) (insert "\n"))) (when (plist-get parameters :add-text) (goto-char (point-min)) (insert (plist-get parameters :add-text) "\n")) (org-export-remove-headline-metadata parameters) (setq target-alist (org-export-handle-invisible-targets target-alist)) (run-hooks (quote org-export-preprocess-before-selecting-backend-code-hook)) (org-export-select-backend-specific-text) (org-export-protect-quoted-subtrees) (org-export-remove-clock-lines) (org-export-protect-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-export-attach-captions-and-attributes target-alist)) (org-export-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) ...) (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))
  (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (erase-buffer) (insert string) (setq case-fold-search t) (let ((inhibit-read-only t)) (remove-text-properties (point-min) (point-max) (quote (read-only t)))) (org-export-kill-licensed-text) (let ((org-inhibit-startup t)) (org-mode)) (setq case-fold-search t) (org-clone-local-variables source-buffer "^\\(org-\\|orgtbl-\\)") (org-install-letbind) (run-hooks (quote org-export-preprocess-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-trees archived-trees) (org-export-remove-comment-blocks-and-subtrees) (org-export-handle-export-tags (plist-get parameters :select-tags) (plist-get parameters :exclude-tags)) (run-hooks (quote org-export-preprocess-after-tree-selection-hook)) (org-export-remove-tasks (plist-get parameters :tasks)) (when (plist-get parameters :footnotes) (org-footnote-normalize nil parameters)) (org-export-mark-list-end) (org-export-preprocess-apply-macros) (run-hooks (quote org-export-preprocess-after-macros-hook)) (org-export-blocks-preprocess) (org-export-mark-list-properties) (org-export-replace-src-segments-and-examples) (org-export-protect-colon-examples) (org-export-convert-protected-spaces) (setq target-alist (org-export-define-heading-targets target-alist)) (run-hooks (quote org-export-preprocess-after-headline-targets-hook)) (org-export-remember-html-container-classes) (org-export-remove-or-extract-drawers drawers (plist-get parameters :drawers)) (when (plist-get parameters :skip-before-1st-heading) (goto-char (point-min)) (when (re-search-forward "^\\(#.*\n\\)?\\*+[ 	]" nil t) (delete-region (point-min) (match-beginning 0)) (goto-char (point-min)) (insert "\n"))) (when (plist-get parameters :add-text) (goto-char (point-min)) (insert (plist-get parameters :add-text) "\n")) (org-export-remove-headline-metadata parameters) (setq target-alist (org-export-handle-invisible-targets target-alist)) (run-hooks (quote org-export-preprocess-before-selecting-backend-code-hook)) (org-export-select-backend-specific-text) (org-export-protect-quoted-subtrees) (org-export-remove-clock-lines) (org-export-protect-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-export-attach-captions-and-attributes target-alist)) (org-export-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) ...) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))))
  (with-current-buffer temp-buffer (unwind-protect (progn (erase-buffer) (insert string) (setq case-fold-search t) (let ((inhibit-read-only t)) (remove-text-properties (point-min) (point-max) (quote (read-only t)))) (org-export-kill-licensed-text) (let ((org-inhibit-startup t)) (org-mode)) (setq case-fold-search t) (org-clone-local-variables source-buffer "^\\(org-\\|orgtbl-\\)") (org-install-letbind) (run-hooks (quote org-export-preprocess-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-trees archived-trees) (org-export-remove-comment-blocks-and-subtrees) (org-export-handle-export-tags (plist-get parameters :select-tags) (plist-get parameters :exclude-tags)) (run-hooks (quote org-export-preprocess-after-tree-selection-hook)) (org-export-remove-tasks (plist-get parameters :tasks)) (when (plist-get parameters :footnotes) (org-footnote-normalize nil parameters)) (org-export-mark-list-end) (org-export-preprocess-apply-macros) (run-hooks (quote org-export-preprocess-after-macros-hook)) (org-export-blocks-preprocess) (org-export-mark-list-properties) (org-export-replace-src-segments-and-examples) (org-export-protect-colon-examples) (org-export-convert-protected-spaces) (setq target-alist (org-export-define-heading-targets target-alist)) (run-hooks (quote org-export-preprocess-after-headline-targets-hook)) (org-export-remember-html-container-classes) (org-export-remove-or-extract-drawers drawers (plist-get parameters :drawers)) (when (plist-get parameters :skip-before-1st-heading) (goto-char (point-min)) (when (re-search-forward "^\\(#.*\n\\)?\\*+[ 	]" nil t) (delete-region (point-min) (match-beginning 0)) (goto-char (point-min)) (insert "\n"))) (when (plist-get parameters :add-text) (goto-char (point-min)) (insert (plist-get parameters :add-text) "\n")) (org-export-remove-headline-metadata parameters) (setq target-alist (org-export-handle-invisible-targets target-alist)) (run-hooks (quote org-export-preprocess-before-selecting-backend-code-hook)) (org-export-select-backend-specific-text) (org-export-protect-quoted-subtrees) (org-export-remove-clock-lines) (org-export-protect-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-export-attach-captions-and-attributes target-alist)) (org-export-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) ...) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))))
  (let ((temp-buffer (generate-new-buffer " *temp*"))) (with-current-buffer temp-buffer (unwind-protect (progn (erase-buffer) (insert string) (setq case-fold-search t) (let ((inhibit-read-only t)) (remove-text-properties (point-min) (point-max) (quote (read-only t)))) (org-export-kill-licensed-text) (let ((org-inhibit-startup t)) (org-mode)) (setq case-fold-search t) (org-clone-local-variables source-buffer "^\\(org-\\|orgtbl-\\)") (org-install-letbind) (run-hooks (quote org-export-preprocess-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-trees archived-trees) (org-export-remove-comment-blocks-and-subtrees) (org-export-handle-export-tags (plist-get parameters :select-tags) (plist-get parameters :exclude-tags)) (run-hooks (quote org-export-preprocess-after-tree-selection-hook)) (org-export-remove-tasks (plist-get parameters :tasks)) (when (plist-get parameters :footnotes) (org-footnote-normalize nil parameters)) (org-export-mark-list-end) (org-export-preprocess-apply-macros) (run-hooks (quote org-export-preprocess-after-macros-hook)) (org-export-blocks-preprocess) (org-export-mark-list-properties) (org-export-replace-src-segments-and-examples) (org-export-protect-colon-examples) (org-export-convert-protected-spaces) (setq target-alist (org-export-define-heading-targets target-alist)) (run-hooks (quote org-export-preprocess-after-headline-targets-hook)) (org-export-remember-html-container-classes) (org-export-remove-or-extract-drawers drawers (plist-get parameters :drawers)) (when (plist-get parameters :skip-before-1st-heading) (goto-char (point-min)) (when (re-search-forward "^\\(#.*\n\\)?\\*+[ 	]" nil t) (delete-region (point-min) (match-beginning 0)) (goto-char (point-min)) (insert "\n"))) (when (plist-get parameters :add-text) (goto-char (point-min)) (insert (plist-get parameters :add-text) "\n")) (org-export-remove-headline-metadata parameters) (setq target-alist (org-export-handle-invisible-targets target-alist)) (run-hooks (quote org-export-preprocess-before-selecting-backend-code-hook)) (org-export-select-backend-specific-text) (org-export-protect-quoted-subtrees) (org-export-remove-clock-lines) (org-export-protect-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-export-attach-captions-and-attributes target-alist)) (org-export-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) ...) (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))))
  (with-temp-buffer (erase-buffer) (insert string) (setq case-fold-search t) (let ((inhibit-read-only t)) (remove-text-properties (point-min) (point-max) (quote (read-only t)))) (org-export-kill-licensed-text) (let ((org-inhibit-startup t)) (org-mode)) (setq case-fold-search t) (org-clone-local-variables source-buffer "^\\(org-\\|orgtbl-\\)") (org-install-letbind) (run-hooks (quote org-export-preprocess-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-trees archived-trees) (org-export-remove-comment-blocks-and-subtrees) (org-export-handle-export-tags (plist-get parameters :select-tags) (plist-get parameters :exclude-tags)) (run-hooks (quote org-export-preprocess-after-tree-selection-hook)) (org-export-remove-tasks (plist-get parameters :tasks)) (when (plist-get parameters :footnotes) (org-footnote-normalize nil parameters)) (org-export-mark-list-end) (org-export-preprocess-apply-macros) (run-hooks (quote org-export-preprocess-after-macros-hook)) (org-export-blocks-preprocess) (org-export-mark-list-properties) (org-export-replace-src-segments-and-examples) (org-export-protect-colon-examples) (org-export-convert-protected-spaces) (setq target-alist (org-export-define-heading-targets target-alist)) (run-hooks (quote org-export-preprocess-after-headline-targets-hook)) (org-export-remember-html-container-classes) (org-export-remove-or-extract-drawers drawers (plist-get parameters :drawers)) (when (plist-get parameters :skip-before-1st-heading) (goto-char (point-min)) (when (re-search-forward "^\\(#.*\n\\)?\\*+[ 	]" nil t) (delete-region (point-min) (match-beginning 0)) (goto-char (point-min)) (insert "\n"))) (when (plist-get parameters :add-text) (goto-char (point-min)) (insert (plist-get parameters :add-text) "\n")) (org-export-remove-headline-metadata parameters) (setq target-alist (org-export-handle-invisible-targets target-alist)) (run-hooks (quote org-export-preprocess-before-selecting-backend-code-hook)) (org-export-select-backend-specific-text) (org-export-protect-quoted-subtrees) (org-export-remove-clock-lines) (org-export-protect-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-export-attach-captions-and-attributes target-alist)) (org-export-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) ...)
  (let* ((org-export-current-backend (or (plist-get parameters :for-backend) org-export-current-backend)) (archived-trees (plist-get parameters :archived-trees)) (inhibit-read-only t) (drawers org-drawers) (source-buffer (current-buffer)) target-alist rtn) (setq org-export-target-aliases nil org-export-preferred-target-alist nil org-export-id-target-alist nil org-export-code-refs nil) (with-temp-buffer (erase-buffer) (insert string) (setq case-fold-search t) (let ((inhibit-read-only t)) (remove-text-properties (point-min) (point-max) (quote (read-only t)))) (org-export-kill-licensed-text) (let ((org-inhibit-startup t)) (org-mode)) (setq case-fold-search t) (org-clone-local-variables source-buffer "^\\(org-\\|orgtbl-\\)") (org-install-letbind) (run-hooks (quote org-export-preprocess-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-trees archived-trees) (org-export-remove-comment-blocks-and-subtrees) (org-export-handle-export-tags (plist-get parameters :select-tags) (plist-get parameters :exclude-tags)) (run-hooks (quote org-export-preprocess-after-tree-selection-hook)) (org-export-remove-tasks (plist-get parameters :tasks)) (when (plist-get parameters :footnotes) (org-footnote-normalize nil parameters)) (org-export-mark-list-end) (org-export-preprocess-apply-macros) (run-hooks (quote org-export-preprocess-after-macros-hook)) (org-export-blocks-preprocess) (org-export-mark-list-properties) (org-export-replace-src-segments-and-examples) (org-export-protect-colon-examples) (org-export-convert-protected-spaces) (setq target-alist (org-export-define-heading-targets target-alist)) (run-hooks (quote org-export-preprocess-after-headline-targets-hook)) (org-export-remember-html-container-classes) (org-export-remove-or-extract-drawers drawers (plist-get parameters :drawers)) (when (plist-get parameters :skip-before-1st-heading) (goto-char (point-min)) (when (re-search-forward "^\\(#.*\n\\)?\\*+[ 	]" nil t) (delete-region (point-min) (match-beginning 0)) (goto-char (point-min)) (insert "\n"))) (when (plist-get parameters :add-text) (goto-char (point-min)) (insert (plist-get parameters :add-text) "\n")) (org-export-remove-headline-metadata parameters) (setq target-alist (org-export-handle-invisible-targets target-alist)) (run-hooks (quote org-export-preprocess-before-selecting-backend-code-hook)) (org-export-select-backend-specific-text) (org-export-protect-quoted-subtrees) (org-export-remove-clock-lines) (org-export-protect-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-export-attach-captions-and-attributes target-alist)) (org-export-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) ...) rtn)
  org-export-preprocess-string(#("#+SETUPFILE: c:/Dropbox/NRK_Project/Software/emacs/orgfiles/setup.org\n#+ Created: Mo Apr 23 12:56:42 2012 (+0200)\n#+ Last-Updated: So Feb 17 19:06:43 2013 (+0100)\n#+           By: pichlhoefer\n#+     Update #: 34\n#+TITLE: Ordinationsablauf\n#+AUTHOR: Otto Pichlhöfer\n#+EMAIL: otto.pichlhoefer@meduniwien.ac.at\n#+LANGUAGE: de\n#+STARTUP: showall entitiespretty\n#+OPTIONS: d:nil tags:t pri:nil *:t num:t H:3\n#+INFOJS_OPT: path:org-info.js\n#+INFOJS_OPT: toc:t ltoc:t view:showall mouse:underline buttons:t\n#+INFOJS_OPT: up:http://www.meduniwien.ac.at/user/otto.pichlhoefer/Ordinationsablauf/Ordinationsablauf.html\n#+INFOJS_OPT: home:http://www.meduniwien.ac.at/user/otto.pichlhoefer/Ordinationsablauf/Ordinationsablauf.html\n#+STYLE: <link rel=\"stylesheet\" type=\"text/css\" href=\"stylesheet.css\" />\n#+STYLE: <link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image/x-icon\" />\n#+TAGS: NEW ACTION Assistentinnen Ärzte Ablauf Inhalt noexport\n\n* Liste der regelmäßigen Tätigkeiten\nWenn etwas auffällt, in das Ordinationsheft eintragen (liegt in der mittleren\nLade), oder unten an die Diskussion anfügen.\n\nDiese Liste und Aufzählung ist als Referent gedacht, die ständig entwickelt\nwird. Sie soll auch ein Hilfsmittel für Einschulungen sein.\n\n(in ständiger Entwicklung)\n\n***************************** Die Abläufe sollten durchgeschaut und evtl. angepasst werden.\n***************************** END\n***************************** Wir sollten auch 'Rollen' entwickeln und die Tätigkeiten zuordnen.\n***************************** END\n\n\n*** Vormittags vor dem Ordiantionsbetrieb\n- Bei Eintreffen in der Ordination\n  - Ankunftszeit in der Zeitdokumentation eintragen.\n- Geräte einschalten\n  - Licht (wenn nötig)\n  - Ventilator (wenn nötig)\n  - Computer, Bildschirme\n- Ordinationsrundgang\n  - Kontrollieren ob Wasser im Wasserbehälter im Wartezimmer ist\n  - Evtl. lüften\n  - Laden nachfüllen (Spritzen, Nadeln, Tupfer)\n  - Batterien in Taschenlampen\n  - Stethoskope, Otoskope\n  - Patienten WC kontrollieren\n- Blutabnahmen\n  - Blutabnahmetisch kontrollieren\n    - Zwei Nierentasse, Eprouvettenständer\n    - Stauschlauch in der Lade\n    - Behandlungsraum auch für Blutabnahme vorbereiten, wenn mehr als 3 Patienten\n- Beginn der Ordinationstätigkeiten\n  - Bei Innomed Choice anmelden (alle 4 Ärzte mit Pincode) Zuletzt jenen Arzt, der aktuell da ist anmelden.\n  - Office-Mails lesen, Kalender öffnen, einloggen\n  - Labor und Befunde einspielen\n- Anrufbeantworter abhören und ausschalten\n\n*** Vormittag Ordinationsbetrieb\n- Ordinationsablauf (Tätigkeiten direkt mit Patienten)\n  - Termine, Telefon, Labor, EKG, Blutdruck, Administrative Tätigkeiten\n  - Dauerrezepte\n- Harnbefunde eintragen, verrechnen, ausdrucken\n- Regelmäßig Protokoll kontrollieren (um in Administrationsliste zu schauen ob alles passt)\n- Arbeitszeit eintragen\n- Anfallende Aufgaben (Patienten anrufen, Vergessene Zuweisungen nachdrucken und Faxen)\n- Hausbesuche vorbereiten\n- Blutabnahmen und Labor\n  - Befunde vom Vortag kontrollieren (sind die gewünschten Werte wirklich gekommen?).\n  - [[id:c49b72f5-ef98-471d-8cd9-66fbae740d1c][Laborbefunde konsolidieren bzw. zusammenfassen]]\n- Post holen und sortieren\n- Diverse Bestellungen. Labor, Allerheiligenapotheke, Rezepte, Suchtgiftrezepte, Formulare, Ersatzpatientenscheine (kleine Kassen)\n- Blutabnahmen für den nächsten Tag vorbereiten\n- Zur Apotheke gehen\n\n*** Vormittags Nach der Ordination\n- [[id:c49b72f5-ef98-471d-8cd9-66fbae740d1c][Laborwerte Zusammenfassen]]\n- Tagessprotokoll abschließen\n- Abrechnung für Vertretungsärzte\n- Kassa zählen\n- Räume für den Nachmittag vorbereiten, sauber machen\n  - Laden nachfüllen (Spritzen, Nadeln, Tupfer) (wenn nicht vormittags)\n  - Batterien in Taschenlampen (wenn nicht vormittags)t\n  - Stethoskope, Otoskope  (wenn nicht vormittags)\n- Handtücher wechseln und Wasserspender nachfüllen\n- Post mitnehmen\n- Weggehzeit in der Zeitdokumentation eintragen.\n\n*** Nachmittags Bei Eintreffen in der Ordination\n- Geräte einschalten\n  - Licht\n  - Ventilator\n  - Computer, Bildschirme\n  -\n\n- Ordinationsrundgang\n  - Evtl. lüften\n  - Patienten WC kontrollieren\n\n- Beginn der Ordinationstätigkeiten\n  - Bei /Innomed Choice/ anmelden (alle 4 Ärzte mit entsprechendem Pincode) --\n    Zuletzt jenen Arzt, der aktuell da ist.\n  - Labor und Befunde einspielen\n  - Office-Mails lesen, Kalender öffnen, einloggen\n\n- Anrufbeantworter abhören und ausschalten\n\n*** Nachmittags Ordinationsbetrieb\n(siehe auch Vormittag)\n- Anrufbeantwortet einschalten\n- Tagesprotokoll\n- Computer sperren, Bildschirme ausschalten\n- Fenster zumachen\n- Kassa zählen (falls Bankomat einnahmen waren Tagesende) und Abspeichern (in Nordrandklinik Datenarchiv)\n- Protokoll und Abrechnung für Vertretungsärzte.\n- Küche aufräumen (Geschirrspüler ein bzw ausräumen, Spüle abwischen, …)\n- Arbeitszeiten eintragen\n- zur Apotheke gehen\n- Plötzlich angefallene Aufgaben (Patienten anrufen, Vergessene Zuweisungen nachdrucken und Faxen)\n- Papier scheiden, Pflaster schneiden, in den Keller gehen, Küchenrollen holen\n- Wasserspender nachfüllen\n- Wenn Bestellungen kommen wegräumen\n- Handtücher Wechseln\n- Putzfrau zahlen\n- Bestellungen erledigen\n- Nach der Ordination\n\n*** 1x / Woche\n- Kontrolle ob\n  - alle Glühbirnen intakt?\n- Medikamentenkühlschrank\n  - Genügend Impfstoffe und Thrombotests vorhanden?\n  - Rheumesser Ampullen?\n  - Troponin-T Test?\n- Ordikühlschrank\n  - Milch, Orangensaft, Bier?\n\n*** Nur Freitags\n- Wochenplan für nächste Woche drucken\n- Vertretungsärzte Abrechnung abspeichern in NordrandklinikDatenArchiv\n\n*** Monatlich\n- Kassenabrechnungen der kleinen Kassen -- die Abrechnungsdateien werden\n  elektronisch versandt. Die ausgedruckten Protokolle werden per Post\n  versandt.\n\n- VA\n\n: Versicherungsanstalt für Eisenbahn und Bergbau\n: Linke Wienzeile 48-52\n: 1060 Wien\n: c/o Verrechnungsstelle\n\n  - BVA\n\n: BVA\n: Josefstädterstrasse 80\n: 1080 Wien\n: c/o Verrechnungsstelle\n\n  - KFA\n\n: KFA\n: Schlesingerplatz 5\n: 1080 Wien\n: c/o Verrechnungsstelle\n\n  - SVA\n\n: Sozialversicherungsanstalt\n: Wiedner Hauptstraße 84-86\n: 1051 Wien\n: c/o Verrechnungsstelle\n\n  - Privat\n***************************** Wie überprüfen wir ausständige Rechnungen?\n***************************** END\n\n\n*** Quartalsmäßig\n- Kassenabrechnung GW\n- Bestellung (Ampullen, Verbandszeug)\n*** Halbjährlich\n:PROPERTIES:\n:ID: 1cb4e206-769e-4cd8-94ae-d99e41dc3b0e\n:END:\n- Bestellung von Spritzen und Nadeln\n\n* Diverse Tätigkeiten (nicht zeitlich bestimmte)\n- Vorsorgeuntersuchungseinladungen\n\n* Krankenkassen und Leistungen\n*** Erreichbarkeit bzw. Durchwahlen\n[[http://www.aekwien.at/media/Fax_wgkk_klk.pdf][Faxklappenverzeichnis der WGKK und Kleinen Kassen]] (PDF Download)\n*** Koordinierungstätigkeiten                                         :NEW:\n- Erläuterungen zum Positionstext:\n  1. Koordinierung der Heilmittelverschreibung bei multimorbiden Patienten.\n  2. Koordination des ambulanten und stationären Versorgungsmanagements.\n  3. Telefonische und persönliche Kontaktaufnahme zu anderen Leistungserbringern im Gesundheitsbereich zur Abstimmung der Patientenbetreuung.\n  4. Dokumentationszusammenführung des Krankheitsverlaufes.\n  5. Organisation von Pflegemaßnahmen, Spezialbehandlungen und Rehabilitation.\n  6. Erkundung bzw. Organisation von besonderen Behandlungsformen im Ausland.\n\n: GKK: Pos. 7 (KON) -- Zuschlag für Konsilium bei Tag od.Nacht\n\n: Kl. Kassen: Pos. J1 -- Ärztliche Koordinierungstätigkeit durch den behandlungsführenden Arzt \n\n*** Privatpatienten                                                   :NEW:\n- Als Kassa für die Privatpatienten steht nur mehr *PRIV* zur Verfügung.\n- häufige Leistungen\n  - o1 /Standardordination/ -- wird von einem Arzt gesehen/untersucht.\n  - o2 /Einfache Ordination/ -- Impfung, Blutabnahme etc.\n  - o3 /Ordination mit eingeschränktem leistungsumfang/ -- Rezept, Krankschreibung etc.\n\n*** Impfungen\n[[http://bmg.gv.at/home/Schwerpunkte/Praevention/Impfen/Oesterreichischer_Impfplan_2012][Oesterreichischer Impfplan 2012]]\n\nAlle Impfkosten beinhalten Impfberatung, Impfstoff und eigentliche Impfung.\n\n- Encepur :: Aktive Immunisierung von Personen ab 12 Jahren gegen FSME  | Preis\n          63 \\EUR allerdings bei Impfaktino verbilligt (1.3. - 30.9. siehe extra Preisliste)\n  - Schema A: Grundimmunisierung:\n    1. Impfung: 0,5 ml Tag 0.\n    2. Impfung: 0,5 ml 1 bis 3 Monate (ev. schon 2 Wochen) nach erster Impfung.\n    3. Impfung: 0,5 ml 9 bis 12 Monate nach zweiter Impfung.\n    4. Auffrischungsimpfung: 0,5 ml nach 3 Jahren, dann alle 3 Jahre bei\n       Personen über 59 Jahren bzw. alle 5 Jahre bei Personen zwischen 12 und\n       59 Jahren.\n  - Schema B: Schnellimmunisierung:\n    1. Impfung: 0,5 ml Tag 0.\n    2. Impfung: 0,5 ml 7 Tage nach erster Impfung.\n    3. Impfung: 0,5 ml 21 Tage nach erster Impfung.\n    4. Auffrischungsimpfungen: 12 bis 18 Monate (Schema B) bzw. 3 Jahre (Schema\n       A) nach der ersten Impfung, dann alle 3 Jahre bei Personen ab 60 Jahren\n       bzw. alle 5 Jahre bei Personen zwischen 12 und 59 Jahren.\n\n- Repevax :: Diphtherie, Tetanus, Pertussis und Poliomyelitis ab\n             vollendetem 3. Lebensjahr | Auffrischung alle 10 Jahre | Preis 46 \\EUR\n\n- Twinrix Erw :: Personen ab 16 Jahre mit erhöhtem Hepatitis A- und Hepatitis\n                 B-Risiko | Preis 87.00 \\EUR\n  - Grundimmunisierung: 3 Impfdosen im Abstand von 1 Monat bzw. 6 Monaten nach\n    der ersten Dosis, in Ausnahmefällen am Tag 0/7/21 sowie nach 12 Monaten.\n  - Auffrischung alle 10 Jahre, evtl. Titerkontrolle nach 5 Jahren.\n\n- Engerix 20 mcg :: ab 16 Jahre Hepatitis-B | Preis 61 \\EUR\n  - Grundimmunisierung: 0/1/6 Monaten oder Titerkontrolle.\n\n- Havrix 1440 Erw :: Aktive Immunisierung gegen Hepatitis A-Virus-Infektionen\n     ab dem vollendeten 18. Lebensjahr. | Preis 65 \\EUR\n  - Grundimmunisierung: 2 Teilimpfungen im Abstand von 6-12 Monaten.\n  - Auffrischung: alle 10 Jahre.\n\n*** Privatleistungen\n***** Akupunktur\n- Wenn möglich Termine in den Randzeiten (gegen Ende) der Ordination.\n- Dauer ca. 30'\n- Preis 65 \\EUR\n\n*** Ernährungsberatung\n*** Honorarkataloge\n[[http://www.aekwien.at/index.php/aerztlichetaetigkeit/honorare][www.aekwien.at/.../honorare]]\n\n* Patientenmanagement\n*** Krankentransporte                                                 :NEW:\nhttp://tw.nordrandklinik.at/#Krankentransporte\n\n* EDV Abläufe\n*** Fallstricke mit /Innomed Choice/\n***** Patienten sollten im /Choice/ nicht mehrfach anlegt werden -- wenn doch:\n\n- e-card Manager (rotes *e*)\n\n[[file:Ordinationsablauf.org_20130115_191649_5716KYL.png]]\n\n- Pat. Zusammenführen\n\n[[file:Ordinationsablauf.org_20130115_191731_5716XiR.png]]\n\n*** Medikamente\n:PROPERTIES:\n:ATTACH_DIR: c:/Dropbox/NRK_Project/OData/b5/1d343a-6ff4-4495-941f-f57e3caa4f85/\n:ATTACH_DIR_INHERIT: t\n:END:\n: G             Grüne Box (frei verschreibbar)\n: Y1    RE1     bewilligungspflichtig\n: Y2    RE2     Bewilligung im Nachhinein (erfordert Dokumentation)\n: N             No Box\n***** RE2 bzw. Gelbe Box 1\n:LOGBOOK:\n- Note taken on [2012-06-01 Fr 19:24]\n:END:\nRE2 Verschreibungen werden in aller Regel nicht von den Krankenkassen-Sklaven\nbeurteilt (bewilligt oder abgelehnt), außer es handelt sich um eine /nicht\nregelkonforme/ Verschreibung (das muss dann so gekennzeichnet sein).\n- Vorgehensweise\n  1. Normal verordnen\n  2. Diagnose öffnen\n  3. Die Begründung entsprechend der Vorgaben im 'Regelwerk' ausfüllen\n     - Direkte Eingabe der Begründung (evtl. als neuen 'Musterbrief' anlegen) oder\n     - Ein Musterbrief ist schon angelegt und kann verwendet werden\n  4. Wenn auswärtige Befunde nachzubringen sind (wurde zB vom KH verschrieben)\n     dann kann man eine /Wiederverschreibungs-Sperre/ setzen. So wird man bei der\n     nächsten Wiederverschreibung daran erinnert.\n     - Medikamentenverwaltung \\to entsprechendes Medikament markieren \\to <v> \\to\n       bei 'Sperre ab' kann ein zukünftiges Datum gewählt werden; 'Sperre bis'\n       kann leer bleiben \\to 'Bemerkung' eingeben (sonst kennt sich dann\n       niemand aus).\n\n***** RE2 Regelkonform\nDie Begründung für die /Bewilligung im Nachhinein/ sollte schon bei der\nVerschreibung dokumentiert werden bzw. sollte überprüft werden, ob es eine\nBegründung gibt, wenn die Verschreibung schon länger zurückliegt:\n- Kommentar in der Kartei mit Kurzzeichen 'tm'\n- Vorgehen: 'tm' eintippen und dann 'Leertaste' erzeugt\n: «  »..tm \nText dann eingeben -- zB:\n: «Aspirin: Alle Erklärungen\n: und Begründungen\n: evtl. auch Mehrzeilig  »..tm \n***** Dauermedikamente pflegen\n:PROPERTIES:\n:ID: 24f9da97-354e-4ed4-a511-e370705e29a8\n:END:\n***************************** Wie können wir das mit den Dauermedikamenten machen??\n***************************** END\n*** Labor\n***** Laboranforderung\n******* Med Request\n\n***** Laborbefunde konsolidieren bzw. zusammenfassen\n:PROPERTIES:\n:ID: c49b72f5-ef98-471d-8cd9-66fbae740d1c\n:END:\n- Laborwerte zusammenfassen\n   - Alte Anforderungen (älter als 1 Woche) können gelöscht werden.\n   - Zeitnahe Laborbefunde 'zusammenfassen'\n***** Laborverrechnung                                              :NEW:\n- INR, das bei Labor Speiser ausgewertet wird, wird von uns verrechnet.\n   - Anforderung für Labor <AINR>\n   - Verrechnung 'INR' oder 'inr'\n***** INR (Thrombotest) in der Ordination durchgeführt              :NEW:\n- Eintragung des Wertes z.B. <inr:2.7> -- dadurch wird die Verrechnung automatisch ausgelöst; das Komma muss als Punkt eingegeben werden.\n*** PMS (Patientenmanagementsystem)\n***** Versäumte Planungen\n\n*** Vorsorgeuntersuchungen\n- Anamnesebogen scannen.\n- EKG, RR, Körpergewicht und Grösse, Spirometrie (nur bei kleinen Kassen)\n- [[id:24f9da97-354e-4ed4-a511-e370705e29a8][Dauermedikamente pflegen]]\n\n***** SVA Gesundheitsziele\n- Ablauf\n  1. Den Alkoholfragebogen (Audit) können die Patienten selbständig ausfüllen.\n  2. Der Arzt/Ärztin füllt dann mit dem Patienten gemeinsam das Formular aus\n     und legt die Ziele fest.\n  3. Das Formular und den Audit-Bogen scannen.\n  4. Nach 6 Monaten kann dann die Evaluation stattfinden.\n- Weitere Infos\n  - [[http://esv-sva.sozvers.at/portal27/portal/svaportal/channel_content/cmsWindow?action%3D2&p_menuid%3D72622&p_tabid%3D3][Der Weg zum halben Selbstbehalt]]\n  - [[http://esv-sva.sozvers.at/portal27/portal/svaportal/channel_content/cmsWindow?p_pubid%3D650749&action%3D2&p_menuid%3D72623&p_tabid%3D3#pd953497][FAQ Gesundheitsziele]]\n  - [[http://esv-sva.sozvers.at/portal27/portal/svaportal/channel_content/cmsWindow?action%3D2&p_menuid%3D72626&p_tabid%3D3][FAQ für Ärzte]]\n  - [[http://www.praevention.at/seiten/index.php/nav.5/view.532/level.2/][AUDIT (Alcohol Use Disorders Identifikation Test): Selbsttest Alkohol]]\n\n*** Abrechnung der Vertretungen\n#+INCLUDE: \"c:/Dropbox/NRK_Project/Projekte/Vertreter und Mitarbeiter/OData/af/be22e2-92b6-4684-ae17-4fe99bb2bb45/Vertreterabrechnung.org\" :minlevel 3\n* Geräte\n*** Defibrillator\n- Anschaffung [2012-06-11 Mo]\n- Nächstes Service\n\n* DIV\n*** Ärzte, die bereit sind, mit Pharmareferenten zu sprechen?\nGemeint sind, die übliche Vorstellung bekannter Präparate. Falls unklar bitte\nnachfragen.\n\n- Otto Pichlhöfer -- Nein\n- Cornelia Croy -- Ja\n- Tomislav Hofer -- Ja\n- Claudia Lazar -- Nein\n\n* Anmerkungen und Diskussionen\n#+begin_html\n<div id=\"disqus_thread\"></div>\n\n<script type=\"text/javascript\">\n    /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */\n    var disqus_shortname = 'nrkintern'; // required: replace example with your forum shortname\n\n    /* * * DON'T EDIT BELOW THIS LINE * * */\n    (function() {\n        var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;\n        dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';\n        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);\n    })();\n</script>\n\n<noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript\">comments powered by Disqus.</a></noscript>\n<a href=\"http://disqus.com\" class=\"dsq-brlink\">comments powered by <span class=\"logo-disqus\">Disqus</span></a>\n#+end_html\n\n* AGENDA                                                           :noexport:\n*** TODO Webseite anpassen\n\n* Local Settings                                                   :noexport:\n# Local Words: Engerix mcg Encepur Audit Impfkosten Tetanus Repevax\n# Local Words: AUTHOR GKK Local Settings noexport TODO END Havrix\n# Local Words: Lazar Tomislav Croy\n" 0 69 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 69 70 (fontified t line-prefix nil wrap-prefix nil) 70 107 (fontified t line-prefix nil wrap-prefix nil) 107 114 (fontified t face (:strike-through t) font-lock-multiline t org-emphasis t line-prefix nil wrap-prefix nil) 114 116 (fontified t face (:strike-through t) font-lock-multiline t org-emphasis t line-prefix nil wrap-prefix nil) 116 156 (fontified t line-prefix nil wrap-prefix nil) 156 163 (fontified t face (:strike-through t) font-lock-multiline t org-emphasis t line-prefix nil wrap-prefix nil) 163 165 (fontified t face (:strike-through t) font-lock-multiline t org-emphasis t line-prefix nil wrap-prefix nil) 165 192 (fontified t line-prefix nil wrap-prefix nil) 192 212 (fontified t line-prefix nil wrap-prefix nil) 212 220 (fontified t font-lock-fontified t face org-document-info-keyword line-prefix nil wrap-prefix nil) 220 221 (fontified t line-prefix nil wrap-prefix nil) 221 239 (fontified t font-lock-fontified t face org-document-title line-prefix nil wrap-prefix nil) 239 248 (fontified t font-lock-fontified t face org-document-info-keyword line-prefix nil wrap-prefix nil) 248 249 (fontified t line-prefix nil wrap-prefix nil) 249 265 (fontified t font-lock-fontified t face org-document-info line-prefix nil wrap-prefix nil) 265 273 (fontified t font-lock-fontified t face org-document-info-keyword line-prefix nil wrap-prefix nil) 273 274 (fontified t line-prefix nil wrap-prefix nil) 274 308 (fontified t font-lock-fontified t face org-document-info line-prefix nil wrap-prefix nil) 308 322 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 322 323 (fontified t line-prefix nil wrap-prefix nil) 323 356 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 356 357 (fontified t line-prefix nil wrap-prefix nil) 357 402 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 402 403 (fontified t line-prefix nil wrap-prefix nil) 403 433 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 433 434 (fontified t line-prefix nil wrap-prefix nil) 434 499 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 499 500 (fontified t line-prefix nil wrap-prefix nil) 500 517 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 517 606 (fontified t org-no-flyspell t mouse-face highlight face org-meta-line keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-fontified t line-prefix nil wrap-prefix nil) 606 607 (fontified t org-no-flyspell t mouse-face highlight face org-meta-line keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) font-lock-fontified t line-prefix nil wrap-prefix nil) 607 608 (fontified t line-prefix nil wrap-prefix nil) 608 627 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 627 716 (fontified t org-no-flyspell t mouse-face highlight face org-meta-line keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-fontified t line-prefix nil wrap-prefix nil) 716 717 (fontified t org-no-flyspell t mouse-face highlight face org-meta-line keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) font-lock-fontified t line-prefix nil wrap-prefix nil) 717 718 (fontified t line-prefix nil wrap-prefix nil) 718 790 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 790 791 (fontified t line-prefix nil wrap-prefix nil) 791 867 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 867 868 (fontified t line-prefix nil wrap-prefix nil) 868 930 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 930 931 (fontified t line-prefix nil wrap-prefix nil) 931 932 (fontified t line-prefix nil wrap-prefix nil) 932 934 (fontified t face org-level-1 line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 934 968 (fontified t face org-level-1 line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 968 969 (fontified t line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 969 1047 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1047 1092 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1092 1093 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1093 1169 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1169 1229 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1229 1230 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1230 1257 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1257 1258 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1258 1286 (fontified t face org-hide line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1286 1288 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1288 1349 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1349 1350 (fontified t line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1350 1378 (fontified t face org-hide line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1378 1380 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1380 1383 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1383 1384 (fontified t line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1384 1412 (fontified t face org-hide line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1412 1414 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1414 1480 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1480 1481 (fontified t line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1481 1509 (fontified t face org-hide line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1509 1511 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1511 1514 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1514 1515 (fontified t line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1515 1516 (fontified t line-prefix #("                                        " 0 40 (face org-indent)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1516 1517 (fontified t line-prefix #("                                        " 0 40 (face org-indent)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1517 1519 (fontified t face org-hide line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 1519 1521 (fontified t face org-level-2 line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 1521 1558 (fontified t face org-level-2 line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 1558 1559 (fontified t line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 1559 1594 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 1594 1647 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1647 1668 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 1668 1691 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1691 1719 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1719 1745 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1745 1767 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 1767 1832 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1832 1849 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1849 1897 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1897 1928 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1928 1954 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1954 1985 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1985 2000 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2000 2035 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 2035 2078 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 2078 2109 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 2109 2191 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 2191 2227 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2227 2335 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 2335 2386 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 2386 2419 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 2419 2462 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2462 2463 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 2463 2465 (fontified t face org-hide line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 2465 2467 (fontified t face org-level-2 line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 2467 2495 (fontified t face org-level-2 line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 2495 2496 (fontified t line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 2496 2551 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2551 2623 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 2623 2640 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 2640 2688 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2688 2780 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2780 2804 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2804 2892 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2892 2918 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2918 2943 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2943 3029 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 3029 3125 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 3125 3152 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3152 3283 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3283 3331 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3331 3352 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3352 3353 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 3353 3388 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 3388 3461 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3461 3491 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3491 3525 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3525 3540 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3540 3594 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3594 3666 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 3666 3722 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 3722 3773 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 3773 3824 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3824 3841 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3841 3890 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3890 3891 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 3891 3940 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 3940 3961 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3961 3971 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 3971 3986 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 3986 4012 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 4012 4016 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("         " 0 9 (face org-indent))) 4016 4017 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 4017 4039 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4039 4056 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 4056 4087 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 4087 4088 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 4088 4124 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4124 4203 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 4203 4247 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 4247 4280 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 4280 4331 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 4331 4332 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 4332 4375 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4375 4376 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 4376 4411 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 4411 4434 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 4434 4465 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4465 4482 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4482 4526 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4526 4545 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4545 4651 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4651 4700 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4700 4773 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4773 4799 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4799 4820 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4820 4919 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4919 4998 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4998 5025 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5025 5062 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5062 5084 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5084 5102 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5102 5127 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5127 5149 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5149 5150 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5150 5165 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 5165 5180 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5180 5208 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5208 5234 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5234 5286 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5286 5311 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5311 5332 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5332 5350 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5350 5380 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5380 5381 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5381 5398 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 5398 5437 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5437 5508 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5508 5509 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5509 5523 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 5523 5596 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5596 5666 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5666 5678 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5678 5679 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5679 5684 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5684 5685 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5685 5734 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5734 5758 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5758 5770 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5770 5795 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5795 5796 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5796 5804 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5804 5805 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5805 5811 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5811 5836 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5836 5848 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5848 5873 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5873 5874 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5874 5882 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5882 5883 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5883 5889 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5889 5910 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5910 5922 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5922 5947 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5947 5948 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5948 5956 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5956 5957 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5957 5986 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5986 6014 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6014 6026 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6026 6051 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6051 6052 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6052 6063 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 6063 6136 (fontified nil line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 6136 6170 (fontified nil line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 6170 6171 (fontified nil line-prefix #("                                        " 0 40 (face org-indent)) wrap-prefix #("                                        " 0 40 (face org-indent))) 6171 6172 (fontified nil line-prefix #("                                        " 0 40 (face org-indent)) wrap-prefix #("                                        " 0 40 (face org-indent))) 6172 6190 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 6190 6212 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 6212 6250 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 6250 6267 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 6267 6280 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6280 6322 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6322 6328 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6328 6365 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 6365 6366 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6366 6415 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 6415 6450 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("    " 0 4 (face org-indent))) 6450 6451 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 6451 6482 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 6482 6518 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 6518 6633 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6633 6709 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 6709 6744 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 6744 6820 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 6820 6893 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 6893 7035 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 7035 7095 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 7095 7174 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 7174 7252 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 7252 7253 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7253 7316 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7316 7317 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7317 7413 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7413 7414 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7414 7490 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 7490 7563 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 7563 7584 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 7584 7655 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 7655 7713 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 7713 7801 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 7801 7802 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7802 7816 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 7816 7939 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7939 7940 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7940 8016 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 8016 8017 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 8017 8097 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("                   " 0 19 (face org-indent))) 8097 8190 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("                " 0 16 (face org-indent))) 8190 8224 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 8224 8254 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8254 8334 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8334 8395 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8395 8468 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8468 8546 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8546 8564 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8564 8600 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 8600 8630 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8630 8681 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8681 8733 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8733 8813 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8813 8892 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8892 8957 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8957 8958 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 8958 9023 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("                   " 0 19 (face org-indent))) 9023 9107 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("                   " 0 19 (face org-indent))) 9107 9108 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 9108 9186 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("                       " 0 23 (face org-indent))) 9186 9231 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("                       " 0 23 (face org-indent))) 9231 9310 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 9310 9387 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 9387 9455 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 9455 9456 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 9456 9516 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("                          " 0 26 (face org-indent))) 9516 9575 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 9575 9576 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 9576 9654 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 9654 9710 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 9710 9779 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 9779 9812 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 9812 9813 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 9813 9834 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 9834 9851 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 9851 9921 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 9921 9937 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 9937 9953 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 9953 9954 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 9954 9977 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 9977 9997 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 9997 10092 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10092 10093 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10093 10115 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 10115 10191 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 10191 10238 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10238 10239 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10239 10253 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 10253 10290 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 10290 10369 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 10369 10370 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10370 10399 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 10399 10400 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10400 10459 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10459 10460 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10460 10482 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 10482 10483 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10483 10542 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10542 10543 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10543 10559 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 10559 10572 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10572 10653 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10653 10676 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10676 10682 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10682 10729 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10729 10767 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10767 10835 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10835 10858 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10858 10885 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 10885 10895 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10895 10933 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 10933 10939 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10939 11017 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 11017 11092 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 11092 11161 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 11161 11178 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 11178 11200 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 11200 11221 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 11221 11292 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 11292 11375 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("                 " 0 17 (face org-indent))) 11375 11443 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("                 " 0 17 (face org-indent))) 11443 11522 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 11522 11604 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 11604 11654 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 11654 11736 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("                 " 0 17 (face org-indent))) 11736 11815 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("                 " 0 17 (face org-indent))) 11815 11888 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("                 " 0 17 (face org-indent))) 11888 11909 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("                 " 0 17 (face org-indent))) 11909 11910 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 11910 11933 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 11933 12005 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12005 12080 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12080 12146 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12146 12193 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 12193 12249 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 12249 12261 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12261 12287 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12287 12316 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12316 12335 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12335 12367 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12367 12398 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 12398 12411 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12411 12453 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12453 12459 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12459 12543 (fontified nil line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 12543 12577 (fontified nil line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 12577 12587 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 12587 12610 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 12610 12630 (fontified nil line-prefix #("******" 0 6 (face org-hide)) wrap-prefix #("              " 0 14 (face org-indent))) 12630 12631 (fontified nil line-prefix #("              " 0 14 (face org-indent)) wrap-prefix #("              " 0 14 (face org-indent))) 12631 12684 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 12684 12697 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12697 12739 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12739 12745 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12745 12773 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 12773 12841 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 12841 12885 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 12885 12959 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 12959 13031 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 13031 13065 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 13065 13099 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 13099 13173 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 13173 13311 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 13311 13347 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 13347 13373 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 13373 13374 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 13374 13401 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 13401 13426 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 13426 13500 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 13500 13572 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 13572 13573 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 13573 13600 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 13600 13609 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 13609 13688 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 13688 13765 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 13765 13795 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 13795 13842 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 13842 13900 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 13900 13916 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 13916 14075 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("              " 0 14 (face org-indent))) 14075 14249 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("              " 0 14 (face org-indent))) 14249 14390 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("              " 0 14 (face org-indent))) 14390 14536 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("              " 0 14 (face org-indent))) 14536 14537 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 14537 14569 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 14569 14720 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 14720 14729 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 14729 14747 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 14747 14777 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 14777 14796 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 14796 14797 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 14797 14803 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 14803 14865 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 14865 14943 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 14943 14955 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 14955 14956 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 14956 14982 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 14982 15004 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 15004 15027 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 15027 15051 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 15051 15052 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 15052 15083 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 15083 15096 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15096 15127 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15127 15128 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15128 15160 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15160 15241 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 15241 15336 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 15336 15337 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15337 15382 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 15382 15400 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 15400 15500 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 15500 15573 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 15573 15686 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 15686 15696 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 15696 15706 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15706 15707 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15707 15839 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15839 15950 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15950 15961 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15961 15962 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15962 16040 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 16040 16067 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 16067 16068 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 16068 16146 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 16146 16214 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 16214 16280 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 16280 16315 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent)))) :emph-multiline t :for-backend html :skip-before-1st-heading nil :drawers nil :todo-keywords t :tasks t :tags t :priority nil :footnotes t :timestamps t :archived-trees headline :select-tags ("export") :exclude-tags ("noexport" "ARCHIVE") :add-text nil :LaTeX-fragments t)
  (org-split-string (org-export-preprocess-string region :emph-multiline t :for-backend (quote html) :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) :tasks (plist-get opt-plist :tasks) :tags (plist-get opt-plist :tags) :priority (plist-get opt-plist :priority) :footnotes (plist-get opt-plist :footnotes) :timestamps (plist-get opt-plist :timestamps) :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)) "[\r\n]")
  (let* ((opt-plist (org-export-process-option-filters (org-combine-plists (org-default-export-plist) ext-plist (org-infile-export-plist)))) (body-only (or body-only (plist-get opt-plist :body-only))) (style (concat (if (plist-get opt-plist :style-include-default) org-export-html-style-default) (plist-get opt-plist :style) (plist-get opt-plist :style-extra) "\n" (if (plist-get opt-plist :style-include-scripts) org-export-html-scripts))) (html-extension (plist-get opt-plist :html-extension)) valid thetoc have-headings first-heading-pos (odd org-odd-levels-only) (region-p (org-region-active-p)) (rbeg (and region-p (region-beginning))) (rend (and region-p (region-end))) (subtree-p (if (plist-get opt-plist :ignore-subtree-p) nil (when region-p (save-excursion (goto-char rbeg) (and (org-at-heading-p) (>= ... rend)))))) (level-offset (if subtree-p (save-excursion (goto-char rbeg) (+ (funcall outline-level) (if org-odd-levels-only 1 0))) 0)) (opt-plist (setq org-export-opt-plist (if subtree-p (org-export-add-subtree-options opt-plist rbeg) opt-plist))) (org-current-export-dir (or pub-dir (org-export-directory :html opt-plist))) (org-current-export-file buffer-file-name) (level 0) (org-line "") (origline "") txt todo (umax nil) (umax-toc nil) (filename (if to-buffer nil (expand-file-name (concat (file-name-sans-extension (or ... ...)) "." html-extension) (file-name-as-directory (or pub-dir (org-export-directory :html opt-plist)))))) (current-dir (if buffer-file-name (file-name-directory buffer-file-name) default-directory)) (auto-insert nil) (buffer (if to-buffer (cond ((eq to-buffer (quote string)) (get-buffer-create "*Org HTML Export*")) (t (get-buffer-create to-buffer))) (find-file-noselect filename))) (org-levels-open (make-vector org-level-max nil)) (date (org-html-expand (plist-get opt-plist :date))) (author (org-html-expand (plist-get opt-plist :author))) (html-validation-link (or org-export-html-validation-link "")) (title (org-html-expand (or (and subtree-p (org-export-get-title-from-subtree)) (plist-get opt-plist :title) (and (not body-only) (not (plist-get opt-plist :skip-before-1st-heading)) (org-export-grab-title-from-buffer)) (and buffer-file-name (file-name-sans-extension (file-name-nondirectory buffer-file-name))) "UNTITLED"))) (link-up (and (plist-get opt-plist :link-up) (string-match "\\S-" (plist-get opt-plist :link-up)) (plist-get opt-plist :link-up))) (link-home (and (plist-get opt-plist :link-home) (string-match "\\S-" (plist-get opt-plist :link-home)) (plist-get opt-plist :link-home))) (dummy (setq opt-plist (plist-put opt-plist :title title))) (html-table-tag (plist-get opt-plist :html-table-tag)) (quote-re0 (concat "^ *" org-quote-string "\\( +\\|[ 	]*$\\)")) (quote-re (format org-heading-keyword-regexp-format org-quote-string)) (inquote nil) (infixed nil) (inverse nil) (email (plist-get opt-plist :email)) (language (plist-get opt-plist :language)) (keywords (org-html-expand (plist-get opt-plist :keywords))) (description (org-html-expand (plist-get opt-plist :description))) (num (plist-get opt-plist :section-numbers)) (lang-words nil) (head-count 0) cnt ...) (let ((inhibit-read-only t)) (org-unmodified (remove-text-properties (point-min) (point-max) (quote (:org-license-to-kill t))))) (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 ((and date (string-match "%" date)) (setq date (format-time-string date))) (date) (t (setq date (format-time-string org-export-html-date-format-string)))) (setq lang-words (or (assoc language org-export-language-setup) (assoc "en" org-export-language-setup))) (set-buffer buffer) (let ((inhibit-read-only t)) (erase-buffer)) (fundamental-mode) (org-install-letbind) (and (fboundp (quote set-buffer-file-coding-system)) (set-buffer-file-coding-system coding-system-for-write)) (let ((case-fold-search nil) (org-odd-levels-only odd)) (mapc (lambda (x) (set (make-local-variable (nth 2 x)) (plist-get opt-plist (car x)))) org-export-plist-vars) (setq umax (if arg (prefix-numeric-value arg) org-export-headline-levels)) (setq umax-toc (if (integerp org-export-with-toc) (min org-export-with-toc umax) umax)) (unless body-only (insert (format "%s\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n               \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"%s\" xml:lang=\"%s\">\n<head>\n<title>%s</title>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=%s\"/>\n<meta name=\"title\" content=\"%s\"/>\n<meta name=\"generator\" content=\"Org-mode\"/>\n<meta name=\"generated\" content=\"%s\"/>\n<meta name=\"author\" content=\"%s\"/>\n<meta name=\"description\" content=\"%s\"/>\n<meta name=\"keywords\" content=\"%s\"/>\n%s\n%s\n</head>\n<body>\n%s\n" (format (or (and ... org-export-html-xml-declaration) (cdr ...) (cdr ...) "") (or charset "iso-8859-1")) language language title (or charset "iso-8859-1") title date author description keywords style mathjax (if (or link-up link-home) (concat (format org-export-html-home/up-format ... ...) "\n") ""))) (when (plist-get opt-plist :html-preamble) (let ((html-pre (plist-get opt-plist :html-preamble)) (html-pre-real-contents "")) (cond ((stringp html-pre) (setq html-pre-real-contents ...)) ((functionp html-pre) (insert "<div id=\"" ... "\">\n") (if ... ...) (insert "\n</div>\n")) (t (setq html-pre-real-contents ...))) (unless (and (functionp html-pre) (equal html-pre-real-contents "")) (insert "<div id=\"" (nth 0 org-export-html-divs) "\">\n") (insert html-pre-real-contents) (insert "\n</div>\n")))) (insert (format "\n<div id=\"%s\">" (or org-export-html-content-div (nth 1 org-export-html-divs))) "\n<h1 class=\"title\">" title "</h1>\n")) (if org-export-with-toc (progn (push (format "<h%d>%s</h%d>\n" org-export-html-toplevel-hlevel (nth 3 lang-words) org-export-html-toplevel-hlevel) thetoc) (push "<div id=\"text-table-of-contents\">\n" thetoc) (push "<ul>\n<li>" thetoc) (setq lines (mapcar (function (lambda ... ... org-line)) lines)) (while (> org-last-level (1- org-min-level)) (setq org-last-level (1- org-last-level)) (push "</li>\n</ul>\n" thetoc)) (push "</div>\n" thetoc) (setq thetoc (if have-headings (nreverse thetoc) nil)))) (setq head-count 0) (org-init-section-numbers) (org-open-par) (while (setq org-line (pop lines) origline org-line) (catch (quote nextline) (when (and inquote (string-match org-outline-regexp-bol org-line)) (insert "</pre>\n") (org-open-par) (setq inquote nil)) (when inquote (insert (org-html-protect org-line) "\n") (throw (quote nextline) nil)) (when (and org-export-with-fixed-width (string-match "^[ 	]*:\\(\\([ 	]\\|$\\)\\(.*\\)\\)" org-line)) (when (not infixed) (setq infixed t) (org-close-par-maybe) (insert "<pre class=\"example\">\n")) (insert (org-html-protect (match-string 3 org-line)) "\n") (when (or (not lines) (not ...)) (setq infixed nil) (insert "</pre>\n") (org-open-par)) (throw (quote nextline) nil)) (when (and (get-text-property 0 (quote org-protected) org-line) (not (< ... ...))) (let (par (ind ...)) (when (re-search-backward "\\(<p>\\)\\([ 	\r\n]*\\)\\=" ... t) (setq par ...) (replace-match "\\2\n")) (insert org-line "\n") (while (and lines ... ...) (insert ... "\n")) (and par (insert "<p>\n"))) (throw (quote nextline) nil)) (when (equal "ORG-BLOCKQUOTE-START" org-line) (org-close-par-maybe) (insert "<blockquote>\n") (org-open-par) (throw (quote nextline) nil)) (when (equal "ORG-BLOCKQUOTE-END" org-line) (org-close-par-maybe) (insert "\n</blockquote>\n") (org-open-par) (throw (quote nextline) nil)) (when (equal "ORG-VERSE-START" org-line) (org-close-par-maybe) (insert "\n<p class=\"verse\">\n") (setq org-par-open t) (setq inverse t) (throw (quote nextline) nil)) (when (equal "ORG-VERSE-END" org-line) (insert "</p>\n") (setq org-par-open nil) (org-open-par) (setq inverse nil) (throw (quote nextline) nil)) (when (equal "ORG-CENTER-START" org-line) (org-close-par-maybe) (insert "\n<div style=\"text-align: center\">") (org-open-par) (throw (quote nextline) nil)) (when (equal "ORG-CENTER-END" org-line) (org-close-par-maybe) (insert "\n</div>") (org-open-par) (throw (quote nextline) nil)) (run-hooks (quote org-export-html-after-blockquotes-hook)) (when inverse (let ((i ...)) (if (> i 0) (setq org-line ...)) (unless (string-match "\\\\\\\\[ 	]*$" org-line) (setq org-line ...)))) (setq start 0) (while (string-match "<<<?\\([^<>]*\\)>>>?\\((INVISIBLE)\\)?[ 	]*\n?" org-line start) (cond ((get-text-property ... ... org-line) (setq start ...)) ((match-end 2) (setq org-line ...)) ((and org-export-with-toc ...) (setq org-line ...)) (t (setq org-line ...)))) (setq org-line (org-html-handle-time-stamps org-line)) (or (string-match org-table-hline-regexp org-line) (string-match "^[ 	]*\\([+]-\\||[ ]\\)[-+ |]*[+|][ 	]*$" org-line) (setq org-line (org-html-expand org-line))) (setq org-line (org-html-handle-links org-line opt-plist)) (if (and org-todo-line-regexp (string-match org-todo-line-regexp org-line) (match-beginning 2)) (setq org-line (concat (substring org-line 0 ...) "<span class=\"" (if ... "done" "todo") " " (org-export-html-get-todo-kwd-class-name ...) "\">" (match-string 2 org-line) "</span>" (substring org-line ...)))) (when org-export-with-footnotes (setq start 0) (while (string-match "\\([^* 	].*?\\)\\[\\([0-9]+\\)\\]" org-line start) (if (or ... ...) (setq start ...) (let ... ... ...)))) (cond ((string-match "^\\(\\*+\\)\\(?: +\\(.*?\\)\\)?[ 	]*$" org-line) (setq level (org-tr-level ...) txt (or ... "")) (if (string-match quote-re0 txt) (setq txt ...)) (if (<= level ...) (setq head-count ...)) (setq first-heading-pos (or first-heading-pos ...)) (org-html-level-start level txt umax (and org-export-with-toc ...) head-count opt-plist) (when (string-match quote-re org-line) (org-close-par-maybe) (insert "<pre>") (setq inquote t))) ((and org-export-with-tables (string-match "^\\([ 	]*\\)\\(|\\|\\+-+\\+\\)" org-line)) (when (not table-open) (setq table-open t table-buffer nil table-orig-buffer nil)) (setq table-buffer (cons org-line table-buffer) table-orig-buffer (cons origline table-orig-buffer)) (when (or ... ...) (setq table-open nil table-buffer ... table-orig-buffer ...) (org-close-par-maybe) (insert ...))) (t (when (get-text-property 0 ... org-line) (setq org-line ...)) (when (string-match "^[ 	]*-\\{5,\\}[ 	]*$" org-line) (if org-par-open ... ...) (throw ... nil)) (if (string-match "^ [-+*]-\\|^[ 	]*$" org-line) (org-open-par)) (when org-export-with-footnotes (when ... ...) (when ... ... ...)) (cond (... ...) (org-export-preserve-breaks ...)) (let (...) (while ... ... ...)) (insert org-line "\n"))))) (when inquote (insert "</pre>\n") (org-open-par)) (org-html-level-start 1 nil umax (and org-export-with-toc (<= level umax)) head-count opt-plist) (when (and (> umax 0) first-heading-pos) (insert "</div>\n")) (save-excursion (goto-char (point-min)) (while (re-search-forward "\\(\\(<p class=\"footnote\">\\)[^\0]*?\\)\\(\\(\\2\\)\\|\\'\\)" nil t) (push (match-string 1) footnotes) (replace-match "\\4" t nil) (goto-char (match-beginning 0)))) (when footnotes (insert (format org-export-html-footnotes-section (nth 4 lang-words) (mapconcat (quote identity) (nreverse footnotes) "\n")) "\n")) (let ((bib (org-export-html-get-bibliography))) (when bib (insert "\n" bib "\n"))) (unless body-only (insert "</div>\n") (let ((html-post (plist-get opt-plist :html-postamble)) (email (mapconcat (lambda ... ...) (split-string email ",+ *") ", ")) (creator-info (concat "<a href=\"http://orgmode.org\">Org</a> version " (org-version) " with <a href=\"http://www.gnu.org/software/emacs/\">Emacs</a> version " (number-to-string emacs-major-version)))) (when (plist-get opt-plist :html-postamble) (insert "\n<div id=\"" (nth 2 org-export-html-divs) "\">\n") (cond ((stringp html-post) (insert ...)) ((functionp html-post) (if ... ...)) ((eq html-post ...) (when ... ...) (when ... ...) (when ... ...) (when ... ...) (insert html-validation-link "\n")) (t (insert ...))) (insert "\n</div>")))) (if org-export-html-with-timestamp (insert org-export-html-html-helper-timestamp)) (unless body-only (insert "\n</body>\n</html>\n")) (unless (plist-get opt-plist :buffer-will-be-killed) (normal-mode) (if (eq major-mode (default-value (quote major-mode))) (html-mode))) (goto-char (point-min)) (when thetoc (if (or (re-search-forward "<p>\\s-*\\[TABLE-OF-CONTENTS\\]\\s-*</p>" nil t) (re-search-forward "\\[TABLE-OF-CONTENTS\\]" nil t)) (progn (goto-char (match-beginning 0)) (replace-match "")) (goto-char first-heading-pos) (when (looking-at "\\s-*</p>") (goto-char (match-end 0)) (insert "\n"))) (insert "<div id=\"table-of-contents\">\n") (let ((beg (point))) (mapc (quote insert) thetoc) (insert "</div>\n") (while (re-search-backward "<li>[ \r\n	]*</li>\n?" beg t) (replace-match "")))) (goto-char (point-min)) (while (re-search-forward "<p>[ \r\n	]*</p>" nil t) (replace-match "")) (goto-char (point-min)) (goto-char (point-min)) (let (beg end n) (while (setq beg (next-single-property-change (point) (quote org-whitespace))) (setq n (get-text-property beg (quote org-whitespace)) end (next-single-property-change beg (quote org-whitespace))) (goto-char beg) (delete-region beg end) (insert (format "<span style=\"visibility:hidden;\">%s</span>" (make-string n 120))))) (goto-char (point-min)) (when (looking-at "\\s-+\n") (replace-match "")) (remove-text-properties (point-min) (point-max) (quote (display t))) (run-hooks (quote org-export-html-final-hook)) (or to-buffer (save-buffer)) (goto-char (point-min)) (or (org-export-push-to-kill-ring "HTML") (message "Exporting... done")) (if (eq to-buffer (quote string)) (prog1 (buffer-substring (point-min) (point-max)) (kill-buffer (current-buffer))) (current-buffer))))
  org-export-as-html(nil)
  call-interactively(org-export-as-html)
  (if (and bg (nth 2 ass) (not (buffer-base-buffer)) (not (org-region-active-p))) (let ((p (start-process (concat "Exporting " (file-name-nondirectory (buffer-file-name))) "*Org Processes*" (expand-file-name invocation-name invocation-directory) "-batch" "-l" user-init-file "--eval" "(require 'org-exp)" "--eval" "(setq org-wait .2)" (buffer-file-name) "-f" (symbol-name (nth 1 ass))))) (set-process-sentinel p (quote org-export-process-sentinel)) (message "Background process \"%s\": started" p)) (if subtree-p (let (deactivate-mark) (push-mark rege t t) (goto-char regb))) (call-interactively (nth 1 ass)) (when (and bpos (get-buffer-window cbuf)) (let ((cw (selected-window))) (select-window (get-buffer-window cbuf)) (goto-char cpos) (deactivate-mark) (select-window cw))))
  (let* ((bg (org-xor (equal arg (quote (16))) org-export-run-in-background)) (subtree-p (or (org-region-active-p) (eq org-export-initial-scope (quote subtree)))) (regb (and (org-region-active-p) (region-beginning))) (rege (and (org-region-active-p) (region-end))) (help "[t]   insert the export option template\n[v]   limit export to visible part of outline tree\n[1]   switch buffer/subtree export\n[SPC] publish enclosing subtree (with LaTeX_CLASS or EXPORT_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 as DocBook, process to PDF, and open\n\n[o] export as OpenDocument Text                   [O] ... and open\n\n[j] export as TaskJuggler                         [J] ... and open\n\n[m] export as Freemind mind map\n[x] export 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 files   [c] ...as one combined file\n\n[F] publish current file          [P] publish current project\n[X] publish a project...          [E] publish every projects") (cmds (quote ((116 org-insert-export-options-template nil) (118 org-export-visible nil) (97 org-export-as-ascii t) (65 org-export-as-ascii-to-buffer t) (110 org-export-as-latin1 t) (78 org-export-as-latin1-to-buffer t) (117 org-export-as-utf8 t) (85 org-export-as-utf8-to-buffer t) (104 org-export-as-html t) (98 org-export-as-html-and-open t) (72 org-export-as-html-to-buffer nil) (82 org-export-region-as-html nil) (120 org-export-as-xoxo t) (103 org-export-generic t) (68 org-export-as-docbook t) (86 org-export-as-docbook-pdf-and-open t) (111 org-export-as-odt t) (79 org-export-as-odt-and-open t) (106 org-export-as-taskjuggler t) (74 org-export-as-taskjuggler-and-open t) (109 org-export-as-freemind t) (108 org-export-as-latex t) (112 org-export-as-pdf t) (100 org-export-as-pdf-and-open t) (76 org-export-as-latex-to-buffer nil) (105 org-export-icalendar-this-file t) (73 org-export-icalendar-all-agenda-files t) (99 org-export-icalendar-combine-agenda-files t) (70 org-publish-current-file t) (80 org-publish-current-project t) (88 org-publish t) (69 org-publish-all t)))) r1 r2 ass (cpos (point)) (cbuf (current-buffer)) bpos) (save-excursion (save-window-excursion (if subtree-p (message "Export subtree: ") (message "Export buffer: ")) (delete-other-windows) (with-output-to-temp-buffer "*Org Export/Publishing Help*" (princ help)) (org-fit-window-to-buffer (get-buffer-window "*Org Export/Publishing Help*")) (while (eq (setq r1 (read-char-exclusive)) 49) (cond (subtree-p (setq subtree-p nil) (message "Export buffer: ")) ((not subtree-p) (setq subtree-p t) (setq bpos (point)) (org-mark-subtree) (org-activate-mark) (setq regb (and ... ...)) (setq rege (and ... ...)) (message "Export subtree: ")))) (when (eq r1 32) (let ((case-fold-search t) (end (save-excursion ... ...))) (outline-next-heading) (if (re-search-backward "^[ 	]+\\(:latex_class:\\|:export_title:\\|:export_file_name:\\)[ 	]+\\S-" end t) (progn (org-back-to-heading t) (setq subtree-p t) (setq bpos ...) (message "Select command (for subtree): ") (setq r1 ...)) (error "No enclosing node with LaTeX_CLASS or EXPORT_TITLE or EXPORT_FILE_NAME")))))) (if (fboundp (quote redisplay)) (redisplay)) (and bpos (goto-char bpos)) (setq r2 (if (< r1 27) (+ r1 96) r1)) (unless (setq ass (assq r2 cmds)) (error "No command associated with key %c" r1)) (if (and bg (nth 2 ass) (not (buffer-base-buffer)) (not (org-region-active-p))) (let ((p (start-process (concat "Exporting " (file-name-nondirectory ...)) "*Org Processes*" (expand-file-name invocation-name invocation-directory) "-batch" "-l" user-init-file "--eval" "(require 'org-exp)" "--eval" "(setq org-wait .2)" (buffer-file-name) "-f" (symbol-name (nth 1 ass))))) (set-process-sentinel p (quote org-export-process-sentinel)) (message "Background process \"%s\": started" p)) (if subtree-p (let (deactivate-mark) (push-mark rege t t) (goto-char regb))) (call-interactively (nth 1 ass)) (when (and bpos (get-buffer-window cbuf)) (let ((cw (selected-window))) (select-window (get-buffer-window cbuf)) (goto-char cpos) (deactivate-mark) (select-window cw)))))
  org-export(nil)
  call-interactively(org-export nil nil)
  recursive-edit()
  debug(error (wrong-type-argument stringp nil))
  string-match("\\([^\\\\]\\)\\([_^]\\)" nil)
  org-export-protect-sub-super(nil)
  org-export-normalize-links()
  org-export-preprocess-string(#("#+SETUPFILE: c:/Dropbox/NRK_Project/Software/emacs/orgfiles/setup.org\n#+ Created: Mo Apr 23 12:56:42 2012 (+0200)\n#+ Last-Updated: So Feb 17 19:06:43 2013 (+0100)\n#+           By: pichlhoefer\n#+     Update #: 34\n#+TITLE: Ordinationsablauf\n#+AUTHOR: Otto Pichlhöfer\n#+EMAIL: otto.pichlhoefer@meduniwien.ac.at\n#+LANGUAGE: de\n#+STARTUP: showall entitiespretty\n#+OPTIONS: d:nil tags:t pri:nil *:t num:t H:3\n#+INFOJS_OPT: path:org-info.js\n#+INFOJS_OPT: toc:t ltoc:t view:showall mouse:underline buttons:t\n#+INFOJS_OPT: up:http://www.meduniwien.ac.at/user/otto.pichlhoefer/Ordinationsablauf/Ordinationsablauf.html\n#+INFOJS_OPT: home:http://www.meduniwien.ac.at/user/otto.pichlhoefer/Ordinationsablauf/Ordinationsablauf.html\n#+STYLE: <link rel=\"stylesheet\" type=\"text/css\" href=\"stylesheet.css\" />\n#+STYLE: <link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image/x-icon\" />\n#+TAGS: NEW ACTION Assistentinnen Ärzte Ablauf Inhalt noexport\n\n* Liste der regelmäßigen Tätigkeiten\nWenn etwas auffällt, in das Ordinationsheft eintragen (liegt in der mittleren\nLade), oder unten an die Diskussion anfügen.\n\nDiese Liste und Aufzählung ist als Referent gedacht, die ständig entwickelt\nwird. Sie soll auch ein Hilfsmittel für Einschulungen sein.\n\n(in ständiger Entwicklung)\n\n***************************** Die Abläufe sollten durchgeschaut und evtl. angepasst werden.\n***************************** END\n***************************** Wir sollten auch 'Rollen' entwickeln und die Tätigkeiten zuordnen.\n***************************** END\n\n\n*** Vormittags vor dem Ordiantionsbetrieb\n- Bei Eintreffen in der Ordination\n  - Ankunftszeit in der Zeitdokumentation eintragen.\n- Geräte einschalten\n  - Licht (wenn nötig)\n  - Ventilator (wenn nötig)\n  - Computer, Bildschirme\n- Ordinationsrundgang\n  - Kontrollieren ob Wasser im Wasserbehälter im Wartezimmer ist\n  - Evtl. lüften\n  - Laden nachfüllen (Spritzen, Nadeln, Tupfer)\n  - Batterien in Taschenlampen\n  - Stethoskope, Otoskope\n  - Patienten WC kontrollieren\n- Blutabnahmen\n  - Blutabnahmetisch kontrollieren\n    - Zwei Nierentasse, Eprouvettenständer\n    - Stauschlauch in der Lade\n    - Behandlungsraum auch für Blutabnahme vorbereiten, wenn mehr als 3 Patienten\n- Beginn der Ordinationstätigkeiten\n  - Bei Innomed Choice anmelden (alle 4 Ärzte mit Pincode) Zuletzt jenen Arzt, der aktuell da ist anmelden.\n  - Office-Mails lesen, Kalender öffnen, einloggen\n  - Labor und Befunde einspielen\n- Anrufbeantworter abhören und ausschalten\n\n*** Vormittag Ordinationsbetrieb\n- Ordinationsablauf (Tätigkeiten direkt mit Patienten)\n  - Termine, Telefon, Labor, EKG, Blutdruck, Administrative Tätigkeiten\n  - Dauerrezepte\n- Harnbefunde eintragen, verrechnen, ausdrucken\n- Regelmäßig Protokoll kontrollieren (um in Administrationsliste zu schauen ob alles passt)\n- Arbeitszeit eintragen\n- Anfallende Aufgaben (Patienten anrufen, Vergessene Zuweisungen nachdrucken und Faxen)\n- Hausbesuche vorbereiten\n- Blutabnahmen und Labor\n  - Befunde vom Vortag kontrollieren (sind die gewünschten Werte wirklich gekommen?).\n  - [[id:c49b72f5-ef98-471d-8cd9-66fbae740d1c][Laborbefunde konsolidieren bzw. zusammenfassen]]\n- Post holen und sortieren\n- Diverse Bestellungen. Labor, Allerheiligenapotheke, Rezepte, Suchtgiftrezepte, Formulare, Ersatzpatientenscheine (kleine Kassen)\n- Blutabnahmen für den nächsten Tag vorbereiten\n- Zur Apotheke gehen\n\n*** Vormittags Nach der Ordination\n- [[id:c49b72f5-ef98-471d-8cd9-66fbae740d1c][Laborwerte Zusammenfassen]]\n- Tagessprotokoll abschließen\n- Abrechnung für Vertretungsärzte\n- Kassa zählen\n- Räume für den Nachmittag vorbereiten, sauber machen\n  - Laden nachfüllen (Spritzen, Nadeln, Tupfer) (wenn nicht vormittags)\n  - Batterien in Taschenlampen (wenn nicht vormittags)t\n  - Stethoskope, Otoskope  (wenn nicht vormittags)\n- Handtücher wechseln und Wasserspender nachfüllen\n- Post mitnehmen\n- Weggehzeit in der Zeitdokumentation eintragen.\n\n*** Nachmittags Bei Eintreffen in der Ordination\n- Geräte einschalten\n  - Licht\n  - Ventilator\n  - Computer, Bildschirme\n  -\n\n- Ordinationsrundgang\n  - Evtl. lüften\n  - Patienten WC kontrollieren\n\n- Beginn der Ordinationstätigkeiten\n  - Bei /Innomed Choice/ anmelden (alle 4 Ärzte mit entsprechendem Pincode) --\n    Zuletzt jenen Arzt, der aktuell da ist.\n  - Labor und Befunde einspielen\n  - Office-Mails lesen, Kalender öffnen, einloggen\n\n- Anrufbeantworter abhören und ausschalten\n\n*** Nachmittags Ordinationsbetrieb\n(siehe auch Vormittag)\n- Anrufbeantwortet einschalten\n- Tagesprotokoll\n- Computer sperren, Bildschirme ausschalten\n- Fenster zumachen\n- Kassa zählen (falls Bankomat einnahmen waren Tagesende) und Abspeichern (in Nordrandklinik Datenarchiv)\n- Protokoll und Abrechnung für Vertretungsärzte.\n- Küche aufräumen (Geschirrspüler ein bzw ausräumen, Spüle abwischen, …)\n- Arbeitszeiten eintragen\n- zur Apotheke gehen\n- Plötzlich angefallene Aufgaben (Patienten anrufen, Vergessene Zuweisungen nachdrucken und Faxen)\n- Papier scheiden, Pflaster schneiden, in den Keller gehen, Küchenrollen holen\n- Wasserspender nachfüllen\n- Wenn Bestellungen kommen wegräumen\n- Handtücher Wechseln\n- Putzfrau zahlen\n- Bestellungen erledigen\n- Nach der Ordination\n\n*** 1x / Woche\n- Kontrolle ob\n  - alle Glühbirnen intakt?\n- Medikamentenkühlschrank\n  - Genügend Impfstoffe und Thrombotests vorhanden?\n  - Rheumesser Ampullen?\n  - Troponin-T Test?\n- Ordikühlschrank\n  - Milch, Orangensaft, Bier?\n\n*** Nur Freitags\n- Wochenplan für nächste Woche drucken\n- Vertretungsärzte Abrechnung abspeichern in NordrandklinikDatenArchiv\n\n*** Monatlich\n- Kassenabrechnungen der kleinen Kassen -- die Abrechnungsdateien werden\n  elektronisch versandt. Die ausgedruckten Protokolle werden per Post\n  versandt.\n\n- VA\n\n: Versicherungsanstalt für Eisenbahn und Bergbau\n: Linke Wienzeile 48-52\n: 1060 Wien\n: c/o Verrechnungsstelle\n\n  - BVA\n\n: BVA\n: Josefstädterstrasse 80\n: 1080 Wien\n: c/o Verrechnungsstelle\n\n  - KFA\n\n: KFA\n: Schlesingerplatz 5\n: 1080 Wien\n: c/o Verrechnungsstelle\n\n  - SVA\n\n: Sozialversicherungsanstalt\n: Wiedner Hauptstraße 84-86\n: 1051 Wien\n: c/o Verrechnungsstelle\n\n  - Privat\n***************************** Wie überprüfen wir ausständige Rechnungen?\n***************************** END\n\n\n*** Quartalsmäßig\n- Kassenabrechnung GW\n- Bestellung (Ampullen, Verbandszeug)\n*** Halbjährlich\n:PROPERTIES:\n:ID: 1cb4e206-769e-4cd8-94ae-d99e41dc3b0e\n:END:\n- Bestellung von Spritzen und Nadeln\n\n* Diverse Tätigkeiten (nicht zeitlich bestimmte)\n- Vorsorgeuntersuchungseinladungen\n\n* Krankenkassen und Leistungen\n*** Erreichbarkeit bzw. Durchwahlen\n[[http://www.aekwien.at/media/Fax_wgkk_klk.pdf][Faxklappenverzeichnis der WGKK und Kleinen Kassen]] (PDF Download)\n*** Koordinierungstätigkeiten                                         :NEW:\n- Erläuterungen zum Positionstext:\n  1. Koordinierung der Heilmittelverschreibung bei multimorbiden Patienten.\n  2. Koordination des ambulanten und stationären Versorgungsmanagements.\n  3. Telefonische und persönliche Kontaktaufnahme zu anderen Leistungserbringern im Gesundheitsbereich zur Abstimmung der Patientenbetreuung.\n  4. Dokumentationszusammenführung des Krankheitsverlaufes.\n  5. Organisation von Pflegemaßnahmen, Spezialbehandlungen und Rehabilitation.\n  6. Erkundung bzw. Organisation von besonderen Behandlungsformen im Ausland.\n\n: GKK: Pos. 7 (KON) -- Zuschlag für Konsilium bei Tag od.Nacht\n\n: Kl. Kassen: Pos. J1 -- Ärztliche Koordinierungstätigkeit durch den behandlungsführenden Arzt \n\n*** Privatpatienten                                                   :NEW:\n- Als Kassa für die Privatpatienten steht nur mehr *PRIV* zur Verfügung.\n- häufige Leistungen\n  - o1 /Standardordination/ -- wird von einem Arzt gesehen/untersucht.\n  - o2 /Einfache Ordination/ -- Impfung, Blutabnahme etc.\n  - o3 /Ordination mit eingeschränktem leistungsumfang/ -- Rezept, Krankschreibung etc.\n\n*** Impfungen\n[[http://bmg.gv.at/home/Schwerpunkte/Praevention/Impfen/Oesterreichischer_Impfplan_2012][Oesterreichischer Impfplan 2012]]\n\nAlle Impfkosten beinhalten Impfberatung, Impfstoff und eigentliche Impfung.\n\n- Encepur :: Aktive Immunisierung von Personen ab 12 Jahren gegen FSME  | Preis\n          63 \\EUR allerdings bei Impfaktino verbilligt (1.3. - 30.9. siehe extra Preisliste)\n  - Schema A: Grundimmunisierung:\n    1. Impfung: 0,5 ml Tag 0.\n    2. Impfung: 0,5 ml 1 bis 3 Monate (ev. schon 2 Wochen) nach erster Impfung.\n    3. Impfung: 0,5 ml 9 bis 12 Monate nach zweiter Impfung.\n    4. Auffrischungsimpfung: 0,5 ml nach 3 Jahren, dann alle 3 Jahre bei\n       Personen über 59 Jahren bzw. alle 5 Jahre bei Personen zwischen 12 und\n       59 Jahren.\n  - Schema B: Schnellimmunisierung:\n    1. Impfung: 0,5 ml Tag 0.\n    2. Impfung: 0,5 ml 7 Tage nach erster Impfung.\n    3. Impfung: 0,5 ml 21 Tage nach erster Impfung.\n    4. Auffrischungsimpfungen: 12 bis 18 Monate (Schema B) bzw. 3 Jahre (Schema\n       A) nach der ersten Impfung, dann alle 3 Jahre bei Personen ab 60 Jahren\n       bzw. alle 5 Jahre bei Personen zwischen 12 und 59 Jahren.\n\n- Repevax :: Diphtherie, Tetanus, Pertussis und Poliomyelitis ab\n             vollendetem 3. Lebensjahr | Auffrischung alle 10 Jahre | Preis 46 \\EUR\n\n- Twinrix Erw :: Personen ab 16 Jahre mit erhöhtem Hepatitis A- und Hepatitis\n                 B-Risiko | Preis 87.00 \\EUR\n  - Grundimmunisierung: 3 Impfdosen im Abstand von 1 Monat bzw. 6 Monaten nach\n    der ersten Dosis, in Ausnahmefällen am Tag 0/7/21 sowie nach 12 Monaten.\n  - Auffrischung alle 10 Jahre, evtl. Titerkontrolle nach 5 Jahren.\n\n- Engerix 20 mcg :: ab 16 Jahre Hepatitis-B | Preis 61 \\EUR\n  - Grundimmunisierung: 0/1/6 Monaten oder Titerkontrolle.\n\n- Havrix 1440 Erw :: Aktive Immunisierung gegen Hepatitis A-Virus-Infektionen\n     ab dem vollendeten 18. Lebensjahr. | Preis 65 \\EUR\n  - Grundimmunisierung: 2 Teilimpfungen im Abstand von 6-12 Monaten.\n  - Auffrischung: alle 10 Jahre.\n\n*** Privatleistungen\n***** Akupunktur\n- Wenn möglich Termine in den Randzeiten (gegen Ende) der Ordination.\n- Dauer ca. 30'\n- Preis 65 \\EUR\n\n*** Ernährungsberatung\n*** Honorarkataloge\n[[http://www.aekwien.at/index.php/aerztlichetaetigkeit/honorare][www.aekwien.at/.../honorare]]\n\n* Patientenmanagement\n*** Krankentransporte                                                 :NEW:\nhttp://tw.nordrandklinik.at/#Krankentransporte\n\n* EDV Abläufe\n*** Fallstricke mit /Innomed Choice/\n***** Patienten sollten im /Choice/ nicht mehrfach anlegt werden -- wenn doch:\n\n- e-card Manager (rotes *e*)\n\n[[file:Ordinationsablauf.org_20130115_191649_5716KYL.png]]\n\n- Pat. Zusammenführen\n\n[[file:Ordinationsablauf.org_20130115_191731_5716XiR.png]]\n\n*** Medikamente\n:PROPERTIES:\n:ATTACH_DIR: c:/Dropbox/NRK_Project/OData/b5/1d343a-6ff4-4495-941f-f57e3caa4f85/\n:ATTACH_DIR_INHERIT: t\n:END:\n: G             Grüne Box (frei verschreibbar)\n: Y1    RE1     bewilligungspflichtig\n: Y2    RE2     Bewilligung im Nachhinein (erfordert Dokumentation)\n: N             No Box\n***** RE2 bzw. Gelbe Box 1\n:LOGBOOK:\n- Note taken on [2012-06-01 Fr 19:24]\n:END:\nRE2 Verschreibungen werden in aller Regel nicht von den Krankenkassen-Sklaven\nbeurteilt (bewilligt oder abgelehnt), außer es handelt sich um eine /nicht\nregelkonforme/ Verschreibung (das muss dann so gekennzeichnet sein).\n- Vorgehensweise\n  1. Normal verordnen\n  2. Diagnose öffnen\n  3. Die Begründung entsprechend der Vorgaben im 'Regelwerk' ausfüllen\n     - Direkte Eingabe der Begründung (evtl. als neuen 'Musterbrief' anlegen) oder\n     - Ein Musterbrief ist schon angelegt und kann verwendet werden\n  4. Wenn auswärtige Befunde nachzubringen sind (wurde zB vom KH verschrieben)\n     dann kann man eine /Wiederverschreibungs-Sperre/ setzen. So wird man bei der\n     nächsten Wiederverschreibung daran erinnert.\n     - Medikamentenverwaltung \\to entsprechendes Medikament markieren \\to <v> \\to\n       bei 'Sperre ab' kann ein zukünftiges Datum gewählt werden; 'Sperre bis'\n       kann leer bleiben \\to 'Bemerkung' eingeben (sonst kennt sich dann\n       niemand aus).\n\n***** RE2 Regelkonform\nDie Begründung für die /Bewilligung im Nachhinein/ sollte schon bei der\nVerschreibung dokumentiert werden bzw. sollte überprüft werden, ob es eine\nBegründung gibt, wenn die Verschreibung schon länger zurückliegt:\n- Kommentar in der Kartei mit Kurzzeichen 'tm'\n- Vorgehen: 'tm' eintippen und dann 'Leertaste' erzeugt\n: «  »..tm \nText dann eingeben -- zB:\n: «Aspirin: Alle Erklärungen\n: und Begründungen\n: evtl. auch Mehrzeilig  »..tm \n***** Dauermedikamente pflegen\n:PROPERTIES:\n:ID: 24f9da97-354e-4ed4-a511-e370705e29a8\n:END:\n***************************** Wie können wir das mit den Dauermedikamenten machen??\n***************************** END\n*** Labor\n***** Laboranforderung\n******* Med Request\n\n***** Laborbefunde konsolidieren bzw. zusammenfassen\n:PROPERTIES:\n:ID: c49b72f5-ef98-471d-8cd9-66fbae740d1c\n:END:\n- Laborwerte zusammenfassen\n   - Alte Anforderungen (älter als 1 Woche) können gelöscht werden.\n   - Zeitnahe Laborbefunde 'zusammenfassen'\n***** Laborverrechnung                                              :NEW:\n- INR, das bei Labor Speiser ausgewertet wird, wird von uns verrechnet.\n   - Anforderung für Labor <AINR>\n   - Verrechnung 'INR' oder 'inr'\n***** INR (Thrombotest) in der Ordination durchgeführt              :NEW:\n- Eintragung des Wertes z.B. <inr:2.7> -- dadurch wird die Verrechnung automatisch ausgelöst; das Komma muss als Punkt eingegeben werden.\n*** PMS (Patientenmanagementsystem)\n***** Versäumte Planungen\n\n*** Vorsorgeuntersuchungen\n- Anamnesebogen scannen.\n- EKG, RR, Körpergewicht und Grösse, Spirometrie (nur bei kleinen Kassen)\n- [[id:24f9da97-354e-4ed4-a511-e370705e29a8][Dauermedikamente pflegen]]\n\n***** SVA Gesundheitsziele\n- Ablauf\n  1. Den Alkoholfragebogen (Audit) können die Patienten selbständig ausfüllen.\n  2. Der Arzt/Ärztin füllt dann mit dem Patienten gemeinsam das Formular aus\n     und legt die Ziele fest.\n  3. Das Formular und den Audit-Bogen scannen.\n  4. Nach 6 Monaten kann dann die Evaluation stattfinden.\n- Weitere Infos\n  - [[http://esv-sva.sozvers.at/portal27/portal/svaportal/channel_content/cmsWindow?action%3D2&p_menuid%3D72622&p_tabid%3D3][Der Weg zum halben Selbstbehalt]]\n  - [[http://esv-sva.sozvers.at/portal27/portal/svaportal/channel_content/cmsWindow?p_pubid%3D650749&action%3D2&p_menuid%3D72623&p_tabid%3D3#pd953497][FAQ Gesundheitsziele]]\n  - [[http://esv-sva.sozvers.at/portal27/portal/svaportal/channel_content/cmsWindow?action%3D2&p_menuid%3D72626&p_tabid%3D3][FAQ für Ärzte]]\n  - [[http://www.praevention.at/seiten/index.php/nav.5/view.532/level.2/][AUDIT (Alcohol Use Disorders Identifikation Test): Selbsttest Alkohol]]\n\n*** Abrechnung der Vertretungen\n#+INCLUDE: \"c:/Dropbox/NRK_Project/Projekte/Vertreter und Mitarbeiter/OData/af/be22e2-92b6-4684-ae17-4fe99bb2bb45/Vertreterabrechnung.org\" :minlevel 3\n* Geräte\n*** Defibrillator\n- Anschaffung [2012-06-11 Mo]\n- Nächstes Service\n\n* DIV\n*** Ärzte, die bereit sind, mit Pharmareferenten zu sprechen?\nGemeint sind, die übliche Vorstellung bekannter Präparate. Falls unklar bitte\nnachfragen.\n\n- Otto Pichlhöfer -- Nein\n- Cornelia Croy -- Ja\n- Tomislav Hofer -- Ja\n- Claudia Lazar -- Nein\n\n* Anmerkungen und Diskussionen\n#+begin_html\n<div id=\"disqus_thread\"></div>\n\n<script type=\"text/javascript\">\n    /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */\n    var disqus_shortname = 'nrkintern'; // required: replace example with your forum shortname\n\n    /* * * DON'T EDIT BELOW THIS LINE * * */\n    (function() {\n        var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;\n        dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';\n        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);\n    })();\n</script>\n\n<noscript>Please enable JavaScript to view the <a href=\"http://disqus.com/?ref_noscript\">comments powered by Disqus.</a></noscript>\n<a href=\"http://disqus.com\" class=\"dsq-brlink\">comments powered by <span class=\"logo-disqus\">Disqus</span></a>\n#+end_html\n\n* AGENDA                                                           :noexport:\n*** TODO Webseite anpassen\n\n* Local Settings                                                   :noexport:\n# Local Words: Engerix mcg Encepur Audit Impfkosten Tetanus Repevax\n# Local Words: AUTHOR GKK Local Settings noexport TODO END Havrix\n# Local Words: Lazar Tomislav Croy\n" 0 69 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 69 70 (fontified t line-prefix nil wrap-prefix nil) 70 107 (fontified t line-prefix nil wrap-prefix nil) 107 114 (fontified t face (:strike-through t) font-lock-multiline t org-emphasis t line-prefix nil wrap-prefix nil) 114 116 (fontified t face (:strike-through t) font-lock-multiline t org-emphasis t line-prefix nil wrap-prefix nil) 116 156 (fontified t line-prefix nil wrap-prefix nil) 156 163 (fontified t face (:strike-through t) font-lock-multiline t org-emphasis t line-prefix nil wrap-prefix nil) 163 165 (fontified t face (:strike-through t) font-lock-multiline t org-emphasis t line-prefix nil wrap-prefix nil) 165 192 (fontified t line-prefix nil wrap-prefix nil) 192 212 (fontified t line-prefix nil wrap-prefix nil) 212 220 (fontified t font-lock-fontified t face org-document-info-keyword line-prefix nil wrap-prefix nil) 220 221 (fontified t line-prefix nil wrap-prefix nil) 221 239 (fontified t font-lock-fontified t face org-document-title line-prefix nil wrap-prefix nil) 239 248 (fontified t font-lock-fontified t face org-document-info-keyword line-prefix nil wrap-prefix nil) 248 249 (fontified t line-prefix nil wrap-prefix nil) 249 265 (fontified t font-lock-fontified t face org-document-info line-prefix nil wrap-prefix nil) 265 273 (fontified t font-lock-fontified t face org-document-info-keyword line-prefix nil wrap-prefix nil) 273 274 (fontified t line-prefix nil wrap-prefix nil) 274 308 (fontified t font-lock-fontified t face org-document-info line-prefix nil wrap-prefix nil) 308 322 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 322 323 (fontified t line-prefix nil wrap-prefix nil) 323 356 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 356 357 (fontified t line-prefix nil wrap-prefix nil) 357 402 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 402 403 (fontified t line-prefix nil wrap-prefix nil) 403 433 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 433 434 (fontified t line-prefix nil wrap-prefix nil) 434 499 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 499 500 (fontified t line-prefix nil wrap-prefix nil) 500 517 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 517 606 (fontified t org-no-flyspell t mouse-face highlight face org-meta-line keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-fontified t line-prefix nil wrap-prefix nil) 606 607 (fontified t org-no-flyspell t mouse-face highlight face org-meta-line keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) font-lock-fontified t line-prefix nil wrap-prefix nil) 607 608 (fontified t line-prefix nil wrap-prefix nil) 608 627 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 627 716 (fontified t org-no-flyspell t mouse-face highlight face org-meta-line keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-fontified t line-prefix nil wrap-prefix nil) 716 717 (fontified t org-no-flyspell t mouse-face highlight face org-meta-line keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) font-lock-fontified t line-prefix nil wrap-prefix nil) 717 718 (fontified t line-prefix nil wrap-prefix nil) 718 790 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 790 791 (fontified t line-prefix nil wrap-prefix nil) 791 867 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 867 868 (fontified t line-prefix nil wrap-prefix nil) 868 930 (fontified t font-lock-fontified t face org-meta-line line-prefix nil wrap-prefix nil) 930 931 (fontified t line-prefix nil wrap-prefix nil) 931 932 (fontified t line-prefix nil wrap-prefix nil) 932 934 (fontified t face org-level-1 line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 934 968 (fontified t face org-level-1 line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 968 969 (fontified t line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 969 1047 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1047 1092 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1092 1093 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1093 1169 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1169 1229 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1229 1230 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1230 1257 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1257 1258 (fontified t line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 1258 1286 (fontified t face org-hide line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1286 1288 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1288 1349 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1349 1350 (fontified t line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1350 1378 (fontified t face org-hide line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1378 1380 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1380 1383 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1383 1384 (fontified t line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1384 1412 (fontified t face org-hide line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1412 1414 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1414 1480 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1480 1481 (fontified t line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1481 1509 (fontified t face org-hide line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1509 1511 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1511 1514 (fontified t face org-level-7 line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1514 1515 (fontified t line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1515 1516 (fontified t line-prefix #("                                        " 0 40 (face org-indent)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1516 1517 (fontified t line-prefix #("                                        " 0 40 (face org-indent)) wrap-prefix #("                                        " 0 40 (face org-indent))) 1517 1519 (fontified t face org-hide line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 1519 1521 (fontified t face org-level-2 line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 1521 1558 (fontified t face org-level-2 line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 1558 1559 (fontified t line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 1559 1594 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 1594 1647 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1647 1668 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 1668 1691 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1691 1719 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1719 1745 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1745 1767 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 1767 1832 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1832 1849 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1849 1897 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1897 1928 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1928 1954 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1954 1985 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 1985 2000 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2000 2035 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 2035 2078 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 2078 2109 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 2109 2191 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 2191 2227 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2227 2335 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 2335 2386 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 2386 2419 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 2419 2462 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2462 2463 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 2463 2465 (fontified t face org-hide line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 2465 2467 (fontified t face org-level-2 line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 2467 2495 (fontified t face org-level-2 line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 2495 2496 (fontified t line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 2496 2551 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2551 2623 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 2623 2640 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 2640 2688 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2688 2780 (fontified t line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2780 2804 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2804 2892 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2892 2918 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2918 2943 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 2943 3029 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 3029 3125 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 3125 3152 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3152 3283 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3283 3331 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3331 3352 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3352 3353 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 3353 3388 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 3388 3461 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3461 3491 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3491 3525 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3525 3540 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3540 3594 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3594 3666 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 3666 3722 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 3722 3773 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 3773 3824 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3824 3841 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3841 3890 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3890 3891 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 3891 3940 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 3940 3961 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 3961 3971 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 3971 3986 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 3986 4012 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 4012 4016 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("         " 0 9 (face org-indent))) 4016 4017 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 4017 4039 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4039 4056 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 4056 4087 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 4087 4088 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 4088 4124 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4124 4203 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 4203 4247 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 4247 4280 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 4280 4331 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 4331 4332 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 4332 4375 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4375 4376 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 4376 4411 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 4411 4434 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 4434 4465 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4465 4482 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4482 4526 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4526 4545 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4545 4651 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4651 4700 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4700 4773 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4773 4799 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4799 4820 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4820 4919 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4919 4998 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 4998 5025 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5025 5062 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5062 5084 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5084 5102 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5102 5127 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5127 5149 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5149 5150 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5150 5165 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 5165 5180 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5180 5208 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5208 5234 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5234 5286 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5286 5311 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5311 5332 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5332 5350 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5350 5380 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5380 5381 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5381 5398 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 5398 5437 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5437 5508 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5508 5509 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5509 5523 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 5523 5596 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5596 5666 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5666 5678 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5678 5679 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5679 5684 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 5684 5685 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5685 5734 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5734 5758 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5758 5770 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5770 5795 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5795 5796 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5796 5804 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5804 5805 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5805 5811 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5811 5836 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5836 5848 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5848 5873 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5873 5874 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5874 5882 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5882 5883 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5883 5889 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5889 5910 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5910 5922 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5922 5947 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5947 5948 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5948 5956 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 5956 5957 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5957 5986 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 5986 6014 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6014 6026 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6026 6051 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6051 6052 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6052 6063 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 6063 6136 (fontified nil line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 6136 6170 (fontified nil line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 6170 6171 (fontified nil line-prefix #("                                        " 0 40 (face org-indent)) wrap-prefix #("                                        " 0 40 (face org-indent))) 6171 6172 (fontified nil line-prefix #("                                        " 0 40 (face org-indent)) wrap-prefix #("                                        " 0 40 (face org-indent))) 6172 6190 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 6190 6212 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 6212 6250 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 6250 6267 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 6267 6280 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6280 6322 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6322 6328 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6328 6365 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 6365 6366 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6366 6415 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 6415 6450 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("    " 0 4 (face org-indent))) 6450 6451 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 6451 6482 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 6482 6518 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 6518 6633 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 6633 6709 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 6709 6744 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 6744 6820 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 6820 6893 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 6893 7035 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 7035 7095 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 7095 7174 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 7174 7252 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 7252 7253 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7253 7316 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7316 7317 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7317 7413 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7413 7414 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7414 7490 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 7490 7563 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 7563 7584 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 7584 7655 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 7655 7713 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 7713 7801 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 7801 7802 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7802 7816 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 7816 7939 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7939 7940 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 7940 8016 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 8016 8017 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 8017 8097 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("                   " 0 19 (face org-indent))) 8097 8190 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("                " 0 16 (face org-indent))) 8190 8224 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 8224 8254 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8254 8334 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8334 8395 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8395 8468 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8468 8546 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8546 8564 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8564 8600 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 8600 8630 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8630 8681 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8681 8733 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8733 8813 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8813 8892 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8892 8957 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("             " 0 13 (face org-indent))) 8957 8958 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 8958 9023 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("                   " 0 19 (face org-indent))) 9023 9107 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("                   " 0 19 (face org-indent))) 9107 9108 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 9108 9186 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("                       " 0 23 (face org-indent))) 9186 9231 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("                       " 0 23 (face org-indent))) 9231 9310 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 9310 9387 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 9387 9455 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 9455 9456 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 9456 9516 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("                          " 0 26 (face org-indent))) 9516 9575 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 9575 9576 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 9576 9654 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 9654 9710 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("           " 0 11 (face org-indent))) 9710 9779 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 9779 9812 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 9812 9813 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 9813 9834 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 9834 9851 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 9851 9921 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 9921 9937 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 9937 9953 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 9953 9954 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 9954 9977 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 9977 9997 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 9997 10092 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10092 10093 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10093 10115 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 10115 10191 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 10191 10238 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10238 10239 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10239 10253 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 10253 10290 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 10290 10369 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 10369 10370 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10370 10399 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 10399 10400 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10400 10459 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10459 10460 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10460 10482 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 10482 10483 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10483 10542 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10542 10543 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10543 10559 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 10559 10572 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10572 10653 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10653 10676 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10676 10682 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10682 10729 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10729 10767 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10767 10835 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10835 10858 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 10858 10885 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 10885 10895 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10895 10933 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 10933 10939 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 10939 11017 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 11017 11092 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 11092 11161 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 11161 11178 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 11178 11200 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 11200 11221 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 11221 11292 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 11292 11375 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("                 " 0 17 (face org-indent))) 11375 11443 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("                 " 0 17 (face org-indent))) 11443 11522 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 11522 11604 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 11604 11654 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 11654 11736 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("                 " 0 17 (face org-indent))) 11736 11815 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("                 " 0 17 (face org-indent))) 11815 11888 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("                 " 0 17 (face org-indent))) 11888 11909 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("                 " 0 17 (face org-indent))) 11909 11910 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 11910 11933 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 11933 12005 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12005 12080 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12080 12146 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12146 12193 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 12193 12249 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 12249 12261 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12261 12287 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12287 12316 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12316 12335 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12335 12367 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12367 12398 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 12398 12411 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12411 12453 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12453 12459 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12459 12543 (fontified nil line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 12543 12577 (fontified nil line-prefix #("********************" 0 20 (face org-hide)) wrap-prefix #("                                        " 0 40 (face org-indent))) 12577 12587 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 12587 12610 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 12610 12630 (fontified nil line-prefix #("******" 0 6 (face org-hide)) wrap-prefix #("              " 0 14 (face org-indent))) 12630 12631 (fontified nil line-prefix #("              " 0 14 (face org-indent)) wrap-prefix #("              " 0 14 (face org-indent))) 12631 12684 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 12684 12697 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12697 12739 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12739 12745 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 12745 12773 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 12773 12841 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 12841 12885 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 12885 12959 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 12959 13031 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 13031 13065 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 13065 13099 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 13099 13173 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 13173 13311 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 13311 13347 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 13347 13373 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 13373 13374 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 13374 13401 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 13401 13426 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 13426 13500 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 13500 13572 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 13572 13573 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 13573 13600 (fontified nil line-prefix #("****" 0 4 (face org-hide)) wrap-prefix #("          " 0 10 (face org-indent))) 13600 13609 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 13609 13688 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 13688 13765 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 13765 13795 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 13795 13842 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 13842 13900 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("               " 0 15 (face org-indent))) 13900 13916 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("            " 0 12 (face org-indent))) 13916 14075 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("              " 0 14 (face org-indent))) 14075 14249 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("              " 0 14 (face org-indent))) 14249 14390 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("              " 0 14 (face org-indent))) 14390 14536 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("              " 0 14 (face org-indent))) 14536 14537 (fontified nil line-prefix #("          " 0 10 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 14537 14569 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 14569 14720 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 14720 14729 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 14729 14747 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 14747 14777 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 14777 14796 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 14796 14797 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 14797 14803 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 14803 14865 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 14865 14943 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 14943 14955 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 14955 14956 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 14956 14982 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 14982 15004 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 15004 15027 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 15027 15051 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("        " 0 8 (face org-indent))) 15051 15052 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 15052 15083 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 15083 15096 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15096 15127 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15127 15128 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15128 15160 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15160 15241 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 15241 15336 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 15336 15337 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15337 15382 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 15382 15400 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 15400 15500 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 15500 15573 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 15573 15686 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("          " 0 10 (face org-indent))) 15686 15696 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 15696 15706 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15706 15707 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15707 15839 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15839 15950 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15950 15961 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15961 15962 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 15962 16040 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 16040 16067 (fontified nil line-prefix #("**" 0 2 (face org-hide)) wrap-prefix #("      " 0 6 (face org-indent))) 16067 16068 (fontified nil line-prefix #("      " 0 6 (face org-indent)) wrap-prefix #("      " 0 6 (face org-indent))) 16068 16146 (fontified nil line-prefix nil wrap-prefix #("  " 0 2 (face org-indent))) 16146 16214 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 16214 16280 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent))) 16280 16315 (fontified nil line-prefix #("  " 0 2 (face org-indent)) wrap-prefix #("  " 0 2 (face org-indent)))) :emph-multiline t :for-backend html :skip-before-1st-heading nil :drawers nil :todo-keywords t :tasks t :tags t :priority nil :footnotes t :timestamps t :archived-trees headline :select-tags ("export") :exclude-tags ("noexport" "ARCHIVE") :add-text nil :LaTeX-fragments t)
  org-export-as-html(nil)
  call-interactively(org-export-as-html)
  org-export(nil)
  call-interactively(org-export nil nil)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-17  9:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-17 18:59 Bug: Error with standard exporter on Windows Otto Pichlhoefer
2013-02-17 19:58 ` Bastien
2013-04-17  8:30   ` Martin
2013-04-17  9:00     ` Martin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).