[Orgmode] Re: Org-ctags released

2009-12-24 Thread Paul Sexton
Happy Xmas everyone. I have updated org-ctags to use an existing hook which has recently been added to the development version of org-mode by Carsten. So now, no patch is needed. I have also fixed a couple of bugs. Latest version can be downloaded at: http://bitbucket.org/eeeickythump/org-ctags/

[Orgmode] Re: custom agenda view

2009-12-24 Thread Yuri Goncharov
В Thu, 24 Dec 2009 06:21:23 -0500 Matt Lundin пишет: > Does the following work? Since STARTED is a todo state, it needs to be > specified with a different syntax. > > (setq org-agenda-custom-commands >(quote > (("w" "work tasks" tags-todo > "@WORK/!STARTED" ((org-agenda-to

[Orgmode] OT Happy Christmas

2009-12-24 Thread Ian Barton
Thanks to Carsten and all the helpful people on the list, for all their work on making org such a great piece of software. I am just off to the barn to get some hay for Rudolph. Ian. ___ Emacs-orgmode mailing list Please use `Reply All' to send repl

[Orgmode] Re: Feature request: Prompt to remove deadline/scheduled dates

2009-12-24 Thread Paul Holcomb
On Wed, Dec 23, 2009 at 07:14:44PM -0500, Matt Lundin wrote: > Paul Holcomb writes: > > > Its great that there is a log when the DEADLINE or SCHEDULED value > > changes for an entry. It would also be nice if you could remove the > > deadline or scheduled value using the same interface so it c

Re: [Orgmode] Selective Export Question

2009-12-24 Thread Thomas S. Dye
Merry Christmas Mark, One way to create two LaTeX documents in the same org file using common elements and keeping fine control over the LaTeX output is to use Org-babel. Here's an example from the Uses section of the Org-babel documentation on Worg: ** Example *** TODO Your name

[Orgmode] Re: Contracts in Orgmode

2009-12-24 Thread Markus Heller
On 12/24/2009 10:35 AM, Markus Heller wrote: On 12/24/2009 1:22 AM, David Maus wrote: At Tue, 22 Dec 2009 13:49:07 -0800, Markus Heller wrote: After some more googling and having a closer look at the org manual, I came up with a solution that might work. It uses dependencies and org-depend.el

Re: [Orgmode] Selective Export Question

2009-12-24 Thread Mark Elston
So, no Christmas present for me? :) Merry Christmas everyone. Thanks for all the hard work and the help over the last year. Congratulations for working together to produce such a fantastic tool. Mark Mark Elston wrote: I have been making progress on my use of org-mode to manage both my teach

[Orgmode] Re: Contracts in Orgmode

2009-12-24 Thread Markus Heller
On 12/24/2009 1:22 AM, David Maus wrote: At Tue, 22 Dec 2009 13:49:07 -0800, Markus Heller wrote: After some more googling and having a closer look at the org manual, I came up with a solution that might work. It uses dependencies and org-depend.el. I've pasted it below, and as usual, I'd ap

Re: [Orgmode] Latex export format control - emphasis and radio link

2009-12-24 Thread Baptiste Fouques
Hi, thank you for having answered quickly my questions On Thu, Dec 24, 2009 at 9:31 AM, Carsten Dominik wrote: > first of all, why don't you just use not-a-lint instead of not_a_link? > Using underscore sort-of asks for problems in this context. Guess that I am not really looking for problems (

Re: [Orgmode] blogging org files

2009-12-24 Thread Ian Barton
andrea wrote: Since I'm using org-mode I started to write really a lot, and many of those things could easily become articles to blog somewhere. I got sick of wordpress and all php related stuff, and I found this: http://metajack.im/2009/01/23/blogging-with-git-emacs-and-jekyll/ Which is what I

[Orgmode] Re: custom agenda view

2009-12-24 Thread Matt Lundin
Yuri Goncharov writes: > I try to make custom agenda view with todo keyword STARTED and tag @HOME > I wrote this code > > (setq org-agenda-custom-commands > (quote > (("w" "work tasks" tags-todo > "+start...@work" ((org-agenda-todo-ignore-with-date nil))) > ("h" "home t

Re: [Orgmode] custom agenda view

2009-12-24 Thread Manish
On Thu, Dec 24, 2009 at 4:40 PM, Yuri Goncharov wrote: > I try to make custom agenda view with todo keyword STARTED and tag @HOME > I wrote this code > > (setq org-agenda-custom-commands > (quote >(("w" "work tasks" tags-todo >"+start...@work" ((org-agenda-todo-ignore-with-date

[Orgmode] custom agenda view

2009-12-24 Thread Yuri Goncharov
I try to make custom agenda view with todo keyword STARTED and tag @HOME I wrote this code (setq org-agenda-custom-commands (quote (("w" "work tasks" tags-todo "+start...@work" ((org-agenda-todo-ignore-with-date nil))) ("h" "home tasks" tags-todo "+start...

Re: [Orgmode] Re: Contracts in Orgmode

2009-12-24 Thread David Maus
At Tue, 22 Dec 2009 13:49:07 -0800, Markus Heller wrote: > > > After some more googling and having a closer look at the org manual, I > came up with a solution that might work. It uses dependencies and > org-depend.el. I've pasted it below, and as usual, I'd appreciate any > comments/improve

Re: [Orgmode] Replace the string in project setting

2009-12-24 Thread Water Lin
Carsten Dominik writes: > On Dec 24, 2009, at 3:12 AM, Water Lin wrote: > >> >> I set publishing project by >> -- >> (require 'org-publish) >> (setq org-publish-project-alist >> - >> >> and I also want to embed css sheetstyle by setting >> >> :style "..." >> >> >> But th

Re: [Orgmode] Latex export format control - emphasis and radio link

2009-12-24 Thread Carsten Dominik
Hi Baptiste, first of all, why don't you just use not-a-lint instead of not_a_link? Using underscore sort-of asks for problems in this context. Also, why do you want the links to be in typewriter font? This is unusual. Maybe instead of modifying org-emph-alist, you'd want to add to it and

Re: [Orgmode] Re: OrgmodeWiki Support

2009-12-24 Thread Carsten Dominik
Hi Paul, On Dec 18, 2009, at 9:35 PM, Paul Sexton wrote: Carsten Dominik gmail.com> writes: [snip] I think it would be useful to discuss this proposal first in a broader sense. Let me try to make a start. A few days ago, Paul Sexton submitted his proposal for simple file-to-file links ba