Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
40e7276a
Commit
40e7276a
authored
Apr 09, 2001
by
John Wiegley
Browse files
(timeclock-generate-report): Added a missing insert of the project
name.
parent
ed942deb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/calendar/timeclock.el
lisp/calendar/timeclock.el
+1
-1
No files found.
lisp/calendar/timeclock.el
View file @
40e7276a
...
...
@@ -1127,7 +1127,7 @@ identical to what would be return if `timeclock-relative' were nil."
(
if
(
timeclock-currently-in-p
)
(
insert
"Working on "
))
(
if
html-p
(
insert
"</b><br>\n"
)
(
insert
project
"</b><br>\n"
)
(
insert
project
"*\n"
))
(
let
((
proj-data
(
cdr
(
assoc
project
(
timeclock-project-alist
log
))))
(
two-weeks-ago
(
timeclock-seconds-to-time
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment