[Orgmode] Exporting Agenda to HTML

2009-10-16 Thread Nathaniel Flath
pressing 'enter' on a line will take you to the specific entry. Is there a way to do this? Thanks, Nathaniel Flath ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

[Orgmode] Scheduling an already-scheduled item

2010-02-03 Thread Nathaniel Flath
, Nathaniel Flath ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] org-archive-subtree keep structure

2010-02-04 Thread Nathaniel Flath
Hello, Is there a way to get org-archive-subtree to keep the tree structure in the archive file? this information is currently just added to the :ARCHIVE_OLPATH in the archive file; is there an option to get it to construct the tree instead? Thanks, Nathaniel Flath

[Orgmode] [PATCH] Close calendar buffer after scheduling an item

2010-02-05 Thread Nathaniel Flath
be a problem. Thanks, Nathaniel Flath diff --git a/lisp/org/org.el b/lisp/org/org.el index 325a524..8206cf2 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -12970,125 +12970,127 @@ the user. PROMPT can overwrite the default prompt. DEFAULT-TIME is the time/date that is used for everything

[Orgmode] org-refile to top-level heading

2010-02-09 Thread Nathaniel Flath
Is there a way to use org-refile to refile an item as a top-level heading in some file? Looking into this, there only seems to be a way to file as a subheading. Thanks, Nathaniel Flath ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] org-babel and source highlighting

2010-02-09 Thread Nathaniel Flath
Is there a way to get org-babel to highlight the source blocks embedded in your document in the natural language's source? All the source shows as grey for me. Thanks, Nathaniel Flath ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] Org-depends: schedule X days after last completion

2010-02-20 Thread Nathaniel Flath
Hello, using the org-depends package, is there any way to set the next task to be scheduled a certain number of days after the current one is finished? Thanks, Nathaniel Flath ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] Hiding items on agenda until day they are scheduled

2010-02-20 Thread Nathaniel Flath
Hello, Is there a property that will hide an item from the agenda until the day it is scheduled? I don't want to do this globally, just for specific items. Setting the style to 'habit' does this, but I was wondering if there was a more semantically-correct way. Thanks, Nathaniel Flath

[Orgmode] Remove scheduled date when switch TODO states

2010-02-20 Thread Nathaniel Flath
Hello, I have a todo state, PENDING, that I organize tasks that I cannot perform immediately. Is there a way to configure org-todoconfigure so that when a task is switched to PENDING, if it has a scheduled date that date is removed? Thanks, Nathaniel Flath

[Orgmode] BUG: org-insert-link doesn't use ido completion when org-completion-use-ido is t

2010-02-21 Thread Nathaniel Flath
I'd really like to be able to use ido to insert links, but even though I have org-completion-use-ido set to t this does not occur. This seems to be because of org-insert-link in org.el, line8061: (let ((org-completion-use-ido nil) However, just removing this causes org-insert-link to not work.

[O] [PATH] Speedups to org-table-recalculate

2014-07-29 Thread Nathaniel Flath
This patch speeds up org-table-recalculate by removing all 'message' function calls. Additionally adds an early check for whether there are any formulas and only executes the rest of the function if so. org-table-speedup.patch Description: Binary data

Re: [O] [PATH] Speedups to org-table-recalculate

2014-07-29 Thread Nathaniel Flath
Hi Bastien, I believe I did that a long time ago, juste been inactive. I've definitely contributed to org before, although searching through my email I can only find a copyright assignment for Emacs itself (dated 8/23/09), do I have to re-do this? Thanks, Nathaniel Flath On Tue, Jul 29, 2014

Re: [O] [PATH] Speedups to org-table-recalculate

2014-08-07 Thread Nathaniel Flath
wrote: Hi Nathaniel On Tue, Jul 29, 2014 at 2:03 PM, Nathaniel Flath flat0...@gmail.com wrote: This patch speeds up org-table-recalculate by removing all 'message' function calls. Additionally adds an early check for whether there are any formulas and only executes the rest

Re: [O] [PATH] Speedups to org-table-recalculate

2014-10-09 Thread Nathaniel Flath
, 2014 at 6:39 AM, Michael Brand michael.ch.br...@gmail.com wrote: Hi Nathaniel On Thu, Aug 7, 2014 at 4:57 PM, Nathaniel Flath flat0...@gmail.com wrote: I'd be fine with displaying every second, but I don't see a good way of doing this - do you have any suggestions? I thought

Re: [O] [PATH] Speedups to org-table-recalculate

2014-10-10 Thread Nathaniel Flath
calculation messages the delay is much more noticable. On Fri, Oct 10, 2014 at 3:35 AM, Michael Brand michael.ch.br...@gmail.com wrote: Hi Nathaniel On Fri, Oct 10, 2014 at 7:56 AM, Nathaniel Flath flat0...@gmail.com wrote: That's still much more slow than not doing it - slightly modifying your

Re: [O] [PATH] Speedups to org-table-recalculate

2014-10-17 Thread Nathaniel Flath
Hi On Sat, Oct 11, 2014 at 12:16 PM, Michael Brand michael.ch.br...@gmail.com wrote: Hi Nathaniel On Fri, Oct 10, 2014 at 9:43 PM, Nathaniel Flath flat0...@gmail.com wrote: Mine is a pretty simple table (takes less than a second even in the original case): Earlier I assumed

Re: [O] [PATH] Speedups to org-table-recalculate

2014-10-19 Thread Nathaniel Flath
Hi Michael, Thanks for the review! Updated patches attached. I believe I've fixed everything you mentioned - let me know if I missed something. On Sun, Oct 19, 2014 at 3:57 PM, Michael Brand michael.ch.br...@gmail.com wrote: Hi Nathaniel On Sat, Oct 18, 2014 at 7:11 AM, Nathaniel Flath

Re: [O] [PATH] Speedups to org-table-recalculate

2014-10-25 Thread Nathaniel Flath
Hi Michael On Mon, Oct 20, 2014 at 12:41 PM, Michael Brand michael.ch.br...@gmail.com wrote: Hi Nathaniel On Mon, Oct 20, 2014 at 3:56 AM, Nathaniel Flath flat0...@gmail.com wrote: Thanks for the review! Updated patches attached. I believe I've fixed everything you mentioned - Yes

[Orgmode] [PATCH] only display a scheduled item if it is due today or in the past

2010-05-02 Thread Nathaniel Flath
contribute it to org-mode. If you have any comments, please let me know. Thanks, Nathaniel Flath diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 2b56cb6..c7a07c4 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -4697,6 +4697,9 @@ FRACTION is what fraction of the head-warning time

[Orgmode] [BUG] Shift-left and Shift-right reset time to 0:00

2010-05-08 Thread Nathaniel Flath
Whenever I am on a timestamp with a time that isn't zero-filled, shift-left and right zero the time. for example: 2010-05-08 Sat 2:00 becomes: 2010-05-09 Sun 00:00 This does not occur for stamps of the form: 2010-05-08 Sat 02:00 Thanks, Nathaniel Flath

[Orgmode] org-entities-user

2010-05-19 Thread Nathaniel Flath
to find the UTF-8, latin-1, or HTML encodings of these entities - and I'm not sure how to input the utf-8 or latin-1 even if I do. Does anyone know how to do this? Thanks, Nathaniel Flath ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

Re: [Orgmode] [PATCH] only display a scheduled item if it is due today or in the past

2010-05-21 Thread Nathaniel Flath
be done about it at that point. I'd much rather have it only display when it can actually be worked on. Let me know if you have any more questions. Thanks, Nathaniel Flath On Thu, May 13, 2010 at 1:36 AM, Carsten Dominik carsten.domi...@gmail.comwrote: Hi Nathaniel, I am not yet sure about

[Orgmode] Re: [PATCH] only display a scheduled item if it is due today or in the past

2010-05-22 Thread Nathaniel Flath
not to install this patch. Thanks, Nahtaniel Flath On Sat, May 22, 2010 at 12:50 AM, Matt Lundin m...@imapmail.org wrote: Nathaniel Flath flat0...@gmail.com writes: On May 2, 2010, at 7:37 PM, Nathaniel Flath wrote: One thing I've wanted from org-mode is the ability to have

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-08-27 Thread Nathaniel Flath
I was going to fix the issues described in the first reply - not enough items in particular - and resubmit soon. I got a bit distracted by finals. I'll see if I can figure out the export problem, as well. Thanks, Nathaniel Flath On Fri, Aug 27, 2010 at 5:44 AM, Jacob Mitchell jacob.d.mitch

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-09-18 Thread Nathaniel Flath
. Nathaniel Flath Attachment: diff --git a/lisp/org-list.el b/lisp/org-list.el index d9fc24e..88d5a9b 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -287,14 +287,14 @@ It depends on `org-empty-line-terminates-plain-lists'. Return the correct regular expression for plain lists. If GENERAL

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-09-26 Thread Nathaniel Flath
it with a) or a. Regards, -- Nicolas Yes, this happens - it's not something that comes up during my normal usage, so I didn't notice. Can you think of a way to determine if this is the case vs. a list is actually wanted? Thanks, Nathaniel Flath ___ Emacs-orgmode

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-09-29 Thread Nathaniel Flath
I'd be fine with either (or both) of these, and can code it up once we decide. I find it unlikely that I'd use an alphabetical list of size more than 26, which is why I only had one character to begin with. Thanks, Nathaniel Flath On Wed, Sep 29, 2010 at 8:49 AM, Carsten Dominik carsten.domi

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-09-30 Thread Nathaniel Flath
Carsten, If you think this is acceptable I'll start working on it. Thanks, Nathaniel Flath On Wed, Sep 29, 2010 at 10:46 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Carsten Dominik writes: Or, alternatively, put it in with an option to turn it on (default off, I think). And maybe

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-10-04 Thread Nathaniel Flath
. Item 3 Correct me if I'm misinterpreting you. Thanks, Nathaniel Flath On Mon, Oct 4, 2010 at 5:07 PM, Sebastian Rose sebastian_r...@gmx.de wrote: Sorry for not following this thread closely. But from what I read, I thought it might be better to have a _command_ to sort existing lists

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-10-20 Thread Nathaniel Flath
tonight - should send a patch either later tonight or tomorow. Thanks, Nathaniel Flath ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-10-21 Thread Nathaniel Flath
I think I've fixed the issues brought up with this new patch. Please let me know what you think. On Wed, Oct 20, 2010 at 9:44 PM, Nathaniel Flath flat0...@gmail.com wrote: But I can't help thinking this could lead to unexpected results in some cases (admittedly less than when alpha bullets

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-10-22 Thread Nathaniel Flath
Sorry about that - patch attached. Thanks, Nathaniel Flath On Fri, Oct 22, 2010 at 1:13 AM, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Nathaniel, I get patch does not apply.  Can you please update the patch to the current git master? Thanks - Carsten On Oct 22, 2010, at 7:30

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-10-28 Thread Nathaniel Flath
New patch fixing these issues is attached. Let me know of any other problems. On Tue, Oct 26, 2010 at 1:23 AM, Carsten Dominik carsten.domi...@gmail.com wrote: On Oct 26, 2010, at 10:21 AM, Nicolas Goaziou wrote: Hello, Nathaniel Flath writes: I think I've fixed the issues brought up

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-11-10 Thread Nathaniel Flath
Are there any further issues? Thanks, Nathaniel Flath On Thu, Oct 28, 2010 at 12:17 AM, Nathaniel Flath flat0...@gmail.com wrote: New patch fixing these issues is attached. Let me know of any other problems. On Tue, Oct 26, 2010 at 1:23 AM, Carsten Dominik carsten.domi...@gmail.com wrote

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-11-21 Thread Nathaniel Flath
I think I've fixed these, although I'm not an expert in the exporting. Let me know if there's anything else, or if I screwed up anything when trying to figure out how to make a git patch(looks like it worked, though.) Thanks, Nathaniel Flath On Sat, Nov 13, 2010 at 7:16 AM, Nicolas Goaziou

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-11-26 Thread Nathaniel Flath
, Nathaniel Flath On Mon, Nov 22, 2010 at 10:37 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Nathaniel Flath writes: although I'm not an expert in the exporting. Let me know if there's anything else, or if I screwed up anything when trying to figure out how to make a git patch(looks

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-12-10 Thread Nathaniel Flath
Sory for the long delay - I got caught up in other work. A patchaddressing the sisues brought up is attached. Let me know of anything else. Thanks, Nathaniel Flath On Fri, Nov 26, 2010 at 8:39 PM, Nathaniel Flath flat0...@gmail.com wrote: I'm working on your comments, should have another

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2011-01-12 Thread Nathaniel Flath
Updated patch attached. Thanks, Nathaniel Flath On Mon, Dec 20, 2010 at 10:25 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Nathaniel Flath writes: Sory for the long delay - I got caught up in other work. A patchaddressing the sisues brought up is attached. I've had a look

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-09 Thread Nathaniel Flath
Updated patches attached. 0001-org-table.el-org-table-recalculate-early-returns.patch Description: Binary data 0002-org-table.el-org-table-recalculate-is-quieter.patch Description: Binary data

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-12 Thread Nathaniel Flath
New patches attached! On Sun, Nov 9, 2014 at 9:12 PM, Michael Brand michael.ch.br...@gmail.com wrote: Hi Nathaniel On Sun, Nov 9, 2014 at 11:18 AM, Nathaniel Flath flat0...@gmail.com wrote: Updated patches attached. The second does not apply after the first on today's release_8.3beta

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-14 Thread Nathaniel Flath
Aaaand another try. On Thu, Nov 13, 2014 at 12:39 AM, Michael Brand michael.ch.br...@gmail.com wrote: Hi Nathaniel On Wed, Nov 12, 2014 at 12:51 PM, Nathaniel Flath flat0...@gmail.com wrote: New patches attached! Now that they apply I found: + Re-applying formulas

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-14 Thread Nathaniel Flath
Bleh. Took out the wrong cnt, and that didn't show up in my testing for some reason. On Fri, Nov 14, 2014 at 11:10 PM, Michael Brand michael.ch.br...@gmail.com wrote: Hi Nathaniel On Fri, Nov 14, 2014 at 2:33 PM, Nathaniel Flath flat0...@gmail.com wrote: Aaaand another try. I tested

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-21 Thread Nathaniel Flath
OK, I think I fixed that. Yes, I have signed FSF papers. On Sat, Nov 15, 2014 at 4:07 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Michael Brand michael.ch.br...@gmail.com writes: In my opinion the newest patches can be applied, tests passed on my side. Thank you. Thanks.

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-30 Thread Nathaniel Flath
Changed it to just a function - you are correct, for this purpose I don't need a macro. On Fri, Nov 21, 2014 at 6:30 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Nathaniel Flath flat0...@gmail.com writes: OK, I think I fixed that. Thanks. I didn't verify it compiles, but your macro

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-30 Thread Nathaniel Flath
Sorry, that was incorrect - real patches attached. On Mon, Dec 1, 2014 at 1:02 AM, Nathaniel Flath flat0...@gmail.com wrote: Changed it to just a function - you are correct, for this purpose I don't need a macro. On Fri, Nov 21, 2014 at 6:30 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote

Re: [O] [PATH] Speedups to org-table-recalculate

2014-12-07 Thread Nathaniel Flath
Fixed. On Fri, Dec 5, 2014 at 3:57 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Nathaniel Flath flat0...@gmail.com writes: Sorry, that was incorrect - real patches attached. Thanks. +(defun org-table-message-once-per-second (t1 rest args) + If there has been more than one second

Re: [O] [PATCH] org-agenda tag completion works with ido

2017-07-13 Thread Nathaniel Flath
On Wed, Jul 12, 2017 at 9:35 PM, Kyle Meyer <k...@kyleam.com> wrote: > Nathaniel Flath <flat0...@gmail.com> writes: > >> After upgrading to the latest org-mode, tag completion when filtering >> in the agenda was broken - I had to fully enter the tag, despite using

Re: [O] [PATCH] org-agenda tag completion works with ido

2017-07-13 Thread Nathaniel Flath
On Thu, Jul 13, 2017 at 11:02 AM, Kyle Meyer <k...@kyleam.com> wrote: > Nathaniel Flath <flat0...@gmail.com> writes: > > [...] > >>> I'm not an ido user, but testing with >>> >>> (require 'ido-ubiquitous) >>> (ido-ubiquitous-mode

Re: [O] [PATCH] org-agenda tag completion works with ido

2017-07-13 Thread Nathaniel Flath
Confirmed it's a difference in ido configuration - I'm using ido-everywhere, not ido-ubiquitous. On Thu, Jul 13, 2017 at 11:19 AM, Nathaniel Flath <flat0...@gmail.com> wrote: > On Thu, Jul 13, 2017 at 11:02 AM, Kyle Meyer <k...@kyleam.com> wrote: >> Nathaniel Flath <fl

Re: [O] [PATCH] org-agenda tag completion works with ido

2017-07-13 Thread Nathaniel Flath
I suppose so. I still think this is a correct patch, since it doesn't make sense to filter for non-existent tags. On Thu, Jul 13, 2017 at 12:19 PM, Kyle Meyer <k...@kyleam.com> wrote: > Nathaniel Flath <flat0...@gmail.com> writes: > >> Confirmed it's a difference in ido c

Re: [O] [PATCH] org-agenda tag completion works with ido

2017-07-16 Thread Nathaniel Flath
New patch attached. I have already signed the FSF copyright papers, so I haven't marked as TINYCHANGE - let me know if I still should. On Thu, Jul 13, 2017 at 4:31 PM, Kyle Meyer <k...@kyleam.com> wrote: > Nathaniel Flath <flat0...@gmail.com> writes: > >> I su

[O] [PATCH] org-agenda tag completion works with ido

2017-07-12 Thread Nathaniel Flath
. Thanks, Nathaniel Flath 0001-completing-read-in-org-agenda-filter-by-tag-complete.patch Description: Binary data