* Symbol's value as variable is void @ 2010-01-27 23:05 Thomas S. Dye 2010-01-27 23:42 ` Nick Dokos 0 siblings, 1 reply; 6+ messages in thread From: Thomas S. Dye @ 2010-01-27 23:05 UTC (permalink / raw) To: emacs-orgmode emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 17195 bytes --] Aloha all, I haven't published to HTML in a while. In the interim, I've re- located several .org files and updated both Org-mode and Org-babel. When I try to publish a project, I end up with an error message and this in *Messages*: Publishing file /Users/dk/org/tsdye/software/manual.org using `org- publish-org-to-html' Exporting... org-babel-exp processing... and: Symbol's value as variable is void: progress-marker I tried looking for progress-marker with Ctrl-h a, but didn't find anything appropriate. Help appreciated. All the best, Tom Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ Emacs : GNU Emacs 23.1.91.1 (i386-apple-darwin9.8.0, Carbon Version 1.6.0 AppKit 949.54) of 2010-01-01 on potofo-ou.local Package: Org-mode version 6.33trans (release_6.34c.2.gd154) current state: ============== (setq org-remember-default-headline "Tasks" org-export-latex-after-initial-vars-hook '(org-beamer-after-initial- vars) org-todo-keyword-faces '(("TODO" :foreground "red" :weight bold) ("STARTED" :foreground "blue" :weight bold) ("DONE" :foreground "forest green" :weight bold) ("WAITING" :foreground "orange" :weight bold) ("APPT" :foreground "magenta" :weight bold) ("CANCELLED" :foreground "forest green" :weight bold) ("QUOTE" :foreground "red" :weight bold) ("QUOTED" :foreground "magenta" :weight bold) ("APPROVED" :foreground "forest green" :weight bold) ("EXPIRED" :foreground "forest green" :weight bold) ("REJECTED" :foreground "forest green" :weight bold) ("DEFERRED" :foreground "blue" :weight bold) ("DELEGATED" :foreground "orange" :weight bold)) org-agenda-custom-commands '(("D" "Daily Action List" ((agenda "" ((org-agenda-ndays 1) (org-agenda-sorting-strategy (quote ((agenda time-up priority-down tag-up))) ) ) ) ) ) ("s" "Started Tasks" todo "STARTED" ((org-agenda-todo-ignore-with-date nil))) ("w" "Tasks waiting on something" tags "WAITING" ((org-use-tag-inheritance nil))) ("r" "Refile New Notes and Tasks" tags "REFILE" ((org-agenda-todo-ignore-with-date nil))) ("n" "Notes" tags "NOTE" nil)) org-agenda-files '("~/org/tsdye/uh.org" "~/org/tsdye/software/ manual.org" "~/org/tsdye/software/fieldwork.org" "~/org/tsdye/software/database.org" "~/org/tsdye/software/authors.org" "~/org/tsdye/projects.org" "~/org/tsdye/refile.org" "~/org/tsdye/work.org" "~/org/tsdye/research.org" "~/Public/projects/909_makaainana_history/ makaainana.org" "~/Public/projects/112/data/org/112.org" "~/Public/projects/121/data/org/121.org" "~/Public/projects/123/data/org/123.org" "~/Public/projects/125/data/org/125.org" "~/Public/projects/127/data/org/127.org" "~/Public/projects/128/data/org/128.org" "~/Public/projects/132/data/org/132.org" "~/Public/projects/135/data/org/135.org" "~/Public/projects/138/data/org/138.org" "~/Public/projects/139/data/org/139.org" "~/Public/projects/140/data/org/140.org" "~/Public/projects/141/data/org/141.org" "~/Public/projects/142/data/org/142.org" "~/Public/projects/144/data/144.org") org-agenda-include-diary t org-completion-use-ido t org-metaup-hook '(org-babel-load-in-session-maybe) org-after-todo-state-change-hook '(org-clock-out-if-current) org-agenda-todo-ignore-scheduled t org-babel-interpreters '("ditaa" "R" "python" "latex" "sh" "emacs- lisp") org-export-latex-format-toc-function 'org-export-latex-format-toc- default org-agenda-skip-scheduled-if-done t org-export-preprocess-hook '(org-export-blocks-preprocess) org-tab-first-hook '(yas/org-very-safe-expand org-babel-hide-result-toggle-maybe org-hide-block-toggle-maybe) org-src-mode-hook '(org-src-mode-configure-edit-buffer) org-confirm-shell-link-function 'yes-or-no-p org-export-first-hook '(org-beamer-initialize-open-trackers) org-todo-keywords '((sequence "TODO(t)" "STARTED(s!)" "|" "DONE(d!/!)") (sequence "WAITING(w@/!)" "APPT(a)" "DELEGATED(l@)" "|" "CANCELLED(c@)" "DEFERRED(f@)") (sequence "QUOTE(q!)" "|" "QUOTED(Q!)" "APPROVED(A@)" "EXPIRED(E@)" "REJECTED(R@)") ) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-default-notes-file "~/org/tsdye/refile.org" org-tag-alist '((:startgroup) ("@bishop" . 98) ("@iwilei" . 105) ("@field" . 102) ("@archive" . 97) ("@library" . 108) ("@phone" . 112) ("@email" . 101) ("@web" . 119) ("@PO" . 109) ("@computer" . 99) (:endgroup) (:startgroup) ("Kekapala" . 75) ("Muffet" . 74) ("Kristin" . 77) ("Veronica" . 86) ("Eric" . 69) ("Carl" . 83) (:endgroup) (:startgroup) ("PLANNING" . 80) ("FIELD" . 70) ("LAB" . 76) ("WRITING" . 87) ("REVIEW" . 82) ("COMPLETE" . 67) ("ABORTED" . 65) (:endgroup) (:startgroup) ("ACTIVE" . 49) ("PENDING" . 50) ("REVIEW" . 51) (:endgroup)) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide- drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-publish-project-alist '(("software-guides" :base-directory "/Users/dk/org/tsdye/software/" :base- extension "org" :publishing-directory "/Users/dk/Sites/tsdye2/employee/guides/ software/" :publishing-function org-publish-org-to-html :section- numbers nil :table-of-contents "yes" :index-title "Software Manual" :style "<link rel=\"stylesheet\"\nhref=\"http://orgmode.org/org.css \"\ntype=\"text/css\"/>") ("images" :base-directory "/Users/dk/org/tsdye/software/images/" :base-extension "jpg\\|gif\\|png" :publishing-directory "/Users/dk/Sites/tsdye2/employee/guides/ software/images/" :publishing-function org-publish-attachment) ("manuals" :components ("software-guides" "images")) ("ks-help" :base-directory "/Users/dk/org/tsdye/ks/" :publishing- directory "/Users/dk/Sites/tsdye2/ks_practicum/ help" :publishing-function org-publish-org-to- html :base-extension "org" :section-numbers nil :table-of-contents "yes" :index-title "Kamehameha Schools Practicum" :style "<link rel=\"stylesheet\"\nhref= \"org.css\"\ntype=\"text/css\"/>") ) org-export-latex-classes nil org-mode-hook '(turn-on-font-lock (lambda nil (local-set-key "\216" (quote outline-next-visible- heading)) (local-set-key "\220" (quote outline-previous-visible-heading)) (local-set-key "\225" (quote outline-up-heading)) (local-set-key "\227" (quote org-table-copy-region)) (local-set-key "\231" (quote org-table-paste- rectangle)) (local-set-key "\214" (quote org-table-sort-lines)) (local-set-key "\311" (quote org-toggle-iimage-in- org)) (make-variable-buffer-local (quote yas/trigger-key)) (setq yas/trigger-key [tab]) (add-to-list (quote org-tab-first-hook) (quote yas/org-very-safe-expand)) (define-key yas/keymap [tab] (quote yas/next-field))) (lambda nil (setq org-mouse-context-menu-function (quote org-mouse-context-menu)) (when (memq (quote context-menu) org-mouse-features) (define-key org-mouse-map (if (featurep (quote xemacs)) [button3] [mouse-3]) nil) (define-key org-mode-map [mouse-3] (quote org-mouse-show-context-menu)) ) (define-key org-mode-map [down-mouse-1] (quote org-mouse-down-mouse)) (when (memq (quote context-menu) org-mouse-features) (define-key org-mouse-map [C-drag-mouse-1] (quote org-mouse-move-tree)) (define-key org-mouse-map [C-down-mouse-1] (quote org-mouse-move-tree-start)) ) (when (memq (quote yank-link) org-mouse-features) (define-key org-mode-map [S-mouse-2] (quote org-mouse-yank-link)) (define-key org-mode-map [drag-mouse-3] (quote org-mouse-yank-link)) ) (when (memq (quote move-tree) org-mouse-features) (define-key org-mouse-map [drag-mouse-3] (quote org-mouse-move-tree)) (define-key org-mouse-map [down-mouse-3] (quote org-mouse-move-tree-start)) ) (when (memq (quote activate-stars) org-mouse- features) (font-lock-add-keywords nil (\` (((\, outline-regexp) 0 (\` (face org-link mouse-face highlight keymap (\, org-mouse-map)) ) (quote prepend)) ) ) t) ) (when (memq (quote activate-bullets) org-mouse- features) (font-lock-add-keywords nil (\` (("^[ ]*\\([-+*]\\|[0-9]+[.)]\\) +" (1 (\` (face org-link keymap (\, org-mouse-map) mouse-face highlight) ) (quote prepend)) ) ) ) t) ) (when (memq (quote activate-checkboxes) org-mouse- features) (font-lock-add-keywords nil (\` (("^[ ]*\\([-+*]\\|[0-9]+[.)]\\) +\\(\\[[ X]\\]\ \)" (2 (\` (face bold keymap (\, org-mouse-map) mouse- face highlight) ) t) ) ) ) t) ) (defadvice org-open-at-point (around org-mouse-open-at-point activate) (let ((context (org-context))) (cond ((assq :headline-stars context) (org-cycle)) ((assq :checkbox context) (org-toggle-checkbox)) ((assq :item-bullet context) (let ((org-cycle-include-plain-lists t)) (org- cycle))) (t ad-do-it)) ) ) ) (lambda nil (org-add-hook (quote change-major-mode-hook) (quote org-babel-show-result-all) (quote append) (quote local)) ) org-babel-result-hide-spec org-babel-hide-all-hashes #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show- block-all append local] 5] ) org-global-properties '(("Effort_ALL" . "0:00 0:10 0:20 0:30 0:45 1:00 2:00 3:00 4:00 5:00 6:00 8:00") ) org-refile-targets '((org-agenda-files :maxlevel . 5) (nil :maxlevel . 5)) org-ctrl-c-ctrl-c-hook '(org-babel-lob-execute-maybe org-babel-hash- at-point org-babel-execute-src-block-maybe) org-confirm-elisp-link-function 'yes-or-no-p org-refile-use-outline-path 'file org-log-into-drawer "LOGBOOK" org-agenda-mode-hook '((lambda nil (setq org-mouse-context-menu-function (quote org-mouse-agenda-context-menu)) (define-key org-agenda-mode-map (if (featurep (quote xemacs)) [button3] [mouse-3]) (quote org-mouse-show-context-menu)) (define-key org-agenda-mode-map [down-mouse-3] (quote org-mouse-move-tree-start)) (define-key org-agenda-mode-map (if (featurep (quote xemacs)) [(control mouse-4)] [C-mouse-4]) (quote org-agenda-earlier)) (define-key org-agenda-mode-map (if (featurep (quote xemacs)) [(control mouse-5)] [C-mouse-5]) (quote org-agenda-later)) (define-key org-agenda-mode-map [drag-mouse-3] (quote (lambda (event) (interactive "e") (case (org-mouse-get-gesture event) (:left (org-agenda-earlier 1)) (:right (org-agenda-later 1))) ) ) ) ) ) org-agenda-todo-ignore-with-date t org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src org-babel-exp-inline-src-blocks)) org-agenda-skip-deadline-if-done t org-occur-hook '(org-first-headline-recenter) org-from-is-user-regexp "\\<Tom Dye\\>" org-drawers '("PROPERTIES" "LOGBOOK" "CLOCK") org-export-preprocess-before-selecting-backend-code-hook '(org- beamer-select-beamer-code) org-columns-default-format " %38ITEM(Details) %TAGS(Context) %7TODO(To Do) %5Effort(Time){:} %6CLOCKSUM{Total}" org-remember-templates '(("todo" 116 "* TODO %?\n%u\n%a" nil bottom nil) ("note" 110 "* %? :NOTE:\n%u\n%a" nil bottom nil) ("phone" 112 "* PHONE %:name - %:company - :PHONE:\nContact Info: %a\n%u\n:CLOCK-IN:\n%?" nil bottom nil) ) 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-metadown-hook '(org-babel-pop-to-session-maybe) org-export-blocks '((src org-babel-exp-src-blocks nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) Thomas S. Dye, Ph.D. T. S. Dye & Colleagues, Archaeologists, Inc. Phone: (808) 529-0866 Fax: (808) 529-0884 http://www.tsdye.com [-- Attachment #1.2: Type: text/html, Size: 37346 bytes --] [-- Attachment #2: Type: text/plain, Size: 201 bytes --] _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Symbol's value as variable is void 2010-01-27 23:05 Symbol's value as variable is void Thomas S. Dye @ 2010-01-27 23:42 ` Nick Dokos 2010-01-28 0:09 ` Thomas S. Dye 0 siblings, 1 reply; 6+ messages in thread From: Nick Dokos @ 2010-01-27 23:42 UTC (permalink / raw) To: Thomas S. Dye; +Cc: emacs-orgmode emacs-orgmode Thomas S. Dye <tsd@tsdye.com> wrote: > Aloha all, > > I haven't published to HTML in a while. In the interim, I've re-located several .org files and > updated both Org-mode and Org-babel. > > When I try to publish a project, I end up with an error message and this in *Messages*: > > Publishing file /Users/dk/org/tsdye/software/manual.org using `org-publish-org-to-html' > Exporting... > org-babel-exp processing... > and: Symbol's value as variable is void: progress-marker > Set debug-on-error to t and try the export again. Then post the backtrace. HTH, Nick ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Symbol's value as variable is void 2010-01-27 23:42 ` Nick Dokos @ 2010-01-28 0:09 ` Thomas S. Dye 2010-01-28 0:37 ` Nick Dokos 0 siblings, 1 reply; 6+ messages in thread From: Thomas S. Dye @ 2010-01-28 0:09 UTC (permalink / raw) To: nicholas.dokos; +Cc: emacs-orgmode emacs-orgmode On Jan 27, 2010, at 1:42 PM, Nick Dokos wrote: > Thomas S. Dye <tsd@tsdye.com> wrote: > >> Aloha all, >> >> I haven't published to HTML in a while. In the interim, I've re- >> located several .org files and >> updated both Org-mode and Org-babel. >> >> When I try to publish a project, I end up with an error message and >> this in *Messages*: >> >> Publishing file /Users/dk/org/tsdye/software/manual.org using `org- >> publish-org-to-html' >> Exporting... >> org-babel-exp processing... >> and: Symbol's value as variable is void: progress-marker >> > > Set debug-on-error to t and try the export again. Then post the > backtrace. > > HTH, > Nick Aloha Nick, Here it is: Debugger entered--Lisp error: (void-variable progress-marker) (re-search-backward org-babel-src-block-regexp progress-marker t) (and (re-search-backward org-babel-src-block-regexp progress-marker t) (setq progress-marker (match-end 0)) (org-babel-exp-do-export (org- babel-get-src-block-info) (quote block))) (or (and (re-search-backward org-babel-src-block-regexp progress- marker t) (setq progress-marker ...) (org-babel-exp-do- export ... ...)) (save-excursion (forward-line 0) (and ... ... ...)) (and (re-search-backward org-block-regexp progress-marker t) (setq progress-marker ...) (match-string 0)) (error "Unmatched block [bug in `org-babel-exp-src-blocks'].")) org-babel-exp-src-blocks(#("software_update -h\nsoftware_update -- help" 0 41 (fontified nil org-category "manual")) #("bash" 0 4 (org- category "manual" fontified nil))) apply(org-babel-exp-src-blocks #("software_update -h \nsoftware_update --help" 0 41 (fontified nil org-category "manual")) #("bash" 0 4 (org-category "manual" fontified nil))) byte-code("\306\307\211\211\211\211\211\211\211\x18\x19\x1a^[\x1c\x1d\x1e#\x1e$\x1e%\310\311! \211\x1e&\205 \0\311K\x1e'\312\216\311\313M\210eb\210`\x13\314\315\307\306# \203\305\0\316\317!G\x16#\320\316\321!\227!\x15\322 \x1e(\323\216\324\316\325! \326\"*\x11\316\327!\x12\x0e)\206\\\0\330 \235\211\x10\204l\0\322 \x1e(\331\216\332\n!*\x12 \x0e$>\204y\0 \x0e$B\x16$\322 \x1e(\333\216\311\v\334\224\"\210*\335 \x0e*\"\211\x1e+A@)\211\x14\203\277\0\336\322 \x1e(\337\216 \x0e,>\203\250\0\340\202\255\0\341\f\n #*\306\211# \210\b\204\277\0\342\334\224\334\225\x0e##\210\334\225\x13\202-\0\311\vd\".\f \207" [preserve-indent headers body start func type t nil fboundp interblock ((byte-code "\b\203\v\0\302 M\210\202\x0f\0\303\302! \210\302\207" [--cl-letf-bound-- --cl-letf-save-- interblock fmakunbound] 2)) #[(start end) "\301\302\b\"\207" [org-export- interblocks mapcar #[... "\b\211\x19A@)\n\v\"\207" [pair x start end] 4]] 3] re-search-forward "^\\([ ]*\\)#\\+begin_\\(\\S-+\\)[ ]*\\(.*\\)?[ \n]\\([^\0]*?\\)[ \n][ ]*#\\+end_\\S-+.*" match-string 1 intern 2 match-data ((byte- code "\301\b\302\"\207" [save-match-data-internal set-match-data evaporate] 3)) org-split-string 3 "[ ]+" 4 "-i" ((byte-code "\301\b\302\"\207" [save-match-data-internal set-match-data evaporate] 3)) org-remove-indentation ((byte-code "\301\b\302\"\207" [save-match- data-internal set-match-data evaporate] 3)) 0 assoc replace-match ((byte-code "\301\b\302\"\207" [save-match-data-internal set-match-data evaporate] 3)) "" apply indent-code-rigidly indentation types case- fold-search --cl-letf-bound-- --cl-letf-save-- save-match-data- internal org-src-preserve-indentation org-export-blocks x org-export- blocks-witheld] 10) org-export-blocks-preprocess() run-hooks(org-export-preprocess-hook) org-export-preprocess-string(#("#+TITLE: T. S. Dye & Colleagues On- line Software Manual\n\n* Mac OS X\n - You can update Mac OS X on the company computer you administer.\n - You will need to follow an operating system update by \n reinstalling the [[http://xquartz.macosforge.org/trac/wiki ][X11 windowing system]]. Otherwise, Inkscape,\n GIMP, and Gnumeric won't be happy.\n* software\\_update\n - Company software is updated over the Internet from a terminal.\n - You can see the various options by issuing either of these commands:\n\n #+BEGIN_SRC bash\n software_update -h\n software_update --help\n #+END_SRC\n \n - Typically, you will update company software during a staff \n meeting or when you receive an email with instructions.\n\n* upload\\_project, download\\_project\n - We collaborate on our report writing by sharing files over the Internet.\n - Use this method whenever possible instead of sending files via email.\n - You can get help:\n\n #+BEGIN_SRC bash\n upload_project -h\n upload_project --help\n download_project -h\n download_project --help\n # +END_SRC\n\n\n* Project directories\n\n** Preamble\n - All projects have the same directory structure.\n - You create the directory structure with the make-project script,\n which runs in the terminal.\n#+BEGIN_SRC bash\n make-project -h\n make-project -- help\n make-project -n ARDEL_data_recovery 135\n#+END_SRC\n\n** correspondence\n - Holds all incoming and outgoing correspondence. \n*** envelope\n - Make envelopes using tsd\\_env.tex.\n*** fax \n - Make fax cover sheets with tsd\\_fax\\_shell.tex.\n*** incoming \n - Keep incoming correspondence here.\n - For larger projects, you might want to add subdirectories for\n documents, letters, email messages, etc.\n*** letter\n - Make letters on company letterhead with tsd\\_letter\\_shell.tex.\n** data\n - Used for data files, including spreadsheets, R data objects, SQL\n queries, etc. \n\n*** org\n - Holds the project org-mode file\n** figure\n - Holds report figures, typically pdf or png files produced by Inkscape. \n - This directory should only hold files for figures that appear in \n the report.\n - Do not create subdirectories here, do it in scans instead.\n*** scans\n - Place scans of field drawings here, along with any intermediate\n files used to create report figures. \n - Most of your work creating report figures will take place here. \n - You can create folders here.\n*** html\n - Holds reduced- size copies of report figures suitable for viewing\n in a web browser.\n - These files are typically generated automatically.\n** map\n - Holds report maps, typically pdf or png files produced by ArcGIS\n or Inkscape.\n - Do not create subdirectories here, do it in scans instead.\n*** scans\n - Place scans of field maps here, along with any intermediate\n files used to create report maps. \n - Most of your work creating report maps will take place here. \n - You can create folders here.\n*** html\n - Holds reduced- size copies of report maps suitable for viewing\n in a web browser.\n - These files are typically generated automatically.\n \n** other\\_deliverables\n - Some projects require plans or other documents, in addition to a\n final report.\n - This directory can hold those deliverables so the report\n directory doesn't have to hold too many files.\n** photo\n - Holds report photos, suitably cropped and possibly annotated in GIMP.\n - Do not create subdirectories here, do it in originals instead.\n\n*** html\n - Holds reduced-size images of report photos suitable for viewing\n in a web browser.\n - These files are typically generated automatically.\n*** originals\n - This is the directory for original field photos.\n - It is a good idea to make subdirectories here for each of the\n cameras used in a field project and download photos from each\n camera to its own subdirectory.\n - A typical workflow uses GIMP to load an image from one of the\n subdirectories and saves the edited GIMP xcf file here.\n - You can create folders here.\n** project\n - Holds project-related files for senior personnel\n** report\n - Holds all LaTeX files for the final report.\n - You will do almost all your writing and editing here.\n* Aquamacs/Emacs\n - You can upgrade [[http://aquamacs.org/ download.shtml][Aquamacs Emacs 1.x]] and expect something similar to \n what you are using now. Your settings won't be affected by the \n upgrade. It is based on emacs 22.\n - [[http://aquamacs.org/download.shtml ][Aquamacs 2.x]] is a preview release. It fixes the reftex problem in \n Aquamacs 1.x. It is based on emacs 23.\n - An alternative is [[http://homepage.mac.com/zenitani/emacs-e.html ][Carbon Emacs]], which doesn't try to look and feel\n like a Mac application. It runs reftex perfectly. It is based on\n emacs 22.\n* Inkscape\n - The latest Inkscape for OS X 10.5 can be downloaded [[http://inkscape.modevia.com/macosx-snap/%3FM%3DD] [here]]. This is\n a development version of Inkscape and might not be stable. It\n should be installed in the Applications folder after you have\n renamed the current Inkscape application.\n - Inkscape now has an [[http://en.flossmanuals.net/Inkscape][on-line manual]].\n - Tavmjong Bah has written [[http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html ][Inkscape: Guide to a Vector Drawing Program]].\n\n** Profile drawings \n - A satisfactory profile drawing results when care is taken to: \n - determine ahead of time the size the profile drawing will be \n reproduced in the document; \n - reproduce the profile at a scale similar to other profile\n drawings in the document;\n - choose the appropriate font and font size for labels and legend;\n - use separate layers for the main elements of the profile\n drawing; and\n - use guides and snapping to establish the borders of the drawing.\n\n** Symbol libraries\n - [[file:support_files/IAN/] [Integrated Application Network]]\n - [[file:support_files/ Map_symbols_US_NPS.svg][NPS map symbols]] \n - [[file:support_files/ MapSymbols_other_US_NPS.svg][Other NPS map symbols]] \n - [[file:support_files/Maps_template-en.svg][Map template]] (good N arrow)\n\n* GIMP\n\n - A good book on Gimp basics, written for an earlier version of the\n program but still useful, is [[http://gimp-savvy.com/BOOK/index.html ][Grokking the Gimp]].\n* Git\n - Git is version control system that we use to help manage\n collaborative work on a project.\n - Other than downloading to your computer and setting up, its work\n should be transparent to you.\n** Download [[http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 ][Git software]]\n - Follow the installation instructions.\n - Check that git installed successfully:\n\n #+BEGIN_SRC bash\n which git\n #+END_SRC\n - should return /usr/local/git/bin/git \n - if it returns silently, then git did not install successfully. \n\n** First-time GIT setup\n - In the shell, issue these commands:\n \n #+BEGIN_SRC bash\n git config --global user.name \"YOUR NAME \"\n git config --global user.email XXX@tsdye2.com\n git config -- global core.editor \"/Applications/TextEdit.app/contents/MacOS/TextEdit \"\n git config --list\n #+END_SRC\n\n* Gnumeric\n\n\n" 0 55 (fontified t org-category "manual" face org-meta-line font-lock- fontified t) 55 57 (fontified t org-category "manual") 57 59 (fontified t org-category "manual" face org-level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) 59 67 (fontified t org- category "manual" face org-level-1) 67 70 (fontified t org-category "manual") 70 71 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 71 138 (fontified t org-category "manual") 138 139 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 139 216 (fontified t org-category "manual") 216 218 (fontified t org-category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://xquartz.macosforge.org/trac/wiki" face org- link) 218 258 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://xquartz.macosforge.org/trac/wiki ") 258 259 (fontified t org-category "manual" org-no-flyspell t mouse- face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://xquartz.macosforge.org/trac/wiki " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text)) 259 261 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) font-lock-multiline t help-echo "LINK: http://xquartz.macosforge.org/trac/wiki ") 261 262 (fontified t org-category "manual" org-no-flyspell t mouse- face highlight face org-link keymap (keymap ... ... ... ... ...) rear- nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) font-lock-multiline t help-echo "LINK: http://xquartz.macosforge.org/trac/wiki ") 262 278 (fontified t org-category "manual" org-no-flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://xquartz.macosforge.org/trac/wiki" face org- link) 278 279 (fontified t org-category "manual" org-no-flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- multiline t help-echo "LINK: http://xquartz.macosforge.org/trac/wiki" rear-nonsticky (mouse-face highlight keymap invisible intangible help- echo org-linked-text) face org-link) 279 280 (fontified t org-category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://xquartz.macosforge.org/trac/wiki" face org- link) 280 281 (fontified t org-category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://xquartz.macosforge.org/trac/wiki " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) face org-link) 281 344 (fontified t org- category "manual") 344 346 (fontified t org-category "manual" face org- level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) 346 362 (fontified t org-category "manual" face org-level-1) 362 365 (fontified t org-category "manual") 365 366 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 366 432 (fontified t org-category "manual") 432 433 (fontified t org- category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 433 503 (fontified t org-category "manual") 503 711 (fontified nil org-category "manual") 711 712 (fontified t org- category "manual") 712 714 (fontified t org-category "manual" face org- level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) 714 748 (fontified t org-category "manual" face org-level-1) 748 751 (fontified t org-category "manual") 751 752 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 752 828 (fontified t org-category "manual") 828 829 (fontified t org- category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 829 902 (fontified t org-category "manual") 902 903 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 903 923 (fontified t org-category "manual") 923 941 (fontified t org-category "manual" font-lock-fontified t font-lock- multiline t face org-meta-line) 941 1040 (fontified t org-category "manual" font-lock-fontified t font-lock-multiline t face org-block) 1040 1051 (fontified t org-category "manual" font-lock-fontified t font-lock-multiline t face org-meta-line) 1051 1054 (fontified t org- category "manual") 1054 1056 (fontified t org-category "manual" face org-level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) 1056 1075 (fontified t org-category "manual" face org-level-1) 1075 1077 (fontified t org-category "manual") 1077 1078 (fontified t org- category "manual" face org-level-2 mouse-face highlight keymap (keymap ... ... ... ... ...)) 1078 1080 (fontified t org-category "manual" face org-level-2 mouse-face highlight keymap (keymap ... ... ... ... ...)) 1080 1088 (fontified t org-category "manual" face org-level-2) 1088 1092 (fontified t org-category "manual") 1092 1093 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 1093 1145 (fontified t org-category "manual") 1145 1146 (fontified t org- category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 1146 1212 (fontified t org-category "manual") 1212 4175 (fontified nil org-category "manual") 4175 4178 (fontified t org- category "manual") 4178 4179 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 4179 4234 (fontified t org-category "manual") 4234 4236 (fontified t org- category "manual" face org-level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) 4236 4250 (fontified t org-category "manual" face org-level-1) 4250 4253 (fontified t org-category "manual") 4253 4254 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 4254 4271 (fontified t org-category "manual") 4271 4273 (fontified t org- category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://aquamacs.org/download.shtml" face org-link) 4273 4308 (fontified t org-category "manual" org-no-flyspell t mouse- face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://aquamacs.org/download.shtml ") 4308 4309 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://aquamacs.org/download.shtml " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text)) 4309 4316 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) font-lock-multiline t help-echo "LINK: http://aquamacs.org/download.shtml ") 4316 4317 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) rear-nonsticky (mouse-face highlight keymap invisible intangible help- echo org-linked-text) font-lock-multiline t help-echo "LINK: http://aquamacs.org/download.shtml ") 4317 4326 (fontified t org-category "manual" org-no-flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- multiline t help-echo "LINK: http://aquamacs.org/download.shtml" face org-link) 4326 4327 (fontified t org-category "manual" org-no-flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- multiline t help-echo "LINK: http://aquamacs.org/download.shtml" rear- nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) face org-link) 4327 4328 (fontified t org-category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://aquamacs.org/download.shtml" face org-link) 4328 4329 (fontified t org-category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://aquamacs.org/download.shtml " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) face org-link) 4329 4471 (fontified t org- category "manual") 4471 4472 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 4472 4473 (fontified t org-category "manual") 4473 4475 (fontified t org- category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://aquamacs.org/download.shtml" face org-link) 4475 4510 (fontified t org-category "manual" org-no-flyspell t mouse- face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://aquamacs.org/download.shtml ") 4510 4511 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://aquamacs.org/download.shtml " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text)) 4511 4518 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) font-lock-multiline t help-echo "LINK: http://aquamacs.org/download.shtml ") 4518 4519 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) rear-nonsticky (mouse-face highlight keymap invisible intangible help- echo org-linked-text) font-lock-multiline t help-echo "LINK: http://aquamacs.org/download.shtml ") 4519 4522 (fontified t org-category "manual" org-no-flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- multiline t help-echo "LINK: http://aquamacs.org/download.shtml" face org-link) 4522 4523 (fontified t org-category "manual" org-no-flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- multiline t help-echo "LINK: http://aquamacs.org/download.shtml" rear- nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) face org-link) 4523 4524 (fontified t org-category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://aquamacs.org/download.shtml" face org-link) 4524 4525 (fontified t org-category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://aquamacs.org/download.shtml " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) face org-link) 4525 4626 (fontified t org- category "manual") 4626 4627 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 4627 4646 (fontified t org-category "manual") 4646 4648 (fontified t org- category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html" face org-link) 4648 4694 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html") 4694 4695 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text)) 4695 4700 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) font-lock-multiline t help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html ") 4700 4701 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) rear-nonsticky (mouse-face highlight keymap invisible intangible help- echo org-linked-text) font-lock-multiline t help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html ") 4701 4706 (fontified t org-category "manual" org-no-flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- multiline t help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html " face org-link) 4706 4707 (fontified t org-category "manual" org-no- flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) face org-link) 4707 4708 (fontified t org- category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html" face org-link) 4708 4709 (fontified t org-category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) face org-link) 4709 4746 (fontified t org- category "manual") 4746 4817 (fontified nil org-category "manual") 4817 4831 (fontified t org-category "manual") 4831 4833 (fontified t org-category "manual" face org-level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) 4833 4841 (fontified t org-category "manual" face org-level-1) 4841 4844 (fontified t org-category "manual") 4844 4845 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 4845 4898 (fontified t org-category "manual") 4898 4900 (fontified t org- category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://inkscape.modevia.com/macosx-snap/%3FM%3DD" face org-link) 4900 4949 (fontified t org-category "manual" org-no- flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://inkscape.modevia.com/macosx-snap/%3FM%3DD") 4949 4950 (fontified t org-category "manual" org-no-flyspell t mouse- face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://inkscape.modevia.com/macosx-snap/%3FM%3DD " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text)) 4950 4953 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) font-lock-multiline t help-echo "LINK: http://inkscape.modevia.com/macosx-snap/%3FM%3DD ") 4953 4954 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) rear-nonsticky (mouse-face highlight keymap invisible intangible help- echo org-linked-text) font-lock-multiline t help-echo "LINK: http://inkscape.modevia.com/macosx-snap/%3FM%3DD ") 4954 4955 (fontified t org-category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://inkscape.modevia.com/macosx-snap/%3FM%3DD " face org-link) 4955 4956 (fontified t org-category "manual" org-no- flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://inkscape.modevia.com/macosx-snap/%3FM%3DD " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) face org-link) 4956 5148 (fontified t org- category "manual") 5148 5149 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 5149 5170 (fontified t org-category "manual") 5170 5172 (fontified t org- category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://en.flossmanuals.net/Inkscape" face org-link) 5172 5208 (fontified t org-category "manual" org-no-flyspell t mouse- face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://en.flossmanuals.net/Inkscape ") 5208 5209 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://en.flossmanuals.net/Inkscape " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text)) 5209 5215 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) font-lock-multiline t help-echo "LINK: http://en.flossmanuals.net/Inkscape ") 5215 5216 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) rear-nonsticky (mouse-face highlight keymap invisible intangible help- echo org-linked-text) font-lock-multiline t help-echo "LINK: http://en.flossmanuals.net/Inkscape ") 5216 5222 (fontified t org-category "manual" org-no-flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- multiline t help-echo "LINK: http://en.flossmanuals.net/Inkscape" face org-link) 5222 5223 (fontified t org-category "manual" org-no-flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- multiline t help-echo "LINK: http://en.flossmanuals.net/Inkscape" rear- nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) face org-link) 5223 5224 (fontified t org-category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://en.flossmanuals.net/Inkscape" face org-link) 5224 5225 (fontified t org-category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://en.flossmanuals.net/Inkscape " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) face org-link) 5225 5229 (fontified t org- category "manual") 5229 5230 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 5230 5256 (fontified t org-category "manual") 5256 5258 (fontified t org- category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html " face org-link) 5258 5314 (fontified t org-category "manual" org-no- flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/ index.html") 5314 5315 (fontified t org-category "manual" org-no- flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/ index.html" rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text)) 5315 5322 (fontified t org- category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) font-lock-multiline t help-echo "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html") 5322 5323 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) rear- nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) font-lock-multiline t help-echo "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html ") 5323 5357 (fontified t org-category "manual" org-no-flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- multiline t help-echo "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html " face org-link) 5357 5358 (fontified t org-category "manual" org-no- flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) face org-link) 5358 5359 (fontified t org- category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html " face org-link) 5359 5360 (fontified t org-category "manual" org-no- flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) face org-link) 5360 5362 (fontified t org- category "manual") 5362 6184 (fontified nil org-category "manual") 6184 6185 (fontified t org-category "manual") 6185 6187 (fontified t org-category "manual" face org-level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) 6187 6191 (fontified t org-category "manual" face org-level-1) 6191 6195 (fontified t org-category "manual") 6195 6196 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 6196 6296 (fontified t org-category "manual") 6296 6298 (fontified t org- category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://gimp-savvy.com/BOOK/index.html" face org- link) 6298 6336 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://gimp-savvy.com/BOOK/index.html ") 6336 6337 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://gimp-savvy.com/BOOK/index.html " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text)) 6337 6344 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) font-lock-multiline t help-echo "LINK: http://gimp-savvy.com/BOOK/index.html ") 6344 6345 (fontified t org-category "manual" org-no-flyspell t mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) rear-nonsticky (mouse-face highlight keymap invisible intangible help- echo org-linked-text) font-lock-multiline t help-echo "LINK: http://gimp-savvy.com/BOOK/index.html ") 6345 6353 (fontified t org-category "manual" org-no-flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- multiline t help-echo "LINK: http://gimp-savvy.com/BOOK/index.html" face org-link) 6353 6354 (fontified t org-category "manual" org-no- flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://gimp-savvy.com/BOOK/index.html " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) face org-link) 6354 6355 (fontified t org- category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://gimp-savvy.com/BOOK/index.html" face org- link) 6355 6356 (fontified t org-category "manual" org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://gimp-savvy.com/BOOK/index.html " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text) face org-link) 6356 6358 (fontified t org- category "manual") 6358 6360 (fontified t org-category "manual" face org-level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) 6360 6363 (fontified t org-category "manual" face org-level-1) 6363 6366 (fontified t org-category "manual") 6366 6367 (fontified t org- category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 6367 6464 (fontified t org-category "manual") 6464 6465 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 6465 6565 (fontified t org-category "manual") 6565 6566 (fontified t org-category "manual" face org-level-2 mouse- face highlight keymap (keymap ... ... ... ... ...)) 6566 6568 (fontified t org-category "manual" face org-level-2 mouse-face highlight keymap (keymap ... ... ... ... ...)) 6568 6577 (fontified t org-category "manual" face org-level-2) 6577 6579 (fontified t org- category "manual" face org-link org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- multiline t help-echo "LINK: http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 ") 6579 6647 (fontified t org-category "manual" face org-link org-no- flyspell t mouse-face highlight keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 ") 6647 6648 (fontified t org-category "manual" face org-link org-no- flyspell t mouse-face highlight keymap (keymap ... ... ... ... ...) invisible org-link font-lock-multiline t help-echo "LINK: http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text)) 6648 6650 (fontified t org-category "manual" face org-link org-no-flyspell t mouse-face highlight keymap (keymap ... ... ... ... ...) font-lock-multiline t help-echo "LINK: http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 ") 6650 6651 (fontified t org-category "manual" face org-link org-no- flyspell t mouse-face highlight keymap (keymap ... ... ... ... ...) rear-nonsticky (mouse-face highlight keymap invisible intangible help- echo org-linked-text) font-lock-multiline t help-echo "LINK: http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 ") 6651 6659 (fontified t org-category "manual" face org-link org-no- flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 ") 6659 6660 (fontified t org-category "manual" face org-link org-no- flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text)) 6660 6661 (fontified t org-category "manual" face org-link org-no-flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 ") 6661 6662 (fontified t org-category "manual" face org-link org-no- flyspell t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline t help-echo "LINK: http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 " rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text)) 6662 6666 (fontified t org-category "manual") 6666 6667 (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 6667 6706 (fontified t org-category "manual") 6706 7208 (fontified nil org- category "manual") 7208 7209 (fontified t org-category "manual") 7209 7211 (fontified t org-category "manual" face org-level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) 7211 7219 (fontified t org-category "manual" face org-level-1) 7219 7222 (fontified t org- category "manual")) :emph-multiline t :for-html t :skip-before-1st- heading nil :drawers nil :todo-keywords t :tags not-in-toc :priority nil :footnotes t :timestamps t :archived-trees headline :select-tags ("export") :exclude-tags ("noexport") :add-text nil :LaTeX-fragments nil) org-export-as-html(nil nil (:buffer-will-be-killed t :base- directory "/Users/dk/org/tsdye/software/" :base-extension "org" :publishing-directory "/Users/dk/Sites/tsdye2/employee/guides/ software/" :publishing-function org-publish-org-to-html :section- numbers nil :table-of-contents "yes" :index-title "Software Manual" :style "<link rel=\"stylesheet\"\nhref=\"http://orgmode.org/org.css \"\ntype=\"text/css\"/>") nil nil "/Users/dk/Sites/tsdye2/employee/ guides/software/") org-publish-org-to("html" (:base-directory "/Users/dk/org/tsdye/ software/" :base-extension "org" :publishing-directory "/Users/dk/ Sites/tsdye2/employee/guides/software/" :publishing-function org- publish-org-to-html :section-numbers nil :table-of-contents "yes" :index-title "Software Manual" :style "<link rel=\"stylesheet \"\nhref=\"http://orgmode.org/org.css\"\ntype=\"text/css\"/>") "/Users/ dk/org/tsdye/software/manual.org" "/Users/dk/Sites/tsdye2/employee/ guides/software/") org-publish-org-to-html((:base-directory "/Users/dk/org/tsdye/ software/" :base-extension "org" :publishing-directory "/Users/dk/ Sites/tsdye2/employee/guides/software/" :publishing-function org- publish-org-to-html :section-numbers nil :table-of-contents "yes" :index-title "Software Manual" :style "<link rel=\"stylesheet \"\nhref=\"http://orgmode.org/org.css\"\ntype=\"text/css\"/>") "/Users/ dk/org/tsdye/software/manual.org" "/Users/dk/Sites/tsdye2/employee/ guides/software/") org-publish-file("/Users/dk/org/tsdye/software/ manual.org" ("software-guides" :base-directory "/Users/dk/org/tsdye/ software/" :base-extension "org" :publishing-directory "/Users/dk/ Sites/tsdye2/employee/guides/software/" :publishing-function org- publish-org-to-html :section-numbers nil :table-of-contents "yes" :index-title "Software Manual" :style "<link rel=\"stylesheet \"\nhref=\"http://orgmode.org/org.css\"\ntype=\"text/css\"/>")) #[(project) "\bA\x19\306 \307\"\x1a\306 \310\"^[\306 \311\"\206\x15\0\312\x1c\306 \313\"\206\x1e\0\314\x1d\306 \315\"\x1e\x12\306 \316\"\x1e\x13\317\b\n\"\x1e\x14\320\x1e\x15\x0e\x12\203=\0\x0e\x12 \210\v\203F\0 \b\f\"\210\x0e\x14\211A\x16\x14@\211\x16\x15\203\\\0\321\x0e\x15\b\"\210\202F\0\x0e\x13\205d\0\x0e\x13 . \207" [project project-plist exclude-regexp index-p index-filename index-function plist-get :exclude :auto-index :index-filename "sitemap.org" :index-function org-publish-org-index :preparation- function :completion-function org-publish-get-base-files nil org- publish-file preparation-function completion-function files file] 3] (("software-guides" :base-directory "/Users/dk/org/tsdye/ software/" :base-extension "org" :publishing-directory "/Users/dk/ Sites/tsdye2/employee/guides/software/" :publishing-function org- publish-org-to-html :section-numbers nil :table-of-contents "yes" :index-title "Software Manual" :style "<link rel=\"stylesheet \"\nhref=\"http://orgmode.org/org.css\"\ntype=\"text/css\"/>")) mapc(#[(project) "\bA\x19\306 \307\"\x1a\306 \310\"^[\306 \311\"\206\x15\0\312\x1c\306 \313\"\206\x1e\0\314\x1d\306 \315\"\x1e\x12\306 \316\"\x1e\x13\317\b\n\"\x1e\x14\320\x1e\x15\x0e\x12\203=\0\x0e\x12 \210\v\203F\0 \b\f\"\210\x0e\x14\211A\x16\x14@\211\x16\x15\203\\\0\321\x0e\x15\b\"\210\202F\0\x0e\x13\205d\0\x0e\x13 . \207" [project project-plist exclude-regexp index-p index-filename index-function plist-get :exclude :auto-index :index-filename "sitemap.org" :index-function org-publish-org-index :preparation- function :completion-function org-publish-get-base-files nil org- publish-file preparation-function completion-function files file] 3] (("software-guides" :base-directory "/Users/dk/org/tsdye/ software/" :base-extension "org" :publishing-directory "/Users/dk/ Sites/tsdye2/employee/guides/software/" :publishing-function org- publish-org-to-html :section-numbers nil :table-of-contents "yes" :index-title "Software Manual" :style "<link rel=\"stylesheet \"\nhref=\"http://orgmode.org/org.css\"\ntype=\"text/css\"/>") ("images" :base-directory "/Users/dk/org/tsdye/software/images/" :base- extension "jpg\\|gif\\|png" :publishing-directory "/Users/dk/Sites/ tsdye2/employee/guides/software/images/" :publishing-function org- publish-attachment))) org-publish-projects((("manuals" :components ("software-guides" "images")))) byte-code("\b?\205\x06\0 \x19\303\nC!)\207" [force org-publish-use- timestamps-flag project org-publish-projects] 2) org-publish(("manuals" :components ("software-guides" "images"))) byte-code("\303\304 \305\"\b?\205\v\0 \x19\211\x1a\204\x17\0\306\307\304 \"\210\310\n!*\207" [force org-publish-use-timestamps-flag project org- publish-get-project-from-filename buffer-file-name up error "File %s is not part of any known project" org-publish] 4) org-publish-current-project(nil) call-interactively(org-publish-current-project) org-export(nil) call-interactively(org-export nil nil) All the best, Tom ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Symbol's value as variable is void 2010-01-28 0:09 ` Thomas S. Dye @ 2010-01-28 0:37 ` Nick Dokos 2010-01-28 0:52 ` Thomas S. Dye 0 siblings, 1 reply; 6+ messages in thread From: Nick Dokos @ 2010-01-28 0:37 UTC (permalink / raw) To: Thomas S. Dye; +Cc: emacs-orgmode emacs-orgmode I took a quick look but I don't know what's wrong: Eric S. will have to take a look, but this commit seems relevant: commit d154f2794741275a41d4631892335d581d7da27a Author: Eric Schulte <schulte.eric@gmail.com> Date: Mon Jan 18 13:03:36 2010 -0700 babel: no longer overwriting non-babel src blocks org-exp-blocks: adding progress-marker local variable the progress-marker local variable set inside of a let in org-exp-blocks is used to constrain searches in org-babel-exp to ensure that a babel block doesn't overwrite non-babel src blocks Nick Thomas S. Dye <tsd@tsdye.com> wrote: > > On Jan 27, 2010, at 1:42 PM, Nick Dokos wrote: > > > Thomas S. Dye <tsd@tsdye.com> wrote: > > > >> Aloha all, > >> > >> I haven't published to HTML in a while. In the interim, I've re- > >> located several .org files and > >> updated both Org-mode and Org-babel. > >> > >> When I try to publish a project, I end up with an error message and > >> this in *Messages*: > >> > >> Publishing file /Users/dk/org/tsdye/software/manual.org using `org- > >> publish-org-to-html' > >> Exporting... > >> org-babel-exp processing... > >> and: Symbol's value as variable is void: progress-marker > >> > > > > Set debug-on-error to t and try the export again. Then post the > > backtrace. > > > > HTH, > > Nick > > Aloha Nick, > > Here it is: > > Debugger entered--Lisp error: (void-variable progress-marker) > (re-search-backward org-babel-src-block-regexp progress-marker t) > (and (re-search-backward org-babel-src-block-regexp progress-marker > t) (setq progress-marker (match-end 0)) (org-babel-exp-do-export (org- > babel-get-src-block-info) (quote block))) > (or (and (re-search-backward org-babel-src-block-regexp progress- > marker t) (setq progress-marker ...) (org-babel-exp-do- > export ... ...)) (save-excursion (forward-line 0) (and ... ... ...)) > (and (re-search-backward org-block-regexp progress-marker t) (setq > progress-marker ...) (match-string 0)) (error "Unmatched block [bug in > `org-babel-exp-src-blocks'].")) > org-babel-exp-src-blocks(#("software_update -h\nsoftware_update -- > help" 0 41 (fontified nil org-category "manual")) #("bash" 0 4 (org- > category "manual" fontified nil))) > apply(org-babel-exp-src-blocks #("software_update -h > \nsoftware_update --help" 0 41 (fontified nil org-category "manual")) > #("bash" 0 4 (org-category "manual" fontified nil))) > byte-code("\306\307\211\211\211\211\211\211\211\x18\x19\x1a^[\x1c\x1d\x1e#\x1e$\x1e%\310\311! > \211\x1e&\205 " [save-match-data-internal set-match-data > evaporate] 3)) org-split-string 3 "[ ]+" 4 "-i" ((byte-code > "\301\b\302\"\207" [save-match-data-internal set-match-data evaporate] > 3)) org-remove-indentation ((byte-code "\301\b\302\"\207" [save-match- > data-internal set-match-data evaporate] 3)) 0 assoc replace-match > ((byte-code "\301\b\302\"\207" [save-match-data-internal > set-match-data evaporate] 3)) "" apply indent-code-rigidly > indentation types case- > fold-search --cl-letf-bound-- --cl-letf-save-- save-match-data- > internal org-src-preserve-indentation org-export-blocks x org-export- > blocks-witheld] 10) > org-export-blocks-preprocess() > run-hooks(org-export-preprocess-hook) > org-export-preprocess-string(#("#+TITLE: T. S. Dye & Colleagues On- > line Software Manual\n\n* Mac OS X\n - You can update Mac OS X on the company computer you administer.\n - You will need to follow an operating system update by \n reinstalling the [[http://xquartz.macosforge.org/trac/wiki ][X11 windowing system]]. Otherwise, Inkscape,\n GIMP, and Gnumeric won't be happy.\n* software\\_update\n - Company software is updated over the Internet from a terminal.\n - You can see the various options by issuing either of these commands:\n\n #+BEGIN_SRC bash\n software_update -h\n software_update --help\n #+END_SRC\n \n - Typically, you will update company software during a staff \n meeting or when you receive an email with instructions.\n\n* upload\\_project, download\\_project\n - We collaborate on our report writing by sharing files over the Internet.\n - Use this method whenever possible instead of sending files via email.\n - You can get help:\n\n #+BEGIN_SRC bash\n upload_project -h\n upload_project --help\n download_project -h\n download_project --help\n # +END_SRC\n\n\n* Project directories\n\n** Preamble\n - All projects have the same directory structure.\n - You create the directory structure with the make-project script,\n which runs in the terminal.\n#+BEGIN_SRC bash\n make-project -h\n make-project -- > help\n make-project -n ARDEL_data_recovery 135\n#+END_SRC\n\n** > correspondence\n - Holds all incoming and outgoing > correspondence. \n*** envelope\n - Make envelopes using > tsd\\_env.tex.\n*** fax \n - Make fax cover sheets with > tsd\\_fax\\_shell.tex.\n*** incoming \n - Keep incoming > correspondence here.\n - For larger projects, you might want to > add subdirectories for\n documents, letters, email messages, > etc.\n*** letter\n - Make letters on company letterhead with > tsd\\_letter\\_shell.tex.\n** data\n - Used for data files, > including spreadsheets, R data objects, SQL\n queries, > etc. \n\n*** org\n - Holds the project org-mode file\n** figure\n > - > Holds report figures, typically pdf or png files produced by Inkscape. > \n - This directory should only hold files for figures that appear > in > \n the report.\n - Do not create subdirectories here, do it in > scans instead.\n*** scans\n - Place scans of field drawings here, > along with any intermediate\n files used to create report > figures. \n - Most of your work creating report figures will take > place here. \n - You can create folders here.\n*** html\n - > Holds reduced- > size copies of report figures suitable for viewing\n in a web > browser.\n - These files are typically generated automatically.\n** > map\n - Holds report maps, typically pdf or png files produced by > ArcGIS\n or Inkscape.\n - Do not create subdirectories here, do > it in scans instead.\n*** scans\n - Place scans of field maps here, > along with any intermediate\n files used to create report > maps. \n - Most of your work creating report maps will take place > here. \n - You can create folders here.\n*** html\n - Holds > reduced- > size copies of report maps suitable for viewing\n in a web > browser.\n - These files are typically generated automatically.\n > \n** other\\_deliverables\n - Some projects require plans or other > documents, in addition to a\n final report.\n - This directory > can hold those deliverables so the report\n directory doesn't have > to hold too many files.\n** photo\n - Holds report photos, suitably > cropped and possibly annotated in GIMP.\n - Do not create > subdirectories here, do it in originals instead.\n\n*** html\n - > Holds reduced-size images of report photos suitable for viewing\n > in a web browser.\n - These files are typically generated > automatically.\n*** originals\n - This is the directory for > original field photos.\n - It is a good idea to make subdirectories > here for each of the\n cameras used in a field project and > download photos from each\n camera to its own subdirectory.\n > - A typical workflow uses GIMP to load an image from one of the\n > subdirectories and saves the edited GIMP xcf file here.\n - You can > create folders here.\n** project\n - Holds project-related files for > senior personnel\n** report\n - Holds all LaTeX files for the final > report.\n - You will do almost all your writing and editing here.\n* > Aquamacs/Emacs\n - You can upgrade [[http://aquamacs.org/ > download.shtml][Aquamacs Emacs 1.x]] and expect something similar to > \n what you are using now. Your settings won't be affected by the > \n upgrade. It is based on emacs 22.\n - > [[http://aquamacs.org/download.shtml ][Aquamacs 2.x]] is a preview > release. It fixes the reftex problem in \n Aquamacs 1.x. It is > based on emacs 23.\n - An alternative is > [[http://homepage.mac.com/zenitani/emacs-e.html ][Carbon Emacs]], > which doesn't try to look and feel\n like a Mac application. It > runs reftex perfectly. It is based on\n emacs 22.\n* Inkscape\n > - The latest Inkscape for OS X 10.5 can be downloaded > [[http://inkscape.modevia.com/macosx-snap/%3FM%3DD] [here]]. This > is\n a development version of Inkscape and might not be stable. > It\n should be installed in the Applications folder after you > have\n renamed the current Inkscape application.\n - > Inkscape now has an [[http://en.flossmanuals.net/Inkscape][on-line > manual]].\n - Tavmjong Bah has written > [[http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html ][Inkscape: > Guide to a Vector Drawing Program]].\n\n** Profile drawings \n - A > satisfactory profile drawing results when care is taken to: \n - > determine ahead of time the size the profile drawing will be \n > reproduced in the document; \n - reproduce the profile at a scale > similar to other profile\n drawings in the document;\n - > choose the appropriate font and font size for labels and legend;\n > - use separate layers for the main elements of the profile\n > drawing; and\n - use guides and snapping to establish the borders > of the drawing.\n\n** Symbol libraries\n - > [[file:support_files/IAN/] [Integrated Application Network]]\n - > [[file:support_files/ Map_symbols_US_NPS.svg][NPS map symbols]] \n - > [[file:support_files/ MapSymbols_other_US_NPS.svg][Other NPS map > symbols]] \n - > [[file:support_files/Maps_template-en.svg][Map template]] (good N > arrow)\n\n* GIMP\n\n - A good book on Gimp basics, written for an > earlier version of the\n program but still useful, is > [[http://gimp-savvy.com/BOOK/index.html ][Grokking the Gimp]].\n* > Git\n - Git is version control system that we use to help manage\n > collaborative work on a project.\n - Other than downloading to your > computer and setting up, its work\n should be transparent to > you.\n** Download > [[http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 > ][Git software]]\n - Follow the installation instructions.\n - > Check that git installed successfully:\n\n #+BEGIN_SRC bash\n which git\n #+END_SRC\n - should return /usr/local/git/bin/git \n - if it returns silently, then git did not install successfully. \n\n** First-time GIT setup\n - In the shell, issue these commands:\n \n #+BEGIN_SRC bash\n git config --global user.name \"YOUR NAME \"\n git config --global user.email XXX@tsdye2.com\n git config -- > global core.editor > \"/Applications/TextEdit.app/contents/MacOS/TextEdit > \"\n git config --list\n #+END_SRC\n\n* Gnumeric\n\n\n" 0 55 > (fontified t org-category "manual" face org-meta-line font-lock- > fontified t) 55 57 (fontified t org-category "manual") 57 59 > (fontified t org-category "manual" face org-level-1 mouse-face > highlight keymap (keymap ... ... ... ... ...)) 59 67 (fontified t org- > category "manual" face org-level-1) 67 70 (fontified t org-category > "manual") 70 71 (fontified t org-category "manual" keymap (keymap > ... ... ... ... ...) mouse-face highlight) 71 138 (fontified t > org-category "manual") 138 139 (fontified t org-category "manual" > keymap (keymap ... ... ... ... ...) mouse-face highlight) 139 216 > (fontified t org-category "manual") 216 218 (fontified t org-category > "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: http://xquartz.macosforge.org/trac/wiki" face org- > link) 218 258 (fontified t org-category "manual" org-no-flyspell t > mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) > invisible org-link font-lock-multiline t help-echo "LINK: > http://xquartz.macosforge.org/trac/wiki ") 258 259 (fontified t > org-category "manual" org-no-flyspell t mouse- > face highlight face org-link keymap (keymap ... ... ... ... ...) > invisible org-link font-lock-multiline t help-echo "LINK: > http://xquartz.macosforge.org/trac/wiki " rear-nonsticky (mouse-face > highlight keymap invisible intangible help-echo org-linked-text)) 259 > 261 (fontified t org-category "manual" org-no-flyspell t mouse-face > highlight face org-link keymap (keymap ... ... ... ... ...) > font-lock-multiline t help-echo "LINK: > http://xquartz.macosforge.org/trac/wiki ") 261 262 (fontified t > org-category "manual" org-no-flyspell t mouse- > face highlight face org-link keymap (keymap ... ... ... ... ...) rear- > nonsticky (mouse-face highlight keymap invisible intangible help-echo > org-linked-text) font-lock-multiline t help-echo "LINK: > http://xquartz.macosforge.org/trac/wiki ") 262 278 (fontified t > org-category "manual" org-no-flyspell t keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: http://xquartz.macosforge.org/trac/wiki" face org- > link) 278 279 (fontified t org-category "manual" org-no-flyspell t > keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- > multiline t help-echo "LINK: http://xquartz.macosforge.org/trac/wiki" > rear-nonsticky (mouse-face highlight keymap invisible intangible help- > echo org-linked-text) face org-link) 279 280 (fontified t org-category > "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: http://xquartz.macosforge.org/trac/wiki" face org- > link) 280 281 (fontified t org-category "manual" org-no-flyspell t > invisible org-link keymap (keymap ... ... ... ... ...) mouse-face > highlight font-lock-multiline t help-echo "LINK: > http://xquartz.macosforge.org/trac/wiki " rear-nonsticky (mouse-face > highlight keymap invisible intangible help-echo org-linked-text) face > org-link) 281 344 (fontified t org- > category "manual") 344 346 (fontified t org-category "manual" face > org- > level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) 346 > 362 (fontified t org-category "manual" face org-level-1) 362 365 > (fontified t org-category "manual") 365 366 (fontified t org-category > "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 366 > 432 (fontified t org-category "manual") 432 433 (fontified t org- > category "manual" keymap (keymap ... ... ... ... ...) mouse-face > highlight) 433 503 (fontified t org-category "manual") 503 711 > (fontified nil org-category "manual") 711 712 (fontified t org- > category "manual") 712 714 (fontified t org-category "manual" face > org- > level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) 714 > 748 (fontified t org-category "manual" face org-level-1) 748 751 > (fontified t org-category "manual") 751 752 (fontified t org-category > "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) 752 > 828 (fontified t org-category "manual") 828 829 (fontified t org- > category "manual" keymap (keymap ... ... ... ... ...) mouse-face > highlight) 829 902 (fontified t org-category "manual") 902 903 > (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) > mouse-face highlight) 903 923 (fontified t org-category "manual") 923 > 941 (fontified t org-category "manual" font-lock-fontified t > font-lock- > multiline t face org-meta-line) 941 1040 (fontified t org-category > "manual" font-lock-fontified t font-lock-multiline t face org-block) > 1040 1051 (fontified t org-category "manual" font-lock-fontified t > font-lock-multiline t face org-meta-line) 1051 1054 (fontified t org- > category "manual") 1054 1056 (fontified t org-category "manual" face > org-level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) > 1056 1075 (fontified t org-category "manual" face org-level-1) 1075 > 1077 (fontified t org-category "manual") 1077 1078 (fontified t org- > category "manual" face org-level-2 mouse-face highlight keymap (keymap > ... ... ... ... ...)) 1078 1080 (fontified t org-category "manual" > face org-level-2 mouse-face highlight keymap (keymap > ... ... ... ... ...)) 1080 1088 (fontified t org-category "manual" > face org-level-2) 1088 1092 (fontified t org-category "manual") 1092 > 1093 (fontified t org-category "manual" keymap (keymap > ... ... ... ... ...) mouse-face highlight) 1093 1145 (fontified t > org-category "manual") 1145 1146 (fontified t org- > category "manual" keymap (keymap ... ... ... ... ...) mouse-face > highlight) 1146 1212 (fontified t org-category "manual") 1212 4175 > (fontified nil org-category "manual") 4175 4178 (fontified t org- > category "manual") 4178 4179 (fontified t org-category "manual" keymap > (keymap ... ... ... ... ...) mouse-face highlight) 4179 4234 > (fontified t org-category "manual") 4234 4236 (fontified t org- > category "manual" face org-level-1 mouse-face highlight keymap (keymap > ... ... ... ... ...)) 4236 4250 (fontified t org-category "manual" > face org-level-1) 4250 4253 (fontified t org-category "manual") 4253 > 4254 (fontified t org-category "manual" keymap (keymap > ... ... ... ... ...) mouse-face highlight) 4254 4271 (fontified t > org-category "manual") 4271 4273 (fontified t org- > category "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: http://aquamacs.org/download.shtml" face org-link) > 4273 4308 (fontified t org-category "manual" org-no-flyspell t mouse- > face highlight face org-link keymap (keymap ... ... ... ... ...) > invisible org-link font-lock-multiline t help-echo "LINK: > http://aquamacs.org/download.shtml ") 4308 4309 (fontified t > org-category "manual" org-no-flyspell t mouse-face highlight face > org-link keymap (keymap ... ... ... ... ...) invisible org-link > font-lock-multiline t help-echo "LINK: > http://aquamacs.org/download.shtml " rear-nonsticky (mouse-face > highlight keymap invisible intangible help-echo org-linked-text)) > 4309 4316 (fontified t org-category "manual" org-no-flyspell t > mouse-face highlight face org-link keymap (keymap > ... ... ... ... ...) font-lock-multiline t help-echo "LINK: > http://aquamacs.org/download.shtml ") 4316 4317 (fontified t > org-category "manual" org-no-flyspell t mouse-face highlight face > org-link keymap (keymap ... ... ... ... ...) rear-nonsticky > (mouse-face highlight keymap invisible intangible help- > echo org-linked-text) font-lock-multiline t help-echo "LINK: > http://aquamacs.org/download.shtml > ") 4317 4326 (fontified t org-category "manual" org-no-flyspell t > keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- > multiline t help-echo "LINK: http://aquamacs.org/download.shtml" face > org-link) 4326 4327 (fontified t org-category "manual" org-no-flyspell > t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- > multiline t help-echo "LINK: http://aquamacs.org/download.shtml" rear- > nonsticky (mouse-face highlight keymap invisible intangible help-echo > org-linked-text) face org-link) 4327 4328 (fontified t org-category > "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: http://aquamacs.org/download.shtml" face org-link) > 4328 4329 (fontified t org-category "manual" org-no-flyspell t > invisible org-link keymap (keymap ... ... ... ... ...) mouse-face > highlight font-lock-multiline t help-echo "LINK: > http://aquamacs.org/download.shtml " rear-nonsticky (mouse-face > highlight keymap invisible intangible help-echo org-linked-text) face > org-link) 4329 4471 (fontified t org- > category "manual") 4471 4472 (fontified t org-category "manual" keymap > (keymap ... ... ... ... ...) mouse-face highlight) 4472 4473 > (fontified t org-category "manual") 4473 4475 (fontified t org- > category "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: http://aquamacs.org/download.shtml" face org-link) > 4475 4510 (fontified t org-category "manual" org-no-flyspell t mouse- > face highlight face org-link keymap (keymap ... ... ... ... ...) > invisible org-link font-lock-multiline t help-echo "LINK: > http://aquamacs.org/download.shtml ") 4510 4511 (fontified t > org-category "manual" org-no-flyspell t mouse-face highlight face > org-link keymap (keymap ... ... ... ... ...) invisible org-link > font-lock-multiline t help-echo "LINK: > http://aquamacs.org/download.shtml " rear-nonsticky (mouse-face > highlight keymap invisible intangible help-echo org-linked-text)) > 4511 4518 (fontified t org-category "manual" org-no-flyspell t > mouse-face highlight face org-link keymap (keymap > ... ... ... ... ...) font-lock-multiline t help-echo "LINK: > http://aquamacs.org/download.shtml ") 4518 4519 (fontified t > org-category "manual" org-no-flyspell t mouse-face highlight face > org-link keymap (keymap ... ... ... ... ...) rear-nonsticky > (mouse-face highlight keymap invisible intangible help- > echo org-linked-text) font-lock-multiline t help-echo "LINK: > http://aquamacs.org/download.shtml > ") 4519 4522 (fontified t org-category "manual" org-no-flyspell t > keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- > multiline t help-echo "LINK: http://aquamacs.org/download.shtml" face > org-link) 4522 4523 (fontified t org-category "manual" org-no-flyspell > t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- > multiline t help-echo "LINK: http://aquamacs.org/download.shtml" rear- > nonsticky (mouse-face highlight keymap invisible intangible help-echo > org-linked-text) face org-link) 4523 4524 (fontified t org-category > "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: http://aquamacs.org/download.shtml" face org-link) > 4524 4525 (fontified t org-category "manual" org-no-flyspell t > invisible org-link keymap (keymap ... ... ... ... ...) mouse-face > highlight font-lock-multiline t help-echo "LINK: > http://aquamacs.org/download.shtml " rear-nonsticky (mouse-face > highlight keymap invisible intangible help-echo org-linked-text) face > org-link) 4525 4626 (fontified t org- > category "manual") 4626 4627 (fontified t org-category "manual" keymap > (keymap ... ... ... ... ...) mouse-face highlight) 4627 4646 > (fontified t org-category "manual") 4646 4648 (fontified t org- > category "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html" face > org-link) 4648 4694 (fontified t org-category "manual" org-no-flyspell > t mouse-face highlight face org-link keymap (keymap > ... ... ... ... ...) invisible org-link font-lock-multiline t > help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html") 4694 > 4695 (fontified t org-category "manual" org-no-flyspell t mouse-face > highlight face org-link keymap (keymap ... ... ... ... ...) invisible > org-link font-lock-multiline t help-echo "LINK: > http://homepage.mac.com/zenitani/emacs-e.html " rear-nonsticky > (mouse-face highlight keymap invisible intangible help-echo > org-linked-text)) 4695 4700 (fontified t org-category "manual" > org-no-flyspell t mouse-face highlight face org-link keymap (keymap > ... ... ... ... ...) font-lock-multiline t help-echo "LINK: > http://homepage.mac.com/zenitani/emacs-e.html ") 4700 4701 (fontified > t org-category "manual" org-no-flyspell t mouse-face highlight face > org-link keymap (keymap ... ... ... ... ...) rear-nonsticky > (mouse-face highlight keymap invisible intangible help- > echo org-linked-text) font-lock-multiline t help-echo "LINK: > http://homepage.mac.com/zenitani/emacs-e.html > ") 4701 4706 (fontified t org-category "manual" org-no-flyspell t > keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- > multiline t help-echo "LINK: > http://homepage.mac.com/zenitani/emacs-e.html > " face org-link) 4706 4707 (fontified t org-category "manual" org-no- > flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight > font-lock-multiline t help-echo "LINK: > http://homepage.mac.com/zenitani/emacs-e.html " rear-nonsticky > (mouse-face highlight keymap invisible intangible help-echo > org-linked-text) face org-link) 4707 4708 (fontified t org- > category "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html" face > org-link) 4708 4709 (fontified t org-category "manual" org-no-flyspell > t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face > highlight font-lock-multiline t help-echo "LINK: > http://homepage.mac.com/zenitani/emacs-e.html " rear-nonsticky > (mouse-face highlight keymap invisible intangible help-echo > org-linked-text) face org-link) 4709 4746 (fontified t org- > category "manual") 4746 4817 (fontified nil org-category "manual") > 4817 4831 (fontified t org-category "manual") 4831 4833 (fontified t > org-category "manual" face org-level-1 mouse-face highlight keymap > (keymap ... ... ... ... ...)) 4833 4841 (fontified t org-category > "manual" face org-level-1) 4841 4844 (fontified t org-category > "manual") 4844 4845 (fontified t org-category "manual" keymap (keymap > ... ... ... ... ...) mouse-face highlight) 4845 4898 (fontified t > org-category "manual") 4898 4900 (fontified t org- > category "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: http://inkscape.modevia.com/macosx-snap/%3FM%3DD" > face org-link) 4900 4949 (fontified t org-category "manual" org-no- > flyspell t mouse-face highlight face org-link keymap (keymap > ... ... ... ... ...) invisible org-link font-lock-multiline t > help-echo "LINK: http://inkscape.modevia.com/macosx-snap/%3FM%3DD") > 4949 4950 (fontified t org-category "manual" org-no-flyspell t mouse- > face highlight face org-link keymap (keymap ... ... ... ... ...) > invisible org-link font-lock-multiline t help-echo "LINK: > http://inkscape.modevia.com/macosx-snap/%3FM%3DD " rear-nonsticky > (mouse-face highlight keymap invisible intangible help-echo > org-linked-text)) 4950 4953 (fontified t org-category "manual" > org-no-flyspell t mouse-face highlight face org-link keymap (keymap > ... ... ... ... ...) font-lock-multiline t help-echo "LINK: > http://inkscape.modevia.com/macosx-snap/%3FM%3DD ") 4953 4954 > (fontified t org-category "manual" org-no-flyspell t mouse-face > highlight face org-link keymap (keymap ... ... ... ... ...) > rear-nonsticky (mouse-face highlight keymap invisible intangible help- > echo org-linked-text) font-lock-multiline t help-echo "LINK: > http://inkscape.modevia.com/macosx-snap/%3FM%3DD > ") 4954 4955 (fontified t org-category "manual" org-no-flyspell t > invisible org-link keymap (keymap ... ... ... ... ...) mouse-face > highlight font-lock-multiline t help-echo "LINK: > http://inkscape.modevia.com/macosx-snap/%3FM%3DD " face org-link) 4955 > 4956 (fontified t org-category "manual" org-no- > flyspell t invisible org-link keymap (keymap ... ... ... ... ...) > mouse-face highlight font-lock-multiline t help-echo "LINK: > http://inkscape.modevia.com/macosx-snap/%3FM%3DD " rear-nonsticky > (mouse-face highlight keymap invisible intangible help-echo > org-linked-text) face org-link) 4956 5148 (fontified t org- > category "manual") 5148 5149 (fontified t org-category "manual" keymap > (keymap ... ... ... ... ...) mouse-face highlight) 5149 5170 > (fontified t org-category "manual") 5170 5172 (fontified t org- > category "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: http://en.flossmanuals.net/Inkscape" face org-link) > 5172 5208 (fontified t org-category "manual" org-no-flyspell t mouse- > face highlight face org-link keymap (keymap ... ... ... ... ...) > invisible org-link font-lock-multiline t help-echo "LINK: > http://en.flossmanuals.net/Inkscape ") 5208 5209 (fontified t > org-category "manual" org-no-flyspell t mouse-face highlight face > org-link keymap (keymap ... ... ... ... ...) invisible org-link > font-lock-multiline t help-echo "LINK: > http://en.flossmanuals.net/Inkscape " rear-nonsticky (mouse-face > highlight keymap invisible intangible help-echo org-linked-text)) > 5209 5215 (fontified t org-category "manual" org-no-flyspell t > mouse-face highlight face org-link keymap (keymap > ... ... ... ... ...) font-lock-multiline t help-echo "LINK: > http://en.flossmanuals.net/Inkscape ") 5215 5216 (fontified t > org-category "manual" org-no-flyspell t mouse-face highlight face > org-link keymap (keymap ... ... ... ... ...) rear-nonsticky > (mouse-face highlight keymap invisible intangible help- > echo org-linked-text) font-lock-multiline t help-echo "LINK: > http://en.flossmanuals.net/Inkscape > ") 5216 5222 (fontified t org-category "manual" org-no-flyspell t > keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- > multiline t help-echo "LINK: http://en.flossmanuals.net/Inkscape" face > org-link) 5222 5223 (fontified t org-category "manual" org-no-flyspell > t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- > multiline t help-echo "LINK: http://en.flossmanuals.net/Inkscape" > rear- > nonsticky (mouse-face highlight keymap invisible intangible help-echo > org-linked-text) face org-link) 5223 5224 (fontified t org-category > "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: http://en.flossmanuals.net/Inkscape" face org-link) > 5224 5225 (fontified t org-category "manual" org-no-flyspell t > invisible org-link keymap (keymap ... ... ... ... ...) mouse-face > highlight font-lock-multiline t help-echo "LINK: > http://en.flossmanuals.net/Inkscape " rear-nonsticky (mouse-face > highlight keymap invisible intangible help-echo org-linked-text) face > org-link) 5225 5229 (fontified t org- > category "manual") 5229 5230 (fontified t org-category "manual" keymap > (keymap ... ... ... ... ...) mouse-face highlight) 5230 5256 > (fontified t org-category "manual") 5256 5258 (fontified t org- > category "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: > http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html " face > org-link) 5258 5314 (fontified t org-category "manual" org-no- > flyspell t mouse-face highlight face org-link keymap (keymap > ... ... ... ... ...) invisible org-link font-lock-multiline t > help-echo "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/ > index.html") 5314 5315 (fontified t org-category "manual" org-no- > flyspell t mouse-face highlight face org-link keymap (keymap > ... ... ... ... ...) invisible org-link font-lock-multiline t > help-echo "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/ > index.html" rear-nonsticky (mouse-face highlight keymap invisible > intangible help-echo org-linked-text)) 5315 5322 (fontified t org- > category "manual" org-no-flyspell t mouse-face highlight face org-link > keymap (keymap ... ... ... ... ...) font-lock-multiline t help-echo > "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html") 5322 > 5323 (fontified t org-category "manual" org-no-flyspell t mouse-face > highlight face org-link keymap (keymap ... ... ... ... ...) rear- > nonsticky (mouse-face highlight keymap invisible intangible help-echo > org-linked-text) font-lock-multiline t help-echo "LINK: > http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html ") 5323 5357 > (fontified t org-category "manual" org-no-flyspell t keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock- > multiline t help-echo "LINK: > http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html > " face org-link) 5357 5358 (fontified t org-category "manual" org-no- > flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight > font-lock-multiline t help-echo "LINK: > http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html " > rear-nonsticky (mouse-face highlight keymap invisible intangible > help-echo org-linked-text) face org-link) 5358 5359 (fontified t org- > category "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: > http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html " face > org-link) 5359 5360 (fontified t org-category "manual" org-no- > flyspell t invisible org-link keymap (keymap ... ... ... ... ...) > mouse-face highlight font-lock-multiline t help-echo "LINK: > http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html " > rear-nonsticky (mouse-face highlight keymap invisible intangible > help-echo org-linked-text) face org-link) 5360 5362 (fontified t org- > category "manual") 5362 6184 (fontified nil org-category "manual") > 6184 6185 (fontified t org-category "manual") 6185 6187 (fontified t > org-category "manual" face org-level-1 mouse-face highlight keymap > (keymap ... ... ... ... ...)) 6187 6191 (fontified t org-category > "manual" face org-level-1) 6191 6195 (fontified t org-category > "manual") 6195 6196 (fontified t org-category "manual" keymap (keymap > ... ... ... ... ...) mouse-face highlight) 6196 6296 (fontified t > org-category "manual") 6296 6298 (fontified t org- > category "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: http://gimp-savvy.com/BOOK/index.html" face org- > link) 6298 6336 (fontified t org-category "manual" org-no-flyspell t > mouse-face highlight face org-link keymap (keymap ... ... ... ... ...) > invisible org-link font-lock-multiline t help-echo "LINK: > http://gimp-savvy.com/BOOK/index.html ") 6336 6337 (fontified t > org-category "manual" org-no-flyspell t mouse-face highlight face > org-link keymap (keymap ... ... ... ... ...) invisible org-link > font-lock-multiline t help-echo "LINK: > http://gimp-savvy.com/BOOK/index.html " rear-nonsticky (mouse-face > highlight keymap invisible intangible help-echo org-linked-text)) > 6337 6344 (fontified t org-category "manual" org-no-flyspell t > mouse-face highlight face org-link keymap (keymap > ... ... ... ... ...) font-lock-multiline t help-echo "LINK: > http://gimp-savvy.com/BOOK/index.html ") 6344 6345 (fontified t > org-category "manual" org-no-flyspell t mouse-face highlight face > org-link keymap (keymap ... ... ... ... ...) rear-nonsticky > (mouse-face highlight keymap invisible intangible help- > echo org-linked-text) font-lock-multiline t help-echo "LINK: > http://gimp-savvy.com/BOOK/index.html > ") 6345 6353 (fontified t org-category "manual" org-no-flyspell t > keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- > multiline t help-echo "LINK: http://gimp-savvy.com/BOOK/index.html" > face org-link) 6353 6354 (fontified t org-category "manual" org-no- > flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight > font-lock-multiline t help-echo "LINK: > http://gimp-savvy.com/BOOK/index.html " rear-nonsticky (mouse-face > highlight keymap invisible intangible help-echo org-linked-text) face > org-link) 6354 6355 (fontified t org- > category "manual" org-no-flyspell t invisible org-link keymap (keymap > ... ... ... ... ...) mouse-face highlight font-lock-multiline t > help-echo "LINK: http://gimp-savvy.com/BOOK/index.html" face org- > link) 6355 6356 (fontified t org-category "manual" org-no-flyspell t > invisible org-link keymap (keymap ... ... ... ... ...) mouse-face > highlight font-lock-multiline t help-echo "LINK: > http://gimp-savvy.com/BOOK/index.html " rear-nonsticky (mouse-face > highlight keymap invisible intangible help-echo org-linked-text) face > org-link) 6356 6358 (fontified t org- > category "manual") 6358 6360 (fontified t org-category "manual" face > org-level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) > 6360 6363 (fontified t org-category "manual" face org-level-1) 6363 > 6366 (fontified t org-category "manual") 6366 6367 (fontified t org- > category "manual" keymap (keymap ... ... ... ... ...) mouse-face > highlight) 6367 6464 (fontified t org-category "manual") 6464 6465 > (fontified t org-category "manual" keymap (keymap ... ... ... ... ...) > mouse-face highlight) 6465 6565 (fontified t org-category "manual") > 6565 6566 (fontified t org-category "manual" face org-level-2 mouse- > face highlight keymap (keymap ... ... ... ... ...)) 6566 6568 > (fontified t org-category "manual" face org-level-2 mouse-face > highlight keymap (keymap ... ... ... ... ...)) 6568 6577 (fontified t > org-category "manual" face org-level-2) 6577 6579 (fontified t org- > category "manual" face org-link org-no-flyspell t invisible org-link > keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- > multiline t help-echo "LINK: > http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 > ") 6579 6647 (fontified t org-category "manual" face org-link org-no- > flyspell t mouse-face highlight keymap (keymap ... ... ... ... ...) > invisible org-link font-lock-multiline t help-echo "LINK: > http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 ") > 6647 6648 (fontified t org-category "manual" face org-link org-no- > flyspell t mouse-face highlight keymap (keymap ... ... ... ... ...) > invisible org-link font-lock-multiline t help-echo "LINK: > http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 " > rear-nonsticky (mouse-face highlight keymap invisible intangible > help-echo org-linked-text)) 6648 6650 (fontified t org-category > "manual" face org-link org-no-flyspell t mouse-face highlight keymap > (keymap ... ... ... ... ...) font-lock-multiline t help-echo "LINK: > http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 ") > 6650 6651 (fontified t org-category "manual" face org-link org-no- > flyspell t mouse-face highlight keymap (keymap ... ... ... ... ...) > rear-nonsticky (mouse-face highlight keymap invisible intangible help- > echo org-linked-text) font-lock-multiline t help-echo "LINK: > http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 > ") 6651 6659 (fontified t org-category "manual" face org-link org-no- > flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight > font-lock-multiline t help-echo "LINK: > http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 ") > 6659 6660 (fontified t org-category "manual" face org-link org-no- > flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight > font-lock-multiline t help-echo "LINK: > http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 " > rear-nonsticky (mouse-face highlight keymap invisible intangible > help-echo org-linked-text)) 6660 6661 (fontified t org-category > "manual" face org-link org-no-flyspell t invisible org-link keymap > (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline > t help-echo "LINK: > http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 ") > 6661 6662 (fontified t org-category "manual" face org-link org-no- > flyspell t invisible org-link keymap (keymap ... ... ... ... ...) > mouse-face highlight font-lock-multiline t help-echo "LINK: > http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 " > rear-nonsticky (mouse-face highlight keymap invisible intangible > help-echo org-linked-text)) 6662 6666 (fontified t org-category > "manual") 6666 6667 (fontified t org-category "manual" keymap (keymap > ... ... ... ... ...) mouse-face highlight) 6667 6706 (fontified t > org-category "manual") 6706 7208 (fontified nil org- > category "manual") 7208 7209 (fontified t org-category "manual") 7209 > 7211 (fontified t org-category "manual" face org-level-1 mouse-face > highlight keymap (keymap ... ... ... ... ...)) 7211 7219 (fontified t > org-category "manual" face org-level-1) 7219 7222 (fontified t org- > category "manual")) :emph-multiline t :for-html t :skip-before-1st- > heading nil :drawers nil :todo-keywords t :tags not-in-toc :priority > nil :footnotes t :timestamps t :archived-trees headline :select-tags > ("export") :exclude-tags ("noexport") :add-text nil :LaTeX-fragments > nil) > org-export-as-html(nil nil (:buffer-will-be-killed t :base- > directory "/Users/dk/org/tsdye/software/" :base-extension "org" > :publishing-directory "/Users/dk/Sites/tsdye2/employee/guides/ > software/" :publishing-function org-publish-org-to-html :section- > numbers nil :table-of-contents "yes" :index-title "Software Manual" > :style "<link rel=\"stylesheet\"\nhref=\"http://orgmode.org/org.css > \"\ntype=\"text/css\"/>") nil nil "/Users/dk/Sites/tsdye2/employee/ > guides/software/") > org-publish-org-to("html" (:base-directory "/Users/dk/org/tsdye/ > software/" :base-extension "org" :publishing-directory "/Users/dk/ > Sites/tsdye2/employee/guides/software/" :publishing-function org- > publish-org-to-html :section-numbers nil :table-of-contents "yes" > :index-title "Software Manual" :style "<link rel=\"stylesheet > \"\nhref=\"http://orgmode.org/org.css\"\ntype=\"text/css\"/>") > "/Users/ dk/org/tsdye/software/manual.org" > "/Users/dk/Sites/tsdye2/employee/ guides/software/") > org-publish-org-to-html((:base-directory "/Users/dk/org/tsdye/ > software/" :base-extension "org" :publishing-directory "/Users/dk/ > Sites/tsdye2/employee/guides/software/" :publishing-function org- > publish-org-to-html :section-numbers nil :table-of-contents "yes" > :index-title "Software Manual" :style "<link rel=\"stylesheet > \"\nhref=\"http://orgmode.org/org.css\"\ntype=\"text/css\"/>") > "/Users/ dk/org/tsdye/software/manual.org" > "/Users/dk/Sites/tsdye2/employee/ guides/software/") > org-publish-file("/Users/dk/org/tsdye/software/ > manual.org" ("software-guides" :base-directory "/Users/dk/org/tsdye/ > software/" :base-extension "org" :publishing-directory "/Users/dk/ > Sites/tsdye2/employee/guides/software/" :publishing-function org- > publish-org-to-html :section-numbers nil :table-of-contents "yes" > :index-title "Software Manual" :style "<link rel=\"stylesheet > \"\nhref=\"http://orgmode.org/org.css\"\ntype=\"text/css\"/>")) > #[(project) "\bA\x19\306 \307\"\x1a\306 \310\"^[\306 > \311\"\206\x15 > Sites/tsdye2/employee/guides/software/" :publishing-function org- > publish-org-to-html :section-numbers nil :table-of-contents "yes" > :index-title "Software Manual" :style "<link rel=\"stylesheet > \"\nhref=\"http://orgmode.org/org.css\"\ntype=\"text/css\"/>")) > mapc(#[(project) "\bA\x19\306 \307\"\x1a\306 \310\"^[\306 > \311\"\206\x15 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Symbol's value as variable is void 2010-01-28 0:37 ` Nick Dokos @ 2010-01-28 0:52 ` Thomas S. Dye 2010-01-28 22:15 ` Nick Dokos 0 siblings, 1 reply; 6+ messages in thread From: Thomas S. Dye @ 2010-01-28 0:52 UTC (permalink / raw) To: nicholas.dokos; +Cc: emacs-orgmode emacs-orgmode Thanks Nick, Perhaps that is the relevant commit. I'm pretty sure it was made subsequent to my last successful export. All the best, Tom On Jan 27, 2010, at 2:37 PM, Nick Dokos wrote: > I took a quick look but I don't know what's wrong: Eric S. will have > to take a look, > but this commit seems relevant: > > commit d154f2794741275a41d4631892335d581d7da27a > Author: Eric Schulte <schulte.eric@gmail.com> > Date: Mon Jan 18 13:03:36 2010 -0700 > > babel: no longer overwriting non-babel src blocks org-exp-blocks: > adding progress-marker local variable > > the progress-marker local variable set inside of a let in > org-exp-blocks is used to constrain searches in org-babel-exp to > ensure that a babel block doesn't overwrite non-babel src blocks > > Nick > > Thomas S. Dye <tsd@tsdye.com> wrote: > >> >> On Jan 27, 2010, at 1:42 PM, Nick Dokos wrote: >> >>> Thomas S. Dye <tsd@tsdye.com> wrote: >>> >>>> Aloha all, >>>> >>>> I haven't published to HTML in a while. In the interim, I've re- >>>> located several .org files and >>>> updated both Org-mode and Org-babel. >>>> >>>> When I try to publish a project, I end up with an error message and >>>> this in *Messages*: >>>> >>>> Publishing file /Users/dk/org/tsdye/software/manual.org using `org- >>>> publish-org-to-html' >>>> Exporting... >>>> org-babel-exp processing... >>>> and: Symbol's value as variable is void: progress-marker >>>> >>> >>> Set debug-on-error to t and try the export again. Then post the >>> backtrace. >>> >>> HTH, >>> Nick >> >> Aloha Nick, >> >> Here it is: >> >> Debugger entered--Lisp error: (void-variable progress-marker) >> (re-search-backward org-babel-src-block-regexp progress-marker t) >> (and (re-search-backward org-babel-src-block-regexp progress-marker >> t) (setq progress-marker (match-end 0)) (org-babel-exp-do-export >> (org- >> babel-get-src-block-info) (quote block))) >> (or (and (re-search-backward org-babel-src-block-regexp progress- >> marker t) (setq progress-marker ...) (org-babel-exp-do- >> export ... ...)) (save-excursion (forward-line 0) (and ... ... ...)) >> (and (re-search-backward org-block-regexp progress-marker t) (setq >> progress-marker ...) (match-string 0)) (error "Unmatched block [bug >> in >> `org-babel-exp-src-blocks'].")) >> org-babel-exp-src-blocks(#("software_update -h\nsoftware_update -- >> help" 0 41 (fontified nil org-category "manual")) #("bash" 0 4 (org- >> category "manual" fontified nil))) >> apply(org-babel-exp-src-blocks #("software_update -h >> \nsoftware_update --help" 0 41 (fontified nil org-category "manual")) >> #("bash" 0 4 (org-category "manual" fontified nil))) >> byte-code("\306\307\211\211\211\211\211\211\211\x18\x19\x1a^[\x1c\x1d\x1e#\x1e$\x1e%\310\311! >> \211\x1e&\205 " [save-match-data-internal set-match-data >> evaporate] 3)) org-split-string 3 "[ ]+" 4 "-i" ((byte-code >> "\301\b\302\"\207" [save-match-data-internal set-match-data evaporate] >> 3)) org-remove-indentation ((byte-code "\301\b\302\"\207" [save-match- >> data-internal set-match-data evaporate] 3)) 0 assoc replace-match >> ((byte-code "\301\b\302\"\207" [save-match-data-internal >> set-match-data evaporate] 3)) "" apply indent-code-rigidly >> indentation types case- >> fold-search --cl-letf-bound-- --cl-letf-save-- save-match-data- >> internal org-src-preserve-indentation org-export-blocks x org-export- >> blocks-witheld] 10) >> org-export-blocks-preprocess() >> run-hooks(org-export-preprocess-hook) >> org-export-preprocess-string(#("#+TITLE: T. S. Dye & Colleagues On- >> line Software Manual\n\n* Mac OS X\n - You can update Mac OS X on >> the company computer you administer.\n - You will need to follow >> an operating system update by \n reinstalling the [[http://xquartz.macosforge.org/trac/wiki >> ][X11 windowing system]]. Otherwise, Inkscape,\n GIMP, and >> Gnumeric won't be happy.\n* software\\_update\n - Company software >> is updated over the Internet from a terminal.\n - You can see >> the various options by issuing either of these commands:\n\n # >> +BEGIN_SRC bash\n software_update -h\n software_update --help >> \n #+END_SRC\n \n - Typically, you will update company software >> during a staff \n meeting or when you receive an email with >> instructions.\n\n* upload\\_project, download\\_project\n - We >> collaborate on our report writing by sharing files over the >> Internet.\n - Use this method whenever possible instead of >> sending files via email.\n - You can get help:\n\n #+BEGIN_SRC >> bash\n upload_project -h\n upload_project > --help\n download_project -h\n download_project --help\n # > +END_SRC\n\n\n* Project directories\n\n** Preamble\n - All > projects have the same directory structure.\n - You create the > directory structure with the make-project script,\n which runs > in the terminal.\n#+BEGIN_SRC bash\n make-project -h\n make- > project -- >> help\n make-project -n ARDEL_data_recovery 135\n#+END_SRC\n\n** >> correspondence\n - Holds all incoming and outgoing >> correspondence. \n*** envelope\n - Make envelopes using >> tsd\\_env.tex.\n*** fax \n - Make fax cover sheets with >> tsd\\_fax\\_shell.tex.\n*** incoming \n - Keep incoming >> correspondence here.\n - For larger projects, you might want to >> add subdirectories for\n documents, letters, email messages, >> etc.\n*** letter\n - Make letters on company letterhead with >> tsd\\_letter\\_shell.tex.\n** data\n - Used for data files, >> including spreadsheets, R data objects, SQL\n queries, >> etc. \n\n*** org\n - Holds the project org-mode file\n** figure\n >> - >> Holds report figures, typically pdf or png files produced by >> Inkscape. >> \n - This directory should only hold files for figures that appear >> in >> \n the report.\n - Do not create subdirectories here, do it in >> scans instead.\n*** scans\n - Place scans of field drawings here, >> along with any intermediate\n files used to create report >> figures. \n - Most of your work creating report figures will take >> place here. \n - You can create folders here.\n*** html\n - >> Holds reduced- >> size copies of report figures suitable for viewing\n in a web >> browser.\n - These files are typically generated automatically. >> \n** >> map\n - Holds report maps, typically pdf or png files produced by >> ArcGIS\n or Inkscape.\n - Do not create subdirectories here, do >> it in scans instead.\n*** scans\n - Place scans of field maps >> here, >> along with any intermediate\n files used to create report >> maps. \n - Most of your work creating report maps will take place >> here. \n - You can create folders here.\n*** html\n - Holds >> reduced- >> size copies of report maps suitable for viewing\n in a web >> browser.\n - These files are typically generated automatically.\n >> \n** other\\_deliverables\n - Some projects require plans or other >> documents, in addition to a\n final report.\n - This directory >> can hold those deliverables so the report\n directory doesn't >> have >> to hold too many files.\n** photo\n - Holds report photos, suitably >> cropped and possibly annotated in GIMP.\n - Do not create >> subdirectories here, do it in originals instead.\n\n*** html\n - >> Holds reduced-size images of report photos suitable for viewing\n >> in a web browser.\n - These files are typically generated >> automatically.\n*** originals\n - This is the directory for >> original field photos.\n - It is a good idea to make >> subdirectories >> here for each of the\n cameras used in a field project and >> download photos from each\n camera to its own subdirectory.\n >> - A typical workflow uses GIMP to load an image from one of the\n >> subdirectories and saves the edited GIMP xcf file here.\n - You >> can >> create folders here.\n** project\n - Holds project-related files >> for >> senior personnel\n** report\n - Holds all LaTeX files for the final >> report.\n - You will do almost all your writing and editing here. >> \n* >> Aquamacs/Emacs\n - You can upgrade [[http://aquamacs.org/ >> download.shtml][Aquamacs Emacs 1.x]] and expect something similar to >> \n what you are using now. Your settings won't be affected by the >> \n upgrade. It is based on emacs 22.\n - >> [[http://aquamacs.org/download.shtml ][Aquamacs 2.x]] is a preview >> release. It fixes the reftex problem in \n Aquamacs 1.x. It is >> based on emacs 23.\n - An alternative is >> [[http://homepage.mac.com/zenitani/emacs-e.html ][Carbon Emacs]], >> which doesn't try to look and feel\n like a Mac application. It >> runs reftex perfectly. It is based on\n emacs 22.\n* Inkscape\n >> - The latest Inkscape for OS X 10.5 can be downloaded >> [[http://inkscape.modevia.com/macosx-snap/%3FM%3DD] [here]]. This >> is\n a development version of Inkscape and might not be stable. >> It\n should be installed in the Applications folder after you >> have\n renamed the current Inkscape application.\n - >> Inkscape now has an [[http://en.flossmanuals.net/Inkscape][on-line >> manual]].\n - Tavmjong Bah has written >> [[http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html ][Inkscape: >> Guide to a Vector Drawing Program]].\n\n** Profile drawings \n - A >> satisfactory profile drawing results when care is taken to: \n - >> determine ahead of time the size the profile drawing will be \n >> reproduced in the document; \n - reproduce the profile at a scale >> similar to other profile\n drawings in the document;\n - >> choose the appropriate font and font size for labels and legend;\n >> - use separate layers for the main elements of the profile\n >> drawing; and\n - use guides and snapping to establish the borders >> of the drawing.\n\n** Symbol libraries\n - >> [[file:support_files/IAN/] [Integrated Application Network]]\n - >> [[file:support_files/ Map_symbols_US_NPS.svg][NPS map symbols]] >> \n - >> [[file:support_files/ MapSymbols_other_US_NPS.svg][Other NPS map >> symbols]] \n - >> [[file:support_files/Maps_template-en.svg][Map template]] (good N >> arrow)\n\n* GIMP\n\n - A good book on Gimp basics, written for an >> earlier version of the\n program but still useful, is >> [[http://gimp-savvy.com/BOOK/index.html ][Grokking the Gimp]].\n* >> Git\n - Git is version control system that we use to help manage\n >> collaborative work on a project.\n - Other than downloading to your >> computer and setting up, its work\n should be transparent to >> you.\n** Download >> [[http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 >> ][Git software]]\n - Follow the installation instructions.\n - >> Check that git installed successfully:\n\n #+BEGIN_SRC bash\n >> which git\n #+END_SRC\n - should return /usr/local/git/bin/git >> \n - if it returns silently, then git did not install >> successfully. \n\n** First-time GIT setup\n - In the shell, issue >> these commands:\n \n #+BEGIN_SRC bash\n git config --global >> user.name \"YOUR NAME \"\n git config --global user.email XXX@tsdye2.com >> \n git config -- >> global core.editor >> \"/Applications/TextEdit.app/contents/MacOS/TextEdit >> \"\n git config --list\n #+END_SRC\n\n* Gnumeric\n\n\n" 0 55 >> (fontified t org-category "manual" face org-meta-line font-lock- >> fontified t) 55 57 (fontified t org-category "manual") 57 59 >> (fontified t org-category "manual" face org-level-1 mouse-face >> highlight keymap (keymap ... ... ... ... ...)) 59 67 (fontified t >> org- >> category "manual" face org-level-1) 67 70 (fontified t org-category >> "manual") 70 71 (fontified t org-category "manual" keymap (keymap >> ... ... ... ... ...) mouse-face highlight) 71 138 (fontified t >> org-category "manual") 138 139 (fontified t org-category "manual" >> keymap (keymap ... ... ... ... ...) mouse-face highlight) 139 216 >> (fontified t org-category "manual") 216 218 (fontified t org-category >> "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: http://xquartz.macosforge.org/trac/wiki" face org- >> link) 218 258 (fontified t org-category "manual" org-no-flyspell t >> mouse-face highlight face org-link keymap >> (keymap ... ... ... ... ...) >> invisible org-link font-lock-multiline t help-echo "LINK: >> http://xquartz.macosforge.org/trac/wiki ") 258 259 (fontified t >> org-category "manual" org-no-flyspell t mouse- >> face highlight face org-link keymap (keymap ... ... ... ... ...) >> invisible org-link font-lock-multiline t help-echo "LINK: >> http://xquartz.macosforge.org/trac/wiki " rear-nonsticky (mouse-face >> highlight keymap invisible intangible help-echo org-linked-text)) >> 259 >> 261 (fontified t org-category "manual" org-no-flyspell t mouse-face >> highlight face org-link keymap (keymap ... ... ... ... ...) >> font-lock-multiline t help-echo "LINK: >> http://xquartz.macosforge.org/trac/wiki ") 261 262 (fontified t >> org-category "manual" org-no-flyspell t mouse- >> face highlight face org-link keymap (keymap ... ... ... ... ...) >> rear- >> nonsticky (mouse-face highlight keymap invisible intangible help-echo >> org-linked-text) font-lock-multiline t help-echo "LINK: >> http://xquartz.macosforge.org/trac/wiki ") 262 278 (fontified t >> org-category "manual" org-no-flyspell t keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: http://xquartz.macosforge.org/trac/wiki" face org- >> link) 278 279 (fontified t org-category "manual" org-no-flyspell t >> keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- >> multiline t help-echo "LINK: http://xquartz.macosforge.org/trac/wiki" >> rear-nonsticky (mouse-face highlight keymap invisible intangible >> help- >> echo org-linked-text) face org-link) 279 280 (fontified t org- >> category >> "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: http://xquartz.macosforge.org/trac/wiki" face org- >> link) 280 281 (fontified t org-category "manual" org-no-flyspell t >> invisible org-link keymap (keymap ... ... ... ... ...) mouse-face >> highlight font-lock-multiline t help-echo "LINK: >> http://xquartz.macosforge.org/trac/wiki " rear-nonsticky (mouse-face >> highlight keymap invisible intangible help-echo org-linked-text) >> face >> org-link) 281 344 (fontified t org- >> category "manual") 344 346 (fontified t org-category "manual" face >> org- >> level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) 346 >> 362 (fontified t org-category "manual" face org-level-1) 362 365 >> (fontified t org-category "manual") 365 366 (fontified t org-category >> "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) >> 366 >> 432 (fontified t org-category "manual") 432 433 (fontified t org- >> category "manual" keymap (keymap ... ... ... ... ...) mouse-face >> highlight) 433 503 (fontified t org-category "manual") 503 711 >> (fontified nil org-category "manual") 711 712 (fontified t org- >> category "manual") 712 714 (fontified t org-category "manual" face >> org- >> level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) 714 >> 748 (fontified t org-category "manual" face org-level-1) 748 751 >> (fontified t org-category "manual") 751 752 (fontified t org-category >> "manual" keymap (keymap ... ... ... ... ...) mouse-face highlight) >> 752 >> 828 (fontified t org-category "manual") 828 829 (fontified t org- >> category "manual" keymap (keymap ... ... ... ... ...) mouse-face >> highlight) 829 902 (fontified t org-category "manual") 902 903 >> (fontified t org-category "manual" keymap >> (keymap ... ... ... ... ...) >> mouse-face highlight) 903 923 (fontified t org-category "manual") 923 >> 941 (fontified t org-category "manual" font-lock-fontified t >> font-lock- >> multiline t face org-meta-line) 941 1040 (fontified t org-category >> "manual" font-lock-fontified t font-lock-multiline t face org-block) >> 1040 1051 (fontified t org-category "manual" font-lock-fontified t >> font-lock-multiline t face org-meta-line) 1051 1054 (fontified t org- >> category "manual") 1054 1056 (fontified t org-category "manual" face >> org-level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) >> 1056 1075 (fontified t org-category "manual" face org-level-1) 1075 >> 1077 (fontified t org-category "manual") 1077 1078 (fontified t org- >> category "manual" face org-level-2 mouse-face highlight keymap >> (keymap >> ... ... ... ... ...)) 1078 1080 (fontified t org-category "manual" >> face org-level-2 mouse-face highlight keymap (keymap >> ... ... ... ... ...)) 1080 1088 (fontified t org-category "manual" >> face org-level-2) 1088 1092 (fontified t org-category "manual") 1092 >> 1093 (fontified t org-category "manual" keymap (keymap >> ... ... ... ... ...) mouse-face highlight) 1093 1145 (fontified t >> org-category "manual") 1145 1146 (fontified t org- >> category "manual" keymap (keymap ... ... ... ... ...) mouse-face >> highlight) 1146 1212 (fontified t org-category "manual") 1212 4175 >> (fontified nil org-category "manual") 4175 4178 (fontified t org- >> category "manual") 4178 4179 (fontified t org-category "manual" >> keymap >> (keymap ... ... ... ... ...) mouse-face highlight) 4179 4234 >> (fontified t org-category "manual") 4234 4236 (fontified t org- >> category "manual" face org-level-1 mouse-face highlight keymap >> (keymap >> ... ... ... ... ...)) 4236 4250 (fontified t org-category "manual" >> face org-level-1) 4250 4253 (fontified t org-category "manual") 4253 >> 4254 (fontified t org-category "manual" keymap (keymap >> ... ... ... ... ...) mouse-face highlight) 4254 4271 (fontified t >> org-category "manual") 4271 4273 (fontified t org- >> category "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: http://aquamacs.org/download.shtml" face org-link) >> 4273 4308 (fontified t org-category "manual" org-no-flyspell t mouse- >> face highlight face org-link keymap (keymap ... ... ... ... ...) >> invisible org-link font-lock-multiline t help-echo "LINK: >> http://aquamacs.org/download.shtml ") 4308 4309 (fontified t >> org-category "manual" org-no-flyspell t mouse-face highlight face >> org-link keymap (keymap ... ... ... ... ...) invisible org-link >> font-lock-multiline t help-echo "LINK: >> http://aquamacs.org/download.shtml " rear-nonsticky (mouse-face >> highlight keymap invisible intangible help-echo org-linked-text)) >> 4309 4316 (fontified t org-category "manual" org-no-flyspell t >> mouse-face highlight face org-link keymap (keymap >> ... ... ... ... ...) font-lock-multiline t help-echo "LINK: >> http://aquamacs.org/download.shtml ") 4316 4317 (fontified t >> org-category "manual" org-no-flyspell t mouse-face highlight face >> org-link keymap (keymap ... ... ... ... ...) rear-nonsticky >> (mouse-face highlight keymap invisible intangible help- >> echo org-linked-text) font-lock-multiline t help-echo "LINK: >> http://aquamacs.org/download.shtml >> ") 4317 4326 (fontified t org-category "manual" org-no-flyspell t >> keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- >> multiline t help-echo "LINK: http://aquamacs.org/download.shtml" face >> org-link) 4326 4327 (fontified t org-category "manual" org-no- >> flyspell >> t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- >> multiline t help-echo "LINK: http://aquamacs.org/download.shtml" >> rear- >> nonsticky (mouse-face highlight keymap invisible intangible help-echo >> org-linked-text) face org-link) 4327 4328 (fontified t org-category >> "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: http://aquamacs.org/download.shtml" face org-link) >> 4328 4329 (fontified t org-category "manual" org-no-flyspell t >> invisible org-link keymap (keymap ... ... ... ... ...) mouse-face >> highlight font-lock-multiline t help-echo "LINK: >> http://aquamacs.org/download.shtml " rear-nonsticky (mouse-face >> highlight keymap invisible intangible help-echo org-linked-text) >> face >> org-link) 4329 4471 (fontified t org- >> category "manual") 4471 4472 (fontified t org-category "manual" >> keymap >> (keymap ... ... ... ... ...) mouse-face highlight) 4472 4473 >> (fontified t org-category "manual") 4473 4475 (fontified t org- >> category "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: http://aquamacs.org/download.shtml" face org-link) >> 4475 4510 (fontified t org-category "manual" org-no-flyspell t mouse- >> face highlight face org-link keymap (keymap ... ... ... ... ...) >> invisible org-link font-lock-multiline t help-echo "LINK: >> http://aquamacs.org/download.shtml ") 4510 4511 (fontified t >> org-category "manual" org-no-flyspell t mouse-face highlight face >> org-link keymap (keymap ... ... ... ... ...) invisible org-link >> font-lock-multiline t help-echo "LINK: >> http://aquamacs.org/download.shtml " rear-nonsticky (mouse-face >> highlight keymap invisible intangible help-echo org-linked-text)) >> 4511 4518 (fontified t org-category "manual" org-no-flyspell t >> mouse-face highlight face org-link keymap (keymap >> ... ... ... ... ...) font-lock-multiline t help-echo "LINK: >> http://aquamacs.org/download.shtml ") 4518 4519 (fontified t >> org-category "manual" org-no-flyspell t mouse-face highlight face >> org-link keymap (keymap ... ... ... ... ...) rear-nonsticky >> (mouse-face highlight keymap invisible intangible help- >> echo org-linked-text) font-lock-multiline t help-echo "LINK: >> http://aquamacs.org/download.shtml >> ") 4519 4522 (fontified t org-category "manual" org-no-flyspell t >> keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- >> multiline t help-echo "LINK: http://aquamacs.org/download.shtml" face >> org-link) 4522 4523 (fontified t org-category "manual" org-no- >> flyspell >> t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- >> multiline t help-echo "LINK: http://aquamacs.org/download.shtml" >> rear- >> nonsticky (mouse-face highlight keymap invisible intangible help-echo >> org-linked-text) face org-link) 4523 4524 (fontified t org-category >> "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: http://aquamacs.org/download.shtml" face org-link) >> 4524 4525 (fontified t org-category "manual" org-no-flyspell t >> invisible org-link keymap (keymap ... ... ... ... ...) mouse-face >> highlight font-lock-multiline t help-echo "LINK: >> http://aquamacs.org/download.shtml " rear-nonsticky (mouse-face >> highlight keymap invisible intangible help-echo org-linked-text) >> face >> org-link) 4525 4626 (fontified t org- >> category "manual") 4626 4627 (fontified t org-category "manual" >> keymap >> (keymap ... ... ... ... ...) mouse-face highlight) 4627 4646 >> (fontified t org-category "manual") 4646 4648 (fontified t org- >> category "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html" face >> org-link) 4648 4694 (fontified t org-category "manual" org-no- >> flyspell >> t mouse-face highlight face org-link keymap (keymap >> ... ... ... ... ...) invisible org-link font-lock-multiline t >> help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html") 4694 >> 4695 (fontified t org-category "manual" org-no-flyspell t mouse-face >> highlight face org-link keymap (keymap ... ... ... ... ...) invisible >> org-link font-lock-multiline t help-echo "LINK: >> http://homepage.mac.com/zenitani/emacs-e.html " rear-nonsticky >> (mouse-face highlight keymap invisible intangible help-echo >> org-linked-text)) 4695 4700 (fontified t org-category "manual" >> org-no-flyspell t mouse-face highlight face org-link keymap (keymap >> ... ... ... ... ...) font-lock-multiline t help-echo "LINK: >> http://homepage.mac.com/zenitani/emacs-e.html ") 4700 4701 (fontified >> t org-category "manual" org-no-flyspell t mouse-face highlight face >> org-link keymap (keymap ... ... ... ... ...) rear-nonsticky >> (mouse-face highlight keymap invisible intangible help- >> echo org-linked-text) font-lock-multiline t help-echo "LINK: >> http://homepage.mac.com/zenitani/emacs-e.html >> ") 4701 4706 (fontified t org-category "manual" org-no-flyspell t >> keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- >> multiline t help-echo "LINK: >> http://homepage.mac.com/zenitani/emacs-e.html >> " face org-link) 4706 4707 (fontified t org-category "manual" org-no- >> flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight >> font-lock-multiline t help-echo "LINK: >> http://homepage.mac.com/zenitani/emacs-e.html " rear-nonsticky >> (mouse-face highlight keymap invisible intangible help-echo >> org-linked-text) face org-link) 4707 4708 (fontified t org- >> category "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: http://homepage.mac.com/zenitani/emacs-e.html" face >> org-link) 4708 4709 (fontified t org-category "manual" org-no- >> flyspell >> t invisible org-link keymap (keymap ... ... ... ... ...) mouse-face >> highlight font-lock-multiline t help-echo "LINK: >> http://homepage.mac.com/zenitani/emacs-e.html " rear-nonsticky >> (mouse-face highlight keymap invisible intangible help-echo >> org-linked-text) face org-link) 4709 4746 (fontified t org- >> category "manual") 4746 4817 (fontified nil org-category "manual") >> 4817 4831 (fontified t org-category "manual") 4831 4833 (fontified t >> org-category "manual" face org-level-1 mouse-face highlight keymap >> (keymap ... ... ... ... ...)) 4833 4841 (fontified t org-category >> "manual" face org-level-1) 4841 4844 (fontified t org-category >> "manual") 4844 4845 (fontified t org-category "manual" keymap >> (keymap >> ... ... ... ... ...) mouse-face highlight) 4845 4898 (fontified t >> org-category "manual") 4898 4900 (fontified t org- >> category "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: http://inkscape.modevia.com/macosx-snap/%3FM%3DD" >> face org-link) 4900 4949 (fontified t org-category "manual" org-no- >> flyspell t mouse-face highlight face org-link keymap (keymap >> ... ... ... ... ...) invisible org-link font-lock-multiline t >> help-echo "LINK: http://inkscape.modevia.com/macosx-snap/%3FM%3DD") >> 4949 4950 (fontified t org-category "manual" org-no-flyspell t mouse- >> face highlight face org-link keymap (keymap ... ... ... ... ...) >> invisible org-link font-lock-multiline t help-echo "LINK: >> http://inkscape.modevia.com/macosx-snap/%3FM%3DD " rear-nonsticky >> (mouse-face highlight keymap invisible intangible help-echo >> org-linked-text)) 4950 4953 (fontified t org-category "manual" >> org-no-flyspell t mouse-face highlight face org-link keymap (keymap >> ... ... ... ... ...) font-lock-multiline t help-echo "LINK: >> http://inkscape.modevia.com/macosx-snap/%3FM%3DD ") 4953 4954 >> (fontified t org-category "manual" org-no-flyspell t mouse-face >> highlight face org-link keymap (keymap ... ... ... ... ...) >> rear-nonsticky (mouse-face highlight keymap invisible intangible >> help- >> echo org-linked-text) font-lock-multiline t help-echo "LINK: >> http://inkscape.modevia.com/macosx-snap/%3FM%3DD >> ") 4954 4955 (fontified t org-category "manual" org-no-flyspell t >> invisible org-link keymap (keymap ... ... ... ... ...) mouse-face >> highlight font-lock-multiline t help-echo "LINK: >> http://inkscape.modevia.com/macosx-snap/%3FM%3DD " face org-link) >> 4955 >> 4956 (fontified t org-category "manual" org-no- >> flyspell t invisible org-link keymap (keymap ... ... ... ... ...) >> mouse-face highlight font-lock-multiline t help-echo "LINK: >> http://inkscape.modevia.com/macosx-snap/%3FM%3DD " rear-nonsticky >> (mouse-face highlight keymap invisible intangible help-echo >> org-linked-text) face org-link) 4956 5148 (fontified t org- >> category "manual") 5148 5149 (fontified t org-category "manual" >> keymap >> (keymap ... ... ... ... ...) mouse-face highlight) 5149 5170 >> (fontified t org-category "manual") 5170 5172 (fontified t org- >> category "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: http://en.flossmanuals.net/Inkscape" face org-link) >> 5172 5208 (fontified t org-category "manual" org-no-flyspell t mouse- >> face highlight face org-link keymap (keymap ... ... ... ... ...) >> invisible org-link font-lock-multiline t help-echo "LINK: >> http://en.flossmanuals.net/Inkscape ") 5208 5209 (fontified t >> org-category "manual" org-no-flyspell t mouse-face highlight face >> org-link keymap (keymap ... ... ... ... ...) invisible org-link >> font-lock-multiline t help-echo "LINK: >> http://en.flossmanuals.net/Inkscape " rear-nonsticky (mouse-face >> highlight keymap invisible intangible help-echo org-linked-text)) >> 5209 5215 (fontified t org-category "manual" org-no-flyspell t >> mouse-face highlight face org-link keymap (keymap >> ... ... ... ... ...) font-lock-multiline t help-echo "LINK: >> http://en.flossmanuals.net/Inkscape ") 5215 5216 (fontified t >> org-category "manual" org-no-flyspell t mouse-face highlight face >> org-link keymap (keymap ... ... ... ... ...) rear-nonsticky >> (mouse-face highlight keymap invisible intangible help- >> echo org-linked-text) font-lock-multiline t help-echo "LINK: >> http://en.flossmanuals.net/Inkscape >> ") 5216 5222 (fontified t org-category "manual" org-no-flyspell t >> keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- >> multiline t help-echo "LINK: http://en.flossmanuals.net/Inkscape" >> face >> org-link) 5222 5223 (fontified t org-category "manual" org-no- >> flyspell >> t keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- >> multiline t help-echo "LINK: http://en.flossmanuals.net/Inkscape" >> rear- >> nonsticky (mouse-face highlight keymap invisible intangible help-echo >> org-linked-text) face org-link) 5223 5224 (fontified t org-category >> "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: http://en.flossmanuals.net/Inkscape" face org-link) >> 5224 5225 (fontified t org-category "manual" org-no-flyspell t >> invisible org-link keymap (keymap ... ... ... ... ...) mouse-face >> highlight font-lock-multiline t help-echo "LINK: >> http://en.flossmanuals.net/Inkscape " rear-nonsticky (mouse-face >> highlight keymap invisible intangible help-echo org-linked-text) >> face >> org-link) 5225 5229 (fontified t org- >> category "manual") 5229 5230 (fontified t org-category "manual" >> keymap >> (keymap ... ... ... ... ...) mouse-face highlight) 5230 5256 >> (fontified t org-category "manual") 5256 5258 (fontified t org- >> category "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: >> http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html " face >> org-link) 5258 5314 (fontified t org-category "manual" org-no- >> flyspell t mouse-face highlight face org-link keymap (keymap >> ... ... ... ... ...) invisible org-link font-lock-multiline t >> help-echo "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/ >> index.html") 5314 5315 (fontified t org-category "manual" org-no- >> flyspell t mouse-face highlight face org-link keymap (keymap >> ... ... ... ... ...) invisible org-link font-lock-multiline t >> help-echo "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/ >> index.html" rear-nonsticky (mouse-face highlight keymap invisible >> intangible help-echo org-linked-text)) 5315 5322 (fontified t org- >> category "manual" org-no-flyspell t mouse-face highlight face org- >> link >> keymap (keymap ... ... ... ... ...) font-lock-multiline t help-echo >> "LINK: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html") 5322 >> 5323 (fontified t org-category "manual" org-no-flyspell t mouse-face >> highlight face org-link keymap (keymap ... ... ... ... ...) rear- >> nonsticky (mouse-face highlight keymap invisible intangible help-echo >> org-linked-text) font-lock-multiline t help-echo "LINK: >> http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html ") 5323 5357 >> (fontified t org-category "manual" org-no-flyspell t keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock- >> multiline t help-echo "LINK: >> http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html >> " face org-link) 5357 5358 (fontified t org-category "manual" org-no- >> flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight >> font-lock-multiline t help-echo "LINK: >> http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html " >> rear-nonsticky (mouse-face highlight keymap invisible intangible >> help-echo org-linked-text) face org-link) 5358 5359 (fontified t org- >> category "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: >> http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html " face >> org-link) 5359 5360 (fontified t org-category "manual" org-no- >> flyspell t invisible org-link keymap (keymap ... ... ... ... ...) >> mouse-face highlight font-lock-multiline t help-echo "LINK: >> http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html " >> rear-nonsticky (mouse-face highlight keymap invisible intangible >> help-echo org-linked-text) face org-link) 5360 5362 (fontified t org- >> category "manual") 5362 6184 (fontified nil org-category "manual") >> 6184 6185 (fontified t org-category "manual") 6185 6187 (fontified t >> org-category "manual" face org-level-1 mouse-face highlight keymap >> (keymap ... ... ... ... ...)) 6187 6191 (fontified t org-category >> "manual" face org-level-1) 6191 6195 (fontified t org-category >> "manual") 6195 6196 (fontified t org-category "manual" keymap >> (keymap >> ... ... ... ... ...) mouse-face highlight) 6196 6296 (fontified t >> org-category "manual") 6296 6298 (fontified t org- >> category "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: http://gimp-savvy.com/BOOK/index.html" face org- >> link) 6298 6336 (fontified t org-category "manual" org-no-flyspell t >> mouse-face highlight face org-link keymap >> (keymap ... ... ... ... ...) >> invisible org-link font-lock-multiline t help-echo "LINK: >> http://gimp-savvy.com/BOOK/index.html ") 6336 6337 (fontified t >> org-category "manual" org-no-flyspell t mouse-face highlight face >> org-link keymap (keymap ... ... ... ... ...) invisible org-link >> font-lock-multiline t help-echo "LINK: >> http://gimp-savvy.com/BOOK/index.html " rear-nonsticky (mouse-face >> highlight keymap invisible intangible help-echo org-linked-text)) >> 6337 6344 (fontified t org-category "manual" org-no-flyspell t >> mouse-face highlight face org-link keymap (keymap >> ... ... ... ... ...) font-lock-multiline t help-echo "LINK: >> http://gimp-savvy.com/BOOK/index.html ") 6344 6345 (fontified t >> org-category "manual" org-no-flyspell t mouse-face highlight face >> org-link keymap (keymap ... ... ... ... ...) rear-nonsticky >> (mouse-face highlight keymap invisible intangible help- >> echo org-linked-text) font-lock-multiline t help-echo "LINK: >> http://gimp-savvy.com/BOOK/index.html >> ") 6345 6353 (fontified t org-category "manual" org-no-flyspell t >> keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- >> multiline t help-echo "LINK: http://gimp-savvy.com/BOOK/index.html" >> face org-link) 6353 6354 (fontified t org-category "manual" org-no- >> flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight >> font-lock-multiline t help-echo "LINK: >> http://gimp-savvy.com/BOOK/index.html " rear-nonsticky (mouse-face >> highlight keymap invisible intangible help-echo org-linked-text) >> face >> org-link) 6354 6355 (fontified t org- >> category "manual" org-no-flyspell t invisible org-link keymap (keymap >> ... ... ... ... ...) mouse-face highlight font-lock-multiline t >> help-echo "LINK: http://gimp-savvy.com/BOOK/index.html" face org- >> link) 6355 6356 (fontified t org-category "manual" org-no-flyspell t >> invisible org-link keymap (keymap ... ... ... ... ...) mouse-face >> highlight font-lock-multiline t help-echo "LINK: >> http://gimp-savvy.com/BOOK/index.html " rear-nonsticky (mouse-face >> highlight keymap invisible intangible help-echo org-linked-text) >> face >> org-link) 6356 6358 (fontified t org- >> category "manual") 6358 6360 (fontified t org-category "manual" face >> org-level-1 mouse-face highlight keymap (keymap ... ... ... ... ...)) >> 6360 6363 (fontified t org-category "manual" face org-level-1) 6363 >> 6366 (fontified t org-category "manual") 6366 6367 (fontified t org- >> category "manual" keymap (keymap ... ... ... ... ...) mouse-face >> highlight) 6367 6464 (fontified t org-category "manual") 6464 6465 >> (fontified t org-category "manual" keymap >> (keymap ... ... ... ... ...) >> mouse-face highlight) 6465 6565 (fontified t org-category "manual") >> 6565 6566 (fontified t org-category "manual" face org-level-2 mouse- >> face highlight keymap (keymap ... ... ... ... ...)) 6566 6568 >> (fontified t org-category "manual" face org-level-2 mouse-face >> highlight keymap (keymap ... ... ... ... ...)) 6568 6577 (fontified t >> org-category "manual" face org-level-2) 6577 6579 (fontified t org- >> category "manual" face org-link org-no-flyspell t invisible org-link >> keymap (keymap ... ... ... ... ...) mouse-face highlight font-lock- >> multiline t help-echo "LINK: >> http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 >> ") 6579 6647 (fontified t org-category "manual" face org-link org-no- >> flyspell t mouse-face highlight keymap (keymap ... ... ... ... ...) >> invisible org-link font-lock-multiline t help-echo "LINK: >> http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 >> ") >> 6647 6648 (fontified t org-category "manual" face org-link org-no- >> flyspell t mouse-face highlight keymap (keymap ... ... ... ... ...) >> invisible org-link font-lock-multiline t help-echo "LINK: >> http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 " >> rear-nonsticky (mouse-face highlight keymap invisible intangible >> help-echo org-linked-text)) 6648 6650 (fontified t org-category >> "manual" face org-link org-no-flyspell t mouse-face highlight keymap >> (keymap ... ... ... ... ...) font-lock-multiline t help-echo "LINK: >> http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 >> ") >> 6650 6651 (fontified t org-category "manual" face org-link org-no- >> flyspell t mouse-face highlight keymap (keymap ... ... ... ... ...) >> rear-nonsticky (mouse-face highlight keymap invisible intangible >> help- >> echo org-linked-text) font-lock-multiline t help-echo "LINK: >> http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 >> ") 6651 6659 (fontified t org-category "manual" face org-link org-no- >> flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight >> font-lock-multiline t help-echo "LINK: >> http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 >> ") >> 6659 6660 (fontified t org-category "manual" face org-link org-no- >> flyspell t keymap (keymap ... ... ... ... ...) mouse-face highlight >> font-lock-multiline t help-echo "LINK: >> http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 " >> rear-nonsticky (mouse-face highlight keymap invisible intangible >> help-echo org-linked-text)) 6660 6661 (fontified t org-category >> "manual" face org-link org-no-flyspell t invisible org-link keymap >> (keymap ... ... ... ... ...) mouse-face highlight font-lock-multiline >> t help-echo "LINK: >> http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 >> ") >> 6661 6662 (fontified t org-category "manual" face org-link org-no- >> flyspell t invisible org-link keymap (keymap ... ... ... ... ...) >> mouse-face highlight font-lock-multiline t help-echo "LINK: >> http://code.google.com/p/git-osx-installer/downloads/list%3Fcan%3D3 " >> rear-nonsticky (mouse-face highlight keymap invisible intangible >> help-echo org-linked-text)) 6662 6666 (fontified t org-category >> "manual") 6666 6667 (fontified t org-category "manual" keymap >> (keymap >> ... ... ... ... ...) mouse-face highlight) 6667 6706 (fontified t >> org-category "manual") 6706 7208 (fontified nil org- >> category "manual") 7208 7209 (fontified t org-category "manual") 7209 >> 7211 (fontified t org-category "manual" face org-level-1 mouse-face >> highlight keymap (keymap ... ... ... ... ...)) 7211 7219 (fontified t >> org-category "manual" face org-level-1) 7219 7222 (fontified t org- >> category "manual")) :emph-multiline t :for-html t :skip-before-1st- >> heading nil :drawers nil :todo-keywords t :tags not-in-toc :priority >> nil :footnotes t :timestamps t :archived-trees headline :select-tags >> ("export") :exclude-tags ("noexport") :add-text nil :LaTeX-fragments >> nil) >> org-export-as-html(nil nil (:buffer-will-be-killed t :base- >> directory "/Users/dk/org/tsdye/software/" :base-extension "org" >> :publishing-directory "/Users/dk/Sites/tsdye2/employee/guides/ >> software/" :publishing-function org-publish-org-to-html :section- >> numbers nil :table-of-contents "yes" :index-title "Software Manual" >> :style "<link rel=\"stylesheet\"\nhref=\"http://orgmode.org/org.css >> \"\ntype=\"text/css\"/>") nil nil "/Users/dk/Sites/tsdye2/employee/ >> guides/software/") >> org-publish-org-to("html" (:base-directory "/Users/dk/org/tsdye/ >> software/" :base-extension "org" :publishing-directory "/Users/dk/ >> Sites/tsdye2/employee/guides/software/" :publishing-function org- >> publish-org-to-html :section-numbers nil :table-of-contents "yes" >> :index-title "Software Manual" :style "<link rel=\"stylesheet >> \"\nhref=\"http://orgmode.org/org.css\"\ntype=\"text/css\"/>") >> "/Users/ dk/org/tsdye/software/manual.org" >> "/Users/dk/Sites/tsdye2/employee/ guides/software/") >> org-publish-org-to-html((:base-directory "/Users/dk/org/tsdye/ >> software/" :base-extension "org" :publishing-directory "/Users/dk/ >> Sites/tsdye2/employee/guides/software/" :publishing-function org- >> publish-org-to-html :section-numbers nil :table-of-contents "yes" >> :index-title "Software Manual" :style "<link rel=\"stylesheet >> \"\nhref=\"http://orgmode.org/org.css\"\ntype=\"text/css\"/>") >> "/Users/ dk/org/tsdye/software/manual.org" >> "/Users/dk/Sites/tsdye2/employee/ guides/software/") >> org-publish-file("/Users/dk/org/tsdye/software/ >> manual.org" ("software-guides" :base-directory "/Users/dk/org/tsdye/ >> software/" :base-extension "org" :publishing-directory "/Users/dk/ >> Sites/tsdye2/employee/guides/software/" :publishing-function org- >> publish-org-to-html :section-numbers nil :table-of-contents "yes" >> :index-title "Software Manual" :style "<link rel=\"stylesheet >> \"\nhref=\"http://orgmode.org/org.css\"\ntype=\"text/css\"/>")) >> #[(project) "\bA\x19\306 \307\"\x1a\306 \310\"^[\306 >> \311\"\206\x15 >> Sites/tsdye2/employee/guides/software/" :publishing-function org- >> publish-org-to-html :section-numbers nil :table-of-contents "yes" >> :index-title "Software Manual" :style "<link rel=\"stylesheet >> \"\nhref=\"http://orgmode.org/org.css\"\ntype=\"text/css\"/>")) >> mapc(#[(project) "\bA\x19\306 \307\"\x1a\306 \310\"^[\306 >> \311\"\206\x15 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Symbol's value as variable is void 2010-01-28 0:52 ` Thomas S. Dye @ 2010-01-28 22:15 ` Nick Dokos 0 siblings, 0 replies; 6+ messages in thread From: Nick Dokos @ 2010-01-28 22:15 UTC (permalink / raw) To: Thomas S. Dye; +Cc: emacs-orgmode emacs-orgmode Thomas S. Dye <tsd@tsdye.com> wrote: > Thanks Nick, > > Perhaps that is the relevant commit. I'm pretty sure it was made =20 > subsequent to my last successful export. > > All the best, > Tom > > On Jan 27, 2010, at 2:37 PM, Nick Dokos wrote: > > > I took a quick look but I don't know what's wrong: Eric S. will have =20= > > > to take a look, > > but this commit seems relevant: > > > > commit d154f2794741275a41d4631892335d581d7da27a > > Author: Eric Schulte <schulte.eric@gmail.com> > > Date: Mon Jan 18 13:03:36 2010 -0700 > > > > babel: no longer overwriting non-babel src blocks org-exp-blocks: =20= > > > adding progress-marker local variable > > > > the progress-marker local variable set inside of a let in > > org-exp-blocks is used to constrain searches in org-babel-exp to > > ensure that a babel block doesn't overwrite non-babel src blocks > > I'm blind: Eric S. fixed it on Monday with commit b59a57e8909e38fd4c69c7c62ec8ecad87e8528e Author: Eric Schulte <schulte.eric@gmail.com> Date: Mon Jan 25 23:54:03 2010 -0700 babel: bug fix related to "no longer overwriting non-babel src blocks" commit this fixes a bug introduced in commit d154f2794741275a41d4631892335d581d7da27a You just need to update I think. Nick ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-01-28 22:16 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-01-27 23:05 Symbol's value as variable is void Thomas S. Dye 2010-01-27 23:42 ` Nick Dokos 2010-01-28 0:09 ` Thomas S. Dye 2010-01-28 0:37 ` Nick Dokos 2010-01-28 0:52 ` Thomas S. Dye 2010-01-28 22:15 ` Nick Dokos
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).