emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Charles Sebold <Charles.Sebold@concordiatech.org>
To: emacs-orgmode@gnu.org
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	[thread overview]
Message-ID: <yucskccyizb.fsf@concordiatech.org> (raw)


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"
 )

             reply	other threads:[~2009-11-17 20:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-17 20:49 Charles Sebold [this message]
2009-11-19 13:44 ` Bug: word "file"in tags produces bad hyperlink [6.33trans (release_6.33c.10.ga7fb)] Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yucskccyizb.fsf@concordiatech.org \
    --to=charles.sebold@concordiatech.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).