e if the group fails to open.
>From 271f6880df3227764b090e5ad9b1c6ab16deee76 Mon Sep 17 00:00:00 2001
From: Thomas Morgan
Date: Sun, 7 Mar 2010 20:43:41 -0800
Subject: [PATCH] Make `org-gnus-follow-link' immediately read all articles in group
instead of starting with 1.
---
lisp/org-gnus.el | 17 -
1
Hello, Org mode hackers,
Having added several filters to an agenda view,
is there a way to remove just one of them?
Thanks,
Thomas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.g
e.
Thanks,
Thomas
>From 052ef9205845c78cb24d6fea8f89484bbe12a528 Mon Sep 17 00:00:00 2001
From: Thomas Morgan
Date: Fri, 23 Apr 2010 11:48:03 +0200
Subject: [PATCH] New option `org-agenda-persistent-filters'.
When set, keep filters from one agenda view to the next.
---
lisp/or
Hi, Carsten,
Thanks for your reply. I've been thinking about this --
please forgive my lateness...
Do you envision a new variable for a persistent filter,
independent of `org-agenda-filter'? As it stands, one can
only make `org-agenda-filter' persistent or transient by
toggling `org-agenda-pers
Hi, Carsten,
> I think this is good - so if you agree, I will apply your patch
> and rename the variable to ...persistent-filter
That would be great, thanks.
>> The main thing I am missing now is a command to edit the filter
>> in the minibuffer. Or, if there's a separate persistent filter,
>>
n.
Now Item One's consistency graph disappears.
The following patch fixes the problem, at least for me:
--------
>From 93f16bc95a32f4bee2c07ca6da6f0b89c2bb6e4b Mon Sep 17 00:00:00 2001
From: Thomas Morgan
Date: Tue, 7 Feb 2012 19:10:09 -0500
Subject: [PATCH] * org-habit.el (org-habi
Changing a repeating TODO's state to DONE remotely from the
agenda fails to change the date when the calendar is open in
another window.
The reason is that `org-recenter-calendar' selects the agenda
window after doing its work, also making the agenda the current
buffer, but caller `org-auto-repeat
Hi, David,
Thanks, that fixes it for me.
Best wishes,
Thomas
-
I'm not sure if this is the best way to go about it but this patch
solves the problem:
--------
>From c7d5abcd886c17c25f2dab1a658e0c0accc9f211 Mon Sep 17 00:00:00 2001
From: Thomas Morgan
Date:
Hi, Bastien,
Bastien writes:
> Thomas Morgan writes:
>
>> Here is a recipe for a bug on the maint branch that causes a preset tag
>> filter to be carried over to another agenda view in some cases.
>
> This should now be fixed in maint.
It's fixed; thanks!
Best regards,
Thomas
Dear Org mode hackers,
I discovered a bug where refreshing a sticky agenda view
can cause a buffer restriction to be lost.
I'm using the maint branch of Org-mode
version 8.2.7c (`release_8.2.7c-85-g4f4002')
and GNU Emacs 24.3.1 (`x86_64-unknown-linux-gnu',
X toolkit, Xaw3d scroll bars).
I starte
Dear Org mode hackers,
In an Org TODO list, scheduling an item that contains a link can cause
the link to disappear.
Here's how to reproduce this:
Run `emacs -Q -l setup.el'.
Type `M-x org-agenda' , then `t' to show a TODO list.
This splits the frame horizontally into two windows,
each one 84 c
Hi, Bastien,
Thanks! That fixes it and doesn't break any of the agenda views
that I use.
Best regards,
Thomas
Bastien writes:
> Hi Thomas,
>
> Thomas Morgan writes:
>
>> In an Org TODO list, scheduling an item that contains a link can cause
>> the link to disap
Hello, Org mode hackers.
I'm using Org-mode version 8.2 (`release_8.2-157-g1e018e' @
`/src/org-mode/lisp/') and GNU Emacs 24.3.1 (`x86_64-unknown-linux-gnu',
X toolkit, Xaw3d scroll bars) of 2013-09-21.
I started Emacs with `emacs -Q -l setup.el' (file attached). This
opened a day agenda view.
ating
habits are generally the ones I give priority to, so this behavior seems
to fit.
Thanks,
Thomas
>From cc25d929f6eafeda89c75364068572d0aed3502d Mon Sep 17 00:00:00 2001
From: Thomas Morgan
Date: Sun, 28 Jul 2013 17:43:19 +0200
Subject: [PATCH] Give priority to overdue habits that rep
Hi, Bastien,
Thanks for giving this your attention.
I'm afraid I'm still seeing the same behavior described
in the bug report.
Best,
Thomas
Hi, Bastien,
This is working in 8.2.5c, thanks!
There are a few related bugs (going to a running clock associated
with a line that has been dragged in the agenda, for example) that
I'll send in reports for later.
Thanks,
Thomas
Bastien writes:
> Hi Thomas,
>
> Bastien writes:
>
>>> I'm afrai
Hi, Org mode hackers,
There seems to be a bug whereby dragging a line pulls along adjacent
hidden lines.
I'm using Org-mode version 8.2.5g (`release_8.2.5g-663-g24a213' @
`/src/org-mode/lisp/') and GNU Emacs 24.3.1 (`x86_64-unknown-linux-gnu',
X toolkit, Xaw3d scroll bars) of 2013-09-24.
I start
Hi, Bastien,
If it's difficult to keep dragging from moving hidden lines,
I agree, `/ /' removing the re-ordering would be less confusing
than seeing the hidden lines moved.
By the way, another useful feature could be dragging all lines
in the region if it's active.
Thanks,
Thomas
, Xaw3d scroll bars)
of 2013-09-24.
Thanks and best regards,
Thomas
setup.el
Description: application/emacs-lisp
#+TITLE: Bug with unconverted dashes in HTML export
| --- |
Title: Bug with unconverted dashes in HTML export
Bug with unconverted dashes in HTML export
---
Author: T
Hi, Nicolas,
> The new regexps still don't look right, as they can match an additional
> dash:
>
> (string-match "---\\([^-]?\\)" "") => 0
>
> I'm not sure about the intent of this regexp, that is whether
> consecutive mdashes or ndashes are allowed or not.
>
> A correct version could be eit
Org mode hackers,
I'd like to suggest that epstopdf (or the containing package,
which is texlive-font-utils on Debian) be listed as a dependency
for Org-Babel LilyPond. Without epstopdf, the results of evaluating
LilyPond code blocks appear in an exported PDF as boxes containing
the text `NAME-ep
letters of @home and @net are h and n respectively.
Best,
Thomas
>From 3c12d4b5c6ad12d6f34fe34ecc94f7be54fe61b5 Mon Sep 17 00:00:00 2001
From: Thomas Morgan
Date: Wed, 14 May 2014 01:54:17 -0400
Subject: [PATCH] Optionally abbreviate filtered tags in mode line.
* lisp/org-agenda.el (org-agend
ry helpful bug report but thought I'd
send it anyway in case someone else has seen the same problem
and understands what's going on.
Best regards,
Thomas
>From 06cde5027e8ca93d82d14c5c0b46deb3e1c80b25 Mon Sep 17 00:00:00 2001
From: Thomas Morgan
Date: Tue, 13 May 2014 23:52:48 -0400
Subj
Hi, Bastien,
Thanks -- I've got the assignment form and will send it in.
Best regards,
Thomas
Hi, Bastien,
Here is a recipe for what might be another manifestation
of this bug.
I'm using the maint branch: Org-mode version 8.2.6
(release_8.2.6-21-g3b9419 @ /src/org-mode/lisp/).
Files `setup.el' and `test-case.org' are attached.
The directory added to the load path in `setup.el'
will prob
+0200
org-agenda.el: Fix bug when displaying the changed date
Thomas Morgan writes:
> Hi, Bastien,
>
> Here is a recipe for what might be another manifestation
> of this bug.
>
> I'm using the maint branch: Org-mode version 8.2.6
> (release_8.2.6-21-g3b9419 @ /src/org-m
Dear Org mode hackers,
When `org-agenda-sticky' and `org-agenda-persistent-filter' are
both set, filters are not carried over to new agenda views, at least
in some cases. I'm using the maint branch. Here is a recipe:
1. Run Emacs with `emacs -Q -l setup.el'.
2. Open the day agenda with `M-x or
Hi, Bastien,
I've noticed some new issues on maint.
Sometimes refreshing with `r' can empty an agenda of all its contents.
I'm using sticky agendas and the only way to recover seems to be to
kill the agenda buffer and create a new one.
Sometimes scheduling in the agenda with `C-c C-s' or `S-rig
Here is a small patch for this bug. It works as far as I can tell
though it's possible that it introduces other problems or that there's
a better solution.
>From 3181ee87106275bf947324b75054c6e2acb18ed1 Mon Sep 17 00:00:00 2001
From: Thomas Morgan
Date: Sun, 25 May 2014 13:40:35
Dear Org hackers,
I have a question about tangling LilyPond code blocks.
Is there a way to put the commands `\sourcefilename' and
`\sourcefileline' in the tangled file before each block,
perhaps in place of the comment that includes the same information?
(These commands are equivalent to the `#li
Dear Org mode hackers,
This is a recipe for a bug involving Org player, though the bug
might be in Org mode itself.
1. Start Emacs with `emacs -Q -l setup.el'. This opens the day agenda,
which looks like this.
,
| Day-agenda (W21):
| Friday 23 May 2014
| test-case: 1:23.. Sch
Hi, Bastien,
Here is a recipe for the bug where scheduling hangs.
1. Change the load path entry in `setup.el'.
2. Start Emacs with `emacs -Q -l setup.el'.
3. Open a TODO list with `M-x org-todo-list'.
4. Filter out tag with `C-u / TAB foo RET'.
5. Move point to first item with `C-s todo RET'
Hi, Rainer,
Rainer M Krug writes:
> Envoyé de mon iPhone
>
>> Le 25 mai 2014 à 18:28, Thomas Morgan a écrit :
>>
>> Dear Org hackers,
>>
>> I have a question about tangling LilyPond code blocks.
>>
>> Is there a way to put the commands `
Hello, Org mode hackers,
Here is a recipe for a bug on the maint branch that causes a preset tag
filter to be carried over to another agenda view in some cases.
1. Change the load path setting in `setup.el'.
2. Start Emacs with `emacs -Q -l setup.el'.
3. Open a TODO list with `M-x org-agenda t'
Attached are the files referred to in the bug report.
Thomas Morgan writes:
> Hello, Org mode hackers,
>
> Here is a recipe for a bug on the maint branch that causes standard
> skipping conditions to have no effect.
>
> 1. Change the load path setting in `setup.el'.
Hello, Org mode hackers,
Here is a recipe for a bug on the maint branch that causes standard
skipping conditions to have no effect.
1. Change the load path setting in `setup.el'.
2. Start Emacs with `emacs -Q -l setup.el'.
3. Customize the agenda commands with `M-x org-agenda C'.
4. Add a new
Hi, Bastien,
This works for me -- thanks!
Best,
Thomas
Eric Schulte writes:
> Thomas Morgan writes:
>
>> Hi, Rainer,
>>
>> Rainer M Krug writes:
>>
>>> Envoyé de mon iPhone
>>>
>>>> Le 25 mai 2014 à 18:28, Thomas Morgan a écrit :
>>>>
>>>> Dear Org hackers,
>
39 matches
Mail list logo