Questions tagged [timestamped]
9 questions
1
vote
1 answer
`define-key` redefines behavior of slow mouse click, but not fast mouse click
The problem in brief
I want to redefine what clicking (on an org link) does. My code works, if I click slowly enough, but for a normal (fast) click it does not -- instead I get the default behavior. Changing ordinary keyboard shortcuts in the…

Jeffrey Benjamin Brown
- 137
- 6
1
vote
1 answer
How to insert an org-deadline from lisp with a warning period?
The org documentation tells us that we can use special syntax for a deadline to have a warning period:
You can specify a different lead time for warnings for a specific
deadlines using the following syntax. Here is an example with a
warning period…

fap
- 141
- 5
0
votes
0 answers
errors related to agenda
#+startup: logdrawer
#+SEQ_TODO: URGENT(u!) TODO(t!) SOMEDAY(s!) | DONE(d@) CANCEL(c@)
* Task
** TODO Pay bill
DEADLINE: <2023-02-20 Mon>
:LOGBOOK:
- State "TODO" from [2023-01-25 Wed 22:57]
:END:
If I position the cursor on…
user19777
0
votes
1 answer
Scheduled timestamp inside of tables
I am creating a table for the upcoming winter season of anime and when I try to insert scheduled timestamps into the table for release dates it automatically pushes the timestamp under the nearest headline.
Is there a way to change this behavior? Or…

tinkerpunk.the.prol
- 116
- 1
- 6
0
votes
0 answers
Disjunction of timestamps
I would like to be able to set the timestamp of some headers to an interval of time interpreted as 'or'.
For example, I would like to be able to assign a todo item at some point next month, but I don't want to specify a date yet nor I want the item…

Elena
- 1
- 1
0
votes
1 answer
Retrieve/list all entries with active timestamps before today
Is there a way to list all agenda entries which have active timestamps state (no DEADLINE or SCHEDULED)? I ask because these get lost in the agenda unlike Deadlines and Scheduled tasks, which keep being reminded. I often mark tasks just with…

Emmanuel Goldstein
- 934
- 6
- 18
0
votes
1 answer
Is time-stamp broken?
I use GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.23) of 2020-11-09 (bundled with Ubuntu 21.10) with this init file:
% cat ~/.emacs.d/init-1.el
(add-hook 'before-save-hook 'time-stamp)
I have this file:
% cat good
modification :…

Pierre ALBARÈDE
- 253
- 2
- 8
0
votes
1 answer
How to keep inactive timestamped items in agenda
To view inactive stamps in my agenda, I press v and [. This displays the inactive stamps for the specific day I am in in the org-agenda. However, if I press B of F to move back or forward one day, the effect of [ is no longer valid and I must press…

Elina Bochkova
- 23
- 3
0
votes
0 answers
org-agenda won't show up when entries have timestamp with time range
been using org-mode for quite a while now (native emacs 26 on win10). Since yesterday, my org-agenda won't show up anymore if there is an entry to be displayed with an active timestamp that has a time range in the simple format (e.g. <2021-05-17 Mo…

jschwarz
- 1