emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Agenda clocktable-report properties columns not populated anymore [9.0.7 (9.0.7-elpa @ h:/somefolder/myuser/.emacs.d/elpa/org-20170515/)]
@ 2017-05-29 22:27 Jens Lange
  2017-05-30  6:57 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Lange @ 2017-05-29 22:27 UTC (permalink / raw)
  To: emacs-orgmode

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

What exactly did you do?
===================
STEP1: Add example content to kunden.org:

** [[./2017/XXXXXXXXXXXX_123456789]] :SOMETAG:SOMETAG:
:PROPERTIES:
:Auftragsnummer: 123456789
:END:
*** Tätigkeiten
**** ERLEDIGT Done Something
:PROPERTIES:
:Abgemeldet: Ja
:Leistungsart: ABCDE01
:END:
CLOCK: [2017-05-20 Sa 10:00]--[2017-05-20 Sa 11:00] =>  1:00

STEP2: Open Agenda, jump to the date above

What did you expect to happen?
=========================
Not long ago, the columns "Auftragsnummer", "Leistungsart" and "Abgemeldet"
which are fed from the properties were populated.
I expect to see "1223456789", "ABCDE01" and "Ja" in the respective columns.

What happened instead?
===================
Recently I discovered that I see no content in those columns anymore,
neither for new entries nor for older ones. Content is also pulled from
internal.org and private.org. Entries of neither one show up in these
agenda columns anymore.

What's more?
===========
Could you fix org-clock-clocktable-language-setup de translation in
org-clock.el?
2017 and it's still wrong. Totally puzzles me, since Carsten is a german
guy.

Current state:
"de" "Datei" "N" "Timestamp" "Tätigkeit" "Dauer" "ALLES" "Gesamtdauer"
"Datei Zeit" "Erstellt am"

Recommended:
"de" "Datei" "E" "Zeitstempel" "Kopfzeile" "Dauer" "GESAMT" "Gesamtdauer"
"Dateizeit" "Erstellt am"

Reasoning for changes:
N->E: The english L is for Level. You can translate this with "Niveau",
which was presumably done here, but in this context Ebene is formal
correct, therefore "E"
Timestamp->Zeitstempel: Was not translated yet
Tätigkeit->Kopfzeile: I'm going here with the literal translation, because
a clocktable might consist of headlines that were not an activity and might
describe another event.
ALLES->GESAMT: In this context GESAMT would be a formally better fitting
word than the literal translation ALLES
Datei Zeit-> Dateizeit: Either Dateizeit or Datei-Zeit but never with a
space in between, would consider "Datei Zeit" simply as grammatically wrong.
Dateizeit would allign to Gesamtdauer which is also a combined word.

Emacs  : GNU Emacs 25.2.1 (x86_64-w64-mingw32) of 2017-04-24
Package: Org mode version 9.0.7 (9.0.7-elpa @
h:/somefolder/myuser/.emacs.d/elpa/org-20170515/)

current state:
==========
(setq
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe
org-babel-header-arg-expand)
 org-agenda-clockreport-parameter-plist '(:lang "de" :maxlevel 6 :fileskip0
t :properties ("Auftragsnummer" "Leistungsart" "Abgemeldet") :indent t
:narrow 80!)
 org-speed-command-hook '(org-speed-command-default-hook
org-babel-speed-command-hook)
 org-ellipsis "↓"
 org-occur-hook '(org-first-headline-recenter)
 org-src-tab-acts-natively t
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-clock-into-drawer nil
 org-protocol-protocol-alist '(("outlook" :protocol "outlook" :function
org-protocol-outlook :kill-client t))
 org-confirm-shell-link-function 'yes-or-no-p
 org-finalize-agenda-hook '(org-agenda-to-appt)
 org-highlight-latex-and-related '(latex script entities)
 org-emphasis-alist '(("*" bold) ("/" italic) ("_" underline) ("="
org-verbatim verbatim) ("~" org-code verbatim) ("+" (:strike-through t))
("!" org-habit-overdue-face)
     ("%" org-habit-alert-face))
 org-return-follows-link t
 org-default-notes-file "~/.emacs.d/temp_notes.org"
 org-todo-keyword-faces '(("ZU-ERLEDIGEN" . "white") ("IN-ARBEIT" . "red")
("UNTERBROCHEN" . "orange") ("WARTEN-RÜCKM-KUNDE" . "yellow")
 ("WARTEN-RÜCKM-INTERN" . "yellow") ("WARTEN-WARE" . "yellow") ("ERLEDIGT"
. "green") ("STORNIERT" . "green"))
 org-agenda-include-diary t
 org-startup-indented t
 org-after-todo-state-change-hook '(org-clock-out-if-current
org-protocol-delete-msgs-on-task-done)
 org-from-is-user-regexp nil
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
 org-tags-column -1
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-mode-hook '(#[0 "\300\301\302\303\304$\207" [add-hook
change-major-mode-hook org-show-block-all append local] 5]
#[0 "\300\301\302\303\304$\207" [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-archive-hook '(org-attach-archive-delete-maybe)
 org-agenda-time-grid nil
 org-yank-adjusted-subtrees 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-agenda-hide-tags-regexp ".*"
 org-agenda-start-with-log-mode t
 org-agenda-start-with-clockreport-mode t
 org-agenda-finalize-hook '(org-agenda-to-appt)
 org-clock-clocktable-language-setup '(("de" "Datei" "E" "Zeitstempel"
"Kopfzeile" "Dauer" "GESAMT" "Gesamtdauer" "Dateizeit" "Erstellt am")
      ("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total time"
"File time" "Clock summary at")
      ("es" "Archivo" "N" "Fecha y hora" "Tarea" "Tiempo" "TODO" "Tiempo
total" "Tiempo archivo" "Clock summary at")
      ("fr" "Fichier" "N" "Horodatage" "En-tête" "Durée" "TOUT" "Durée
totale" "Durée fichier" "Horodatage sommaire à")
      ("nl" "Bestand" "N" "Tijdstip" "Hoofding" "Duur" "ALLES" "Totale
duur" "Bestandstijd" "Clock summary at"))
 org-ditaa-eps-jar-path
"h:/somefolder/myuser/.emacs.d/elpa/contrib/scripts/DitaaEps.jar"
 org-use-property-inheritance t
 org-download-annotate-function 'org-download-annotate-default
 org-todo-keywords '((sequence "ZU-ERLEDIGEN" "IN-ARBEIT" "UNTERBROCHEN"
"|" "ERLEDIGT" "STORNIERT")
    (sequence "WARTEN-RÜCKM-KUNDE" "WARTEN-RÜCKM-INTERN" "WARTEN-WARE" "|"))
 org-hide-emphasis-markers t
 org-clock-report-include-clocking-task t
 org-agenda-span 'day
 org-catch-invisible-edits 'error
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-ditaa-jar-path "H:/OtherFolder/Ditaa/ditaa0_9.jar"
 org-startup-truncated nil
 org-link-parameters '(("id" :follow org-id-open) ("rmail" :follow
org-rmail-open :store org-rmail-store-link) ("mhe" :follow org-mhe-open
:store org-mhe-store-link)
      ("irc" :follow org-irc-visit :store org-irc-store-link) ("info"
:follow org-info-open :export org-info-export :store org-info-store-link)
      ("gnus" :follow org-gnus-open :store org-gnus-store-link)
      ("docview" :follow org-docview-open :export org-docview-export :store
org-docview-store-link)
      ("bibtex" :follow org-bibtex-open :store org-bibtex-store-link)
      ("bbdb" :follow org-bbdb-open :export org-bbdb-export :complete
org-bbdb-complete-link :store org-bbdb-store-link)
      ("w3m" :store org-w3m-store-link) ("file+sys") ("file+emacs")
("outlook" :follow org-outlook-open :export nil) ("doi" :follow
org--open-doi-link)
      ("elisp" :follow org--open-elisp-link) ("file" :complete
org-file-complete-link) ("ftp" :follow (lambda (path) (browse-url (concat
"ftp:" path))))
      ("help" :follow org--open-help-link) ("http" :follow (lambda (path)
(browse-url (concat "http:" path))))
      ("https" :follow (lambda (path) (browse-url (concat "https:" path))))
("mailto" :follow (lambda (path) (browse-url (concat "mailto:" path))))
      ("message" :follow (lambda (path) (browse-url (concat "message:"
path)))) ("news" :follow (lambda (path) (browse-url (concat "news:" path))))
      ("shell" :follow org--open-shell-link))
 org-babel-load-languages '((ditaa . t))
 org-agenda-files '("~/org/active/internal.org" "~/org/active/private.org"
"H:/Nicefolder/kunden.org")
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer))

-- 
Mit freundlichen Grüssen / With kind regards:
Jens Lange

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

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

* Re: Bug: Agenda clocktable-report properties columns not populated anymore [9.0.7 (9.0.7-elpa @ h:/somefolder/myuser/.emacs.d/elpa/org-20170515/)]
  2017-05-29 22:27 Bug: Agenda clocktable-report properties columns not populated anymore [9.0.7 (9.0.7-elpa @ h:/somefolder/myuser/.emacs.d/elpa/org-20170515/)] Jens Lange
@ 2017-05-30  6:57 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-05-30  6:57 UTC (permalink / raw)
  To: Jens Lange; +Cc: emacs-orgmode

Hello,

Jens Lange <jens.lange.de@gmail.com> writes:

> What exactly did you do?
> ===================
> STEP1: Add example content to kunden.org:
>
> ** [[./2017/XXXXXXXXXXXX_123456789]] :SOMETAG:SOMETAG:
> :PROPERTIES:
> :Auftragsnummer: 123456789
> :END:
> *** Tätigkeiten
> **** ERLEDIGT Done Something
> :PROPERTIES:
> :Abgemeldet: Ja
> :Leistungsart: ABCDE01
> :END:
> CLOCK: [2017-05-20 Sa 10:00]--[2017-05-20 Sa 11:00] =>  1:00
>
> STEP2: Open Agenda, jump to the date above
>
> What did you expect to happen?
> =========================
> Not long ago, the columns "Auftragsnummer", "Leistungsart" and "Abgemeldet"
> which are fed from the properties were populated.
> I expect to see "1223456789", "ABCDE01" and "Ja" in the respective columns.
>
> What happened instead?
> ===================
> Recently I discovered that I see no content in those columns anymore,
> neither for new entries nor for older ones. Content is also pulled from
> internal.org and private.org. Entries of neither one show up in these
> agenda columns anymore.

IIRC, this regression was fixed recently. You may want to wait for Org
9.0.8 or use git repository.

> What's more?
> ===========
> Could you fix org-clock-clocktable-language-setup de translation in
> org-clock.el?
> 2017 and it's still wrong. Totally puzzles me, since Carsten is a german
> guy.
>
> Current state:
> "de" "Datei" "N" "Timestamp" "Tätigkeit" "Dauer" "ALLES" "Gesamtdauer"
> "Datei Zeit" "Erstellt am"
>
> Recommended:
> "de" "Datei" "E" "Zeitstempel" "Kopfzeile" "Dauer" "GESAMT" "Gesamtdauer"
> "Dateizeit" "Erstellt am"

Done. Thank you.

Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2017-05-30  6:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-29 22:27 Bug: Agenda clocktable-report properties columns not populated anymore [9.0.7 (9.0.7-elpa @ h:/somefolder/myuser/.emacs.d/elpa/org-20170515/)] Jens Lange
2017-05-30  6:57 ` 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).