[Orgmode] Re: agenda-custom view with timegrid not showing inherited tags

2009-09-05 Thread Daniel Martins
PROBLEM SOLVED I have found the solution hidden in the list: (org-agenda-filter-preset '("-WEEKLY")) 2009/9/5 Daniel Martins > I want to create a custom agenda view without all my :WEEKLY: tags appts to > focus on extraordinary appointmens on the week. > > I could not do that directly be

[Orgmode] Org-mode Makefile: make clean needed? make doc error?

2009-09-05 Thread Daniel Martins
Keeping update with org-mode has giving me some headaches with the Makefile These headaches come from my lack of knowledge probably. First is the necessity or not of make clean before make forcing to recompile ALL *.el even those unchanged. On slow computers, maybe this is a problem. The oth

RE: [Orgmode] org-agenda-file-to-front (unbalanced parentheses))))

2009-09-05 Thread Jai Jeffryes
Bastien, Thanks for looking at my message. So, here's what I came up with by following the instructions on the Feedback page you suggested. 1. Emacs version: GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-29 on SOFT-MJASON2. Org version (it came with my Emacs install, I didn't do a separat

Re: [Orgmode] Re: PATCH: proposed improvements to org-src-mode

2009-09-05 Thread Dan Davison
Carsten Dominik writes: > Hi Dan, > > OK, I have now applied the patch. If you don't mind, could > you please double-check the commit? [Re.: commit 4b6988bf36cb458c9d113ee4332e016990c1eb04 ] Thanks Carsten, I looked over the commit and it looked good. However after using it a bit over the last

[Orgmode] PATCH: prevent filling of #+ lines

2009-09-05 Thread Dan Davison
This patch prevents fill-paragraph from acting on lines that start with #+ (optionally preceded by spaces or tabs). For example, at the moment if you have #+HTML: some html here Long line of normal text here and it goes on and on and on and on and on and on and on And then issue fill-paragraph

Re: [Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-05 Thread Melton Low
I had reverted to 6.30c when the problem cropped up. I too can confirm it is working again. I am using the latest cvs of emacs from a couple of days ago. Hope you figure it out. Mel On Fri, Sep 4, 2009 at 11:42 PM, Carsten Dominik wrote: > Hi everyone, > > I am still unable to reproduce this.

[Orgmode] Re: Release 6.30

2009-09-05 Thread Rainer Stengele
Hi Carsten, excellent, thanks a lot! I now have have started with this regexp: ... '(org-agenda-entry-text-exclude-regexps (quote ("^.*- State \"DONE\".*\n" "^.*erzeugt:.*\n"))) ... which works except in cases like these: ... - State "DONE" [2008-02-24 So 20:52] - State "D

[Orgmode] Stuck in a folded section when subtree is folded

2009-09-05 Thread PT
If a header has some text content under it and the cursor is in the text then pressing TAB folds the content, but it doesn't change the cursor position, so the cursor is stuck in the folded part and, for example, beginning-of-line doesn't work, you can only get out from the folded part if you press

Re: [Orgmode] org-agenda-file-to-front (unbalanced parentheses))))

2009-09-05 Thread Bastien
Hi Jai, Jai Jeffryes writes: > Thanks for looking at my message. So, here's what I came up with by following > the instructions on the Feedback page you suggested. Thanks! > 1. Emacs version: GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-29 on > SOFT-MJASON > 2. Org version (it came with

[Orgmode] agenda-custom view with timegrid not showing inherited tags

2009-09-05 Thread Daniel Martins
I want to create a custom agenda view without all my :WEEKLY: tags appts to focus on extraordinary appointmens on the week. I could not do that directly because most :WEEKLY: tags were inherited. I did a hack by eliminating the regexp "\\+1w>" common to all my weekly todos but combinations with

Re: [Orgmode] Re: Subversion for backups?

2009-09-05 Thread Greg Newman
In light of this topic I've posted my process using mercurial and bitbucket from my Mac. I've added an hourly bash script to my daemons to push to my repo every hour. You can get all the details at http://www.20seven.org/journal/2009/09/backing-up-org-mode-files.html Cheers, *Greg Newman* http

[Orgmode] Re: Org-mode version 6.30trans (release_6.30d.5.gc125); make fails on org-ascii.el

2009-09-05 Thread Daniel Martins
Is it not possible to pu tsome directive in the Makefile in order to make check the presence of *.elc without corresponding *.el and deleting them BEFORE or simultaneously with recompilation process? It should improve the compilation process. Maybe it could be create a new directive such as mak

[Orgmode] Re: Org-mode version 6.30trans (release_6.30d.5.gc125); make fails on org-ascii.el

2009-09-05 Thread Matt Lundin
Hi Daniel, Daniel Martins writes: > On the other hand: Shouldn't a simple `make' do everything needed > to succeed? > > On "How do I keep current with Org mode development?" > > http://orgmode.org/worg/org-faq.php# > keeping-current-with-Org-mode-development > > it is suggested the follo

Re: [Orgmode] Re: FILETAGS documentation clarification

2009-09-05 Thread Carsten Dominik
Hi PT, On Sep 4, 2009, at 10:47 PM, PT wrote: Matt Lundin imapmail.org> writes: Any time you change one of the in-buffer settings line (e.g., #+FILETAGS), you need to refresh the buffer by hitting C-c C-c on the new or updated line. You don't have to reload the file. Here's the information

[Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-05 Thread Detlef Steuer
On Sat, 5 Sep 2009 07:58:45 +0200 Carsten Dominik wrote: > For now I have reverted the offending commit. And I can confirm it works again. detlef > > - Carsten > > On Sep 5, 2009, at 7:42 AM, Carsten Dominik wrote: > > > Hi everyone, > > > > I am still unable to reproduce this. But I am r

[Orgmode] Re: org-gnus-prefer-web-links

2009-09-05 Thread Tassilo Horn
Matt Lundin writes: Hi Matt, > I set org-gnus-prefer-web-links to t so that org-remember stores links > to gmane nntp groups as web links rather than links to gnus. Recently > (within the last week or so) org-store-link no longer creates the web > link. > > Previously the stored link looked like

Re: [Orgmode] Easier customization of TODO keyword colors

2009-09-05 Thread Manish
On Sat, Sep 5, 2009 at 3:47 AM, Ryan C. Thompson wrote: > Bastien wrote: >> >> Interesting - would you like to add this in org-hacks? >> >> http://orgmode.org/worg/org-hacks.php >> >> If so, please send me your username on repo.or.cz (if you are not >> already a Worger...) >> >> Thank! >> > > I'm