Re: [O] are super-hidden technical blocks required?

2012-07-30 Thread Torsten Wagner
Hi, I was aware that some people would prefer a more transparent way. I think a technical property block accessible for third party sync tools would make it much easier for the developers of those tools. On the other hand I understand that people want to know what is stored along within there org-

[O] Fwd: are super-hidden technical blocks required?

2012-07-30 Thread Torsten Wagner
Sorry I forgot to CC the list. -- Forwarded message -- From: Torsten Wagner Date: 30 July 2012 17:42 Subject: Re: are super-hidden technical blocks required? To: Bastien Hi Bastien, I just think normal blocks or drawers are used by many org-user for very different reasons and

Re: [O] flet / my-filt problem

2012-07-30 Thread Eric Schulte
Andreas Leha writes: > Eric Schulte writes: > >> Andreas Leha writes: >> >>> Hi all, >>> >>> with the current HEAD (commit 0202adb1c02908a75a7845438381e40d811fd99a) >>> from master I get an error during the export of >>> one of my files complaining about an undefined my-filt function. >>> >>> R

Re: [O] flet / my-filt problem

2012-07-30 Thread Andreas Leha
Eric Schulte writes: > Andreas Leha writes: > >> Hi all, >> >> with the current HEAD (commit 0202adb1c02908a75a7845438381e40d811fd99a) >> from master I get an error during the export of >> one of my files complaining about an undefined my-filt function. >> >> Replacing org-flet with flet in ob-c

Re: [O] flet / my-filt problem

2012-07-30 Thread Eric Schulte
Andreas Leha writes: > Hi all, > > with the current HEAD (commit 0202adb1c02908a75a7845438381e40d811fd99a) > from master I get an error during the export of > one of my files complaining about an undefined my-filt function. > > Replacing org-flet with flet in ob-comint.el (line 78) introduces a >

[O] flet / my-filt problem

2012-07-30 Thread Andreas Leha
Hi all, with the current HEAD (commit 0202adb1c02908a75a7845438381e40d811fd99a) from master I get an error during the export of one of my files complaining about an undefined my-filt function. Replacing org-flet with flet in ob-comint.el (line 78) introduces a compiler warning, but solves the pro

Re: [O] org-fill-paragraph invoked on column 0

2012-07-30 Thread Nicolas Goaziou
Hello, Michael Brand writes: > I could move up and down through the lines and fill list items with > M-q also when staying on column 0. Now I have to move right at least > until the item body starts which is less comfortable for me. Is there > a reason why this should not be possible any more be

[O] org-fill-paragraph invoked on column 0

2012-07-30 Thread Michael Brand
Hi Nicolas Before commit b04f9e32680e01ef17ed813940c0c58491f0d9aa Author: Nicolas Goaziou Date: Sat Jul 28 10:24:08 2012 +0200 `org-fill-paragraph' is backed up by Org Element I could move up and down through the lines and fill list items with M-q also when staying on col

Re: [O] Formatting Agenda entries

2012-07-30 Thread Rasmus
Nick Dokos writes: > Have you tried something like > > (setq org-google-weather-format "%i %-30c, %l-%h %s (%L)") > > perhaps? Seems to work for me. I can honestly say I haven't. I only tried to (format ...) way, which didn't work. Thanks for pointing it out. –Rasmus -- This is the kind of

Re: [O] Formatting Agenda entries

2012-07-30 Thread Nick Dokos
Rasmus wrote: > Hi, > > I use org-google-weather.el to display the weather condition of a couple > of cities in my Agenda. I would like to format the strings so that > certain elements are aligned. > > Sometimes it looks like this: > >W:I Clear, 19-35 ᵒC(Florence) >W:I Pa

[O] Formatting Agenda entries

2012-07-30 Thread Rasmus
Hi, I use org-google-weather.el to display the weather condition of a couple of cities in my Agenda. I would like to format the strings so that certain elements are aligned. Sometimes it looks like this: W:I Clear, 19-35 ᵒC(Florence) W:I Partly Sunny, 19-26 ᵒC(Berlin) (I

[O] comment bug

2012-07-30 Thread Samuel Wales
For years we had subtle bugs with commenting and filling. That got fixed, but now comment-start is nil. Perhaps this is related: commit 94dd2e52439aba488dbac18bd888efb96ede417c Author: Nicolas Goaziou Date: Sun Jul 29 00:05:33 2012 +0200 Rewrite filling functions * lisp/org.el (org-

Re: [O] Sparse tree date question

2012-07-30 Thread John Hendy
On Sun, Jul 29, 2012 at 3:08 AM, Bastien wrote: > Hi John, > > John Hendy writes: > >> It seems that =C-c / [a/b/D]= only works for deadline or scheduled >> active timestamps, not active or inactive time stamps alone. >> >> Is this correct or am I doing something wrong? >> >> If it is correct...

Re: [O] are super-hidden technical blocks required?

2012-07-30 Thread Jonathan Leech-Pepin
Hi, On Mon, Jul 30, 2012 at 10:42 AM, Ivy Foster wrote: > On 30 Jul 2012, at 11:26 am +0900, Torsten Wagner wrote: >> Hi, > > Hi, > >> [Because of the problems of syncing and interaction with >> third-party programs] I was wondering if it would be time >> to switch org-mode from text to some sort

Re: [O] are super-hidden technical blocks required?

2012-07-30 Thread Ivy Foster
On 30 Jul 2012, at 11:26 am +0900, Torsten Wagner wrote: > Hi, Hi, > [Because of the problems of syncing and interaction with > third-party programs] I was wondering if it would be time > to switch org-mode from text to some sort of XML. I mostly lurk on this list, but reading the preceding prop

Re: [O] are super-hidden technical blocks required?

2012-07-30 Thread Russell Adams
On Mon, Jul 30, 2012 at 11:27:28AM +0100, Rasmus wrote: > Bastien writes: > > > I don't think this is about plain text vs ?? la XML (because XML and > > friends are plain text too) but about whether we should allow a new > > type of block to keep non-human-readable stuff out of the way. > > How ab

Re: [O] Scheduling habit Mon to Sat

2012-07-30 Thread Charles Philip Chan
Yagnesh Raghava Yakkala writes: Hello Yagnesh: Thank you for the reply. > Works for me and I use similar to this. It works fine for me with regular scheduled TODO items. However, it does not work on org-habit scheduled items. I am getting this when "entering debug on error: , | Debugger e

Re: [O] Scheduling habit Mon to Sat

2012-07-30 Thread Michael Brand
On Mon, Jul 30, 2012 at 2:13 PM, Yagnesh Raghava Yakkala wrote: > Charles Philip Chan writes: >> <%%(memq (calendar-day-of-week date) '(1 2 3 4 5 6))> [...] > ** testing > <%%(memq (calendar-day-of-week date) '(1 2 3 4 5 6))> [...] > ** TODO testing > <%%(memq (calendar-day-of-week date) '(1 2

Re: [O] Scheduling habit Mon to Sat

2012-07-30 Thread Yagnesh Raghava Yakkala
Hello Charles, Charles Philip Chan writes: > Hello all: > > I would like to schedule a habit to occur 6 times a week from Monday to > Saturday. I have looked through the manual, but I can't seem to find a > way to do it. I have tried: > > , > | <%%(memq (calendar-day-of-week date) '(1 2 3 4

Re: [O] [BUG] sticky agenda views and export

2012-07-30 Thread François Allisson
Le lundi 30 jui 2012 à 12:19:42 (+0200), Bastien a écrit : > Hi François, > > François Allisson writes: > > > I am testing sticky agenda views, and I think in my case it is a great > > thing (because I have two custom agenda views that I often check). I > > sometimes export my custom agenda view

Re: [O] More flyspell-overlays removed

2012-07-30 Thread Bjarte Johansen
On 30 Jul, 2012, at 13:03 , Bastien wrote: > I've pushed a fix which should let flyspell ignore more commonly > used Org keywords. Please test it. This works great. You forgot #+LATEX_CLASS_OPTIONS: though. On 30 Jul, 2012, at 13:13 , Jeffrey Spencer wrote: > Will give it a test later in

Re: [O] Org Agenda - revert all agenda files?

2012-07-30 Thread Xin Shi
Dear all, Thanks for your kind reply! Sorry that I didn't have chance to check till now. OKay, I added the function: (defun sx-org-revert-agenda-buffers () (interactive) (mapcar (lambda (file) (let ((revert-without-query '(".*\.org$"))) (find-file file) (revert-buffer))

Re: [O] More flyspell-overlays removed

2012-07-30 Thread Jeffrey Spencer
Will give it a test later in the week and let you know. Also you can add this hook to make it act like the fly-spell mode in auctex (if familiar with that) which skips most tex based commands (trips up though if you have only one $ because assumes another $ sign later so won't check spelling in th

Re: [O] More flyspell-overlays removed

2012-07-30 Thread Bastien
I've pushed a fix which should let flyspell ignore more commonly used Org keywords. Please test it. Thanks! -- Bastien

Re: [O] are super-hidden technical blocks required?

2012-07-30 Thread Rasmus
Bastien writes: > I don't think this is about plain text vs à la XML (because XML and > friends are plain text too) but about whether we should allow a new > type of block to keep non-human-readable stuff out of the way. How about just allowing for a list of properties being hidden. For instanc

Re: [O] MobileOrg and tags

2012-07-30 Thread Bastien
Hi James, James Harkins writes: > Or have a configuration variable so the user can decide how to > generate the tag list. If the global tag completion table function is > too slow for some, they could manually populate org-tag-alist or...? Yes -- something like `org-mobile-rebuild-agenda-tag-al

Re: [O] [BUG] sticky agenda views and export

2012-07-30 Thread Bastien
Hi François, François Allisson writes: > I am testing sticky agenda views, and I think in my case it is a great > thing (because I have two custom agenda views that I often check). I > sometimes export my custom agenda views with the "e" key in the > org-agenda buffer, or with "M-x org-store-age

Re: [O] tags searching

2012-07-30 Thread Giovanni Ridolfi
Da: Richard Riley Inviato: Lunedì 30 Luglio 2012 11:15 Hi, Richard, >, >| org-agenda-files is a variable defined in `org.el'. >| Its value is ("~/.orgfiles" "~/webs/.orgfiles") >| Original value was nil >` > C-h a m visa > does not find a heading in ~/.orgfiles/other.org where the top

[O] tags searching

2012-07-30 Thread Richard Riley
, | org-agenda-files is a variable defined in `org.el'. | Its value is ("~/.orgfiles" "~/webs/.orgfiles") | Original value was nil ` C-h a m visa does not find a heading in ~/.orgfiles/other.org where the top level for an entry is as follows:- , | * cards

[O] Scheduling habit Mon to Sat

2012-07-30 Thread Charles Philip Chan
Hello all: I would like to schedule a habit to occur 6 times a week from Monday to Saturday. I have looked through the manual, but I can't seem to find a way to do it. I have tried: , | <%%(memq (calendar-day-of-week date) '(1 2 3 4 5 6))> ` but it didn't work. Any help will be appreciat

Re: [O] are super-hidden technical blocks required?

2012-07-30 Thread Bastien
Hi Torsten, I don't think this is about plain text vs à la XML (because XML and friends are plain text too) but about whether we should allow a new type of block to keep non-human-readable stuff out of the way. One thing I don't get is how these blocks would be more hidden than normal blocks or d