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

2010-09-15 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: > On Sep 13, 2010, at 6:48 PM, Matt Lundin wrote: > >> >> 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):

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

2010-09-15 Thread Matthew Lundin
[My apologies, but I'm afraid my first attempt at this patch mistook a necessary second check for redundancy. Here is an improved version.] * 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-prep

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

2010-09-28 Thread Matthew Lundin
Rainer M Krug writes: > On Mon, Sep 27, 2010 at 2:03 AM, Matt Lundin wrote: > > 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 tabl

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

2010-09-29 Thread Matthew Lundin
Sébastien, Matt Lundin writes: > Hi Sebastian, My apologies for misspelling your name! - Matt ___ 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-orgmo

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 org-inlineta

[Orgmode] Re: org-clock-into-drawer

2009-10-12 Thread Matthew Lundin
Matt Lundin writes: > According to the docstring, the value of org-clock-into-drawer is > derived from org-log-into-drawer. > > , > | The default for this variable is the value of `org-log-into-drawer'. > ` > > I have org-log-into-drawer set to t, and yet org-clock-into-drawer is > nil. >

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

2009-10-12 Thread Matthew Lundin
Carsten Dominik writes: > On Oct 12, 2009, at 3:14 PM, Matt Lundin wrote: > >> At Mon, 12 Oct 2009 09:29:05 +0200, >> Carsten Dominik wrote: >>> >>> On Oct 10, 2009, at 5:39 PM, Matt Lundin wrote: >>> Hi Carsten, Carsten Dominik wrote: > > Yes, this should now work. Good c

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

2009-10-20 Thread Matthew Lundin
Carsten Dominik 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 org-mode variables

[Orgmode] Re: Added support for "habit tracking"

2009-10-20 Thread Matthew Lundin
Hi Carsten, Carsten Dominik 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: >> >> "Cannot chang

[Orgmode] Re: Added support for "habit tracking"

2009-10-20 Thread Matthew Lundin
John Wiegley 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 >> creating

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

2009-10-22 Thread Matthew Lundin
Carsten Dominik writes: > On Oct 22, 2009, at 10:23 PM, Matt Lundin wrote: > >> Bernt Hansen writes: >> >>> "Tim O'Callaghan" writes: >>> >>> Can you use the #+BIND: keyword to set arbitrary variables and >>> achieve >>> the same result? >> >> If I understand it correctly, #+BIND only works for

[Orgmode] Re: Added support for "habit tracking"

2009-10-24 Thread Matthew Lundin
John Wiegley 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 habits intermingled

[Orgmode] Re: Added support for "habit tracking"

2009-10-24 Thread Matthew Lundin
Matthew Lundin writes: > John Wiegley 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 writes: > Matt Lundin 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 search for > 'Keyword="example"'.

[Orgmode] Re: Best way to implement Keywords feature

2009-11-09 Thread Matthew Lundin
Paul Mead writes: > Matthew Lundin 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

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

2009-11-15 Thread Matthew Lundin
Carsten Dominik 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 heading? I prefe

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

2009-11-19 Thread Matthew Lundin
Carsten Dominik 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 replies to the list. Ema

[Orgmode] Re: Wrapped links with long descriptions

2009-11-23 Thread Matthew Lundin
Carsten Dominik 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 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. Sorry. > >

[Orgmode] Re: Boolean word/regexp search problem

2009-11-27 Thread Matthew Lundin
Matt Lundin 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 searc

[Orgmode] Re: Problems with org-docview

2009-12-03 Thread Matthew Lundin
Matt Lundin 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 trying to l

[Orgmode] Re: Worg currently not publishing

2009-12-09 Thread Matthew Lundin
Hi Carsten, Carsten Dominik 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 published. Ian's new tu

[Orgmode] Re: Organizing a students live

2009-12-22 Thread Matthew Lundin
Daniel Martins 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 an examp

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

2010-02-11 Thread Matthew Lundin
Giovanni Ridolfi writes: > Stephan Schmitt writes: > > Hi, Stephan, >> Also sprach Matt Lundin: >>> evita moreno writes: >>> * jones2000 blah blah blah keyword1 keyword2 *jones2007 blah blah keyword2 and so on. I was wondering whether there is a way where one can

[Orgmode] Re: search for DEADLINE in warning period

2010-02-11 Thread Matthew Lundin
Carsten Dominik 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 entries in

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

2010-02-17 Thread Matthew Lundin
"Brody, William (Buck)" 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 variable org-todo-state-tags-t

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

2010-02-19 Thread Matthew Lundin
Carsten Dominik 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 doubt that there i

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

2010-02-21 Thread Matthew Lundin
Hi Carsten, Carsten Dominik 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 rewrite of the parser,

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

2010-02-22 Thread Matthew Lundin
David Maus writes: > Matt Lundin wrote: >>Nathaniel Flath 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 scheduled date >>> that da

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

2010-02-26 Thread Matthew Lundin
Hi Trance, Trance Diviner writes: > On Feb 25, 2010, at 7:38 PM, Matt Lundin wrote: > >> Trance Diviner 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 >>> following configuration: >>> >>>

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

2010-03-10 Thread Matthew Lundin
Hi Carsten, Carsten Dominik 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 modifications: > > 1. I cha

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

2010-03-17 Thread Matthew Lundin
Hi Stephen, Stephen Eglen 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... >> >> * 9:00am g

[Orgmode] Re: [PATCH] Speed up org-diary

2010-03-29 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: > that is a good catch. org-diary is a total orphan for me, > I have not looked at this function for 5 years - it was written > when I was still thinking to use Org-files through the Emacs diary. Thanks for applying the patch. Yes, I think one of the FAQs ni

Re: [Orgmode] Re: How you ORGanize yourself? (aka: Why not one file to rule'em all?)

2010-04-19 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: > On Apr 17, 2010, at 3:50 PM, Matt Lundin wrote: > >> FWIW, I've found it quite convenient to rely on filetags to organize >> my notes. I've written a few functions that allow me to limit my >> agenda to a subset of agenda files that share a filetag (e.g., >>

Re: [Orgmode] Re: How you ORGanize yourself? (aka: Why not one file to rule'em all?)

2010-04-20 Thread Matthew Lundin
Carsten Dominik writes: > On Apr 19, 2010, at 5:07 PM, Matthew Lundin wrote: > >> I find that (org-agenda-restriction-lock) makes subsequent calls to >> my-org-agenda-files-by-filetag slow, since it refreshes the current >> agenda. >> >> >> Are there

[Orgmode] Re: due today notification

2010-04-27 Thread Matthew Lundin
Hi Buck, Buck Brody writes: > Sorry, I don't think I properly described what I am looking for.  I > want a visual indicator (like a tag or a face) of tasks due today, but > I don't want to do a specific search.  The idea would be that, within a > view of all tasks, I would be able to see at a gl

[Orgmode] Re: due today notification

2010-04-28 Thread Matthew Lundin
Buck Brody writes: > > Might I ask why the sparse tree search above or a simple agenda > > view of deadlines is inadequate? The daily agenda provides a nice > > view of all deadlines, making clear which are due today and which > > are past due. And with a custom agenda command you

[Orgmode] Re: due today notification

2010-04-28 Thread Matthew Lundin
Buck Brody writes: > The problem with the sparse tree is that a sparse tree will only show > the headlines above the item with a deadline, it will not show the > sibling headlines.  For example, if I used a sparse tree on: That depends on the value of org-show-siblings. To ensure that siblings

[Orgmode] Re: Include FAQ to info? (was: Org-FAQ request for full-text dump)

2010-05-16 Thread Matthew Lundin
Carsten Dominik writes: > Hi Matt, > > no, org-help.org is not about the FAQ, it is a separate document, like > a quick reference, made by Alan Davis. It is more than the refcard, > less than the manual. > > It seems to live here: > > http://osdir.com/ml/attachments/orgF54hhOaC48.org > > Get in

[Orgmode] Re: Heirarchy and indenting of plain text belonging to headline of same indent

2010-05-20 Thread Matthew Lundin
Robin Message writes: > Alternatively, is there some kind of headline ending command or some > way of easily adding one, e.g. > * Head 1 > Body 1 > *** Head 2 > Body 2 > ***$ > More Body 1 Stephan mentioned org-inline tasks, which has the following syntax: --8<---cut here---

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

2010-05-22 Thread Matthew Lundin
Nathaniel Flath writes: > Yes, this patch is primarily for weekly agendas - it changes when items > are displayed to be the same as having a style of 'habit, while also > allowing to do it for non-recurring items. Do you mean that it is the same as when org-habit-show-habits-only-for-today is se

[Orgmode] Re: Include FAQ to info?

2010-05-22 Thread Matthew Lundin
to set it on a viewing mode, but I > have been prone to hack as a go. > > Be all that as it may be, here is the "current" state of the file on my > system.  > > Alan. > > On Sun, May 16, 2010 at 10:43 PM, Matthew Lundin > wrote: > > Carst

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

2010-06-04 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: > can someone please summarize what the status of this discussion is? > > I have lost track As I understand it, the proposed patch hides items scheduled in the future in the weekly agenda. E.g., if it is Monday, tasks scheduled for Friday with a "STYLE=hi

Re: [Orgmode] Bug: Pretty display of subscripts and hyperlinks

2010-06-06 Thread Matthew Lundin
Carsten Dominik writes: > I guess this is wih pretty entity display turned on? > Yes. Sorry I forgot to mention that. - Matt > On Jun 6, 2010, at 7:39 PM, Matt Lundin wrote: > >> Git commit 70d24c5d036cd5787f719104a0ad2f157c5207b1 causes underscores >> in hyperlinks to display parts of link an

[Orgmode] Re: howto open attachment directory in external program?

2010-06-18 Thread Matthew Lundin
Matt Lundin writes: > Kestutis Matonis writes: > >> in .mailcap i have set-upped: >> >> inode/directory-locked; pcmanfm2 '%s'; >> inode/directory; pcmanfm2 '%s'; >> text/directory; pcmanfm2 '%s'; >> >> but when I'm trying to open attachments directory, it is still opened >> in emacs. > > I'm not

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Matthew Lundin
Matt Lundin writes: > This section of the lisp file flattens out the lisp/babel hierarchy in > the repo when copying to the target directory: The above should read: "This section of the Makefile..." > > install-lisp: $(LISPFILES) $(ELCFILES) > if [ ! -d $(lispdir) ]; then $(MKDIR) $(lispdir

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-30 Thread Matthew Lundin
Hi Eric, Thanks so much for taking these observations into account. "Eric Schulte" writes: > Thanks for raising the point about potentially dangerous code blocks. > > Matt Lundin writes: > >> Hi Eric, >> >> Thanks again for all the work that you, Dan, and Tom have put into >> org-babel. I'm gl

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-30 Thread Matthew Lundin
Hi Carsten, Thanks so much both for thinking this through. And thanks again, Eric, for your work in integrating org-babel into org-mode---including taking into account a humble user's concerns! :) Carsten Dominik writes: > Here is what I propose (several items are similar to what Eric proposes)

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-30 Thread Matthew Lundin
"Eric Schulte" writes: > Matt Lundin writes: > > [...] >> >> When I run make clean && make && make install I find that the language >> directory is not installed. Does the langs directory require a manual >> installation? >> >> Also, with make install, the ob-* files are installed on the same le

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-30 Thread Matthew Lundin
Dan Davison writes: > "Eric Schulte" writes: > >> Carsten Dominik writes: >> >>> You main proposal was to make Org Babel an optional module. >>> This will not solve the problem fully, I think, because we also >>> don't want that people who turn it on automatically commit >>> to potentially dang

[Orgmode] Re: Bug: Relative paths in file: links are expanded [6.36trans]

2010-07-13 Thread Matthew Lundin
David Maus writes: > Matt Lundin wrote: >>Aidan Gauland writes: > >>> If I create a link with C-c C-l and give it a relative "file:" link, a >>> link is created with an absolute path. For example, C-c C-l >>> file:../foo.org foo puts >>> [[file:~/path/to/working-directory/foo.org][foo]] in the

[Orgmode] Re: Re Audible reminder in org-mode not working

2010-07-22 Thread Matthew Lundin
Hi evita, evita moreno writes: > Typing > $ sudo lsmod | grep pcspkr > in my terminal does not give anything. It simply shows the next prompt > (if I am using the correct terminology - I am new in emacs and Linux!). > You could try "sudo modprobe pcspkr". This should activate the system beep i

Re: [Orgmode] DONE items in agenda

2009-02-13 Thread Matthew Lundin
Hi Jerry, JBash writes: > I have done something to break my desired behavior, which is to exclude > DONE items from the agenda views. In the process of trying to fix it, > I've run across what appears to be an inconsistency in the FAQ and the > customize-variable definitions. Or maybe I'm int

Re: [Orgmode] Custom agenda views and blocks headlines

2009-02-16 Thread Matthew Lundin
Hi Spike, Spike Spiegel writes: > Hi, > > I heavily use the custom agenda blocks view and found myself to desire > more and more to be able to set the headline for the block so instead > of seeing say "Headlines with TAGS match: > +CATEGORY="WrkPrj"+TODO="TODO"" I can see "Work Projects Todos"

Re: [Orgmode] org-agenda-follow-mode and vertical buffers

2009-02-16 Thread Matthew Lundin
Hi Spike, Spike Spiegel writes: > All my headlines tend to be quite short with a fair amount of notes so > when I'm looking at my agenda it's very useful for me to have the > follow mode on. Unfortunately the horizontal buffer causes me quite a > bit of pain drastically reducing the amount of i

Re: [Orgmode] Suppress linkification of external links possible?

2009-02-17 Thread Matthew Lundin
Hi Ulf, Ulf Stegemann writes: > Hi all, > > just a quick question: Is it possible to suppress the automagical > linkification of external links? I have a document here for tutorial > purposes which is cluttered with invalid addresses like > 'http://gateway.example.org'. Linkification of those ad

Re: [Orgmode] Error When Publishing a Single File

2009-02-17 Thread Matthew Lundin
org" ;; :index-title "Page List" :recursive t :style "" ;;:style-include-default nil :preamble " Home | Site Map Matthew Lundin " :postamble " " ) ("org-static" :base

[Orgmode] (no subject)

2009-02-17 Thread Matthew Lundin
Hi everyone, With one of the recent updates to org (not sure which one), I started to have some formatting issues with numbers in html headlines when exporting from org. Let's take the following org file: --8<---cut here---start->8--- #+TITLE: Test * Headline

Re: [Orgmode] org-agenda-todo-ignore-scheduled and tags search

2009-02-18 Thread Matthew Lundin
Hi Spike, Spike Spiegel writes: > in my agenda blocks view a have a couple blocks based on tags-todo > matches and would very much like to exclude already scheduled items. > Unfortunately org-agenda-todo-ignore-scheduled does not seem to have > any effect on it and based on the documentation it

Re: [Orgmode] org-agenda-todo-ignore-scheduled and tags search

2009-02-19 Thread Matthew Lundin
Hi Carsten, Spike, Carsten Dominik writes: > Check out the variable org-agenda-tags-todo-honor-ignore-options > and bind it t t as well. Thanks for letting us know about this variable. My apologies, Spike, for giving you an incorrect answer the first time. Upon further examination, without the

Re: [Orgmode] scheduled item taking time from inactive time stamp

2009-02-20 Thread Matthew Lundin
Hi Eric, Eric S Fraga , Eric S Fraga writes: > Would something like > > * TODO $U %? > > still work (or with %t instead of %U obviously)? I just tried this and it worked for me (i.e., showed up in the agenda). But I'm sure there are finer points that I'm missing. Best, Matt ___

Re: [Orgmode] Re: time tracking common activities

2009-02-20 Thread Matthew Lundin
Hi Peter, Peter Jones writes: > David Bremner writes: >> J Aaron Farr wrote: >>> >>>I'm using org-mode to track my time on projects and todo items, but >>>I'd also like to start tracking time I spend on things such as my >>>email, reading rss feeds, etc. I'd prefer to continue to use >>>org-m

[Orgmode] org-agenda-log-mode-items

2009-02-20 Thread Matthew Lundin
I have set the variable org-agenda-log-mode-items as follows: (setq org-agenda-log-mode-items '(closed state)) In the past, this would show me dates and times when items either closed or changed states. With one of the recent updates to org-mode, however, the log no longer shows state changes.

Re: [Orgmode] Switching between many contexts

2009-03-02 Thread Matthew Lundin
Hi Daniel, Daniel Clemente writes: > Hi. I have this scenario: I track several projects in a single file, each > in its own level-1 section, but each week I'm working only on one project. > In my agenda (C-a a) I'm currently seeing scheduled tasks from all > projects, and I would like to e

Re: [Orgmode] Re: Switching between many contexts

2009-03-03 Thread Matthew Lundin
Daniel Clemente writes: > In fact I would like to use often the agenda view with several tags > excluded, so the ideal setup would be an agenda custom search. > But I don't know which command to use in org-agenda-custom-commands: I > don't want tags-todo (that's a heading list), but the re

Re: [Orgmode] bug? setting todo keywords

2009-03-04 Thread Matthew Lundin
Hi Giovanni, Giovanni Ridolfi writes: > Hello everybody > > I'm not able to change the todo keywords in a file > with "setq org-todo-keywords" and restarting org-mode > as described in the manual § 5.2.1 . > > Org-mode version 6.23b > GNU Emacs 23.0.90.1 (i386-mingw-nt5.1.2600) of 2009-02-01 on

Re: [Orgmode] Re: DocBook exporter for Org-mode

2009-03-04 Thread Matthew Lundin
Hi Gour, Gour writes: >> "Sebastian" == Sebastian Rose writes: > > Sebastian> I highly apreciate the support of Docbook and your > Sebastian> effort. Yet, I think I don't want to publish XHTML through > Sebastian> Docbook. > > +1 > > I gave up on DocBook long ago. It's pain to author docu

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Matthew Lundin
Hi Marcelo, If I'm understanding it correctly, org-remember with interactive filing does precisely what you're looking for. You can quickly enter a task and then type C-1 C-c C-c to choose where to file it. http://orgmode.org/manual/Remember.html#Remember Best, Matt Marcelo de Moraes Serpa wri

Re: [Orgmode] org-publish and rss/atom feeds..

2009-03-12 Thread Matthew Lundin
"aldrin d'souza" writes: > hello, > > i have setup a small website using org-publish. it works great but > there's one bit missing. i have to generate the rss/atom feed > manually. does anyone know of a better way to generate these feeds > using some extension to the org-publish? I've been hopi

[Orgmode] Latex export bugs and a request

2009-03-16 Thread Matthew Lundin
} | \usepackage[utf8]{inputenc} | \usepackage[T1]{fontenc} | \usepackage{graphicx} | \usepackage{charter} | \frenchspacing | \usepackage{longtable} | \usepackage{hyperref} | | | \title{Sample LaTeX export} | \author{Matthew Lundin} | \date{March 16, 2009} | | \begin{document} | | \maketitle | | | \sec

Re: [Orgmode] Latex export bugs and a request

2009-03-18 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: > > Strange, I am getting {lll}, with no vertical lines on either outside. > Ah, you have org-export-latex-tables-column-borders turned on. > Yes, there was a bug, fixed now. Thanks! > Thanks! Works beautifully now. >> >> 2. Headlines greater than n when H:

Re: [Orgmode] Re: Fully featured Web publishing

2009-03-19 Thread Matthew Lundin
ly how I create the menu on my website: http://faculty.valpo.edu/mlundin/ In my org-publish-project-alist I have the following: , | [snip] | :preamble " | | | Home | | Site Map | | | Matthew Lundin | | | " | :postamble "" | [snip] ` The preamble is pla

Re: [Orgmode] Latex export bugs and a request

2009-03-19 Thread Matthew Lundin
Hi Carsten, 2. Headlines greater than n when H:n (e.g., level three headlines when H is set to 2) are exported as description lists. Is this the intended behavior? >>> >>> This is how Bastien designed it, and it is similar to the HTML way, >>> turning these into lists. I

Re: [Orgmode] Latex export bugs and a request

2009-03-21 Thread Matthew Lundin
Matthew Lundin writes: > Hi Carsten, > >>>>> 2. Headlines greater than n when H:n (e.g., level three headlines >>>>> when H >>>>> is set to 2) are exported as description lists. >>>>> >>>>> Is this the intended b

Re: [Orgmode] Latex export bugs and a request

2009-03-21 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: > I have worked on this part of the LaTeX exporter. Among other things, > I now export these headers as an itemize list by default, parallel to > the HTML exporter. > > You can customize org-export-latex-low-levels to specify what exactly > you want, you can g

Re: [Orgmode] Changing TODO state to DONE does not stop clock in frame

2009-03-21 Thread Matthew Lundin
> On Mar 19, 2009, at 1:26 PM, Chris Randle wrote: >> I've noticed that, when working in the new frame, changing the TODO >> state of any item within the frame to DONE (when it is the currently >> clocked in item) does not stop the clock. Going back to my main frame >> and doing the same thing th

Re: [Orgmode] todo sequence with exceptions

2009-03-21 Thread Matthew Lundin
Hi Eraldo, Eraldo Helal writes: > I have the following todo states: > TODO ACTION WAITING DONE and CANCELED > I would like my sequence to be: > TODO > ACTION > WAITING > DONE > and have WAITING and CANCELED extra somehow. >  so that I enter  WAITING and CANCELED with a prefix or so. > is there

Re: [Orgmode] blorg??

2009-03-22 Thread Matthew Lundin
Hi Rustom, Rustom Mody writes: > I have a team of some 4-5 programmers. > > They've started sending me their reports in org format. > I was considering the next step of making them blog rather than use > mail for their reports and was wondering if blorg.el is the way to go. > (Gather that blorg

Re: [Orgmode] feature request

2009-03-22 Thread Matthew Lundin
Hi Robert, "Robert D. Crawford" writes: > I've been trying to make an org-remember template that will grab the > title of the webpage I want to create a link to. This seems to not be > possible, although I could very well be wrong. I was curious as to > whether a new keyword could be created

Re: [Orgmode] Restrict agenda view to multiple files matching a pattern?

2009-03-23 Thread Matthew Lundin
Hi Ross, Ross Patterson writes: > So far at least, I have my tasks broken up into multiple *.org files > whose names reflect general categories. Often I want to look at the > agenda view for files starting with "work" to look at all my work > tasks. > > Is there a way I can do this or a better

Re: [Orgmode] Restrict agenda view to multiple files matching a pattern?

2009-03-23 Thread Matthew Lundin
Hi Ross, Ross Patterson writes: > So far at least, I have my tasks broken up into multiple *.org files > whose names reflect general categories. Often I want to look at the > agenda view for files starting with "work" to look at all my work > tasks. > > Is there a way I can do this or a better

Re: [Orgmode] Re: Restrict agenda view to multiple files matching a pattern?

2009-03-23 Thread Matthew Lundin
Hi Ross, Ross Patterson writes: > Matthew Lundin writes: > >> Ross Patterson writes: >> >>> So far at least, I have my tasks broken up into multiple *.org files >>> whose names reflect general categories. Often I want to look at the >>> agenda v

[Orgmode] Feature request (org-empty-line-terminates-plain-lists)

2009-03-23 Thread Matthew Lundin
Hi Carsten, If I may be so bold, I'd like to request an additional setting for org-empty-line-terminates-plain-lists. Namely, I was wondering if it would be possible to add an option whereby 2 empty lines would terminate a plain list. My rationale is as follows: I very much like to set org-blank-

Re: [Orgmode] Feature request (org-empty-line-terminates-plain-lists)

2009-03-23 Thread Matthew Lundin
Carsten, Matthew Lundin writes: > If I may be so bold, I'd like to request an additional setting for > org-empty-line-terminates-plain-lists. Namely, I was wondering if it > would be possible to add an option whereby 2 empty lines would terminate > a plain list. Please disre

Re: [Orgmode] Re: Feature request (org-empty-line-terminates-plain-lists)

2009-03-24 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: > > 2. Adapt the LaTeX exporter to work like the HTML exporter, ignoring >indentation of tables and example. The, introduce a special list >item like "- ___" to explicitly terminate a list if this should be > necessary. I'm fine with this solution (

[Orgmode] Footnotes bug

2009-03-27 Thread Matthew Lundin
Hi Carsten, I would like to report a bug in org-footnote. I have set org-footnote-define-inline to t. I also have the following settings: --8<---cut here---start->8--- (setq org-footnote-section nil) (setq org-footnote-auto-label nil) --8<---cut her

Re: [Orgmode] Re: Handling org-file agenda dependenncies?

2009-03-28 Thread Matthew Lundin
Hi Eraldo, Eraldo Helal writes: > Mike Newman newmanfamily.me.uk> writes: > >> When you use the standard commands to add/removes files from the >> agenda, it will write a definition for the variable org-agenda-files to >> the custom section of your .emacs file. > > That would still mean remov

[Orgmode] Latex export - footnotes and emphasis

2009-03-28 Thread Matthew Lundin
otnote] /Test./ --8<---cut here---end--->8--- Is exported as (some of preamble omitted): , | \title{Test} | \author{Matthew Lundin} | \date{March 28, 2009} | | \begin{document} | | \maketitle | | \setcounter{tocdepth}{3} | \tableofcontents |

Re: [Orgmode] Re: newline before headline

2009-03-28 Thread Matthew Lundin
Bernt Hansen writes: > Eraldo Helal writes: > >> I just found out that there is a newline before each headline in the recent >> version of org-mode (6.24). >> >> Is there a post explaining why this change was made? >> >> I have troubles with that, for example: >> >> when adding a new headline w

Re: [Orgmode] Re: Export as HTML

2009-03-30 Thread Matthew Lundin
Sebastian Rose writes: > Could you describe here what's the problem with the element? > > This was put in recently on a users request. If you don't want to use it > for you're CSS styling, just don't. In my opinion, a minor issue with the new default is that it is used used to wrap the entire

Re: [Orgmode] Footnotes bug

2009-03-30 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: >> When I call org-footnote-action, footnotes are entered inline, as >> expected. But when I call org-footnote-action with an argument and >> then >> select "sort," footnote definitions are created at the bottom of the >> section (as expected), > > > I believe

Re: [Orgmode] Sorting TODOs with time-up

2009-03-30 Thread Matthew Lundin
David Engster writes: > > I guess this should be simple but somehow it's not working for me. I > want to generate a todo list which is sorted according to the scheduled > date. Consider the following test.org file: > > ** TODO: first SCHEDULED: <2009-04-01 Wed> > ** TODO: second SCHEDULED: <2009-0

Re: [Orgmode] Re: Export as HTML

2009-03-30 Thread Matthew Lundin
Carsten Dominik writes: > I would not object to renaming the outer div to "container" or > whatever other name we can find a consensus for. > > I think I would object to removing it alltogether, I cannot see the > benefit of doing that. > > On the other hand, I cannot really see ths issue here, b

Re: [Orgmode] Latex export - footnotes and emphasis

2009-03-30 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: > Fixed, thanks. > > - Carsten > I installed the most recent org from the git repo and footnotes that begin with italics markup are still not converted to \emph in LaTeX. (See example below.) Thanks, Matt > On Mar 28, 2009, at 7:29 PM,

[Orgmode] Filtering for effort in org-agenda

2009-03-30 Thread Matthew Lundin
A quick question. Sometimes during the day, when my effort is flagging, I like to see all items that have an effort of, say, < 0:10, so I can do a bunch of quick tasks in succession. When I apply the agenda filter ( / < 0:10 ), however, the resulting list includes all items that do not have a defi

Re: [Orgmode] Latex export - footnotes and emphasis

2009-03-30 Thread Matthew Lundin
Hi Carsten, I think I figured out the problem. I reset org-emphasis-regexp-components to the new default (I had customized it) and everything now works fine. Thanks, Matt Carsten Dominik writes: > Hi Matt, > > well, if I export that exact same document, then I get > > -

Re: [Orgmode] html export: row/column dividers in tables

2009-03-30 Thread Matthew Lundin
Hi Bill, If I understand your post correctly, I think this section of the manual will help to accomplish what you are looking for---i.e., the creation of special vertical lines in tables: http://orgmode.org/manual/Column-groups.html#Column-groups Also you change the appearance of tables using c

[Orgmode] Re: Filtering for effort in org-agenda

2009-03-31 Thread Matthew Lundin
Carsten Dominik writes: > I ended up introducing a new operator "?" for this special purpose. > So now, please filter > > C-c a t / N / + ? > > The comparing operators <, >, and = now all treat tasks without effort > according to the setting in `org-sort-agenda-noeffort-means-high', as 0 > or 32

Re: [Orgmode] hide current heading

2009-03-31 Thread Matthew Lundin
Eraldo Helal writes: > On Tue, Mar 31, 2009 at 22:11, Deric Bytes > wrote: > > I know you can hide the current content when on the heading by > pressing TAB. > > Is there a way to do this when the cursor is within the content of > the heading. > > I have to admint, that I wa

Re: [Orgmode] hide current heading

2009-03-31 Thread Matthew Lundin
Eraldo Helal writes: > > I believe the easiest way to do this is to type C-c p TAB. (C-c p > moves > to the next headline above the cursor. > > > Is there also a way to close the parent tree (if on one of its > > contents) > > e.g. close Projects tree while cursor

  1   2   3   4   >