emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: clocktable does not respond to :wstart [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/Cellar/emacs/24.3/share/emacs/24.3/lisp/org/)]
@ 2014-04-18 20:08 torben.lehoff
  2014-04-19  5:28 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: torben.lehoff @ 2014-04-18 20:08 UTC (permalink / raw)
  To: emacs-orgmode


I'm trying to get a weekly clocktable report starting on Sunday using
this specification:

#+BEGIN: clocktable :maxlevel 2 :scope agenda-with-archives  :wstart 2 :block thisweek-1 :step day :fileskip0 :narrow 20!
#+END:

The problem is that no matter which argument I use for :wstart the
report starts on Monday.

Let me know if you need more information from me.

Cheers,
Torben


Emacs  : GNU Emacs 24.3.1 (x86_64-apple-darwin13.0.2, NS apple-appkit-1265.00)
 of 2014-03-03 on pique.local
Package: Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/Cellar/emacs/24.3/share/emacs/24.3/lisp/org/)

current state:
==============
(setq
 org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code)
 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-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers)
 org-log-done 'note
 org-confirm-shell-link-function 'yes-or-no-p
 org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames
                               org-beamer-place-default-actions-for-lists)
 org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
 org-support-shift-select t
 org-default-notes-file "~/org/notes.org"
 org-clock-in-resume t
 org-capture-templates '(("t" "Todo" entry (file+headline "~/org/refile.org" "Tasks") "* TODO %?\n  %i\n  %a"))
 org-startup-indented 'indented
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-from-is-user-regexp "\\<Torben Hoffmann\\>"
 org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-mode-hook '(#[nil "\301\b\302\303#\207" [org-mode-map define-key "\a" org-mac-grab-link] 4]
                 er/add-org-mode-expansions
                 #[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-refile-targets '((nil :maxlevel . 9) (org-agenda-files :maxlevel . 9))
 org-outline-path-complete-in-steps nil
 org-clock-persist t
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
 org-refile-use-outline-path t
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines
                  org-optimize-window-after-visibility-change)
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-export-blocks '((src org-babel-exp-src-block nil) (export-comment org-export-blocks-format-comment t)
                     (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil))
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-babel-exp-code-template "#+BEGIN_SRC %lang%flags\n%body\n#+END_SRC"
 org-export-interblocks '((src org-babel-exp-non-block-elements))
 org-refile-allow-creating-parent-nodes 'confirm
 org-modules '(org-bbdb org-bibtex org-docview org-gnus org-info org-jsinfo org-irc org-mac-message org-mew org-mhe
               org-rmail org-vm org-wl org-w3m org-mac-link-grabber)
 org-clock-report-include-clocking-task t
 org-babel-process-comment-text 'org-babel-trim
 org-babel-tangle-lang-exts '(("emacs-lisp" . "el"))
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-completion-use-ido t
 org-agenda-files '("~/org")
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 )
-- 
Torben Hoffmann
CTO
Erlang Solutions Ltd.
Tel: +45 25 14 05 38
http://www.erlang-solutions.com

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

* Re: Bug: clocktable does not respond to :wstart [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/Cellar/emacs/24.3/share/emacs/24.3/lisp/org/)]
  2014-04-18 20:08 Bug: clocktable does not respond to :wstart [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/Cellar/emacs/24.3/share/emacs/24.3/lisp/org/)] torben.lehoff
@ 2014-04-19  5:28 ` Bastien
  2014-04-20 21:32   ` Torben Hoffmann
  0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2014-04-19  5:28 UTC (permalink / raw)
  To: torben.lehoff; +Cc: emacs-orgmode

Hi Torben,

torben.lehoff@gmail.com writes:

> Package: Org-mode version 7.9.3f

I can reproduce the bug with this version, but it has been fixed in
the meantime and Org version > 8 works fine.

See the manual on how to install non built-in Org :
http://orgmode.org/manual/Installation.html

Thanks,

-- 
 Bastien

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

* Re: Bug: clocktable does not respond to :wstart [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/Cellar/emacs/24.3/share/emacs/24.3/lisp/org/)]
  2014-04-19  5:28 ` Bastien
@ 2014-04-20 21:32   ` Torben Hoffmann
  0 siblings, 0 replies; 3+ messages in thread
From: Torben Hoffmann @ 2014-04-20 21:32 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

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

Hi Bastien,

Upgraded org-mode - problem gone!

Thank you!
Torben


On 19 April 2014 07:28, Bastien <bzg@gnu.org> wrote:

> Hi Torben,
>
> torben.lehoff@gmail.com writes:
>
> > Package: Org-mode version 7.9.3f
>
> I can reproduce the bug with this version, but it has been fixed in
> the meantime and Org version > 8 works fine.
>
> See the manual on how to install non built-in Org :
> http://orgmode.org/manual/Installation.html
>
> Thanks,
>
> --
>  Bastien
>



-- 
http://www.linkedin.com/in/torbenhoffmann
@LeHoff

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

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

end of thread, other threads:[~2014-04-20 21:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-18 20:08 Bug: clocktable does not respond to :wstart [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/Cellar/emacs/24.3/share/emacs/24.3/lisp/org/)] torben.lehoff
2014-04-19  5:28 ` Bastien
2014-04-20 21:32   ` Torben Hoffmann

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