Cool! Thanks!
Hello.
Recently I reworked some of my task workflows and now I have an agenda
view that's all web links. Opening those with mouse is pretty natural.
But every time I do, I get this warning:
Warning (org-element): ‘org-element-at-point’ cannot be used in non-Org
buffer # (org-agenda-mode)
I
Oh, nice. Thank you.
I was starting to wonder what happened to this.
nough in practice on both platforms
and for cases like (setq temporary-file-directory "/tmp/`echo hi`/").
From 47690d14ac4838d8e39f08bd8224f0b4af053359 Mon Sep 17 00:00:00 2001
From: Nikolay Kudryavtsev
Date: Sun, 26 Dec 2021 22:47:19 +0300
Subject: [PATCH] ob-maxima.el: Fix execu
If your temporary-file-directory is something like "/tmp/apostrophe'",
it would not work currently either. So apostrophe is a very special case
here.
As for possible evaluation within the double quotes, while this is
theoretically possible, user sort of has to go out of his way to trigger
it,
e on
both Windows and Linux. I don't think this patch can cause any real
issue, since the string in those quotes is just the temp file path.
From b0206d14df8947c831e56eef21fbd38ca88c1fd5 Mon Sep 17 00:00:00 2001
From: Nikolay Kudryavtsev
Date: Sun, 26 Dec 2021 22:47:19 +0300
Subject: [PATCH] ob
ven look at, so it
never crossed my mind to look into it's sources.;-)
--
Best Regards,
Nikolay Kudryavtsev
e should follow the form of one for
:emphasize, that is, start with "When ‘t’,".
--
Best Regards,
Nikolay Kudryavtsev
eloading, I retested and can confirm that it's broken
since 69c300bbf. To repeat, start with elpa org, add master org to the
load path, do org-reload.
--
Best Regards,
Nikolay Kudryavtsev
ELPA.
I'll double check and report.
Note you can insert source blocks with 'C-c C-,`
Didn't knew that, thanks.
Drop the "g". The relative commit is "029cf6".
Thanks.
--
Best Regards,
Nikolay Kudryavtsev
n.el I have
"9.2.1-33-g029cf6-elpaplus" but g029cf6 does not seem like a real commit
in the git repo.
--
Best Regards,
Nikolay Kudryavtsev
ORG-NEWS.
Quickly using that key was quite useful to pop a clock report for a task
and I really don't see why would anyone want to remove that.
--
Best Regards,
Nikolay Kudryavtsev
Hello Fabrice.
If you set your protocol bookmarklet with a single slash like
"org-protocol:/capture" everything would work.
I asked before for someone from the dev team to weight in on it, because
org test seem to use both.
--
Best Regards,
Nikolay Kudryavtsev
t;//" before the protocol
name. Change it to a single slash and that should work.
--
Best Regards,
Nikolay Kudryavtsev
tocol:/capture?template=w&url=http%3A%2F%2Fjira%2Fbrowse%2FSDST-705&title=SOMETHING&body="
--
Best Regards,
Nikolay Kudryavtsev
Yeah, I'm asking whoever's currently doing the org-protocol maintenance.
That's why I put you in copy, not to.;-)
You're right this has to be tested on all those platforms, but it's a
more proper way, than doing server-edit...
--
Best Regards,
Nikolay Kudryavtsev
My testing had shown that if in org-protocol-check-filename-for-protocol
we have (server-delete-client _client) instead of (server-edit), the
client process gets closed fine. May I propose such a change?
--
Best Regards,
Nikolay Kudryavtsev
empty. :-)
--
Best Regards,
Nikolay Kudryavtsev
t doing anything else it's
kind of pointless.
Bonus somewhat offtopic question: I remember that you could create a
capture template that captures immediately, without launching a capture
window. How is it done? Forgot to write down the instructions, the last
time I tinkered with
in all protocol documentation. There's no point in
stockpiling client processes, right?
--
Best Regards,
Nikolay Kudryavtsev
rence them as needed.
Mastering Emacs is a tips and tricks book. It's good, but no replacement
for the manuals.
--
Best Regards,
Nikolay Kudryavtsev
Cool, thanks.
--
Best Regards,
Nikolay Kudryavtsev
even use. Gonna go report that...
--
Best Regards,
Nikolay Kudryavtsev
Ok, this was due to me not running make in the repo first.
Still I have another problem - I get two extra columns in the
clocktable. See the attached test.org file.
--
Best Regards,
Nikolay Kudryavtsev
** TODO Test :test:
:PROPERTIES
gards,
Nikolay Kudryavtsev
Thanks for the info, this answers the topic question.
--
Best Regards,
Nikolay Kudryavtsev
Thanks. This removed the need for (org-content).
--
Best Regards,
Nikolay Kudryavtsev
after-load 'org-agenda
(add-to-list 'org-agenda-prefix-format
'(todo . " %i %?-20(org-get-task-project)")))
===
In the code above we have to make all headings visible first with
org-content because outline-up-heading works only on visible nodes.
--
Best Regards,
Nikolay Kudryavtsev
1024. Dev does not seem to work either.
Also, I'm using Windows 10, just in case.
--
Best Regards,
Nikolay Kudryavtsev
Oh, I never thought about it like this. Not having a consistent syntax
is a good reason not to include code like this in the core. Thanks.
--
Best Regards,
Nikolay Kudryavtsev
I'm not suggesting t to be the default value. Here I totally agree with nil.
The main consistency problem is that t would not move log entries, like
t moves them for org-clock-into-drawer.
--
Best Regards,
Nikolay Kudryavtsev
all those old entries
manually. That's not too much work, but we already have a better
behavior example in org-clock-into-drawer.
It's still a rather minor issue, by all means...
--
Best Regards,
Nikolay Kudryavtsev
Hello.
Currently when org-clock-into-drawer is set to t, it moves all old
drawer-less clock records to a new drawer. But org-log-into-drawer does
not do the same for log entries. I think it's logical for those two
variables to follow the same convention.
--
Best Regards,
Nikolay Kudryavtsev
rsions, but breaks your org file in the
current one.
--
Best Regards,
Nikolay Kudryavtsev
only
for headings that don't have any clock entries. Or is having no drawer
considered a form of drawer? Setting org-clock-into-drawer 0 works.
This assumes the latest elpa org. In the latest git dev verison,
clocking in does not work at all.
--
Best Regards,
Nikolay Kudryavtsev
Hello.
org-todo-yesterday and org-agenda-todo-yesterday do not seem to work in
all recent versions of org that I've tried.
Also is there a version of them that allows to input a custom date?
--
Best Regards,
Nikolay Kudryavtsev
e old behavior back? I've tried searching for a variable
that controls this, but could not find it.
--
Best Regards,
Nikolay Kudryavtsev
chedule by one 1 day, but puts the done record with the current date.
So I have to edit every timestamp manually, to make the habit display
properly.
Is there any way I can make my done records to use task scheduled time
instead of now?
--
Best Regards,
Nikolay Kudryavtsev
chedule by one 1 day, but puts the done record with the current date.
So I have to edit every timestamp manually, to make the habit display
properly.
Is there any way I can make my done records to use task scheduled time
instead of now?
--
Best Regards,
Nikolay Kudryavtsev
39 matches
Mail list logo