[Orgmode] Re: [FEATURE REQUEST] export to mediawiki

2009-06-05 Thread Michael Ekstrand
Spike Spiegel writes: > it would be awesome if there was an org to mediawiki export > functionality as I have a lot of documentation in a mediawiki > instance and I'm routinely wasting 10 to 15 minutes every time I need > to publish a largish document just to reformat the text. I would second th

[Orgmode] Re: The most important project for org developers?

2009-03-18 Thread Michael Ekstrand
"Sven Bretfeld" writes: > Is there any complete and secure import and export filter from org files > to any other PIM format used on PDAs or mobiles? If not, this would seem to > me the most important feature to be developed. > > If you are like me -- and I think most people on this list are -- yo

[Orgmode] TODO progress regression in org-mode in Emacs pretest

2009-02-02 Thread Michael Ekstrand
I upgraded this morning from an Emacs CVS build from Jan 28 or 19 to the pretest release, and noticed a regression or undocumented change with respect to org-after-todo-statistics-hook. I am using the org-mode which is included in the pretest distribution. I have a function based on the code in s

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Michael Ekstrand
Ones I find in my main PIM configuration file: (add-hook org-mode-hook ...) (setq org-hide-leading-stars t) (setq org-deadline-warning-days 7 org-agenda-skip-scheduled-if-done t org-agenda-start-on-weekday nil org-agenda-include-diary t org-agenda-sorting-strategy '(time-up

[Orgmode] Re: Some functions that i use.

2008-11-26 Thread Michael Ekstrand
Andy Stewart <[EMAIL PROTECTED]> writes: > Hi, everyone! > > I like org-mode best. > > I write some functions for org-mode. > Those functions very simple but maybe useful. > > I have attached them with a file. Have you looked at Worg (http://legito.net/worg/) at all? It is an Org-based wiki-like

[Orgmode] Undesired behavior in `org-insert-link' when link contians "File:"

2008-11-17 Thread Michael Ekstrand
I've been trying to work with links to man pages in Org (using org-man.el). When I try to create a link to a Perl module in the File package namespace, however, `org-insert-link' tries to do its same-file link detection and winds up breaking the link. The result is that the link man:File::Mime

[Orgmode] Re: keeping track of sent emails in org?

2008-11-03 Thread Michael Ekstrand
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Oct 28, 2008, at 2:35 AM, Michael Ekstrand wrote: >> Michael Ekstrand <[EMAIL PROTECTED]> writes: >>> I have some code that does this in my Gnus configuration. It is only >>> known to work for NNML, however,

[Orgmode] Re: keeping track of sent emails in org?

2008-10-27 Thread Michael Ekstrand
Michael Ekstrand <[EMAIL PROTECTED]> writes: > I have some code that does this in my Gnus configuration. It is only > known to work for NNML, however, and I believe it depends on the > ID-tracking support used to enable the fancy-split-with-parent feature. > It does, however,

[Orgmode] Re: keeping track of sent emails in org?

2008-10-27 Thread Michael Ekstrand
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Oct 27, 2008, at 10:17 PM, Bill White wrote: >> On Mon Oct 27 2008 at 13:11, "Eric Schulte" <[EMAIL PROTECTED]> >> wrote: >>> It seems like this could get complicated as it depends on how/where >>> you store your sent messages. Also, it looks like o

[Orgmode] Re: Feature request: skip blocked lines in agenda view grid

2008-10-21 Thread Michael Ekstrand
Carsten Dominik <[EMAIL PROTECTED]> writes: > you have just catapulted yourself onto the list of possible successors > when I will quit as maintainer of Org... :-) > > Good work - I don't think it works completely yet, though. Thanks :) > When I have > > * new one > <2008-10-21 Tue 08:01-11:55

[Orgmode] Re: Feature request: skip blocked lines in agenda view grid

2008-10-20 Thread Michael Ekstrand
Michael Ekstrand <[EMAIL PROTECTED]> writes: > I'd find it quite helpful in reviewing my agenda if there was an option > to skip displaying grid lines which happen in the middle of timed > appointments. Right now, I see the following: > > Saturday 18 October

[Orgmode] Feature request: skip blocked lines in agenda view grid

2008-10-18 Thread Michael Ekstrand
I'd find it quite helpful in reviewing my agenda if there was an option to skip displaying grid lines which happen in the middle of timed appointments. Right now, I see the following: Saturday 18 October 2008 8:00.. 10:00..

[Orgmode] Loading/browsing WAITING tasks on incoming Gnus messages

2008-10-07 Thread Michael Ekstrand
I have an interesting hole in my use of org-mode and Gnus for managing my daily workflow. My overall scheme is roughly GTD-ish, and I have a WAITING todo keyword to indicate "tasks" which are waiting items. The hole, though, is this: I don't necessarily remember what all is in my waiting list (th

[Orgmode] Re: Very slow agenda view

2008-08-14 Thread Michael Ekstrand
Thomas Stenhaug <[EMAIL PROTECTED]> writes: > Michael Ekstrand <[EMAIL PROTECTED]> writes: >> What kind/how complex is the agenda view you are trying to use? >> Multiple tag queries with tag inheritance turned on can take noticeable >> time, and property queries ca

[Orgmode] Re: Very slow agenda view

2008-08-14 Thread Michael Ekstrand
"Thomas Stenhaug" <[EMAIL PROTECTED]> writes: > I'm using Org-mode 6.0.6b, on a fairly beefy box. Building the Agenda > view is very slow, 10+ seconds for 16 files with a total of 1119 > lines. All org-files are byte-compiled. > > I tried setting org-agenda-files to a single, small file just to t

[Orgmode] Re: Build error with Emacs 21

2008-04-05 Thread Michael Ekstrand
Carsten Dominik <[EMAIL PROTECTED]> writes: > I just pushed a fix. Thank you. Now it gets a lot farther, but compiling org-irc.el fails with an error loading 'erc' (which makes sense, but it'd be nice if `make' would work anyway :-)). Deleting the org-irc line from the Makefile lets it finish th

[Orgmode] Build error with Emacs 21

2008-04-05 Thread Michael Ekstrand
At school, we have Emacs 21.4.1, and I got the following error trying to build org-mode from git: > While compiling toplevel forms in file org-mode/lisp/org-clock.el: > !! Symbol's function definition is void ((define-obsolete-function-alias)) So, in the format indicated in the manual: 1. I ty

[Orgmode] Re: Selectively inheriting tags

2008-03-21 Thread Michael Ekstrand
Carsten Dominik <[EMAIL PROTECTED]> writes: > Excellent idea, thank you very much. In fact, this is an obvious > companion to selective property inheritance. > > I have push the relevant changes to the git repository. Excellent. I just started heavily using Emacs over the last winter break, and

[Orgmode] Selectively inheriting tags

2008-03-20 Thread Michael Ekstrand
I'm wondering if it's currently possible to selective inherit tags. Either to mark specific tags as inheritable/non-inheritable, or with a regular expression match (the latter would be particularly useful - I want my context tags, beginning with '@', inherited, but not my unprefixed tags such as 'P