From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: word "file"in tags produces bad hyperlink [6.33trans (release_6.33c.10.ga7fb)] Date: Thu, 19 Nov 2009 14:44:24 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NB7JM-00071y-9m for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 08:44:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NB7JH-0006yX-Ch for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 08:44:35 -0500 Received: from [199.232.76.173] (port=52636 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NB7JH-0006yD-4d for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 08:44:31 -0500 Received: from fg-out-1718.google.com ([72.14.220.155]:55102) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NB7JG-0008PE-Ht for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 08:44:30 -0500 Received: by fg-out-1718.google.com with SMTP id l26so1116163fgb.12 for ; Thu, 19 Nov 2009 05:44:28 -0800 (PST) In-Reply-To: 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: Charles Sebold Cc: emacs-orgmode@gnu.org Hi Charles, thanks for the report, this should be fixed now. - Carsten On Nov 17, 2009, at 9:49 PM, Charles Sebold wrote: > > 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" > ) > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten