From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Sebold Subject: Bug: word "file"in tags produces bad hyperlink [6.33trans (release_6.33c.10.ga7fb)] Date: Tue, 17 Nov 2009 14:49:44 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAUzs-00046o-U2 for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 15:49:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAUzo-00045T-4f for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 15:49:56 -0500 Received: from [199.232.76.173] (port=36417 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAUzn-00045E-PZ for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 15:49:51 -0500 Received: from ctms100.concordiatech.org ([216.88.180.170]:14816) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAUzn-0002j9-44 for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 15:49:51 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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. ------------------------------------------------------------------------ If the word "file" is a tag, then a hyperlink will show up in your tags at the end of the heading line. For example: * testing testing testing :file:this:under:problems: The workaround is to make "file" your last tag, for the moment. Emacs : GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-11-11 on CT-SEBOLDCR-T4C Package: Org-mode version 6.33trans (release_6.33c.10.ga7fb) current state: ============== (setq org-agenda-custom-commands '(("z" tags "memorize&daily|odd|tuesday|memday17") ("A" "Full Agenda" ((agenda ""))) ("7" "Full Weekly Agenda" ((agenda "" ((org-agenda-ndays 7))))) ("G" "Non-LCMS tasks" ((tags-todo "-lcms"))) ("R" "TeamMania tasks" ((tags-todo "+work+teammania"))) ("W" "LCMS tasks" ((tags-todo "+work+lcms"))) ("S" "SQL tasks" ((tags-todo "+work+sql"))) ("g" agenda "non-LCMS Agenda" ((org-agenda-files (quote ("~/org/gtd.org"))))) ("w" agenda "LCMS Agenda" ((org-agenda-files (quote ("~/org/lcms.org"))))) ("k" agenda "LCMS Weekly Agenda" ((org-agenda-files (quote ("~/org/lcms.org"))) (org-agenda-ndays 7)) ) ) org-agenda-files '("~/org" "~/org/fiction" "~/org/reference" "~/org/personal") org-after-todo-state-change-hook '(org-clock-out-if-current) org-deadline-warning-days 5 org-agenda-skip-scheduled-if-done t org-stuck-projects '("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") ("info") "") org-export-preprocess-hook '(org-export-blocks-preprocess) org-tab-first-hook '(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-todo-keywords '((sequence "INBOX(i)" "TICKLER(t!)" "|" "FILE(f@)" "CANCELED(k@)") (sequence "TODO" "WAITING" "VERIFY" "|" "DONE" "REASSIGNED") (sequence "DAILY(d)" "|" "DONEDLY" "UNSCHEDDLY(D)") (sequence "WEEKLY(e)" "|" "DONEWKLY" "UNSCHEDWKLY(E)") (sequence "MONTHLY(m)" "|" "DONEMNTHLY" "UNSCHEDMNTHLY(M)") (sequence "APPT" "RESCHEDULE(s@)" "|" "APPTPAST" "APPTCANCELED(n@)") (sequence "REQUEST(r!)" "REQWAITING(w@/!)" "REQVERIFY(v)" "|" "REQCLOSED(c!)" "REQREASSIGNED(a@)") (sequence "PROJECT(P!)" "PROJWAITING(W@/!)" "PROJVERIFY(V)" "|" "PROJCLOSED(C!)" "PROJREASSIGNED(A@)") ) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-default-notes-file "~/org//process.org" org-directory "~/org/" org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] ) org-agenda-ndays 1 org-use-fast-todo-selection 'prefix org-confirm-elisp-link-function 'yes-or-no-p org-log-into-drawer t org-agenda-mode-hook '(hl-line-mode) org-agenda-skip-deadline-if-done t org-occur-hook '(org-first-headline-recenter) org-from-is-user-regexp nil org-mobile-directory "~/stage/" org-agenda-use-time-grid nil org-mobile-checksum-binary "sha1sum" )