[Orgmode] Re: Search files in a folder

2010-09-12 Thread Matt Lundin
Eric S Fraga writes: > On Mon, 13 Sep 2010 04:11:48 +0900, 노정태 wrote: > >> I want to search org files in my /org folder. >> But I can't find a command to search files wholly. >> C-c a s (org-search-view) does search only with headline. >> I can't search the contents of my org files with just one

[Orgmode] Re: Search files in a folder

2010-09-13 Thread Matt Lundin
노정태 writes: > Suvayu, I read your comment, and googled about what I can't understand. > > In Emacs, M-x grep Filename * does what I want. Thank you. > > And now, I want to make it as one elisp command. > > What should I do? Can anybody write a simple script? FWIW, here's my elisp function to s

[Orgmode] [PATCH] Removed unecessary invocations of org-agenda-show.

2010-09-13 Thread Matt Lundin
lisp/org-agenda.el (org-agenda-set-tags): Remove org-agenda-show to prevent disrupting windows and changing point in original buffer. (org-agenda-set-property): Same (org-agenda-set-effort): Same (org-agenda-toggle-archive-tag): Same When setting a tag in the agenda, org-mode displays the corresp

[Orgmode] Re: Agenda: Hide Sched. Items

2010-09-13 Thread Matt Lundin
Nathan Neff writes: > Is there a way to hide Scheduled Items in a custom Agenda View? > Yes. You can use the variable org-agenda-entry-types. > I have the following custom agenda set up: > > ("&" "Timeline" ((agenda "" )) > ((org-agenda-ndays 1) >(org-agend

[Orgmode] Re: Repeating tasks on specific days of the week

2010-09-13 Thread Matt Lundin
Jeff Horn writes: > Hi everyone! > > I was wondering how to create repeating tasks for, say, Tuesday and > Thursday at noon. I found this on stack overflow: http://cl.ly/2K8c > > Is that really the best answer? Can this not be accomplished with > symbolic expressions? > > Seems like a great featu

[Orgmode] Re: omitting done TODOs from custom agenda

2010-09-13 Thread Matt Lundin
Eric Abrahamsen writes: > I'm having a bit of confusion: I've created my own TODO sequences with > org-todo-keywords, in this case (sequence "CONTACT(n)" "REPLY(r)" "|" > "CONTACTED(e@)"). Then I've got a custom agenda defined using > org-agenda-custom-commands, where there's a weekly view on top

[Orgmode] Re: Customizing agenda line format

2010-09-13 Thread Matt Lundin
Norbert Zeh writes: > Is there a way to freely customize the format of lines in the weekly > agenda or todo list. ... > I have a bunch of todo items that have a special todo state, say SPECIAL. > I don't want those included in my weekly agenda, but rather have a block > agenda where one of the

[Orgmode] Re: bug ? invoking display-time causes org mode clocking to go bad

2010-09-13 Thread Matt Lundin
Antony writes: > On 9/2/2010 4:03 AM, Antony wrote: >> >> Start vanilla emacs >> type >> C-x f ~/foo.org >> >> type >> * foo >> >> type >> M-x display-time >> modeline shows 7:29 AM >> when my PC is showing 1:30AM >> They don't match. >> > no one can reproduce this? This sounds like a general e

[Orgmode] Re: Customizing agenda line format

2010-09-13 Thread Matt Lundin
Norbert Zeh writes: > Matt Lundin [2010.09.13 1512 -0400]: >> Norbert Zeh writes: >> >> > Is there a way to freely customize the format of lines in the weekly >> > agenda or todo list. >> ... >> > I have a bunch of todo items that have a sp

[Orgmode] [PATCH] Fix bug that erases org buffer when calling agenda via org-agenda-open-link.

2010-09-15 Thread Matt Lundin
* lisp/org-agenda.el (org-prepare-agenda): If the agenda is called from within the agenda via an elisp link, such as [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer of the file containing the link, since that buffer is current during org-prepare agenda (due to a with-curr

[Orgmode] Re: omitting done TODOs from custom agenda

2010-09-15 Thread Matt Lundin
Eric Abrahamsen writes: > On Tue, Sep 14 2010, Eric Abrahamsen wrote: > >> On Tue, Sep 14 2010, Matt Lundin wrote: >> >>> Eric Abrahamsen writes: >>> >>>> I'm having a bit of confusion: I've created my own TODO sequences with >>&g

[Orgmode] Re: Customizing agenda line format

2010-09-15 Thread Matt Lundin
Norbert Zeh writes: > Here's what I found out by tinkering around with settings a little. > Setting org-agenda-prefix-format to "" (as I already did before) > correctly removes the prefix *before* the TODO keyword. The formatting > function for everything starting with the TODO keyword, however,

[Orgmode] Re: Question: Repeating Items?

2010-09-16 Thread Matt Lundin
Hi Ken, Kenneth Miller writes: > I fired up org-mode on my new machine, pulled my org files from source > control, set my agenda files and agenda-key, attempted to view my > agenda, and got the following. I've replaced some of the names with > random characters for privacy, but events and todos

[Orgmode] Re: Bug: org-auto-repeat-maybe only updates first timestamp [7.01trans]

2010-09-17 Thread Matt Lundin
"Andrew J. Korty" writes: > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mailing list. >

[Orgmode] Re: Bug: org-auto-repeat-maybe only updates first timestamp [7.01trans]

2010-09-17 Thread Matt Lundin
"Andrew J. Korty" writes: > Andrew J. Korty wrote: > >> Bernt Hansen wrote: >> >> > > If I have multiple timestamps in a TODO item, org-auto-repeat-maybe >> > > only advances the first one. In the following example, I'd like both >> > > the SCHEDULED and DEADLINE timestamps to advance when the

[Orgmode] Re: Bug: org-auto-repeat-maybe only updates first timestamp [7.01trans]

2010-09-17 Thread Matt Lundin
"Andrew J. Korty" writes: > Matt Lundin wrote: > >> --8<---cut here---start->8--- >> * TODO Review really important document >> DEADLINE: <2010-10-31 Sun -2m> >> * TODO Review less important document >&

[Orgmode] Re: C-a T DONE behavior

2010-09-17 Thread Matt Lundin
julien cubizolles writes: > I've noticed that C-a T DONE doesn't display DONE entries if they have a > DEADLINE set, whether it's in the past or in the future. Is it the > intended behavior ? I'm trying to use it to purge DONE tasks but it's > useless at the moment. On your machine, what is the

[Orgmode] Re: Bug: org-auto-repeat-maybe only updates first timestamp [7.01trans]

2010-09-17 Thread Matt Lundin
"Andrew J. Korty" writes: > Matt Lundin wrote: > >> "Andrew J. Korty" writes: >> >> > Matt Lundin wrote: >> > >> >> --8<---cut here---start->8--- >> >> * TODO Review rea

[Orgmode] Re: calendar and agenda entries

2010-09-19 Thread Matt Lundin
henry atting writes: > When printing or exporting the emacs calendar it is possible to include > diary entries or holidays. Yes. For more information, see: (info "(emacs) Writing Calendar Files") You'll want to put the following settings in your org-mode file: (setq cal-tex-diary t) (setq ca

[Orgmode] Re: calendar and agenda entries

2010-09-20 Thread Matt Lundin
henry atting writes: > On So, Sep 19 2010, Matt Lundin wrote: > >> henry atting writes: >> >>> When printing or exporting the emacs calendar it is possible to include >>> diary entries or holidays. > > Mmh, this should be understood as a statement no

[Orgmode] Re: Sparse trees and searching for multiple words

2010-09-21 Thread Matt Lundin
Tom writes: > I see sparse trees can be constructed by searching for a regexp, but I > can't find the same ability for multiple searches. > > For example, I'd like to see entries which contains the words 'cat' and > 'dog' in any order. Or 'apple', 'orange', 'melon', 'plum' and 'pear' > in any ord

[Orgmode] Re: Problem with PROPERTIES :OPTIONS: when exporting subtree

2010-09-26 Thread Matt Lundin
Rainer M Krug writes: > Hi > > I hava a problem with exporting to LaTeX. > > I want to export a table to latex. I put it into a subtree, containing > only the table, i.e. no headers, as I want to include it into another > document. I thought, that using the :OPTIONS: property, I can disable > the

[Orgmode] Re: org-capture (lost PATCH?)

2010-09-27 Thread Matt Lundin
Jambunathan K writes: > I had proposed a patch to org-capture in this thread. > > http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg01152.html > > The patch has neither been rejected nor accepted. I am a bit concerned > that it might have been lost. It's currently on patchwork with the

[Orgmode] Re: Having (too) many files in org-agenda-files

2010-09-29 Thread Matt Lundin
Hi Sebastian, I wrote this response yesterday, but it may have gotten lost in gmane's reverse obfuscation system for email addresses. :) (OT: Is there a "correct" way to respond to your messages in gnus? I subscribe to org-mode via gmane/nntp and in your emails the org-mode ML address is obfusca

[Orgmode] Re: Having (too) many files in org-agenda-files

2010-09-29 Thread Matt Lundin
Sébastien Vauban writes: > Of course, I have many, many files in Org mode. All files I write (or > touch) in fact. > > Of course, I would like to search through my files at some point in time. > I even would like to search through your files at some point in time, I mean > through =org-mode/con

[Orgmode] Re: How do I convert org to OpenOffice?

2010-09-30 Thread Matt Lundin
Lennart Borgman writes: > There is a way, isn't there? ;-) I've had great success with LaTeX2rtf (i..e, org->LaTeX->rtf). As long as you are not using too many exotic packages, it works like a charm. The website indicates that there are Windows binaries available: http://latex2rtf.sourceforge.

[Orgmode] Re: How do I convert org to OpenOffice?

2010-09-30 Thread Matt Lundin
Christian Egli writes: > Matt Lundin writes: > >> Lennart Borgman writes: >> >>> There is a way, isn't there? ;-) >> >> I've had great success with LaTeX2rtf (i..e, org->LaTeX->rtf). As long >> as you are not using too many exotic p

[Orgmode] Re: Filter scheduled items

2010-09-30 Thread Matt Lundin
Marcelo de Moraes Serpa writes: > Hmm, org actually does this already. > > The problem is that I was filtering by TODO items, and the scheduled > item was the parent of two TODO items (A non-TODO item tagged as > PROJECT). > > So now I guess the question is: > Can I make sub-items inherit the sch

[Orgmode] Re: Projects+Next Actions view

2010-09-30 Thread Matt Lundin
Marcelo de Moraes Serpa writes: > Another thing that I like about Things > (http://culturedcode.com/things/) is the "Next Actions" view. It > basically lists all projects plus the very first next action for each > of them. When you need some perspective, having quick access to a view > like this

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-09-30 Thread Matt Lundin
Hi David, David Maus writes: > Sébastien Vauban wrote: >>Hi David, > >>David Maus wrote: >>> Sébastien Vauban wrote: it just perfectly *works*! Great, great feature... Thanks a lot. >>> >>> Sweet! > >>I must add that 14 seconds is the average time for my huge folder. For folder >>of more t

Re: [Orgmode] Re: Filter scheduled items

2010-10-01 Thread Matt Lundin
Jeff Horn writes: > I meant in particular whether there was a built-in agenda view for > *unscheduled* items. > With the following setting... (setq org-agenda-todo-ignore-scheduled t) ...org-todo-list (C-c a t) will show only unscheduled todos. If you don't want the setting above to apply glo

[Orgmode] Re: Omit top level heading in latex export?

2010-10-03 Thread Matt Lundin
--->8--- * Essays ** Essay One Some text. ** Essay Two Some special text. --8<---cut here---end--->8--- With the latest org from git, if I press "C-c C-e 1 h" while the cursor is on (or under) the Essay Two headl

[Orgmode] Re: Bug: latex export [7.01trans (release_7.01h.613.g17c71)]

2010-10-03 Thread Matt Lundin
marksc...@gmail.com writes: > I use org and latex export to write logic exercises and tests for my > classes, and I've noticed the following problem. In the following > items, all but the last item export correctly: > > > P \rightarrow Q > > P \vee Q > > P \& Q > > P \leftrightarrow Q > > P \vdas

Re: [Orgmode] [PATCH] Removed unecessary invocations of org-agenda-show.

2010-10-05 Thread Matt Lundin
Hi Carsten Carsten Dominik writes: > On Sep 16, 2010, at 6:22 AM, Matthew Lundin wrote: > >> Hi Carsten, >> >> Carsten Dominik writes: >> >>> On Sep 13, 2010, at 6:48 PM, Matt Lundin wrote: >>> >>>> >>>> lisp/org

[Orgmode] Re: Recurring scheduled items appearing in schedule

2010-10-10 Thread Matt Lundin
Jeff Horn writes: > I used scheduling to put all such items in my agenda, and I also > tagged them as todo's or appointments. I just mark them as done and > they're automatically rescheduled. No scheduler multiplier shows up as > long as I stay on top of marking the items as done. > > I didn't re

[Orgmode] org-insert-heading and inline tasks

2010-10-14 Thread Matt Lundin
Hi Carsten, The following commit changes the behavior of org-insert-heading within the context of inline tasks: 19d695ef8fd27ac1b1ef1b675c3960b9b7d6abdc I find that new headlines are no longer inserted at the same depth as inline tasks. A quick skim of the diff suggests that this is the intended

Re: [Orgmode] How do I change when a new day starts in orgmode?

2010-10-20 Thread Matt Lundin
Carsten Dominik writes: > Hi, > > maybe it would be good to construct a FAQ around org-extend-today-until. > This is actually a quite usable feature. > Done. Or I should say: * DONE FAQ on org-extend-until-today CLOSED: [2010-10-20 Wed 08:04] :) - Matt _

[Orgmode] Re: Repeating timestamps with a finish date

2010-10-20 Thread Matt Lundin
Christopher Witte writes: > Is there a way to get timestamps that repeat (say weekly) up to a > certain date when it stops repeating?  I have a weekly appointment that > will only go for the next 8 weeks and I don't want to have to input > each appointment separately and I don't want it clutterin

[Orgmode] Re: numbered outlines?

2010-10-20 Thread Matt Lundin
David Rogoff writes: > Sorry if this is obvious, but I couldn't find anything on it. > orgmode's use of asterisks for outline levels is fine when I'm working > on something by myself. However, if I'm collaborating with other > people, there's no good way to reference a particular outline entry.

[Orgmode] Re: A few questions about how you write e-mails

2010-10-20 Thread Matt Lundin
Jeff Horn writes: > Firstly, I notice some of the regular posters wrap org source in the > #+ style org wrappers, others use a <--8--cut-here---8--> > My first question is two-fold: 1) how did you come to use this style > for quoting code in your replies: As others have mentioned, I use C-c M-

[Orgmode] Re: How to handle titles for latex export, multiple subtrees in a single file?

2010-10-20 Thread Matt Lundin
"Alan E. Davis" writes: > I am keeping large files, with multiple subtrees, in accordance with > recommendations/suggestions.  A common roadblock for he has been that a > #+TITLE directive in a file is not local to a subtree, at least so far > as I have figured out.  > > What is a best practice f

[Orgmode] Re: timestamp with repeater interval

2010-10-25 Thread Matt Lundin
Eric S Fraga writes: > On Sun, 24 Oct 2010 17:11:34 +0200, Rainer Thiel wrote: >> >> http://orgmode.org/worg/org-faq.php#org-diary-class >> >> This would be exactly what I need -- if it really worked. It does not >> for me, probably because I haven't really understood how it is >> supposed to

[Orgmode] Re: [WISH] Org Importers

2010-10-28 Thread Matt Lundin
Jambunathan K writes: >> However, what would be ideal would be if there were a tool which would >> take a Word document with /track changes/ and generate a patch file for >> a text version of that document... that could then provide some >> mechanism for getting changes back into an org document

[Orgmode] Re: General question on dealing with Latex to word conversion

2010-10-28 Thread Matt Lundin
Marvin Doyley writes: > Org mode is now a part of my daily work-flow, not only do I use it for > teaching, scheduling my time, but I also use it to store my research > notes. The only snag is several of my collaborators is tied to > microsoft word, and thus my only work around is to  export my no

Re: [Orgmode] Re: [WISH] Org Importers

2010-10-29 Thread Matt Lundin
Jeff Horn writes: >> FWIW, I have a home-brewed perl script that converts latex documents to >> org-mode files. Loosely based on latex2doc[1], it uses a latex style >> file (generated by the perl script) to markup the pdf output (e.g. >> asterisks for section headings, etc.). The org-formatted pd

[Orgmode] Re: General question on dealing with Latex to word conversion

2010-10-31 Thread Matt Lundin
Marvin, Marvin Doyley writes: > tex4ht is awesome, it even does a good job with equations. > My new workflow is org - > tex -> html (via tex4ht) - > doc or docx > (textutil) Thanks for this update! I'm glad to hear that tex4ht proved useful. Thanks also for mentioning textutil - I added it to t

[Orgmode] Re: Sunrise / Sunset in Agenda View only for Current Day?

2010-11-03 Thread Matt Lundin
"Raymond Zeitler" writes: > I added sunrise & day of the week to the org file that I base my agenda view > on. But this adds the information for every day that's displayed in the > agenda. Is it possible to get the information to show up only for the > current day? > > TIA > > Here's the releva

[Orgmode] Re: COMMENTed Radio Targets: Any comments?

2010-11-05 Thread Matt Lundin
Jambunathan K writes: > I am noticing Some inconsistencies with commented out 'Radioed > Targets'. Example is down below. Comments are welcome ... > > In the generated HTML, > > 1. The section titled 'Radioed Target' is not exported because it is >commented out. > 2. References to 'Radioed Ta

[Orgmode] Re: COMMENTed Radio Targets: Any comments?

2010-11-06 Thread Matt Lundin
Hi Jambunathan, Jambunathan K writes: >> For stable links to particular headlines, I would recommend CUSTOM_IDs >> over radio targets. E.g., > > I am raising these questions or bugs or even aberrations as a result of > my work on OpenOffice. > > IOW, I am not looking at 'using them as a feature

[Orgmode] Re: Force completed habits to revert to "HABIT" todo keyword instead of "TODO"

2010-11-09 Thread Matt Lundin
Hi Joseph, Joseph Buchignani writes: > Summary: I would like habits to automatically be marked as the todo > keyword "HABIT" instead of "TODO" after I mark them "DONE" > > Reasons: > I want to keep my habits separate from my tasks. But they display > together on my TODO list. This makes it hard

[Orgmode] Re: Habits bug?

2010-11-11 Thread Matt Lundin
Robert Horn writes: > I just noticed the following oddity. > > 1.) I have a custom agenda that consists of: > > (setq org-agenda-custom-commands > '(("h" "Agenda and This Week tasks" >((agenda "") > (todo "THISWEEK") > > 2.) I have the default agenda period of 1 week at

[Orgmode] Re: How to do Properties search by define an agenda command

2010-11-11 Thread Matt Lundin
Chao LU writes: > Dear all, > > I'm trying to figure out how  to do Properties search by define an > agenda command. > > Here is my item in org file: > > *** Franz Schwabl / Quantum Mechanics >     :PROPERTIES: >     :TITLE: Quantum Mechanics >     :AUTHOR: Franz Schwabl >     :CATEGORY: Quantum

[Orgmode] Re: How to do Properties search by define an agenda command

2010-11-11 Thread Matt Lundin
David Maus writes: > At Wed, 10 Nov 2010 02:59:58 -0500, > Chao LU wrote: >> I'm trying to figure out how to do Properties search by define an agenda >> command. >> >> Here is my item in org file: >> >> *** Franz Schwabl / Quantum Mechanics >> :PROPERTIES: >> :TITLE: Quantum Mechanics >>

[Orgmode] Re: How to do Properties search by define an agenda command

2010-11-13 Thread Matt Lundin
David Maus writes: > At Thu, 11 Nov 2010 20:51:58 -0500, > Matt Lundin wrote: >> > Looks like to use the intended functionality someone has to patch Org >> > mode's tag search to handle multivalue properties. AFAICT, the OP was not inquiring about a multivalue sea

[Orgmode] Re: How to export to ps file when generating agenda file on Windows

2010-11-14 Thread Matt Lundin
Chao LU writes: > I'm trying to generating the agenda file everyday as a pdf file, then > print it out. But I failed to modify org-mode to do so automatically > under windows system, each time I have to get the agenda generated > first, then manually M-x ps-spool-buffer-with-faces, to save it as

[Orgmode] Re: proposal for enhanced org-get-priority function

2010-11-15 Thread Matt Lundin
Carsten Dominik writes: > I would like to have a show of hands who is interested in this > treatment of finer priorities. Should we add this patch (I don't vote > because I do not use priorities) -1 Org-mode power users in need of finer-grained priority control already have the option of widen

[Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-15 Thread Matt Lundin
Carsten, Carsten Dominik writes: > after 7 years of responsibility for Org-mode, it is time for > me to let go and step down as the maintainer of Org-mode. > Thank you so much for the immense goodwill and generosity you have daily demonstrated in your work on Org-mode and here on this mailing l

[Orgmode] Re: proposal for enhanced org-get-priority function

2010-11-17 Thread Matt Lundin
Carsten Dominik writes: > I have not added you patch as it is, because in some ways the syntax > it adds is questionable, and, as others have pointed out, sorting can > be done in different ways, too. > > However, instead, I have introduced a variable that can be set to a > user-defined function

[Orgmode] Re: Clean capture from command line?

2010-11-17 Thread Matt Lundin
Eric S Fraga writes: > tycho garen writes: > >>> One of the things I'd like to be able to do is capture a new TODO from a >>> command line. e.g. >> >> I use the following code that I got from Jack Moffit >> (http://www.metajack.im), that does more or less what you're looking >> for, I think. Ad

[Orgmode] Re: Automatic global tag list?

2010-11-23 Thread Matt Lundin
amscopub-m...@yahoo.com writes: > I just want to keep tag names consistent across files and I want to > know what tags are in use in all files as I add a tag. However, it's > too tedious to manually maintain org-tag-alist because I use a large > and arbitrary number of tags at any given time. > >

[Orgmode] Re: Generate list of all tags in use?

2010-11-25 Thread Matt Lundin
Uriel Avalos writes: > Is there a way to generate a list of all tags in use in all agenda files? Yes. Please see the documentation for the function org-global-tags-completion-table, as suggested in the other recent thread on this topic: http://permalink.gmane.org/gmane.emacs.orgmode/33995 The

[Orgmode] Re: Update on Org-mode clone in Vim

2010-11-25 Thread Matt Lundin
Herbert Sitz writes: > Just wanted to update anybody interested that I'm still making > progress on my Vim org-mode clone. Agenda view and flexible agenda > searches on dates, todos, and tags all work pretty well now. I've got > basic clocking and clock table generation done, and some other thing

[Orgmode] Re: org-reverse-note-order

2010-11-28 Thread Matt Lundin
Marvin Doyley writes: > (setq org-reverse-note-order t) does not seem to work properly with > org-capture-templates > > It seems to append my TODO or notes at the end rather at the > beginning. Does anybody know what I am doing wrong ? AFAICT, org-reverse-note-order is only used by org-remember

[Orgmode] Re: Stack overflow in regexp matcher

2010-11-28 Thread Matt Lundin
Michael Brand writes: > Here is an issue for the quite common work flow of copy pasting some > table columns in a whole from a spreadsheet application into Org > table. For this situation I suggest to provide a better user > information than only the current error message "Stack overflow in > reg

[Orgmode] Re: request for latex-to-org importer

2010-11-28 Thread Matt Lundin
Marvin Doyley writes: > Does anybody have a latex-org- importer ? > I would like to use this as a collaborative tool when working with > colleagues and students who are versed in latex but not familiar with > emacs or org mode. Could prove to be very powerful when editing latex > manuscripts - ju

[Orgmode] Re: Project management > Dynamic block per tag + [Babel]

2010-11-28 Thread Matt Lundin
Francesco Pizzolante writes: > Hi, > > I'm using Org to manage a project. > > I need to output a tasks list for every of my colleagues, person per person. > > I'm currently using tags to assing people to tasks (even if I'm not completely > convinced that this is the right way to go). > > What I

[Orgmode] Re: [OT] retrieving old messages [WAS] Re: [Babel] Handling of errors when using Ledger

2010-11-28 Thread Matt Lundin
- [80: gmane.emacs.orgmode/3559] Intermittent Font Face problem . 25-Apr: Chao Lu - [89: gmane.emacs.orgmode/24512] Edit Worg, Tracking changes, ect. . 29-Apr: David Frascone - [91: gmane.emacs.orgmode/24740] Re: Re: Linking Mail ? . 29-Apr: Matt Lundin +-> [94: gmane.emacs

[Orgmode] Tutorial on advanced searches

2010-11-28 Thread Matt Lundin
These days I find myself frequently searching a mountainous pile of org files. To clarify my own understanding of Org-mode's powerful search tools, I wrote a tutorial on "advanced searches". It's available on Worg: http://orgmode.org/worg/org-tutorials/advanced-searching.php I hope the tutorial

[Orgmode] Re: Update on Org-mode clone in Vim

2010-11-29 Thread Matt Lundin
Herbert Sitz writes: > Matt Lundin imapmail.org> writes: >> >> I'm curious to see how hyperlinks and capture might work in a vim >> environment. Being able to call org-capture from anywhere in my Emacs >> ecosystem (or should I say operating system) has spoil

[Orgmode] Re: [OT] retrieving old messages

2010-11-29 Thread Matt Lundin
Sébastien Vauban writes: > Hi Matt, > > Matt Lundin wrote: >> FWIW, recent changes nnir (in nognus and development Emacs) allow for >> easy searching of individual Gmane groups. Simply type "G G" on the >> org-mode group in the in the Group buffer or ca

[Orgmode] Re: Visual indication on unscheduled TODOs

2010-12-01 Thread Matt Lundin
Martin Svenson writes: > I'm trying to get a visual hint that a certain TODO is unscheduled, so > that I can immediately see this when I go through the outline during > regular reviews. > ... > ...but I get the nagging feeling I'm going about this the wrong way. > Surely, being able to see which

[Orgmode] Re: org-mode gnus integration across two machines when using nnimap

2010-12-01 Thread Matt Lundin
Greg Troxel writes: > Basically, when reading an email (in gnus, in wl, in other emacs MUAs > possibly), type "C-c l" (org-store-link) which will /store/ a link to > that email ("store" is the wrong word, in my view; it should arguably be > "make" or "create" or "define" or ... but that's

[Orgmode] [PATCH] org-agenda: Fix category string for agenda

2010-12-02 Thread Matt Lundin
* lisp/org-agenda.el: (org-format-agenda-item) The value of org-category is not converted to a string unless it is defined. This fixes commit 3061c7083d8caa849cf2d3f2f53b8b71d45dd6de, which resulted in org-format-agenda-item always returning the symbol-name for org-category even if it was not defi

[Orgmode] Re: Questions about org-capture templates and usage

2010-12-05 Thread Matt Lundin
Alan writes: >1. Eventually a tutorial will surely be available. I haven't found > one. Useful tutorials for me would be > > 1. How to make general templates, and pitfalls. > 2. Advanced usages of org-capture: using functions, etc. > 3. Common errors and causes

[Orgmode] [PATCH] Allow user to limit amount of context stored in file link search strings

2010-12-05 Thread Matt Lundin
* lisp/org.el: (org-make-heading-search-string) Optionally limit number of lines stored in file link search strings. (org-context-in-file-links) Add option to set to integer specifying number of lines. --- lisp/org.el | 19 +++ 1 files changed, 15 insertions(+), 4 deletions

[Orgmode] Re: Two issues with :VISIBILITY: property

2010-12-05 Thread Matt Lundin
Cassio Koshikumo writes: > I've just recently began using emacs and org-mode, and I'm already in > love. So, first, let me thank and congratulate Mr. Dominik and > everyone else involved. Welcome! > The "children" property allows me to press C-u C-u to show only > the synopsis and the headlin

[Orgmode] [PATCH] Revert "Fix :VISIBILITY: handling of nested "folded" properties"

2010-12-05 Thread Matt Lundin
This reverts commit 383802d063a9f2dd959d5574b226fa8ec7f8be41. The commit had org-mode process the headlines from bottom to top, which meant that any changes to the visibility of lower headlines were overridden/modified by changes higher up the tree. Reverting the commit causes VISIBILITY to work c

[Orgmode] Re: Refile to a different Org file?

2010-12-06 Thread Matt Lundin
Hi Raymond, "Raymond Zeitler" writes: > Thank you Sebastien. (Sorry about the Americanized spelling of your name.) > > I added (setq org-refile-use-outline-path 'file) and switched to a maxlevel > of 2. Now I have a working solution. That was one "point" to my post. > > Org-agenda-refile stil

[Orgmode] Re: Including current time in agenda

2010-12-06 Thread Matt Lundin
Julien Danjou writes: > On Mon, Dec 06 2010, suvayu ali wrote: >> So far my attempts have been some variation of `<%%(format-time-string >> "%H%M")>' or `<%%(diary-entry-time ...)>'. Am I approaching this the >> wrong way? Is this not supported by the diary library? >> >> Thanks for any thoughts

[Orgmode] Re: Two issues with :VISIBILITY: property

2010-12-07 Thread Matt Lundin
Cassio Koshikumo writes: > Thanks a lot, Matt! The patch did correct the second issue. > > About the first one: > >> I cannot replicate this. When I move the headlines, they remain folded. > > It's strange that you cannot replicate this behavior. I got today's > snapshot and disabled all my custo

[Orgmode] Re: Sparse tree using regexp

2010-12-07 Thread Matt Lundin
marcow...@gmail.com (Marco (m) Wahl) writes: > hi Juri, > >> > I do Ctrl-C + / + / and then enter regular expression. If I enter TODO >> > or just INPROGRESS then it works but when I try to enter >> > TODO|INPROGRESS or TODO\|INPROGRESS in order to see records containing >> > one o

[Orgmode] Re: Automatically insert inactive timestamps

2010-12-09 Thread Matt Lundin
"Andrew J. Korty" writes: > Bernt Hansen wrote: > >> (add-hook 'org-insert-heading-hook 'bh/insert-heading-inactive-timestamp) > > Using org-insert-heading-hook is more elegant than my way, but I only > want timestamps on TODO entries, so I use > > #+begin_src emacs-lisp > (defadvice org-insert-

[Orgmode] Re: Generate list of all tags in use?

2010-12-10 Thread Matt Lundin
Uriel Avalos writes: > That's a start but not quite what I was looking for. First, I thinking > of a global tag list. Second, I was thinking in terms of some kind of > agenda view. That function just ouputs the buffer tags in the > mini-buffer at the bottom. Did you see this post? http://permal

[Orgmode] Re: ID property for top-of-file?

2010-12-10 Thread Matt Lundin
Nathan Neff writes: > I like the org-id-goto function and use it all the time. > > I use org-id to jump to my "refile.org" file, but I always need > to create a headline to store the ID property. > > I tried putting #+ID: foo property at the top of the file, but the > org-id-goto function couldn'

[Orgmode] [PATCH] Optimize calls to org-is-habit-p

2010-12-12 Thread Matt Lundin
* lisp/org-agenda.el: (org-agenda-get-scheduled) Don't call org-is-habit-p until after checking for for org-agenda-skip-scheduled-if-done. Org-agenda-get-scheduled was calling org-is-habit-p on every scheduled item (including DONE items when org-agenda-skip-scheduled-if-done was set to t). Tw

Re: [Orgmode] Re: Including current time in agenda

2010-12-12 Thread Matt Lundin
Eric S Fraga writes: > Carsten Dominik writes: > > [...] > >> I agree that this is creative and great. >> >> However having the current time in the time grid is so useful that >> I have now made it the default, no diary sexp needed. > > Thanks for this, Carsten. I like being able to change the

[Orgmode] [PATCH 2/2] Make timestamp search in org-entry-properties more efficient.

2010-12-12 Thread Matt Lundin
* lisp/org.el: (org-entry-properties) Stop scanning for timestamps if a specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is requested and a match is found. Also, if a specific timestamp property is requested, do not push non-relevant timestamps onto property list. This change only eff

[Orgmode] Re: [PATCH 2/2] Make timestamp search in org-entry-properties more efficient.

2010-12-12 Thread Matt Lundin
A note of clarification: The subject should read patch 1 of 1. Thanks, Matt Matt Lundin writes: > * lisp/org.el: (org-entry-properties) Stop scanning for timestamps if > a specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is > requested and a match is found. Also, if a

[Orgmode] Re: [PATCH 2/2] Make timestamp search in org-entry-properties more efficient.

2010-12-12 Thread Matt Lundin
Matt Lundin writes: > A note of clarification: The subject should read patch 1 of 1. > One more note. I believe these optimizations are most evident when one is using org-habit. AFAICT, they do not produce a substantial benefit when org-habit is not loaded. Best

Re: [Orgmode] [PATCH 2/2] Make timestamp search in org-entry-properties more efficient.

2010-12-13 Thread Matt Lundin
Carsten Dominik writes: > Great work on these optimizations, Matt, thanks! > > I guess this one could be faster still by only searching for > that one keyword is `specific' is set. > > Patch applied. Thanks! I considered the additional optimization, but being able to use org-maybe-keyword-ti

Re: [Orgmode] [PATCH 2/2] Make timestamp search in org-entry-properties more efficient.

2010-12-13 Thread Matt Lundin
Carsten Dominik writes: > On Dec 13, 2010, at 1:53 PM, Matt Lundin wrote: >> BTW, the two optimization patches do not yet appear in the main git >> repository: >> >> http://repo.or.cz/w/org-mode.git > > Should be fixed now - please verify. > Yes. Ev

[Orgmode] [PATCH] Remove stray apostrophe

2010-12-13 Thread Matt Lundin
* lisp/org.el: Remove stray apostrophe at the beginning of org.el --- lisp/org.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index c4fe6a0..1f17476 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1,4 +1,4 @@ -';;; org.el --- Outline-based no

[Orgmode] Re: Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /'

2010-12-14 Thread Matt Lundin
Hi Rainer, Rainer Stengele writes: > Am 14.12.2010 13:08, schrieb Christian Moe: >> I get the same bug. >> >> Manually evaluating the following sexp at the very start of org.el fixes it: >> >> : (defvar org-inhibit-highlight-removal nil) >> >> But I can't see any reason why that line would no

[Orgmode] Re: Here is my article on date-trees and capture mode

2010-12-15 Thread Matt Lundin
Charles Cave writes: > Here is my article: > > http://members.optusnet.com.au/~charles57/GTD/datetree.html > > I welcome feedback so I can make the article as useful as possible. > Thanks for the clear walk-through! I never cease to be amazed at the versatility of org. For instance, instead of u

[Orgmode] Re: Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /'

2010-12-15 Thread Matt Lundin
Hi Sébastien, Sébastien Vauban writes: > This seems new to me... > > #+begin_src emacs-lisp > Debugger entered--Lisp error: (void-variable org-inhibit-highlight-removal) > (if org-inhibit-highlight-removal nil (mapc (quote delete-overlay) > org-occur-highlights) (setq org-occur-highlights ni

[Orgmode] Re: Sending org buffer as mail?

2010-12-16 Thread Matt Lundin
Rainer M Krug writes: > On 12/16/2010 09:25 AM, Jeff Horn wrote: >> On Thu, Dec 16, 2010 at 3:17 AM, Oscar Carlsson >> wrote: >>> And then, I can send a org-file by attaching it to a mail in Emacs. Try >>> C-x m to start a new mail buffer, attach with C-c C-a and send with C-c >>> C-c. > > Sound

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-17 Thread Matt Lundin
"Eric Schulte" writes: > This looks great, how would you feel about trying to fold this into > org-mime, or would you mind if I did so. I don't mind at all. Thanks for integrating it into org-mime.el! Now if only I could figure out how bbdb address completion works; then we could hook it into

[Orgmode] Re: preventing strikethrough, italics and underline fontification

2010-12-20 Thread Matt Lundin
David Maus writes: > At Wed, 8 Dec 2010 09:03:04 -0600, > Eric Holbrook wrote: >> >> Is there a way to inhibit fontification of this kind of thing? It'd be nice >> if i could do it on a per-line or per-region basis. Maybe in response to a >> tag in the headline? Maybe in response to a property? >

[Orgmode] Re: Request for suggestions: multiple revision control systems/repositories + org

2010-12-20 Thread Matt Lundin
Robert Goldman writes: > I am looking for hints. I have a number of org files, typically one for > each major project plus two or three for my personal life. > > These must often live in different revision control systems: my work > projects, in particular, have different repositories; I have a

[Orgmode] Re: Habits default on first STATE when rescheduled

2010-12-20 Thread Matt Lundin
Sébastien Vauban writes: > Having the following possible states: > > #+begin_src emacs-lisp > (setq org-todo-keywords > '((sequence "NEW(n!)" > "TODO(t!)" > "WAIT(w!)" > "DLGT(l!)" > "|" >

  1   2   3   4   5   6   7   8   9   10   >