On Mon, Mar 09 2009, Carsten Dominik wrote:
> since you want to use the same semantics as for deadlines, i.e. the
> same warning period etc, this really is a psychological issue :-)
But isn't that why we have org-mode in the first place-- to help us
label our way out of these pesky psychological
Hi!
Today, I installed Emacs 23.0.91.1 to test it.
Having a look at the agenda, I missed some birthdays
I had in my organizer.org in the suggested format:
%%(diary-anniversary 2 10 1789) Geburtstag Ghandi: %d Jahre.
D M Y
I thought I made a mistake and switched month and day
Today, I installed Emacs 23.0.91.1 to test it.
Having a look at the agenda, I missed some birthdays
I had in my organizer.org in the suggested format:
%%(diary-anniversary 2 10 1789) Geburtstag Ghandi: %d Jahre.
D M Y
I thought I made a mistake and switched month and day,
Hi Carten,
OK, OK, I will try again to bend my mind around the current
behavior. ;-)
> Why, if you want to have many tasks instead of one, don't
> you just create many directly, with different dates. A keyboard
> macro would work for this, or a little function that does the
> copying and ti
Ian Barton writes:
> Is the variable european-calendar-style, the same in both versions of emacs?
Great Tip!
,[ C-h v european-calendar-style ]
| european-calendar-style's value is t
|
| This variable is obsolete since 23.1;
| use `calendar-date-style' instead.
|[...]
| Setting this v
Nick,
thank you for figuring this out.
Will upgrade as suggested.
Again thank you both for the great application.
Andrew
On Tue, Mar 10, 2009 at 1:36 AM, Carsten Dominik wrote:
> Fix, thanks, in particular to Nick for sorting this out.
>
> Andrew, I strongly suggest you upgrade to Emacs 22.
>
>
The spreadsheet tutorial
http://orgmode.org/worg/org-tutorials/org-spreadsheet-intro.php
seems to have its org source representation messed up (I think)
eg it has
:| Student | Maths | Physics |
:|-———+-——+———|
:| Bertrand |13 | 09 |
:| Henri|15 | 14 |
:| Arnold |17 |
Hi,
Suppose I have a plain list as the following:
* TODO Read books
1. [ ] Book 1
Note: blah blah blah
2. [ ] Book 2
Note: blah blah blah
When the above is exported to HTML, the line breaks after the "heading
line" of each list item are lost, so it becomes "Book1 Note: blah b
On Tue, Mar 10, 2009 at 7:37 PM, Rustom Mody wrote:
> The spreadsheet tutorial
> http://orgmode.org/worg/org-tutorials/org-spreadsheet-intro.php
> seems to have its org source representation messed up (I think)
> eg it has
>
> :| Student | Maths | Physics |
> :|-———+-——+———|
> :| Bertrand | 13 |
On Mar 9, 2009, at 8:23 PM, Daniel Clemente wrote:
(setq org-startup-truncated nil)
Ah, an important piece of information.
I believe this is fixed now. Thanks.
- Carsten
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies
Fixed, thanks.
- Carsten
On Mar 9, 2009, at 10:06 PM, Wanrong Lin wrote:
Hi,
Suppose I have an org file with following lines:
* Test1
Test2
Now if I put the cursor at the beginning of the "Test2" line and
press "M-S-RET" (Alt-Shift-Return on my machine), I got this:
* Test1
* Test2TODO
On Mar 9, 2009, at 3:35 PM, Bernt Hansen wrote:
Carsten Dominik writes:
(setq org-deadline-string "DUE:")
which captures both the colors of DEADLINE and GOAL pretty well, I
think.
In fact, I wish I had made this the default from beginning,
a much shorter and nicer word. Now it is too lat
Hi,
org-publish is able to create a sitemap of a project. The default
file name
for this "index-file" was index.org, a terrible default since it
overwrites
the main page of a site.
The new default if sitemap.org - please verify that your projects will
work after the change.
- Carsten
__
Try:
* TODO Read books
1. [ ] Book 1 \\
Note: blah blah blah
2. [ ] Book 2 \\
Note: blah blah blah
Or even:
* TODO Read books
1. [ ] Book 1 ::
Note: blah blah blah
2. [ ] Book 2 ::
Note: blah blah blah
plus CSS
Regards,
Sebastian
Wanrong Lin
The double back slashes works well (although that is not as pretty as I
want). Thank you!
Wanrong
Sebastian Rose wrote:
Try:
* TODO Read books
1. [ ] Book 1 \\
Note: blah blah blah
2. [ ] Book 2 \\
Note: blah blah blah
Or even:
* TODO Read books
1. [ ] Book 1 ::
Wanrong Lin writes:
> The double back slashes works well (although that is not as pretty as I
> want). Thank you!
For better controle of line height and paddings, I'd suggest to use the
`::' syntax and CSS for the and elements.
dd {font-weight:bold;margin-top:3em;}
dt {}
Best,
Seb
[My apologies in advance if this is a FAQ.]
I have a bunch of Org files in which I have tasks some of which involve
doing something for work (trivial or non-trivial), and some of which
involve doing something for home (trivial like picking up laundry or
more important like doing a call to a compan
Thanks. But "::"" does not as well as "\\" for numbered list (the
numbers are gone with "::").
Actually, when I say "it is not as pretty as I want" in my last email, I
meant the original ".org" text file is not pretty with either "\\" or
"::" just for adding a line break for exporting. So id
Hi all,
If I export the file
--
#+OPTIONS: ^:{}
* test
a_{\alpha}
a_{foo}
--
as HTML, I get "a_{α}" but "afoo": \alpha is not subscripted
but foo is. I was expecting both to be subscripted,
19 matches
Mail list logo