Nicolas Goaziou writes:
> For some time zone reason, my time-stamps look like this [2009-07-28
> mar.]. Notice the dot after the name of the day.
It's because Emacs recently changed the format for abbreviated days.
If you could track when this change appeared, that'd be nice.
> This prevents
Raffi R writes:
> I've written a 1K-word intro on how I use org (for outlining and
> planning). Is there somewhere on Worg things like that go?
I think a page with your name in the users/ directory would do it.
If it's more of a tutorial, maybe org-tutorials/ can be the right
place instead.
User writes:
> Bastien googlemail.com> writes:
>>
>> I tested your code but there are several problems: it is not usable on
>> big files,
>
> The size of the file shouldn't matter, since only lines in the
> current window are indented. Probably, some trivial bug remained
> in it which my tests
User writes:
> Bastien googlemail.com> writes:
>>
>> If you load this *after* loading the saveplace hook then it should
>> be okay. Thanks to Nick Dokos for shaking my brain on this :)
>
> Well, wasn't my original solution with the null timer much nicer?
> You didn't have to worry about makin
Opps, for some reason the important portion didn't copy. You'll have to
forgive me, I'm still learning gnus.
Michael Zeller writes:
> diff --git a/doc/org.texi b/doc/org.texi
> index e28b185..43cd2ab 100644
> --- a/doc/org.texi
> +++ b/doc/org.texi
> @@ -8262,13 +8262,15 @@ include your @file{.e
Israel Herraiz writes:
> Hi all,
>
> I use org-mode for web publishing. My web contains four pages that
> share a common (HTML) header, with some links to the different
> sections of the web and other stuff.
>
> At some point, I decided to include a common raw HTML in every
> page. This raw HTML
Hi all,
I use org-mode for web publishing. My web contains four pages that
share a common (HTML) header, with some links to the different
sections of the web and other stuff.
At some point, I decided to include a common raw HTML in every
page. This raw HTML is Javascript stuff for visits counting
On Tue, Jul 28, 2009 at 10:41:50PM +0200, Sébastien Vauban wrote:
> I've heard that Knuth told about it in those words: it's when we will be able
> to read the code of a software in our bed, reading a book made of 90% of
> documentation and 10% of code. If someone can find this phrase somewhere...
I've written a 1K-word intro on how I use org (for outlining and
planning). Is there somewhere on Worg things like that go? The
"testimonies" page is quite short; only a paragraph long or so for
each testimony.
Thank you very much,
- Raffi.
___
Emacs-o
Hi Marcelo,
Marcelo de Moraes Serpa wrote:
> Sébastien Vauban wrote:
>> Hi Eric and all,
>>
>> Here some promised description of how I'm using Literate Programming with
>> LaTeX (up to now -- soon directly from Org mode?).
>>
>> I write an "enhanced LaTeX" file ([1], having the `.nw' -- for Nuweb
Hello,
For some time zone reason, my time-stamps look like this [2009-07-28
mar.]. Notice the dot after the name of the day.
This prevents the regexp inside org-clock-in to recognize it as a valid
clock format as thus to resume any started clock.
I suggest the following simple patch.
>From 0f14
Bastien googlemail.com> writes:
>
> I tested your code but there are several problems: it is not usable on
> big files,
The size of the file shouldn't matter, since only lines in the
current window are indented. Probably, some trivial bug remained
in it which my tests didn't cover.
> and even
PT (emacs user) wrote:
> On Tue, Jul 28, 2009 at 8:54 PM, Nick Dokos wrote:
> >
> > If they don't cost anything, yes. But I'm not sure I want an idle
> > timer running all the time just to detect the (rare) occasions
> > when I want to fold a tree.
>
> You misunderstand how it works. The idle ti
John SJ Anderson writes:
> Is there a way to display an agenda (like 'C-a a' does) but have it
> limited to items that have a particular tag? (E.g., so I can see only
> '@WORK' items when at work.)
The following FAQs explain how to do this:
http://orgmode.org/worg/org-faq.php#limit-agend
[forgot to copy the list - again...]
--- Forwarded Message
Date:Tue, 28 Jul 2009 14:54:38 -0400
From:Nick Dokos
To: User
cc: nicholas.do...@hp.com
Subject: Re: [Orgmode] Re: Showing hidden subtree automatically if point is hid
den when the buffer is opened
User
Bastien googlemail.com> writes:
>
> If you load this *after* loading the saveplace hook then it should
> be okay. Thanks to Nick Dokos for shaking my brain on this :)
>
Well, wasn't my original solution with the null timer much nicer?
You didn't have to worry about making sure you put org-mod
Bastien writes:
> User writes:
>
>> I added the timer, because I didn't know in which order the hooks
>> are run. If org-mode hook runs first and then saveplace's hook
>> which restores point then the above code has no effect.
>
> saveplace adds the hook at the end of the hooks list, by calling
Hmm, this seems interesting and something I'm looking for, but I'm not
entirely sure what you mean by "literate programming" (I haven't
googled yet either, I'm about to do it once I answer this message).
Anyway, I have a project I'm working on right now that requires me to
set up a "publishing envi
Hi Eric and all,
Here some promised description of how I'm using Literate Programming with
LaTeX (up to now -- soon directly from Org mode?).
I write an "enhanced LaTeX" file ([1], having the `.nw' -- for Nuweb --
extension). It is enhanced as I can put blocks of code in there (SQL blocks,
for ex
> Nick Dokos writes:
>
>
> Mmhh... maybe the Windows user-base is bigger than the Emacs user-base?
Well, it seems clear that org-mode needs virtualization functionality
so that everyone running PortableApps will already be using orgmode
anyways.
___
John SJ Anderson writes:
> Is there a way to display an agenda (like 'C-a a' does) but have it
> limited to items that have a particular tag? (E.g., so I can see only
> '@WORK' items when at work.)
Either use your agenda and use / to limit the view to what you want.
Or create a custom age
Hi Eric,
"Eric Schulte" wrote:
> Sébastien Vauban writes:
>> I'm a heavy user of "literate programming" for rapports I write for clients
>> (in fact, for me, first, but I give them to our clients as well).
>>
>> Up to a couple of months ago, I was doing literate programming via LaTeX
>> and nuweb
Is there a way to display an agenda (like 'C-a a' does) but have it
limited to items that have a particular tag? (E.g., so I can see only
'@WORK' items when at work.)
thanks,
john.
--
But Calvin is no kind and loving god! He's one of the old gods! He demands
sacrifice! -- Calvin
__
User writes:
> It is a possible solution to the clean view problem mentioned in
> the org manuual:
>
> Indentation of text below headlines
>
> You may indent text below each headline to make the left
> boundary line up with the headline, like
>
> *** 3rd level
>
User writes:
> I added the timer, because I didn't know in which order the hooks
> are run. If org-mode hook runs first and then saveplace's hook
> which restores point then the above code has no effect.
saveplace adds the hook at the end of the hooks list, by calling
add-hook like this:
(add
Paul Mead writes:
> Can anyone give me a quick and easy way of changing this without
> breaking something else?
Go to the face you want to change and hit M-x customize-face RET
--
Bastien
___
Emacs-orgmode mailing list
Remember: use `Reply All' to
Hi
I was just looking through options in org-customize because I'd like to
change the colours used in the agenda view - currently items nearing a
deadline show as red, and items actually on their deadline are pink.
I'd like my upcoming deadline items to be in less alarmist colours
(perhaps use th
Bastien a écrit :
> Michel Blanc writes:
>
>> (org-icalendar-use-scheduled '(todo-due event-if-todo \
>> event-if-not-todo))
>> (org-icalendar-use-deadline '(todo-due event-if-todo \
>> event-if
Hi,
org-plot shows a plot from a table's data, via: M-x org-plot/gnuplot RET. For
instance:
#+PLOT: type:3d with:pm3d
| 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 0 | 2 | 2 | 2 | 2 | 2 | 0 |
| 0 | 2 | 3 | 3 | 3 | 2 | 0 |
| 0 | 2 | 3 | 4 | 3 | 2 | 0 |
| 0 | 2 | 3 | 3 | 3 | 2 | 0 |
| 0 | 2 | 2 | 2 | 2 | 2 |
Hi Sébastien,
this is, what I do to activate flyspell, and it doesn't cause any
problems here:
(add-hook 'text-mode-hook 'turn-on-flyspell)
(add-hook 'org-mode-hook 'turn-on-flyspell)
(add-hook 'message-mode-hook 'turn-on-flyspell)
Keeps it simple...
Sebastian
Sébastien Vauban
Sébastien Vauban writes:
> Hello,
>
> I've sent this message to Emacs group one month ago. Never got any reply.
> Maybe I'll have more chance here...
>
> I'd want to have flyspell reporting me spelling mistakes in Org-mode.
>
> I did update my `.emacs' this way:
>
>
>
> ;; turn on `flyspell' when
Michel Blanc writes:
> 8<===8<===8<===
> (setq org-agenda-custom-commands
> '(("h" "Home-related tasks"
> ((tags "@home")
> (tags-todo "@home"))
> ((org-agenda-ndays 300)
> (org-icalendar-include-todo t)
> (org-icalendar-co
Richard Riley writes:
> FYI and still half asleep here, I think you can do the name. here is my
> ical cust section:
>
>
> org-combined-agenda-icalendar-file "~/webs/richardriley/sync/org.ics"
> org-icalendar-include-todo t
> org-icalendar-combined-name (quote "Richard Riley ORG
Richard Riley a écrit :
> FYI and still half asleep here, I think you can do the name. here is my
> ical cust section:
>
>
> org-combined-agenda-icalendar-file "~/webs/richardriley/sync/org.ics"
> org-icalendar-include-todo t
> org-icalendar-combined-name (quote "Richard Riley
Hello,
I've sent this message to Emacs group one month ago. Never got any reply.
Maybe I'll have more chance here...
I'd want to have flyspell reporting me spelling mistakes in Org-mode.
I did update my `.emacs' this way:
--8<---cut here---start->8---
;; turn
Bastien writes:
> Hi Michel,
>
> Michel Blanc writes:
>
>> First, I discovered that all the calendar applications I tried do not
>> show TODO entries (Google Agenda, PHP-iCalndar, Thunderbird, ...)
>> *inside* the day/week/... view, but in sidebars or so (when the do).
>> However, I am required
Bastien a écrit :
> Hi Michel,
>
> A todo like this
>
> * TODO Do this
> <2009-07-28 mar>
>
> will be exported both as a VTODO and as a VEVENT.
>
> Note that this is not the case for DEADLINE and SCHEDULED, maybe the
> code need to be more consistent about this.
Well, TODOs exported as VTODO
Hi Bernt,
thanks, that helped me a lot! :-)
Geralt.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
38 matches
Mail list logo