[O] Bug: Buffer restriction lost with org-agenda-sticky enabled

2014-09-27 Thread Thomas Morgan
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

Re: [O] Preset filter sometimes persistent

2014-07-29 Thread Thomas Morgan
Hi, Bastien, Bastien b...@gnu.org writes: Thomas Morgan t...@ziiuu.com 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

Re: [O] Adding source location information when tangling

2014-06-06 Thread Thomas Morgan
Eric Schulte schulte.e...@gmail.com writes: Thomas Morgan t...@ziiuu.com writes: Hi, Rainer, Rainer M Krug r.m.k...@gmail.com writes: Envoyé de mon iPhone Le 25 mai 2014 à 18:28, Thomas Morgan t...@ziiuu.com a écrit : Dear Org hackers, I have a question about tangling LilyPond

Re: [O] Standard skipping conditions have no effect

2014-06-02 Thread Thomas Morgan
Hi, Bastien, This works for me -- thanks! Best, Thomas

[O] Preset filter sometimes persistent

2014-06-01 Thread Thomas Morgan
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

Re: [O] Standard skipping conditions have no effect

2014-06-01 Thread Thomas Morgan
Attached are the files referred to in the bug report. Thomas Morgan t...@ziiuu.com 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'. 2. Start Emacs

[O] Standard skipping conditions have no effect

2014-06-01 Thread Thomas Morgan
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

Re: [O] Adding source location information when tangling

2014-05-29 Thread Thomas Morgan
Hi, Rainer, Rainer M Krug r.m.k...@gmail.com writes: Envoyé de mon iPhone Le 25 mai 2014 à 18:28, Thomas Morgan t...@ziiuu.com a écrit : Dear Org hackers, I have a question about tangling LilyPond code blocks. Is there a way to put the commands `\sourcefilename

[O] Stickiness of agenda buffers overrides persistent filters

2014-05-25 Thread Thomas Morgan
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

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-25 Thread Thomas Morgan
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

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-25 Thread Thomas Morgan
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 t...@ziiuu.com Date: Sun, 25 May 2014 13:40:35

[O] Adding source location information when tangling

2014-05-25 Thread Thomas Morgan
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

[O] Item scheduled in agenda based on Org player link's start time

2014-05-25 Thread Thomas Morgan
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..

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-25 Thread Thomas Morgan
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

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-18 Thread Thomas Morgan
2014 +0200 org-agenda.el: Fix bug when displaying the changed date Thomas Morgan t...@ziiuu.com 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-mode/lisp

Re: [O] Abbreviating filtered tags in mode line

2014-05-15 Thread Thomas Morgan
Hi, Bastien, Thanks -- I've got the assignment form and will send it in. Best regards, Thomas

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-15 Thread Thomas Morgan
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

[O] Abbreviating filtered tags in mode line

2014-05-14 Thread Thomas Morgan
and @net are h and n respectively. Best, Thomas From 3c12d4b5c6ad12d6f34fe34ecc94f7be54fe61b5 Mon Sep 17 00:00:00 2001 From: Thomas Morgan t...@ziiuu.com Date: Wed, 14 May 2014 01:54:17 -0400 Subject: [PATCH] Optionally abbreviate filtered tags in mode line. * lisp/org-agenda.el (org-agenda-abbreviate

[O] Clock-in in agenda makes some headings with links disappear

2014-05-14 Thread Thomas Morgan
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 t...@ziiuu.com Date: Tue, 13 May 2014 23:52:48 -0400 Subject: [PATCH] Fix bug mading agenda line

[O] epstopdf dependency for ob-lilypond

2014-05-05 Thread Thomas Morgan
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

Re: [O] Bug: unconverted dashes in HTML export

2014-02-10 Thread Thomas Morgan
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 either: (---

[O] Bug: unconverted dashes in HTML export

2014-02-08 Thread Thomas Morgan
, 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: Thomas Morgan Created: 2013-05-19 Sun 12:31 Emacs 24.2.1 (Org

Re: [O] Bug: dragging a line in agenda moves following hidden lines

2014-02-07 Thread Thomas Morgan
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

[O] Bug: dragging a line in agenda moves following hidden lines

2014-02-03 Thread Thomas Morgan
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

Re: [O] Bug dragging lines in tag-restricted agenda

2014-01-29 Thread Thomas Morgan
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 b...@gnu.org writes: Hi Thomas, Bastien b...@gnu.org

Re: [O] Bug dragging lines in tag-restricted agenda

2013-11-12 Thread Thomas Morgan
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

[O] Giving priority to overdue habits that repeat more frequently

2013-10-26 Thread Thomas Morgan
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 t...@ziiuu.com Date: Sun, 28 Jul 2013 17:43:19 +0200 Subject: [PATCH] Give priority to overdue habits

[O] Bug dragging lines in tag-restricted agenda

2013-10-20 Thread Thomas Morgan
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.

Re: [O] Scheduling makes link disappear

2013-02-10 Thread Thomas Morgan
Hi, Bastien, Thanks! That fixes it and doesn't break any of the agenda views that I use. Best regards, Thomas Bastien b...@altern.org writes: Hi Thomas, Thomas Morgan t...@ziiuu.com writes: In an Org TODO list, scheduling an item that contains a link can cause the link to disappear

[O] Scheduling makes link disappear

2013-02-01 Thread Thomas Morgan
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

[O] Bug: Consistency graph redisplay with links in filtered headings [7.8.03]

2012-02-23 Thread Thomas Morgan
: From c7d5abcd886c17c25f2dab1a658e0c0accc9f211 Mon Sep 17 00:00:00 2001 From: Thomas Morgan t...@ziiuu.com Date: Wed, 22 Feb 2012 10:12:19 +0100 Subject: [PATCH] * org-habit.el (org-habit-insert-consistency-graphs): Disable

Re: [O] Bug: Remote state change of repeating TODO fails with calendar open [7.8.03]

2012-02-20 Thread Thomas Morgan
Hi, David, Thanks, that fixes it for me. Best wishes, Thomas

Re: [Orgmode] Persistent filters in Org mode

2010-05-19 Thread Thomas Morgan
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, perhaps

Re: [Orgmode] Persistent filters in Org mode

2010-05-16 Thread Thomas Morgan
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

[Orgmode] Persistent filters in Org mode

2010-05-06 Thread Thomas Morgan
, Thomas From 052ef9205845c78cb24d6fea8f89484bbe12a528 Mon Sep 17 00:00:00 2001 From: Thomas Morgan t...@ziiuu.com 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/org-agenda.el

[Orgmode] Removing one filter of several

2010-05-01 Thread Thomas Morgan
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

[Orgmode] Bug: Can't follow link to old Gnus nndoc article [6.34trans]

2010-03-09 Thread Thomas Morgan
271f6880df3227764b090e5ad9b1c6ab16deee76 Mon Sep 17 00:00:00 2001 From: Thomas Morgan t...@ziiuu.com 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 files changed, 4 insertions