[Orgmode] Re: limit agenda to particular tag?

2009-07-28 Thread Matthew Lundin
John SJ Anderson geneh...@genehack.org writes: Is there a way to display an agenda (like 'C-a a' does) but have it limited to items that have a particular tag? (E.g., so I can see only '@WORK' items when at work.) The following FAQs explain how to do this:

[Orgmode] Re: Customizing main Agenda view??

2009-08-13 Thread Matthew Lundin
At Wed, 12 Aug 2009 12:13:14 +0100, Paul Mead wrote: 1. Map C-c a a to a custom agenda view: (setq org-agenda-custom-commands '((a Agenda ((agenda ) (todo STARTED) turns out this was exactly what I needed, thanks! You are welcome! I'm glad it helped. Best,

[Orgmode] Re: Keyword completion.

2009-08-22 Thread Matthew Lundin
Noorul Islam wrote: On Sat, Aug 22, 2009 at 7:19 PM, Matt Lundinm...@imapmail.org wrote: Noorul Islam wrote: On Sat, Aug 22, 2009 at 6:48 PM, Matt Lundinm...@imapmail.org wrote: Noorul Islam gnu...@gmail.com writes: In an org-file I typed in #+A followed by ESC-Tab. I got a

[Orgmode] Re: How to use both _underlined_ and math subcsript of latex ?

2009-08-25 Thread Matthew Lundin
waterloo waterloo2...@gmail.com writes: I use _underlined_ to get a line under `underline' in html. But the character `_' is known as math subscript of latex (just as in \ sum_0^100 ). I want to use both underline and math subscript simultaneously. As Bernt explained in his reply, the

[Orgmode] Re: Orgmodehow do you compose mails in Gnus with org-mode

2009-08-26 Thread Matthew Lundin
Wes Hardaker wjhns...@hardakers.net writes: On Tue, 25 Aug 2009 18:51:50 -0400, Matt Lundin m...@imapmail.org said: ML Org-mode is not a mail mode. It certainly would not be suitable as a ML major mode for composing mail. I do frequently, however, write notes and things in org and then mail

Re: [Orgmode] Re: RSI

2009-09-11 Thread Matthew Lundin
Eric S Fraga ucec...@ucl.ac.uk, Eric S Fraga ucec...@ucl.ac.uk writes: At Tue, 01 Sep 2009 15:50:08 -0400, Matt Lundin wrote: key. Thus, short of using viper, the only solution that works for me is to use the Caps Lock key as Control. With that slight modification, I find emacs controls

[Orgmode] Re: Documentation wishlist items

2009-09-17 Thread Matthew Lundin
Ethan ethan.glasser.c...@gmail.com writes: On Wed, Sep 16, 2009 at 11:46 PM, Matt Lundin m...@imapmail.org wrote: O.K. So I went a little crazy and added a bunch of definitions to the glossary.  - http://orgmode.org/worg/org-glossary.php Perhaps it's not so

[Orgmode] Re: Hoisting (so to speak)

2009-09-17 Thread Matthew Lundin
Matt Lundin m...@imapmail.org writes: timetrap timet...@gmail.com writes: One of my favorite features in the vim out liner was the ability to hoist a sparse tree into a new temporary buffer. Is there a way to do this in org-mode? Of course there is. This is emacs. ;) O.K. I just

[Orgmode] Re: two custom agenda view questions

2009-09-24 Thread Matthew Lundin
Michael Gilbert m...@gilbert.org writes: On Sep 23,2009, at 8:05 PM, Matt Lundin wrote: Michael Gilbert m...@gilbert.org writes: (1) I want to define a custom agenda view that displays only those tasks that have today as a deadline or are past-due. Since many of my tasks also have

[Orgmode] Re: suggestion: options for chronological agenda

2009-09-26 Thread Matthew Lundin
Matt Lundin m...@imapmail.org writes: Ilya Shlyakhter ilya_...@alum.mit.edu writes: The suggestion is to enhance the timeline agenda with options to: - recognize inactive timestamps ([in square brackets]) See the variable org-agenda-inactive-timestamps. Correction. This should read

[Orgmode] Re: to bookmarks

2009-09-26 Thread Matthew Lundin
Matt Lundin m...@imapmail.org writes: I've been looking for similar functionality for a while so I hacked up a simple function to export the bookmarks of an org file as an html file, Here's a better version of the function: --8---cut here---start-8---

[Orgmode] Re: Orgmode for budgeting/expense recording

2009-10-02 Thread Matthew Lundin
Eric S Fraga ucec...@ucl.ac.uk writes: At Fri, 02 Oct 2009 10:52:37 -0400, Matt Lundin wrote: Do you use ledger.el, which comes with the ledger source? It makes it very easy to enter new items and to invoke ledger commands from within a ledger file. I also find it indispensable for

Re: [Orgmode] Re: Tagging a region of text without creating a branch

2009-10-09 Thread Matthew Lundin
Carsten Dominik wrote: Matt: Inline tasks are now always exported, the variable org-inlinetask-export is obsolete. Export will look like a description list item - in fact, the export uses internally description lists. Thanks for clarifying this. I had

[Orgmode] Re: Any way to include filetags in tags completion?

2009-10-20 Thread Matthew Lundin
Carsten Dominik carsten.domi...@gmail.com writes: Hi Matt, I believe this works now - please verity. Thanks Carsten! This works great. Now org-mode makes organizing my life that much easier. :) - Matt On Oct 17, 2009, at 1:42 AM, Matt Lundin wrote: Hi everyone, I've searched the

[Orgmode] Re: Added support for habit tracking

2009-10-20 Thread Matthew Lundin
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: 2. It is somewhat cumbersome to add two repeating timestamps to the same entry. If one sets up the first repeating timestamp, then one cannot add a second timestamp automatically. I.e., the following error message appears:

[Orgmode] Re: Added support for habit tracking

2009-10-20 Thread Matthew Lundin
John Wiegley jwieg...@gmail.com writes: On Oct 20, 2009, at 10:02 AM, Matt Lundin wrote: 1. The syntax for defining habits seems fairly complex. One must add a repeating scheduled timestamp, a repeating deadline timestamp and a property. I was wondering if there could be anyway to automate

[Orgmode] Re: Feature Request? #+CONFIG keyword - to abstract more configuration into org files,

2009-10-22 Thread Matthew Lundin
Carsten Dominik carsten.domi...@gmail.com writes: On Oct 22, 2009, at 10:23 PM, Matt Lundin wrote: Bernt Hansen be...@norang.ca writes: Tim O'Callaghan tim.ocallag...@gmail.com writes: Can you use the #+BIND: keyword to set arbitrary variables and achieve the same result? If I

[Orgmode] Re: Added support for habit tracking

2009-10-24 Thread Matthew Lundin
John Wiegley jwieg...@gmail.com writes: The only difference between regular repeating tasks and habits is this: 1. Habits appear at the bottom of the agenda (by default) Out of curiosity, might I ask what org-agenda-sorting-strategy setting produces the default behavior? My agenda shows

[Orgmode] Re: Added support for habit tracking

2009-10-24 Thread Matthew Lundin
Matthew Lundin m...@imapmail.org writes: John Wiegley jwieg...@gmail.com writes: The only difference between regular repeating tasks and habits is this: 1. Habits appear at the bottom of the agenda (by default) Out of curiosity, might I ask what org-agenda-sorting-strategy setting

[Orgmode] Re: Best way to implement Keywords feature

2009-11-08 Thread Matthew Lundin
Paul Mead paul.d.m...@googlemail.com writes: Matt Lundin m...@imapmail.org writes: http://orgmode.org/manual/Matching-tags-and-properties.html - Matt Thanks Matt, although that allows me to search for a single property (if I use 'Keyword' as an example, this will return a match if I

[Orgmode] Re: Best way to implement Keywords feature

2009-11-09 Thread Matthew Lundin
Paul Mead paul.d.m...@googlemail.com writes: Matthew Lundin m...@imapmail.org writes: It will if you use brackets to perform a regexp match. E.g., Keyword={example1} (...assuming the property is Keyword: example1 example2.) From the manual page above: , | * If the comparison

[Orgmode] Re: org-agenda-diary-entry without date tree

2009-11-15 Thread Matthew Lundin
Carsten Dominik carsten.domi...@gmail.com writes: On Nov 14, 2009, at 1:33 PM, Matt Lundin wrote: Hi Carsten, The new org-agenda-diary-entry looks quite convenient. Would it be possible to add an option to bypass the date tree so as to add each new appointment as a simple first level

[Orgmode] Re: org-agenda-diary-entry without date tree

2009-11-19 Thread Matthew Lundin
Carsten Dominik carsten.domi...@gmail.com writes: Hi Matt, please try (setq org-agenda-insert-diary-strategy 'top-level) HTH Thanks Carsten! It works very well. - Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] Re: Wrapped links with long descriptions

2009-11-23 Thread Matthew Lundin
Carsten Dominik carsten.domi...@gmail.com writes: Hi Matt, yes. The fact that this has not been reported earlier shows that this is not a frequent case. Fixed now, 2 lines are now allowed. Is that enough? Yes, I believe two should be enough. Thanks! - Matt

[Orgmode] Re: Bug with time summary in column view?

2009-11-25 Thread Matthew Lundin
Hi James, James TD Smith ahktenz...@mohorovi.cc writes: I'm experiencing the same problem the OP reports (i.e., no effort or clocksum summaries) when viewing columns in the agenda. I reported this in an earlier email: http://article.gmane.org/gmane.emacs.orgmode/19937 Ah, I missed that.

[Orgmode] Re: Boolean word/regexp search problem

2009-11-27 Thread Matthew Lundin
Matt Lundin m...@imapmail.org writes: The word/regexp agenda search to work with more than one word or regexp unless the first word or regexp is also preceded by a + or -. Take the following example. * Org-mode Org mode is a major mode for Emacs written by Carsten Dominik. Let's say I

[Orgmode] Re: Problems with org-docview

2009-12-03 Thread Matthew Lundin
Matt Lundin m...@imapmail.org writes: I notice that org-docview.el was added to the repo on November 28 or thereabouts. I'm experiencing a few problems with it. When calling the agenda for the first time after starting up org-mode, I get the following message: , | Problems while

[Orgmode] Re: Worg currently not publishing

2009-12-09 Thread Matthew Lundin
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: Yep. Bastien moved us to a new server, and it seems that the cronjob doing the update is not configured yet. I updated by hand for now - will surely be fixed soon. - Carsten It appears that Worg updates are still not being

[Orgmode] Re: Organizing a students live

2009-12-22 Thread Matthew Lundin
Daniel Martins daniel...@gmail.com writes: In fact, it helps! Thanks However a sentence like this: +# a class that meets every Monday evening between February 16 and April 20, 2009 ** Class 7:00pm-9:00pm %%(and (= 1 (calendar-day-of-week date)) (diary-block 2 16 2009 4 20 2009)) is not

[Orgmode] Re: Org-mode and searching for multiple occurances

2010-02-11 Thread Matthew Lundin
Giovanni Ridolfi giovanni.rido...@yahoo.it writes: Stephan Schmitt drmab...@cs.tu-berlin.de writes: Hi, Stephan, Also sprach Matt Lundin: evita moreno evitamoren...@live.com writes: * jones2000 blah blah blah keyword1 keyword2 *jones2007 blah blah keyword2 and so on. I was wondering

[Orgmode] Re: search for DEADLINE in warning period

2010-02-11 Thread Matthew Lundin
Carsten Dominik carsten.domi...@gmail.com writes: On Feb 9, 2010, at 3:48 PM, Matt Lundin wrote: Interesting. The docstring for org-agenda-todo-ignore-deadlines seems to suggest otherwise. Is this documentation inaccurate? , | Documentation: | Non-nil means don't show near deadline

[Orgmode] Re: Secondary filtering and query editing within daily/weekly agenda

2010-02-17 Thread Matthew Lundin
Brody, William (Buck) brody...@darden.virginia.edu writes: I see that I can now filter by tag. Is it possible to filter by todo state? For instance, I would like to exclude all DONE items. There is no way to filter by TODO state. One way to achieve the same effect, however, is to set the

Re: [Orgmode] Problem with org-agenda-goto and inline tasks

2010-02-19 Thread Matthew Lundin
Carsten Dominik carsten.domi...@gmail.com writes: On Feb 19, 2010, at 4:46 AM, Matt Lundin wrote: I'd like to report a minor issue with org-agenda-goto and inline tasks. Let's say one has the following file: I do understand the problem, however, don't have a good solution for it, and I

Re: [Orgmode] Slow speed of week and month views

2010-02-21 Thread Matthew Lundin
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: I am afraid I don't see any major speed improvements that could make this happen. Yes, one could parse all the files once, build a table in memory and get the entries for each day from there - but that comes down to a complete

Re: [Orgmode] Re: Remove scheduled date when switch TODO states

2010-02-22 Thread Matthew Lundin
David Maus maus.da...@gmail.com writes: Matt Lundin wrote: Nathaniel Flath flat0...@gmail.com writes: 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

[Orgmode] Re: inserting notes at level 1 with org-remember

2010-02-26 Thread Matthew Lundin
Hi Trance, Trance Diviner trance.divi...@gmail.com writes: On Feb 25, 2010, at 7:38 PM, Matt Lundin wrote: Trance Diviner trance.divi...@gmail.com writes: But I find that org-remember always creates notes as a level-2 entry. For example, starting with an empty example.org file and the

Re: [Orgmode] [PATCH] New variable to speed up custom agendas

2010-03-10 Thread Matthew Lundin
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: wow, you have proven me wrong. There is a way to get a significant speedup in agenda construction, for special cases like you mentioned in an earlier message. This is brilliant. I have taken the patch, with a few small

[Orgmode] Re: icalendar: exporting times of day specified in heading?

2010-03-17 Thread Matthew Lundin
Hi Stephen, Stephen Eglen s.j.eg...@damtp.cam.ac.uk writes: When I enter the time of day after typing i d, the time of day is added to the timestamp (as above) but is *not* removed the headline. E.g., Day entry: 9:00am go shopping [RET] ...results in the following headline... *

[Orgmode] Re: Org publish hierarchies and style variable

2008-10-29 Thread Matthew Lundin
Bernt, Bernt Hansen [EMAIL PROTECTED] writes: [EMAIL PROTECTED] writes: ... My question: Instead of this method, which I find a little tedious, I've created a hardlink to the master css directory in each subdirectory of my project. As a result the, css files get copied to each subdirectory

[Orgmode] Org-publish - too many index.org files

2008-10-30 Thread Matthew Lundin
I am setting up my website with multiple subdirectories, each, of course, with its own index.org (index.html) file. A problem arises when I invoke org-publish (or org-agenda). All of the org files in the project are loaded into buffers resulting in too many index.org files in my buffer list. 1)

Re: R: [Orgmode] Org-publish - too many index.org files

2008-10-30 Thread Matthew Lundin
Hi Giovanni, Giovanni Ridolfi [EMAIL PROTECTED] writes: (setq org-publish-after-export-hook t) ? Might I ask what functions you use in the hook? Thanks, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the

[Orgmode] org-publish-validate-link

2008-10-30 Thread Matthew Lundin
Try as I might, I cannot seem to locate the org-publish-validate-link function described in the org-mode manual. http://orgmode.org/manual/Publishing-links.html#Publishing-links The function is present in older versions of org-publish.el but I can't find it 6.08c. Am I missing something?

[Orgmode] Recursive org-agenda-files

2008-10-31 Thread Matthew Lundin
Is it possible to set the org-agenda-files variable to include all org files within a directory recursively? I currently use: (set org-agenda files (file-expand-wildcards ~/org/*.org)) This, of course, includes all org files in ~/org. But how would I include all org files in both ~/org and

Re: [Orgmode] Including state-changed headings in the agenda

2008-10-31 Thread Matthew Lundin
Hsiu-Khuern Tang [EMAIL PROTECTED] writes: Hi, Let's say I have a repeating task like this: ** TODO Do this SCHEDULED: 2008-10-29 Wed +1w Cycling to a done state will track the done time and increment the scheduled time according to the repeater: ** TODO Do this - State DONE

Re: [Orgmode] Org-publish - too many index.org files

2008-10-31 Thread Matthew Lundin
Ethan Blanton [EMAIL PROTECTED] writes: Matthew Lundin spake unto us the following wisdom: A problem arises when I invoke org-publish (or org-agenda). All of the org files in the project are loaded into buffers resulting in too many index.org files in my buffer list. [snip] While this isn't

Re: [Orgmode] Org-publish - too many index.org files

2008-11-02 Thread Matthew Lundin
in the configuration. Thanks, Matt On Oct 30, 2008, at 4:04 PM, Matthew Lundin wrote: I am setting up my website with multiple subdirectories, each, of course, with its own index.org (index.html) file. A problem arises when I invoke org-publish (or org-agenda). All of the org files

Re: [Orgmode] Org-publish - too many index.org files

2008-11-02 Thread Matthew Lundin
On Nov 2, 2008, at 1:50 PM, Matthew Lundin wrote: Hi Carsten, Carsten Dominik [EMAIL PROTECTED] writes: Hi Matthew, what org version are you using? Because I believe that in the current version, those buffers will be killed, if they have been visited to get published. Only buffers

[Orgmode] Question about org-link-file-path-type

2008-11-03 Thread Matthew Lundin
I am using org 6.10c. When I set org-link-file-path-type to absolute and use C-u C-c C-l (org-insert-link with argument), any file in my home directory above my org directory is given the shortcut ~ -- as in file:~/pdfs/paper.pdf. (This is the desired behavior.) But when org-link-file-path-type

Re: [Orgmode] Question about org-link-file-path-type

2008-11-03 Thread Matthew Lundin
Matthew Lundin [EMAIL PROTECTED] writes: I am using org 6.10c. When I set org-link-file-path-type to absolute and use C-u C-c C-l (org-insert-link with argument), any file in my home directory above my org directory is given the shortcut ~ -- as in file:~/pdfs/paper.pdf. (This is the desired

Re: [Orgmode] Including state-changed headings in the agenda

2008-11-05 Thread Matthew Lundin
Carsten Dominik [EMAIL PROTECTED] writes: Are there people who would find it useful if log-mode in the agenda showed all logged state changes? Might get crowded - but it is certainly possible to implement that. - Carsten Yes, I would like this as an option. It would help me keep track of

[Orgmode] Org publish syndication

2008-11-05 Thread Matthew Lundin
I have been trying to get a better handle on emacs lisp and thought I might cut my teeth on an add-on for org-publish that would syndicate xml and/or rss feeds for org-publish projects and/or individual files/directories. Because of its rich markup, org-mode has the potential to be a wonderful

Re: [Orgmode] Org-mode idea?

2008-11-10 Thread Matthew Lundin
Manish [EMAIL PROTECTED] writes: On Thu, Nov 6, 2008 at 7:51 PM, Dennis Groves (CISG) wrote: Hello All, I am sort of new to org-mode; I have been using it for some time but since I am not a software engineer I am afraid I am not able to make use of all the capabilities nor

Re: [Orgmode] Re: Does this happen to you? Aquamacs messes with you! (but I still like my Mac)

2008-11-10 Thread Matthew Lundin
William Henney [EMAIL PROTECTED] writes: Hi list On Mon, Nov 10, 2008 at 9:57 AM, Matthew Lundin [EMAIL PROTECTED] wrote: I third that. Carbon Emacs is the only emacs package for OS X that works like Emacs is supposed to. It also comes with a lot more elisp goodness (i.e., more packages

[Orgmode] Anchors/targets in org-export/publish

2008-11-13 Thread Matthew Lundin
Question about org-export: I'd like to create invisible radio targets to html anchor links using org-export. E.g., # radiotarget should become a name=radiotarget/a Currently, however, there are a couple of behaviors of org-exp.el that make this difficult. 1) Org-export does convert

Re: [Orgmode] Anchors/targets in org-export/publish

2008-11-13 Thread Matthew Lundin
Matthew Lundin [EMAIL PROTECTED] writes: Question about org-export: I'd like to create invisible radio targets to html anchor links using org-export. E.g., # radiotarget should become a name=radiotarget/a Currently, however, there are a couple of behaviors of org-exp.el that make

[Orgmode] Mismatched div in html export

2008-11-14 Thread Matthew Lundin
I believe I've found an unmatched div tag in html export. The problem occurs when the headlines of an export are set to 0, as in: #+OPTIONS: h:0 toc:nil Here's a sample org source file: --org source begins- #+TITLE: Test #+OPTIONS: h:0 toc:nil * Bullet point Here is some

[Orgmode] index-title in org-publish

2008-11-16 Thread Matthew Lundin
Carsten, Thanks so much for fixing the open buffer problem with auto-index was turned on in org-publish. All buffers now close properly after publishing. There is a new behavior in auto-index with 6.12. The index-title now is written in the index-file as a heading, rather than the first line of

Re: [Orgmode] index-title in org-publish

2008-11-16 Thread Matthew Lundin
Carsten Dominik [EMAIL PROTECTED] writes: On Nov 16, 2008, at 5:51 PM, Matthew Lundin wrote: Carsten, Thanks so much for fixing the open buffer problem with auto-index was turned on in org-publish. All buffers now close properly after publishing. There is a new behavior in auto-index

[Orgmode] org-archive-location

2008-11-19 Thread Matthew Lundin
Hi Carsten, I'm getting the following message with org 6.12b when I try to set a custom org-archive-location: org-advertized-archive-subtree: Invalid `org-archive-location' I've tried this both with emacs 22.1.1 and 23.0.60.1. Here's the relevant configuration line: (setq

Re: [Orgmode] Re: Dividers in File

2008-11-19 Thread Matthew Lundin
news.gmane.org [EMAIL PROTECTED] writes: Sebastian Rose schrieb: Hi David, Eric Schulte [EMAIL PROTECTED] writes: Hi David, Is there any Reason why you don't just make the dividers the first level of headlines? -- Eric [snip] David A. Gershman [EMAIL PROTECTED] writes: In my org

[Orgmode] Re: org-archive-location

2008-11-19 Thread Matthew Lundin
Thanks Nick and Bernt. Bernt Hansen [EMAIL PROTECTED] writes: Matthew Lundin [EMAIL PROTECTED] writes: Here's the relevant configuration line: (setq org-archive-location 2008.org_archive) I think this should be (setq org-archive-location 2008.org_archive::) -Bernt Works like a charm

Re: [Orgmode] Publishing my personal website with Org-mode

2008-11-19 Thread Matthew Lundin
[EMAIL PROTECTED] (Flávio de Souza) writes: Hi everybody! I'm new emacs and org-mode user. I've posted to this group sometimes and I got helpful hints. Now I need your help ( opinion ) about publishing html with org-mode. I decided to use emacs to make my personal website. Basically, I

Re: [Orgmode] A few new user questions, Custom agenda views, calendar in frame, and Hyperlinks on win32

2008-11-19 Thread Matthew Lundin
Hi Jonathan, Jonathan Arkell [EMAIL PROTECTED] writes: Hi Everybody I have some fairly simple new user questions, and I am hoping you guys can help me out. I have a few custom agenda views that I would like to create, but I am having some issues. My files are laid out in 1 file per

Re: [Orgmode] Publishing my personal website with Org-mode

2008-11-20 Thread Matthew Lundin
Hi Richard, Richard Riley [EMAIL PROTECTED] writes: Matthew Lundin [EMAIL PROTECTED] writes: Hi Flavio, I just began a website with org-publish for many of the same reasons you mention: http://faculty.valpo.edu/mlundin/ Nice. Is your table of contents simply standard org fair

Re: [Orgmode] Publishing my personal website with Org-mode

2008-11-20 Thread Matthew Lundin
Hi Scott, [EMAIL PROTECTED] writes: I've been using org-mode to make my web site since August. The address follows. http://www3.uakron.edu/randby Thanks for the link. I like how you've used org-info.js and a single page to create an entire website. Matt

Re: [Orgmode] exporting unnumbered section headings?

2008-11-23 Thread Matthew Lundin
Hi Bill Bill White [EMAIL PROTECTED] writes: Hi all - Inspired by other posts on the list recently, I'm setting up an org-based website. So far I've been able to change everything to suit me except numbered html section headings - I'd prefer unnumbered headings, if possible. For

Re: [Orgmode] let repeat events show just once in agendar?

2008-12-04 Thread Matthew Lundin
anhnmncb [EMAIL PROTECTED] writes: Agenda shows daily repeatly events everyday, it makes agendar mess, and let me hardly get notice the event that not repeatly. can I control it show the repeatly event just once? -- Regards, anhnmncb Hi anhnmncb, To limit repeating events to a single

[Orgmode] Activating radio links when agenda called

2008-12-04 Thread Matthew Lundin
Hi everyone, When I load an org file into a buffer using find-file, radio targets (i.e., triple bracket targets such as MyTarget) are automatically activated and the corresponding plain text (My Target) is turned into a link. However, when my org files are loaded into buffers by calling the

Re: [Orgmode] org-publish-file

2008-12-04 Thread Matthew Lundin
Hi Richard, Richard Riley [EMAIL PROTECTED] writes: If I edit a file in an org web subdirectory and then publish that file it does not get published with the style sheet link content. e.g I have a file index.org in rgr-source/bike and when I publish it the destination

Re: [Orgmode] Re: Setting org-archive-location

2008-12-07 Thread Matthew Lundin
Hi David, David Neu [EMAIL PROTECTED] writes: Hi Bernt, Thanks for that suggestion! Do you know if there is any way to avoid hardcoding the month and year I used in my example, i.e. :ARCHIVE: %s-2008-12-archive.org::* Work Cheers, David One alternative to setting a lot of ARCHIVE

[Orgmode] Saving column views in agenda

2008-12-07 Thread Matthew Lundin
I often use dynamic blocks to save/export column views in org-mode files. Does anyone know of a similar way to export/save a column view from the agenda? When I write the agenda to a file, it naturally writes only the text (not the column overlay). Regards, Matt

Re: [Orgmode] Prevent footnotes from becoming superscript(in HTML)

2008-12-08 Thread Matthew Lundin
Saptarshi Guha [EMAIL PROTECTED] writes: Hello I am using footnotes extensively, e.g Boo[1] but I would like org-mode to not export them as superscripts i.e I would like the exported HTML to look like Boo[1] and not Boo ^{[1]}. Is there a way to do this? One way to get rid of the

Re: [Orgmode] property searches for #+CATEGORY

2008-12-08 Thread Matthew Lundin
Hi Mario, I find the easiest way to filter for personal and professional tasks is to use a filetag at the top of each file, e.g., #+FILETAGS: prof I use filetags because the agenda has a wonderful shortcut for filtering by tags. When I call the agenda, I simply hit / and then the shortcut for

Re: [Orgmode] Saving column views in agenda

2008-12-09 Thread Matthew Lundin
spreadsheet functionality.) Thanks, as always, for such a wonderful program. Matt On Dec 8, 2008, at 6:52 AM, Matthew Lundin wrote: I often use dynamic blocks to save/export column views in org-mode files. Does anyone know of a similar way to export/save a column view from the agenda? When I

Re: [Orgmode] Language question

2008-12-10 Thread Matthew Lundin
Hi Carsten, IDs is correct. Some older manuals of style suggest using ID's, but IDs is the most widely accepted plural form of the abbreviation. Matt Carsten Dominik [EMAIL PROTECTED] writes: Hi, this is a question to the native English speakers out there. If I write in the

[Orgmode] Any performance loss with radio targets?

2008-12-10 Thread Matthew Lundin
Hello everyone, I very much like the convenience of radio targets but was wondering whether an inordinate number of radio targets/links can slow down org-mode as it opens files. I'd like to use internal links to connect notes with their sources. For instance: * Auther, Title, Year.

Re: [Orgmode] Any performance loss with radio targets?

2008-12-11 Thread Matthew Lundin
Hi Carsten, Carsten Dominik [EMAIL PROTECTED] writes: Hi Matt, Hundreds or thousands of radio links would be disastrous, direct links will work fine. - Carsten That's what I suspected. Thanks so much for confirming it. - Matt On Dec 10, 2008, at 9:34 PM, Matthew Lundin wrote: Hello

Re: [Orgmode] Saving column views in agenda

2008-12-11 Thread Matthew Lundin
Hi Eric, The addition of the :conds parameter to org-collector, the first example you provided (the one that zeroed out the amount for all items not food) now results in 1 rather than 0 in the headings. (Example below.) Thanks for taking a look at this. Best, Matt * Example #+BEGIN: propview

Re: [Orgmode] Saving column views in agenda

2008-12-12 Thread Matthew Lundin
Carsten Dominik domi...@science.uva.nl writes: Yes, this is not the first time that a request for a last-line reference has come up. But the connection with org-collector.el really seems to need this, so I finally took a look. I needed only a single line edit to make @0 refer to the last

Re: [Orgmode] Possible to get a subtree agenda view?

2008-12-13 Thread Matthew Lundin
Hi Robert, Robert Goldman rpgold...@sift.info writes: I have a @car category that I use to keep track of things I might want to do when out in the car. Getting the agenda view *almost* works for this. But often an item here indicates that I should visit some store, and underneath the item

Re: [Orgmode] Possible to get a subtree agenda view? --- possible bug?

2008-12-13 Thread Matthew Lundin
Hi Robert, Robert Goldman rpgold...@sift.info writes: Matthew Lundin wrote: Hi Robert, Is there any existing way to do this, or should I start rooting around in the code? For a custom agenda command: (setq org-agenda-custom-commands '((f tags-tree +car+TODO=\TODO

Re: [Orgmode] Possible to get a subtree agenda view?

2008-12-14 Thread Matthew Lundin
Hi Robert, Robert Goldman rpgold...@sift.info writes: Matthew Lundin wrote: [snip] For a custom agenda command: (setq org-agenda-custom-commands '((f tags-tree +car+TODO=\TODO\ ((org-show-entry-below t) (org-show-hierarchy-above nil))) ;; other commands

Re: [Orgmode] recent changes page for worg

2008-12-14 Thread Matthew Lundin
Hi Samuel, Samuel Wales samolog...@gmail.com writes: Does worg have a recent changes page? Thanks. To my delight, I just discovered that there are feeds that allow one to follow changes to the Worg repo: http://repo.or.cz/w/Worg.git?a=rss http://repo.or.cz/w/Worg.git?a=atom - Matt

Re: [Orgmode] Possible to get a subtree agenda view?

2008-12-14 Thread Matthew Lundin
Hi Robert, Robert Goldman rpgold...@sift.info writes: I think it would be appropriate to have a tutorial like this in Worg, but not a replacement. If you look at the custom agenda commands discussion in the manual, you will see that there is a discussion of how most of the fields of custom

Re: [Orgmode] Links to Org-mode FAQ

2008-12-16 Thread Matthew Lundin
Hi Carsten, I would be happy to take charge of tending the FAQ and to keep an eye on the mailing list for (1) questions that are already answered on the FAQ (2) good answers that should be added to the FAQ. (I would, of course, also gladly defer to someone with a deeper knowledge of org-mode.)

Re: [Orgmode] Re: Links to Org-mode FAQ

2008-12-17 Thread Matthew Lundin
Neelakantan nsivaram@gmail.com writes: Matthew Lundin m...@imapmail.org writes: Hi Carsten, I would be happy to take charge of tending the FAQ and to keep an eye on the mailing list for (1) questions that are already answered on the FAQ (2) good answers that should be added to the FAQ. (I

Re: [Orgmode] Links to Org-mode FAQ

2008-12-17 Thread Matthew Lundin
much. - Carsten On Dec 16, 2008, at 3:10 PM, Matthew Lundin wrote: Hi Carsten, I would be happy to take charge of tending the FAQ and to keep an eye on the mailing list for (1) questions that are already answered on the FAQ (2) good answers that should be added to the FAQ. (I would

Re: [Orgmode] Re: Footnotes and org-export, revisited

2008-12-17 Thread Matthew Lundin
I was away from my computer for a few hours and was delighted to discover this thread. This truly is an amazing mailing list. Scot Becker scot.bec...@gmail.com writes: I'm torn. Usage 1 is harder to read. My footnotes, for example, are very long compared to your example. Of course, within

Re: [Orgmode] Seeking further clarification of org-refile-targets variable

2008-12-18 Thread Matthew Lundin
Hi Charles, Charles Cave charles_c...@optusnet.com.au writes: I am having trouble understanding the help text for org-refile-targets. I don't know what a cons cell is and I would like to see some examples of customising the variable. For example, how can I specify headings of levels 1 and

Re: [Orgmode] Seeking further clarification of org-refile-targets variable

2008-12-18 Thread Matthew Lundin
Matthew Lundin m...@imapmail.org writes: I believe you need to substitute a number for N, such as: (:level . 2:) But I think the setting you're looking for is: (:maxlevel . 2:) Oops, that should be: (:level . 2) (:maxlevel . 2) [Thank goodness for smileys in gnus, which alerted me

Re: [Orgmode] Re: Seeking further clarification of org-refile-targets variable

2008-12-18 Thread Matthew Lundin
Hi Bernt, Bernt Hansen be...@norang.ca writes: Charles Cave charles_c...@optusnet.com.au writes: I have this value set as follows: , | org-refile-targets is a variable defined in `org.el'. | Its value is | ((org-agenda-files :level . 1) | (nil :level . 1)) ` where:

[Orgmode] Custom Agenda Commands tutorial

2008-12-18 Thread Matthew Lundin
Hi everyone, Since questions often arise on the list about custom agenda command configuration, I tried my hand at writing a tutorial for Worg. My goal was to describe the basic components of the configuration and to provide a number of scenarios in which one might want to use custom agenda

Re: [Orgmode] structure editing in brainstorming mode

2008-12-29 Thread Matthew Lundin
Hi Rustom, Rustom Mody rustompm...@gmail.com writes: 1. Multiple heading demotion Lets say I start writing down some points maybe with/without some additional text * Cat * Dog And now I decide to put all these into a superheading 'My Pets' The only way I know is to enter * My Pets

Re: [Orgmode] structure editing in brainstorming mode

2008-12-29 Thread Matthew Lundin
Hi Scott, Scott Otterson sco...@u.washington.edu writes: On 12/29/2008 9:00 AM, Matthew Lundin m...@imapmail.org wrote: ... Rustom Mody rustompm...@gmail.com writes: .. 2. Converting heading type C-c - or S-left/right should do the trick. This does

Re: [Orgmode] bugs in C-*

2008-12-29 Thread Matthew Lundin
Scott Otterson sco...@u.washington.edu writes: I just discovered the very handy C-* function -- I've been converting lists to headlines manually! But I also discovered a couple of bugs: If I select a region containing a plain list and then type C-*, org mode adds the leading stars but

Re: [Orgmode] bugs in C-*

2008-12-29 Thread Matthew Lundin
Hi Scott, Matthew Lundin m...@imapmail.org writes: Scott Otterson sco...@u.washington.edu writes: I just discovered the very handy C-* function -- I've been converting lists to headlines manually! But I also discovered a couple of bugs: I can confirm this behavior. When using C

Re: [Orgmode] Footnotes and org-export, revisited

2009-01-03 Thread Matthew Lundin
, 2009, at 4:10 PM, Matthew Lundin wrote: Thanks for alerting me to this option. I'm assuming that org-footnote-section is meant to control the initial placement of non-inline footnotes and not their placement after sorting or normalizing. (When I sort or normalize the footnotes, they are placed

[Orgmode] Minor bug in footnotes

2009-01-04 Thread Matthew Lundin
Hi Carsten, After some additional testing of footnote options, I discovered another minor quirk. It occurs when org-footnote-section is set to a value such as Footnotes (the default value). When org-footnote-action is called for the very first time in an org buffer, the Footnotes headline is

Re: [Orgmode] Hide-until (release time) for todos?

2009-01-05 Thread Matthew Lundin
Hi Robert, Robert Goldman rpgold...@sift.info writes: Has anyone implemented a property that's the opposite of deadline for Org TODOs? What I'd like is a property I could put on a TODO that would hide it from agenda display (probably with some preference that would permit unfiltered

Re: [Orgmode] Hide-until (release time) for todos?

2009-01-05 Thread Matthew Lundin
Matthew Lundin m...@imapmail.org writes: I've found that the easiest solution to this problem is to schedule something in the future (e.g., C-c C-s +2w) and to get rid of the TODO keyword (C-c t SPC, or t SPC in the agenda). This should read C-c C-t SPC for the TODO keyword command. - Matt

  1   2   3   4   >