emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: message after org-clock-in [8.2.10 (8.2.10-34-gc41bbc-elpa @ /home/torys/.emacs.d/elpa/org-20150223/)]
@ 2015-02-26 16:27 Tory S. Anderson
  2015-03-07 20:59 ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Tory S. Anderson @ 2015-02-26 16:27 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.
------------------------------------------------------------------------

After I use `org-clock-in` (using a C-u modifier and keyed globally), I receive a message like the following: 
    Entry repeats: DEADLINE: <2015-03-04 Wed 14:00 +1w>

This message does not correspond to either the task I clocked out from or the task I clocked in to. I assume this is a (minor) bug.


Emacs  : GNU Emacs 25.0.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.9)
 of 2015-02-10 on localhost.localdomain
Package: Org-mode version 8.2.10 (8.2.10-34-gc41bbc-elpa @ /home/torys/.emacs.d/elpa/org-20150223/)

current state:
==============
(setq
 org-clocktable-defaults '(:maxlevel 4 :lang "en" :scope subtree :block nil :wstart 1 :mstart 1 :tstart nil :tend nil :step nil
			   :stepskip0 nil :fileskip0 nil :tags nil :emphasize nil :link t :narrow 40! :indent t :formula nil
			   :timestamp nil :level nil :tcolumns nil :formatter nil)
 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-latex-classes '(("beamer" "\\documentclass[presentation]{beamer}" ("\\section{%s}" . "\\section*{%s}")
		      ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
		     ("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}")
		      ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
		      ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
		     ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}")
		      ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}")
		      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
		     ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}")
		      ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}")
		      ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
		     )
 org-log-note-clock-out t
 org-contacts-files '("~/contacts.org")
 org-icalendar-combined-agenda-file "~/Documents/Diary/Cal/cal.ics"
 org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook)
 org-agenda-diary-file "~/emacs/agenda.org"
 org-special-ctrl-o nil
 org-time-clocksum-format '(:hours "%d" :require-hours t :minutes ":%02d" :require-minutes t)
 org-clock-history-length 35
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-icalendar-include-todo t
 org-html-format-drawer-function '(lambda (name contents) contents)
 org-latex-format-inlinetask-function 'ignore
 org-confirm-shell-link-function 'yes-or-no-p
 org-image-actual-width nil
 org-finalize-agenda-hook '(org-agenda-property-add-properties)
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
 org-agenda-sticky t
 org-file-apps '(("\\.odt\\'" . "xdg-open %s") (auto-mode . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default)
		 ("\\.pdf\\'" . default))
 org-export-with-toc nil
 org-email-link-description-format "Email %c: %s"
 org-agenda-custom-commands '(("c" . "Weekly class agendas 2015-S")
			      ("c6" "LMC 6215"
			       ((agenda ""
				 ((org-agenda-span 7) (org-agenda-start-on-weekday nil)
				  (org-agenda-tag-filter-preset (quote ("+LMC_6215" "-SCHEDULE"))))
				 )
				)
			       )
			      ("c8" "CS 8803"
			       ((agenda ""
				 ((org-agenda-span 7) (org-agenda-start-on-weekday nil)
				  (org-agenda-tag-filter-preset (quote ("+CS_8803" "-SCHEDULE"))))
				 )
				)
			       )
			      ("w" . "Weekly work schedule")
			      ("wg" "GRA work"
			       ((agenda ""
				 ((org-agenda-span 7) (org-agenda-start-on-weekday nil)
				  (org-agenda-tag-filter-preset (quote ("+GRA"))))
				 )
				)
			       )
			      ("wt" "Thesis & Research"
			       ((agenda ""
				 ((org-agenda-span 7) (org-agenda-start-on-weekday nil)
				  (org-agenda-tag-filter-preset (quote ("+THESIS"))))
				 )
				)
			       )
			      )
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-default-notes-file "~/org~/Work/nrl_notes.org"
 org-capture-templates '(("c" "Contacts" entry (file "~/contacts.org")
			  "* %(org-contacts-template-name)\n                  :PROPERTIES:\n                  :EMAIL: %(org-contacts-template-email)\n                  :END:")
			 )
 org-drawers '("PROPERTIES" "HIDDEN" "NOTE" "COMMENT" "CODE" "CLOCK" "LOGBOOK")
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-latex-format-drawer-function '(lambda (name contents) contents)
 org-odt-format-headline-function 'ignore
 org-from-is-user-regexp "\\<Tory S\\. Anderson\\>"
 org-icalendar-timezone "America/New_York"
 org-html-postamble nil
 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-html-head-include-default-style nil
 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-ascii-format-drawer-function '(lambda (name contents width) contents)
 org-odt-format-inlinetask-function 'ignore
 org-clock-persist t
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
 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-finalize-hook '(org-agenda-property-add-properties)
 org-export-before-parsing-hook '((lambda (backend)
				   (if (eq backend (quote odt))
				    (progn (goto-char (point-min))
				     (if
				      (re-search-forward
				       (rx-to-string
					(quote
					 (one-or-more
					  (or (in (0 . 8)) (in (11 . 12)) (in (14 . 31)) (in (55296 . 57343)) (in (65534 . 65535))
					   (in (1114112 . 4194303)))
					  )
					 )
					)
				       nil t)
				      (progn (replace-match "" t t)))
				     )
				    )
				   )
				  )
 org-html-text-markup-alist '((bold . "<strong>%s</strong>") (code . "<code>%s</code>") (italic . "<i>%s</i>")
			      (strike-through . "<del>%s</del>") (underline . "<span class=\"underline\">%s</span>")
			      (verbatim . "<kbd>%s</kbd>"))
 org-cycle-include-plain-lists "integrate"
 org-modules '(habits org-w3m org-bbdb org-bibtex org-docview org-gnus org-info org-irc org-mhe org-rmail)
 org-agenda-window-setup 'current-window
 org-agenda-span 'day
 org-catch-invisible-edits 'smart
 org-confirm-elisp-link-function 'yes-or-no-p
 org-html-preamble nil
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-odt-format-drawer-function '(lambda (name contents) contents)
 org-html-head "<style type=\"text/css\">\n <!--/*--><![CDATA[/*><!--*/\n  .title  { text-align: center; }\n  .todo   { font-family: monospace; color: red; }\n  .done   { color: green; }\n  .tag    { background-color: #eee; font-family: monospace;\n            padding: 2px; font-size: 80%; font-weight: normal; }\n  .timestamp { color: #bebebe; }\n  .timestamp-kwd { color: #5f9ea0; }\n  .right  { margin-left: auto; margin-right: 0px;  text-align: right; }\n  .left   { margin-left: 0px;  margin-right: auto; text-align: left; }\n  .center { margin-left: auto; margin-right: auto; text-align: center; }\n  .underline { text-decoration: underline; }\n  #postamble p, #preamble p { font-size: 90%; margin: .2em; }\n  p.verse { margin-left: 3%; }\n  pre {\n    border: 1px solid #ccc;\n    box-shadow: 3px 3px 3px #eee;\n    padding: 8pt;\n    font-family: monospace;\n    overflow: auto;\n    margin: 1.2em;\n  }\n  pre.src {\n    position: relative;\n    overflow: auto;\n    padding-top: 1.2em;\n  }\n  pre.src:before {\n    display: none;\n    position: absolute;\n    background-color: white;\n    top: -10px;\n    right: 10px;\n    padding: 3px;\n    border: 1px solid black;\n  }\n  pre.src:hover:before { display: inline;}\n  pre.src-sh:before    { content: 'sh'; }\n  pre.src-bash:before  { content: 'sh'; }\n  pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }\n  pre.src-R:before     { content: 'R'; }\n  pre.src-perl:before  { content: 'Perl'; }\n  pre.src-java:before  { content: 'Java'; }\n  pre.src-sql:before   { content: 'SQL'; }\n\n  table { border-collapse:collapse; }\n  caption.t-above { caption-side: top; }\n  caption.t-bottom { caption-side: bottom; }\n  td, th { vertical-align:top;  }\n  th.right  { text-align: center;  }\n  th.left   { text-align: center;   }\n  th.center { text-align: center; }\n  td.right  { text-align: right;  }\n  td.left   { text-align: left;   }\n  td.center { text-align: center; }\n  dt { font-weight: bold; }\n  .footpara:nth-child(2) { display: inline; }\n  .footpara { display: block; }\n  .footdef  { margin-bottom: 1em; }\n  .figure { padding: 1em; }\n  .figure p { text-align: center; }\n  .inlinetask {\n    padding: 10px;\n    border: 2px solid gray;\n    margin: 10px;\n    background: #ffffcc;\n  }\n  #org-div-home-and-up\n   { text-align: right; font-size: 70%; white-space: nowrap; }\n  textarea { overflow-x: auto; }\n  .linenr { font-size: smaller }\n  .code-highlighted { background-color: #ffff00; }\n  .org-info-js_info-navigation { border-style: none; }\n  #org-info-js_console-label\n    { font-size: 10px; font-weight: bold; white-space: nowrap; }\n  .org-info-js_search-highlight\n    { background-color: #ffff00; color: #000000; font-weight: bold; }\n  /*]]>*/-->\n</style>"
 org-html-format-headline-function 'ignore
 org-structure-template-alist '(("d" ":HIDDEN:\n?\n:END:\n" "") ("s" "#+BEGIN_SRC ?\n\n#+END_SRC" "<src lang=\"?\">\n\n</src>")
				("e" "#+BEGIN_EXAMPLE\n?\n#+END_EXAMPLE" "<example>\n?\n</example>")
				("q" "#+BEGIN_QUOTE\n?\n#+END_QUOTE" "<quote>\n?\n</quote>")
				("v" "#+BEGIN_VERSE\n?\n#+END_VERSE" "<verse>\n?\n</verse>")
				("V" "#+BEGIN_VERBATIM\n?\n#+END_VERBATIM" "<verbatim>\n?\n</verbatim>")
				("c" "#+BEGIN_CENTER\n?\n#+END_CENTER" "<center>\n?\n</center>")
				("l" "#+BEGIN_LaTeX\n?\n#+END_LaTeX" "<literal style=\"latex\">\n?\n</literal>")
				("L" "#+LaTeX: " "<literal style=\"latex\">?</literal>")
				("h" "#+BEGIN_HTML\n?\n#+END_HTML" "<literal style=\"html\">\n?\n</literal>")
				("H" "#+HTML: " "<literal style=\"html\">?</literal>") ("a" "#+BEGIN_ASCII\n?\n#+END_ASCII" "")
				("A" "#+ASCII: " "") ("i" "#+INDEX: ?" "#+INDEX: ?")
				("I" "#+INCLUDE: %file ?" "<include file=%file markup=\"?\">"))
 org-html-format-inlinetask-function 'ignore
 org-agenda-files '("~/Documents/School/DigitalMedia/DigitalMedia.org" "~/Documents/School/DigitalMedia/Murray/gra.org"
		    "~/Language/Natural/conversation.org" "~/emacs/Notes/Work.org" "~/Dropbox/emacs/todo.org" "~/emacs/agenda.org"
		    "~/Documents/Priesthood/Priesthood.org" "~/Dropbox/emacs/td.org")
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 )

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

* Re: Bug: message after org-clock-in [8.2.10 (8.2.10-34-gc41bbc-elpa @ /home/torys/.emacs.d/elpa/org-20150223/)]
  2015-02-26 16:27 Bug: message after org-clock-in [8.2.10 (8.2.10-34-gc41bbc-elpa @ /home/torys/.emacs.d/elpa/org-20150223/)] Tory S. Anderson
@ 2015-03-07 20:59 ` Nicolas Goaziou
  2015-03-07 21:16   ` Tory S. Anderson
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2015-03-07 20:59 UTC (permalink / raw)
  To: Tory S. Anderson; +Cc: emacs-orgmode

Hello,

torys.anderson@gmail.com (Tory S. Anderson) writes:

> After I use `org-clock-in` (using a C-u modifier and keyed globally), I receive a message like the following: 
>     Entry repeats: DEADLINE: <2015-03-04 Wed 14:00 +1w>
>
> This message does not correspond to either the task I clocked out from or the task I clocked in to. I assume this is a (minor) bug.

Could you provide an ECM for this?

Thank you.


Regards,

-- 
Nicolas Goaziou

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

* Re: Bug: message after org-clock-in [8.2.10 (8.2.10-34-gc41bbc-elpa @ /home/torys/.emacs.d/elpa/org-20150223/)]
  2015-03-07 20:59 ` Nicolas Goaziou
@ 2015-03-07 21:16   ` Tory S. Anderson
  2015-03-07 21:24     ` Brett Viren
  2015-03-07 21:47     ` Nicolas Goaziou
  0 siblings, 2 replies; 6+ messages in thread
From: Tory S. Anderson @ 2015-03-07 21:16 UTC (permalink / raw)
  To: emacs-orgmode

I'd love to. Unfortunately, search engines were unable to give me decisive answer on what an ECM is. 

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Hello,
>
> torys.anderson@gmail.com (Tory S. Anderson) writes:
>
>> After I use `org-clock-in` (using a C-u modifier and keyed globally), I receive a message like the following: 
>>     Entry repeats: DEADLINE: <2015-03-04 Wed 14:00 +1w>
>>
>> This message does not correspond to either the task I clocked out from or the task I clocked in to. I assume this is a (minor) bug.
>
> Could you provide an ECM for this?
>
> Thank you.
>
>
> Regards,

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

* Re: Bug: message after org-clock-in [8.2.10 (8.2.10-34-gc41bbc-elpa @ /home/torys/.emacs.d/elpa/org-20150223/)]
  2015-03-07 21:16   ` Tory S. Anderson
@ 2015-03-07 21:24     ` Brett Viren
  2015-03-07 22:14       ` Tory S. Anderson
  2015-03-07 21:47     ` Nicolas Goaziou
  1 sibling, 1 reply; 6+ messages in thread
From: Brett Viren @ 2015-03-07 21:24 UTC (permalink / raw)
  To: Tory S. Anderson; +Cc: emacs-orgmode

torys.anderson@gmail.com (Tory S. Anderson) writes:

> I'd love to. Unfortunately, search engines were unable to give me
> decisive answer on what an ECM is.

Heh.  I guessed what it meant, but not what it stood for, and found:

  http://orgmode.org/worg/org-faq.html

    Some users call this an "ECM", a French acronym that means a
    "minimal complete example".

Cheers,
-Brett.

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

* Re: Bug: message after org-clock-in [8.2.10 (8.2.10-34-gc41bbc-elpa @ /home/torys/.emacs.d/elpa/org-20150223/)]
  2015-03-07 21:16   ` Tory S. Anderson
  2015-03-07 21:24     ` Brett Viren
@ 2015-03-07 21:47     ` Nicolas Goaziou
  1 sibling, 0 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2015-03-07 21:47 UTC (permalink / raw)
  To: Tory S. Anderson; +Cc: emacs-orgmode

torys.anderson@gmail.com (Tory S. Anderson) writes:

> I'd love to. Unfortunately, search engines were unable to give me
> decisive answer on what an ECM is.

It's a recipe involving as little steps as possible to
reproduce the problem. See also

  http://orgmode.org/worg/org-faq.html#ecm


Regards,

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

* Re: Bug: message after org-clock-in [8.2.10 (8.2.10-34-gc41bbc-elpa @ /home/torys/.emacs.d/elpa/org-20150223/)]
  2015-03-07 21:24     ` Brett Viren
@ 2015-03-07 22:14       ` Tory S. Anderson
  0 siblings, 0 replies; 6+ messages in thread
From: Tory S. Anderson @ 2015-03-07 22:14 UTC (permalink / raw)
  To: Brett Viren; +Cc: emacs-orgmode

Alright; because of the need for a fully loaded agenda (which probably needs to include periodic appointments), I've been unable to duplicate this from `emacs -Q`. However, I can toggle it's happening in my working setup.

With a functional agenda including periodic files, with `(setq org-log-note-clock-out t)`, upon completing a note after clock-out I receive unidentified messages such as,
    Entry repeats: DEADLINE: <2015-03-13 Fri 20:00 +1w> 

This seems to occur regardless of the buffer I am accessing at the time of clock-out.
Can anyone else verify this happening in their working setup when clocking notes are enabled, as per above? 

Brett Viren <bv@bnl.gov> writes:

> torys.anderson@gmail.com (Tory S. Anderson) writes:
>
>> I'd love to. Unfortunately, search engines were unable to give me
>> decisive answer on what an ECM is.
>
> Heh.  I guessed what it meant, but not what it stood for, and found:
>
>   http://orgmode.org/worg/org-faq.html
>
>     Some users call this an "ECM", a French acronym that means a
>     "minimal complete example".
>
> Cheers,
> -Brett.

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

end of thread, other threads:[~2015-03-07 22:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-26 16:27 Bug: message after org-clock-in [8.2.10 (8.2.10-34-gc41bbc-elpa @ /home/torys/.emacs.d/elpa/org-20150223/)] Tory S. Anderson
2015-03-07 20:59 ` Nicolas Goaziou
2015-03-07 21:16   ` Tory S. Anderson
2015-03-07 21:24     ` Brett Viren
2015-03-07 22:14       ` Tory S. Anderson
2015-03-07 21:47     ` 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).