[Orgmode] The recurring task pattern

2009-06-03 Thread Ivan Nedrehagen
Hi everyone, I have a pattern that repeats itself in org-mode and I am wondering if anyone have any solutions to it. I have some tasks that must be done each week, it does not matter when I complete them, but they must be done before end of the week. And when the next week comes the task

[Orgmode] Re: A tool for creating source code files from example and src blocks in org files

2009-06-03 Thread Chris Gray
Eric H. Neilsen, Jr. wrote: Hi, First, thank you Carsten and others, for putting this thing together; org-mode is the most useful tool I've run across in a long time. I recently put together a few commands to create source code files from SRC and EXAMPLE blocks in org-mode files. The

[Orgmode] Re: The recurring task pattern

2009-06-03 Thread Chris Gray
Ivan Nedrehagen wrote: Hi everyone, I have a pattern that repeats itself in org-mode and I am wondering if anyone have any solutions to it. I have some tasks that must be done each week, it does not matter when I complete them, but they must be done before end of the week. And when the

[Orgmode] Re: The recurring task pattern

2009-06-03 Thread Mikael Fornius
And with :LOGGING: property set, notes will be prompted for when state changes to DONE. ** TODO Do weekly task DEADLINE: 2009-08-12 Wed +1w :PROPERTIES: :LOGGING: DONE(@) :END: See: (info (org) Tracking TODO state changes) -- Mikael Fornius

Re: [Orgmode] how to make TAB in agenda cycle the outline

2009-06-03 Thread Carsten Dominik
On Jun 1, 2009, at 9:50 PM, Samuel Wales wrote: I am trying to make TAB in the agenda cycle the node in the other window, while keeping point in the agenda (ideally creating the other window via SPC if it doesn't already exist). I am finding it a little difficult. Any tips? Since TAB is

[Orgmode] Can't get [TABLE-OF-CONTENTS] working.

2009-06-03 Thread Yuva
hello, Its been documented in ch12 : Exporting of Org Manual that toc can be relocated using [TABLE-OF-CONTENTS] string. I have used it to generate latex and pdf files, but no luck. After simple grepping, it seems that only org-ascii.el and org-html.el are taking this string into account. Is

[Orgmode] org-info-js bug?

2009-06-03 Thread Rick Moynihan
Hi Sebastian, I recently cloned the latest org-info-js from your github account and noticed some problems with the rendering of TAG indexes. Specifically for each tag I see the following... e.g. the tag here is BRIAN: BRIAN')); BRIAN BRIAN style=visibility:hidden;display:none; Thanks again

[Orgmode] Re: org-info-js bug?

2009-06-03 Thread Sebastian Rose
Rick Moynihan rick.moyni...@gmail.com writes: Hi Sebastian, I recently cloned the latest org-info-js from your github account and noticed some problems with the rendering of TAG indexes. Specifically for each tag I see the following... e.g. the tag here is BRIAN: BRIAN')); BRIAN BRIAN

[Orgmode] Re: how to make TAB in agenda cycle the outline

2009-06-03 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Jun 1, 2009, at 9:50 PM, Samuel Wales wrote: P.S. Is there a reason why point is at bob in the agenda? If not, maybe moving it to the first headline would be useful (dired does something similar). In the agenda, the cursor stars out on

Re: [Orgmode] properties drawer indentation

2009-06-03 Thread Carsten Dominik
I guess this could be called a bug, so I fixed it. Thanks. - Carsten On May 29, 2009, at 12:29 AM, Samuel Wales wrote: I have org-adapt-indentation set to nil and org-*-into-drawer set to t. When I change todo states on a new node or clock in, org correctly (for me) inserts a logbook drawer

Re: [Orgmode] Re: docbook export-special

2009-06-03 Thread Rustom Mody
Baoqiu wrote: I can add a little more comments in org-docbook.el, but ideally we should add important things to the manual if they are missing.  What particular information do you want to see in the manual? Hi Baoqiu. One of the things that would help me is an explanation about links -- ie

Re: [Orgmode] Flyspell, org-mode, and urls

2009-06-03 Thread Carsten Dominik
On May 28, 2009, at 11:40 PM, Matthew Lundin wrote: Hi everyone, If I might cheat a bit and ask a question that part org-mode, part another mode I have recently begun to use flyspell with org-mode. Everything works fine, but a minor problem arises when I type a url --- flyspell parses

[Orgmode] sorting entries

2009-06-03 Thread Jörg Hagmann
Hi, When sorting entries (C-c ^ t), I now get the following error: Sorting entries... Wrong type argument: listp, 1231542000.0 Emacs 22, 6.27trans (yesterday's), Mac OS X 10.5.7 This used to work. Thanks, Jörg ___ Emacs-orgmode mailing list

[Orgmode] Re: A tool for creating source code files from example and src blocks in org files

2009-06-03 Thread Eric H. Neilsen, Jr.
Chris, Yes, I am also unhappy with the use of numbering to order chunks, but the traditional LP mechanism of using substitution of named chunks has some major flaws I have not figured out how to address. The basic problem is that it can be used as a mechanism for code reuse, probably will

[Orgmode] Feedback on omitted org-clock-update-time-maybe case in org-ctrl-c-ctrl-c

2009-06-03 Thread Kaelbling, Michael
Greetings, I am kind of surprised that org-ctrl-c-ctrl-c does not do anything when on a CLOCK line. Naturally, (add-hook 'org-ctrl-c-ctrl-c-hook 'org-clock-update-time-maybe) works just fine once added to my .emacs file. But you may want to consider adding an

[Orgmode] org-jira.el

2009-06-03 Thread Jonathan Arkell
Hi Carsten A little while ago I submitted a little fragment of a program to allow jira:number links. I wanted to take it a little further, so you could store the link of the currently viewed Jira ticket, but I have since moved off of the project that requires Jira usage, so I don’t really

[Orgmode] org-attach git-commit limitations

2009-06-03 Thread Christopher League
Hi folks, I started trying to use the org-attach feature (C-c C-a) and I like the idea that it can auto-commit attachment changes to a git repo. But I noticed some shortcomings... 1. I like to keep the entire org-directory under version control, but org-attach only commits if the

Re: [Orgmode] Trouble setting variables in custom agenda command

2009-06-03 Thread Carsten Dominik
Could anyone please try to reproduce this? Thanks. - Carsten On May 27, 2009, at 4:05 AM, Christopher DeMarco wrote: I have the following in my .emacs (long lines, sorry): (setq org-agenda-custom-commands '((c The Cycle ((agenda (

Re: [Orgmode] Feedback on omitted org-clock-update-time-maybe case in org-ctrl-c-ctrl-c

2009-06-03 Thread Manish
On Tue, Jun 2, 2009 at 6:03 PM, Kaelbling, Michael wrote: Greetings, [snip] P.S. What is the preferred procedure for submitting suggested changes to the texi file?  I have a number of minor punctuation and spelling changes for your consideration. Carsten has been known to accept unified

[Orgmode] Re: Trouble setting variables in custom agenda command

2009-06-03 Thread Matthew Lundin
Carsten Dominik carsten.domi...@gmail.com writes: Could anyone please try to reproduce this? Thanks. - Carsten On May 27, 2009, at 4:05 AM, Christopher DeMarco wrote: I have the following in my .emacs (long lines, sorry): (setq org-agenda-custom-commands '((c The Cycle

[Orgmode] Re: Trouble setting variables in custom agenda command

2009-06-03 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: Could anyone please try to reproduce this? Thanks. - Carsten This works as described by Christopher for me. GNU Emacs 22.2.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2008-11-09 on raven, modified by Debian Org-mode version

[Orgmode] Hide :properties:

2009-06-03 Thread Marcelo de Moraes Serpa
Hello list! Is there a way to completely hide the :properties: from an item? Thanks, Marcelo. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Re: Trouble setting variables in custom agenda command

2009-06-03 Thread Sebastian Rose
Hm - that gives me an error (see below) I did emacs -Q C-x d ~/emacs/lisp/ext/org-mode/lisp/ RET marked all *.el files S-L (several times, until all files where loaded correctly) evaled the OP's code evaled my (setq org-agenda-files (quote...))) M-x org-agenda RET c Gives me

Re: [Orgmode] Re: Trouble setting variables in custom agenda command

2009-06-03 Thread Eric S Fraga
Carsten, I get the same behaviour as the OP: ndays 1 and only TODOs but no log mode nor columns mode. I don't get an error, however. My org-mode is current as of yesterday evening. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] Re: Flyspell, org-mode, and urls

2009-06-03 Thread Matthew Lundin
Carsten Dominik carsten.domi...@gmail.com writes: On May 28, 2009, at 11:40 PM, Matthew Lundin wrote: Hi everyone, If I might cheat a bit and ask a question that part org-mode, part another mode I have recently begun to use flyspell with org-mode. Everything works fine, but a minor

Re: [Orgmode] Re: Trouble setting variables in custom agenda command

2009-06-03 Thread Nick Dokos
[Bernt, thanks very much for taking the time to do the set-up: it makes things so much easier!] I've made a little progress debugging this in the case of the org-agenda-start-with-log-mode variable: the doc for it says , | org-agenda-start-with-log-mode is a variable defined in

Re: [Orgmode] how to make TAB in agenda cycle the outline

2009-06-03 Thread Samuel Wales
Thanks! That works. On Wed, Jun 3, 2009 at 03:13, Carsten Dominik carsten.domi...@gmail.com wrote: (add-hook 'org-agenda-mode-hook  (lambda ()    (define-key org-agenda-keymap [tab] 'org-agenda-cycle-show)    (define-key org-agenda-mode-map [tab] 'org-agenda-cycle-show))) -- Myalgic