Hello -
I find it unintuitive that the usual calendar keys C-n/p/f/b don't work
when scheduling tasks in org mode (yes, I know about S-right, etc). I've
something like this to my init file for those four keys (based on their
setup in org-keys.el) for some time with no negative repercussions (that
Hello -
Is it possible to update Org upstream? Emacs is shipping 9.1.X while the
latest stable org release is 9.2.X.
I ask since I sometimes use emacs -Q (org 9.1), where
Hello -
On the tip of the maint branch
(8fc22d464d2bc4a3397516854375b177835d10bb) any call to functions like
'org-todo' results in an error 'void-function org-clock-out-if-current'.
Here's a sample backtrace:
Debugger entered--Lisp error: (void-function org-clock-out-if-current)
(org-clock-out
> Would url-encoding help?
Indeed it does, thank you!
Alex
Hello -
I'm struggling with org-protocol capturing text when it includes the symbol &.
Here's an example of what I'm sending:
emacsclient "org-protocol://capture?url=foo.com&title=bar&body=foobar&foobar2"
but the foobar2 doesn't get captured because of the &. Escaping it doesn't seem
to help.
navigate around the buffer though.
Alex
>From b53c4068cb64c152c417014916c7d8c11e4651fb Mon Sep 17 00:00:00 2001
From: Alex Branham
Date: Wed, 6 Jun 2018 14:44:12 -0500
Subject: [PATCH] Add support for flymake
* lisp/org-flymake.el (org-flymake-org-lint-backend): New function
* lisp/org-flymak
On Thu 26 Apr 2018 at 20:20, Bastien wrote:
> Er, indeed - both bugs should now be fixed in maint.
Looks good to me, thanks!
On Thu 26 Apr 2018 at 19:25, Bastien wrote:
> Hi Alex,
>
> Alex Branham writes:
>
>> now deadlines aren't being put into the agenda at all
>> unless they are also scheduled. :-(
>
> Is this a bug or expected? If this is a bug, can you send an example?
On Thu 26 Apr 2018 at 18:34, Bastien wrote:
>> ** TODO Pay estimated taxes
>> SCHEDULED: <2018-03-31 Sat> DEADLINE: <2018-04-17 Tue -20d>
>>
>> and org-agenda-skip-deadline-prewarning-if-scheduled set to
>> 'prescheduled. Since it is scheduled for a date later than today I
>> would expect that it
> Fixed. Thank you.
Thanks!
Alex
On Fri 20 Apr 2018 at 04:27, Nicolas Goaziou wrote:
>> #+BEGIN_EXAMPLE
>> #+TAGS: office(c) car(C)
>> * one
>> #+END_EXAMPLE
>
> FWIW, I couldn't reproduce it on master.
It seems to be a problem with org-tag-persistent-alist. I can't
reproduce it if that's nil, but if it's set to
(setq org
On Fri 20 Apr 2018 at 04:27, Nicolas Goaziou wrote:
>> I'm tracking maint. With the following file:
>>
>> #+BEGIN_EXAMPLE
>> #+TAGS: office(c) car(C)
>> * one
>> #+END_EXAMPLE
>
> FWIW, I couldn't reproduce it on master.
That's surprising, since I can reproduce this on maint and master. May
(org-pretty-compose-p 1 1 "*")
)))
(should-not
(equal t
(org-test-with-temp-text
"* Test *"
(org-pretty-mode)
(org-pretty-compose-p 8 8 "*")
--
On Tue 03 Apr 2018 at 15:33, Nicolas Goaziou wrote:
>> Fair enough. How about the attached patch instead? It only sets up the
>> two local variables in org.el and puts the rest in org-entities.el since
>> that file is also concerned with replacing characters with "prettier"
>> versions of themse
On Tue 03 Apr 2018 at 01:39, Nicolas Goaziou wrote:
> Hello,
>
> Alex Branham writes:
>
>> Why not, if you don't mind me asking? Other major modes (python, elisp,
>> and latex off the top of my head) setup prettify-symbols themselves.
>
> Because "org.e
On Mon 02 Apr 2018 at 13:47, Nicolas Goaziou wrote:
> Hello,
>
> Alex Branham writes:
>
>> I've written this patch that makes use of prettify-symbols-mode to show
>> the stars in org headings as nice UTF bullets. There's already
>> org-bullet-mode[1] but
es:
[1] https://github.com/sabof/org-bullets
>From 8ab48ccd43446bbe447108153c2dbb742d81895b Mon Sep 17 00:00:00 2001
From: Alex Branham
Date: Sun, 1 Apr 2018 15:49:31 -0500
Subject: [PATCH] Add support for showing stars as UTF bullets
* lisp/org.el(org-mode): Add lo
Hello -
I have this item in one of my agenda files:
** TODO Pay estimated taxes
SCHEDULED: <2018-03-31 Sat> DEADLINE: <2018-04-17 Tue -20d>
and org-agenda-skip-deadline-prewarning-if-scheduled set to 'prescheduled.
Since it is scheduled for a date later than today I would expect that it
doesn'
I'm tracking maint. With the following file:
#+BEGIN_EXAMPLE
#+TAGS: office(c) car(C)
* one
#+END_EXAMPLE
Doing C-c C-q on the "one" heading will not let me set both office and
car tags. They are highlighted in the little selection popup, but only
the last one selected actually gets added.
On this page:
https://orgmode.org/worg/org-tutorials/org-google-sync.html
the link ical2org.awk 404s for me.
Thanks,
Alex
On Mon 26 Feb 2018 at 18:30, Nicolas Goaziou wrote:
> Hello,
>
> Alex Branham writes:
>
>> I've attached a patch which gives a name to the 0.0 face in
>> org-agenda-deadline-faces. This lets themes customize the value more
>> easily. (I've already signed
---
>From 1a3f167583f9c964b37f92f2f0a4d67840749677 Mon Sep 17 00:00:00 2001
From: Alex Branham
Date: Mon, 26 Feb 2018 16:41:40 -0600
Subject: [PATCH] * lisp/org-faces.el(org-upcoming-distant-deadline-face): new
face
---
lisp/org-faces.el | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff
On Mon 26 Feb 2018 at 16:16, Nicolas Goaziou wrote:
> Hello,
>
> Alex Branham writes:
>
>> Is there a face that controls agenda items with an upcoming deadline are
>> displayed? It seems to just use "default" for me. I'm talking about
>> items with
Is there a face that controls agenda items with an upcoming deadline are
displayed? It seems to just use "default" for me. I'm talking about
items with a deadline within 'org-deadline-warning-days' number of days
from now.
If not, is there any way of getting someone to implement that? I'd do it
my
Hello -
I've been trying to git fetch from the org repo
(git://orgmode.org/org-mode.git) today and keep getting this error:
Fetching origin
fatal: read error: Connection reset by peer
error: Could not fetch origin
Has anyone else had problems connecting?
Thanks,
Alex
you mind writing an entry in ORG-NEWS? It could go in
> "Miscellaneous" section.
Patch attached, thanks!
>
> Thank you!
>
> Regards,
>From 1d62a9c612c97dd35929a40c49d86a5812a853e9 Mon Sep 17 00:00:00 2001
From: Alex Branham
Date: Wed, 29 Nov 2017 09:21:58 -0600
Su
Alex
On Wed 22 Nov 2017 at 23:17, Nicolas Goaziou wrote:
> Hello,
>
> Alex Branham writes:
>
>> This patch changes the behavior of `org-comment-dwim' so that if point
>> is on a heading, it will toggle the heading.
>
> Thank you.
>
> Could you add a test
This patch changes the behavior of `org-comment-dwim' so that if point is on a
heading, it will toggle the heading.
Alex
>From 655cd7afdfdf28797052952eae0c4e87cd86f445 Mon Sep 17 00:00:00 2001
From: Alex Branham
Date: Mon, 20 Nov 2017 15:12:34 -0600
Subject: [PATCH] Make org-comm
Hello,
I tripped myself up by trying to set org-agenda-show-log instead of
org-agenda-start-with-log, so hopefully this patch will help other people down
the line.
Alex
>From 47e1c3a9cd66d73c01ec0b4072228c02abbe0450 Mon Sep 17 00:00:00 2001
From: Alex Branham
Date: Tue, 31 Oct 2017 14:08
Thanks, I think this does exactly what I was looking for!
Alex
On Wed 25 Oct 2017 at 18:30, Oleh Krehel wrote:
> Here's what I use:
>
> (defun ora-ediff-prepare-buffer ()
> (when (memq major-mode '(org-mode emacs-lisp-mode))
> (outline-show-all)))
>
> (add-hook 'ediff-prepare-buffer-hook
Hello -
Whenever I ediff an org file, the three windows start with the content folded
and out of site. I have to navigate to windows A, B, and C and hit S-
until everything is visible. Does anyone know a way to start org mode files
unfolded when ediffing them?
Thanks!
Alex
Hi all -
Apologies for not replying to the right thread; I couldn't figure out how to
since I'm not subscribed to the list.
There already exists a Firefox webextension for org capture. Here is the github
page: https://github.com/sprig/org-capture-extension
And here is the link to AMO:
https:
>
> * lisp/org-agenda.el (org-agenda-time-grid): ...
>
> Could you provide an ORG-NEWS entry, too?
Yes, done.
Alex
>From da08983716a275b745288a25995e6c9d4e3104ca Mon Sep 17 00:00:00 2001
From: Alex Branham
Date: Tue, 11 Jul 2017 08:08:58 +0200
Subject: [PATCH] org-agenda: change o
cond item is a string which will be
> placed behind the grid time."
>
>
> On 7/6/17, Alex Branham wrote:
>> Hello,
>>
>> This small patch allows users to customize the string to display after the
>> time in the agenda view.
--
J. Alexander Branham
PhD Candidate
Department of Government
University of Texas at Austin
https://www.jabranham.com
his a bit clearer.
Alex
>From 12e5561b1df1d86a45e7c418dd7dd44763e52423 Mon Sep 17 00:00:00 2001
From: Alex Branham
Date: Fri, 7 Jul 2017 10:29:28 +0200
Subject: [PATCH] org-agenda.el: Allow users to customize string after
time-grid
* org-agenda.el: Users may now customize the string to display after
the time in the age
rom 3e1a9a4a0cde14e1496c355028c9ef3c8b75b9e2 Mon Sep 17 00:00:00 2001
From: Alex Branham
Date: Fri, 7 Jul 2017 08:25:38 +0200
Subject: [PATCH] org-agenda.el: Allow users to customize string after
time-grid
* org-agenda.el: Users may now customize the string to display after
the time in the agenda with the variable
`org-age
Hi, thanks for the reply.
On Fri 16 Jun 2017 at 06:13, Nicolas Goaziou wrote:
> Hello,
>
> Alex Branham writes:
>
>> This patch allows org mode users to disable the warning issued about
>>old org protocol style links. This is important because sometimes (e.g.
>>
.
Thanks,
Alex
>From 8bfc951308324de8e455128950193c046691f1f8 Mon Sep 17 00:00:00 2001
From: Alex Branham
Date: Wed, 14 Jun 2017 14:06:18 +0200
Subject: [PATCH] protocol: allow user to disable warning about old style links
---
lisp/org-protocol.el | 11 +--
1 file changed, 9 insertions(+)
Hello -
I asked this on stackexchange and didn't get an answer so I figure that I would
try here, apologies for cross-posting.
I have a situation where I have a lot of similar tasks under a header like so:
* Header
** READY Task 1
** NREADY Task 2
** READY Task 3
** READY Task 4
** NREADY Task
In the latest org release (9.0.5), I get errors when trying to save a buffer
while editing inside a babel source block. I can reproduce this using Emacs
25.1 and 25.2rc2.
Using:
emacs -Q -l ~/org-debug.el
where org-debug.el just consists of (package-initialize) since I've previously
installed
40 matches
Mail list logo