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-
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
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
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
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
>
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
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
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
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
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
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
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-
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...
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
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
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
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
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
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
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
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
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))
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
I've pushed a fix which should let flyspell ignore more commonly
used Org keywords. Please test it.
Thanks!
--
Bastien
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
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
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
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
,
| 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
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
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
31 matches
Mail list logo