emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: word "file"in tags produces bad hyperlink [6.33trans (release_6.33c.10.ga7fb)]
@ 2009-11-17 20:49 Charles Sebold
  2009-11-19 13:44 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Charles Sebold @ 2009-11-17 20:49 UTC (permalink / raw)
  To: emacs-orgmode


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

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

* Re: Bug: word "file"in tags produces bad hyperlink [6.33trans (release_6.33c.10.ga7fb)]
  2009-11-17 20:49 Bug: word "file"in tags produces bad hyperlink [6.33trans (release_6.33c.10.ga7fb)] Charles Sebold
@ 2009-11-19 13:44 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-11-19 13:44 UTC (permalink / raw)
  To: Charles Sebold; +Cc: emacs-orgmode

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

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

end of thread, other threads:[~2009-11-19 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-17 20:49 Bug: word "file"in tags produces bad hyperlink [6.33trans (release_6.33c.10.ga7fb)] Charles Sebold
2009-11-19 13:44 ` Carsten Dominik

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