emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Missing command description in org-mode manual [8.2.10 (release_8.2.10 @ c:/Users/j.haustedt/AppData/Roaming/.emacs.d/elpa/org-20150119/)]
@ 2015-03-19 12:19 Haustedt, Jens
  2015-03-22 10:05 ` PATCH: Document how to scroll calendar by one year at date prompt. (was: Re: Bug: Missing command description in org-mode manual) Gregor Zattler
  0 siblings, 1 reply; 7+ messages in thread
From: Haustedt, Jens @ 2015-03-19 12:19 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 7128 bytes --]


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 24.4.1 (i686-pc-mingw32)
of 2014-10-24 on LEG570
Package: Org-mode version 8.2.10 (release_8.2.10 @ c:/Users/j.haustedt/AppData/Roaming/.emacs.d/elpa/org-20150119/)

current state:
==============
(setq
org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
org-clock-in-resume t
org-clock-out-when-done nil
org-agenda-skip-scheduled-if-done t
org-clock-persist t
org-agenda-window-setup 'current-window
org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe
                                                                                                                                                                            org-babel-header-arg-expand)
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-hide-inline-tasks
                                                                                                                                             org-cycle-show-empty-lines org-optimize-window-after-visibility-change)
org-agenda-custom-commands '(("s" "SOMEDAY" tags "someday"
                                                                                                                                                                                                                                           ((org-agenda-filter-preset (quote ("+someday"))) (org-agenda-todo-ignore-with-date nil)))
                                                                                                                                                                                                                                           ("z" todo "ZKTO")
                                                                                                                                                                                                                                           ("f" "Agenda and flagged tasks" ((tags "zkto") (tags "flagged") (agenda ""))))
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook)
org-babel-pre-tangle-hook '(save-buffer)
org-return-follows-link t
org-occur-hook '(org-first-headline-recenter)
org-clock-history-length 35
org-log-done 'time
org-metaup-hook '(org-babel-load-in-session-maybe)
org-confirm-elisp-link-function 'yes-or-no-p
org-log-into-drawer t
org-agenda-window-frame-fractions '(1.0 . 1.0)
org-columns-default-format "%80ITEM(Task) %10Effort(Effort){:} %10CLOCKSUM"
org-agenda-span 1
org-agenda-format-date "%Y-%m-%d ---------------------------------------------------------------------"
org-refile-use-outline-path 'file
org-clock-auto-clock-resolution nil
org-global-properties '(("Effort_ALL" . "0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 8:00"))
org-agenda-fontify-priorities '((65 (:foreground "Red")) (66 (:foreground "Blue")) (67 (:foreground "Darkgreen")))
org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
org-completion-use-ido t
org-agenda-skip-deadline-if-done t
org-mode-hook '(org-clock-load
                                                                                                                             #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5]
                                                                                                                             #[nil "\300\301\302\303\304$\207"
                                                                                                                                             [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5]
                                                                                                                             org-babel-result-hide-spec org-babel-hide-all-hashes)
org-agenda-clockreport-parameter-plist '(:link t :maxlevel 4)
org-clock-into-drawer "CLOCK"
org-agenda-mode-hook '((lambda nil (hl-line-mode 1)))
org-finalize-agenda-hook '(my-org-agenda-to-appt voice-recordings)
org-from-is-user-regexp nil
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-todo-keywords '((sequence "TODO(t)" "STARTED(s!)" "WAITING(w@/!)" "APPT(a)" "PROJ(p)" "DELEGATED(g@/!)" "|" "DONE(d!)"
                                                                                                                                                                            "ZKTO(z)" "CANCELED(c@)")
                                                                                                                                                             )
org-agenda-files '("~/org/start.org" "~/org/RandomAccess.org")
org-drawers '("PROPERTIES" "CLOCKTABLE" "LOGBOOK" "CLOCK")
org-agenda-finalize-hook '(my-org-agenda-to-appt voice-recordings)
org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer)
org-after-todo-state-change-hook '(org-clock-out-if-current)
org-todo-keyword-faces '(("TODO" :foreground "#b70101" :weight bold) ("STARTED" :foreground "#b70101" :weight bold)
                                                                                                                                                                                                            ("APPT" :foreground "sienna" :weight bold) ("PROJ" :foreground "blue" :weight bold)
                                                                                                                                                                                                            ("ZKTO" :foreground "orange" :weight bold) ("WAITING" :foreground "orange" :weight bold)
                                                                                                                                                                                                            ("DONE" :foreground "forestgreen" :weight bold)
                                                                                                                                                                                                            ("DELEGATED" :foreground "forestgreen" :weight bold) ("CANCELED" . shadow))
org-agenda-start-with-clockreport-mode t
org-confirm-shell-link-function 'yes-or-no-p
)


Dear Sirs,
in the description of the date/time prompt, a section describes the
control of the calendar from the minibuffer.

There, a description of scrolling the calendar by 1 year is missing. The
keyboard shortcut is M-S-<up>/<down> and works perfectly.

Best regards, Jens Haustedt

-- 
Pflichtinformationen: siehe www.euroimmun.de/impressum.htm


[-- Attachment #2: Type: text/html, Size: 25978 bytes --]

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

end of thread, other threads:[~2015-03-28 15:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-19 12:19 Bug: Missing command description in org-mode manual [8.2.10 (release_8.2.10 @ c:/Users/j.haustedt/AppData/Roaming/.emacs.d/elpa/org-20150119/)] Haustedt, Jens
2015-03-22 10:05 ` PATCH: Document how to scroll calendar by one year at date prompt. (was: Re: Bug: Missing command description in org-mode manual) Gregor Zattler
2015-03-22 14:04   ` PATCH: Document how to scroll calendar by one year at date prompt Nicolas Goaziou
2015-03-22 21:54     ` Gregor Zattler
2015-03-22 23:53       ` Nicolas Goaziou
2015-03-23  8:09         ` signing of FSF papers needed for documentation changes? (was: Re: PATCH: Document how to scroll calendar by one year at date prompt.) Gregor Zattler
2015-03-28 15:13           ` signing of FSF papers needed for documentation changes? Nicolas Goaziou

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