I tried validating this at http://validator.w3.org/
and its not valid XHTML.
Dont know more HTML to comment :-)
On Mon, Jan 19, 2009 at 8:43 PM, Sebastian Rose wrote:
> Hi Rustom,
>
>
> "Rustom Mody" writes:
>> On Mon, Jan 19, 2009 at 6:29 PM, Sebastian Rose
>> wrote:
>>>
>>> Hm - we do not
Hi,
Seems there are some regressions/new issues. XHTML-validity is a moving
target and someting to re-work from time to time.
It's actually quite seldom I have these problems with the current
version.
I only found this one on the first glance:
* is _not_ allowed in
=> --->8---
Hi David,
Exactly that file works fine here.
Hm - anything else must cause this. I don't think your org-mode version
older than the feature?
Regards,
Sebastian
--
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.: +49 (0)511 - 36 58 472
Fax: +49 (0)1805 -
On Mon, Feb 2, 2009 at 8:02 PM, David St-Hilaire wrote:
> Sebastian Rose wrote:
>> Hi David,
>>
>>
>> Exactly that file works fine here.
>>
>> Hm - anything else must cause this. I don't think your org-mode version
>> older than the feature?
>>
>
> I don't think so. I'm using the most recent versio
Manish wrote:
> #+STYLE was added on 6.08 [1]. Org-mode is a very fast moving target. You
> might want to take a look at "Keeping current" in Org FAQ [2].
>
> 1. http://orgmode.org/Changes.html
> 2. http://orgmode.org/worg/org-faq.php
>
I see! Sorry for that newb question and thank you for yo
Hi everyone,
I want to do more with these results, but for now I have put Manish'
analysis
and the raw data table on the web at
http://orgmode.org/worg/org-customization-survey.php
- Carsten
On Feb 1, 2009, at 9:55 PM, Manish wrote:
On Fri, Jan 30, 2009 at 2:46 PM, Carsten Dominik wrote:
> On Sun, 1 Feb 2009 20:38:21 +0100, Carsten Dominik
> said:
CD> I *could* do a different implementation, where the functions
CD> are always in the blocker hook, but are only active when the
CD> variables are set. However, the problem is then that it is
CD> difficult to see from the out
Hi all,
I just discovered writing LaTeX through OrgMode. It's _really_ great!
Only missing thingy is just something like htmlize.el to hihglight code
syntax. Currently my codes look like this here:
\begin{codeblock}
\openbrace \variable{action}: \dqstring{newMap},
\doindent \variable{insta
I upgraded this morning from an Emacs CVS build from Jan 28 or 19 to the
pretest release, and noticed a regression or undocumented change with
respect to org-after-todo-statistics-hook. I am using the org-mode
which is included in the pretest distribution.
I have a function based on the code in s
Hi all!
I would like to know if it is possible to highlight some text region with a
certain color. I know that the *bold*, _underligned_ and /italic/ works fine,
and I was wondering if it would be possible to colorize some other parts to have
a better contrast.
Thank you! ^_^Y
David
signature
On Feb 2, 2009, at 1:47 PM, Sebastian Rose wrote:
Carsten Dominik writes:
Fixed, thanks.
More than perfect. Thanks!
I can keep on working without a break here. Even in the rare
situations
I run into a bug.
I discovered writing LaTeX through OrgMode and it's absolutely
phantastic. Forg
Hi Michael,
I have fixed this bug and checked the changes into Emacs CVS, so they
should be part of the next pretest.
Thank you for the report!
- Carsten
On Feb 2, 2009, at 7:31 PM, Michael Ekstrand wrote:
I upgraded this morning from an Emacs CVS build from Jan 28 or 19 to
the
pretest rel
On Feb 2, 2009, at 5:05 PM, Wes Hardaker wrote:
On Sun, 1 Feb 2009 20:38:21 +0100, Carsten Dominik > said:
CD> I *could* do a different implementation, where the functions
CD> are always in the blocker hook, but are only active when the
CD> variables are set. However, the problem is then that
I just uploaded the final fixes for Emacs 23.1 which is
now in pretest. I am so glad this is done.
- Carsten
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/list
Yay Carsten! Rock on!
It means alot to have an up to date version of Org in each Emacs
release, less integration hurdles to overcome for a new user.
Thanks!
On Mon, Feb 02, 2009 at 10:58:32PM +0100, Carsten Dominik wrote:
> I just uploaded the final fixes for Emacs 23.1 which is
> now in pretest
Hi,
This solves the problem with the inside a . That is only
created when images are included using `org-export-html-format-image'.
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index 760c83f..4f035a4 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -3638,8 +3638,10 @@ lang=\"%s\"
On Tue, Feb 3, 2009 at 3:28 AM, Carsten Dominik wrote:
> I just uploaded the final fixes for Emacs 23.1 which is
> now in pretest. I am so glad this is done.
You worked like crazy to get to this. Kudos!
Now may be all of you[1] would like to take some (well deserved) rest.
1. http://article.gm
I have implemented a different fix for the problem Sebastian mentions.
Hopefully it will work correctly, please test.
- Carsten
On Feb 2, 2009, at 10:33 AM, Sebastian Rose wrote:
Hi,
This solves the problem with the inside a . That is
only
created when images are included using `org-ex
Carsten Dominik writes:
> Fixed, thanks.
More than perfect. Thanks!
I can keep on working without a break here. Even in the rare situations
I run into a bug.
I discovered writing LaTeX through OrgMode and it's absolutely
phantastic. Forget about LyX and all the others :-D
Regards,
Sebas
> On Mon, 2 Feb 2009 22:08:55 +0100, Carsten Dominik
> said:
CD> org-tab-follows-link
And *that* explains one of my other issues!
Thanks!
--
"In the bathtub of history the truth is harder to hold than the soap,
and much more difficult to find." -- Terry Pratchett
Carsten Dominik wrote:
> When I do this, the line is included.
>
> I need a minimal example to find out more.
Ok I've attached a minimal org file which uses both the #+TITLE: form (which
works fine) and the #+STYLE: form (wich doesn't). I've also attach the generated
html file.
Thank you! ^_^
T
Hello
I was using a captured column view to display some properties
and wanted the ITEMs to be displayed as nice links to the
proper destinations.
The code has two purposes:
+ to number items according to their heading number in export (dirty)
+ to create links to the headings
Attached is an org
David St-Hilaire writes:
>> Hm - anything else must cause this. I don't think your org-mode version
>> older than the feature?
>>
>
> I don't think so. I'm using the most recent version available in gentoo's
> portage:
>
> d...@david-laptop ~ $ eix org-mode
> [I] app-emacs/org-mode
> Availa
Rustom Mody writes:
> On Mon, Feb 2, 2009 at 3:03 PM, Sebastian Rose wrote:
>> Hi,
>>
>>
>>
>> This solves the problem with the inside a . That is only
>> created when images are included using `org-export-html-format-image'.
>
> Does this solve the original problem (unicode boxes on printing?)
Fixed, thanks.
- Carsten
On Feb 2, 2009, at 12:03 PM, Sebastian Rose wrote:
Hi,
I have a problem with tables and LaTeX export (PDF). I'm not shure if
this is because of my LaTeX headers, but I don't think so.
It seems that `=' is considered a column divider or something. Is
there
an opti
Hi,
I have a problem with tables and LaTeX export (PDF). I'm not shure if
this is because of my LaTeX headers, but I don't think so.
It seems that `=' is considered a column divider or something. Is there
an option I overlooked?
As soon as I add =fixed width= to a table, extra columns are creat
On Mon, Feb 2, 2009 at 3:03 PM, Sebastian Rose wrote:
> Hi,
>
>
>
> This solves the problem with the inside a . That is only
> created when images are included using `org-export-html-format-image'.
Does this solve the original problem (unicode boxes on printing?)
There are also errors in the j
Sebastian Rose wrote:
> Hi David,
>
>
> Exactly that file works fine here.
>
> Hm - anything else must cause this. I don't think your org-mode version
> older than the feature?
>
I don't think so. I'm using the most recent version available in gentoo's
portage:
d...@david-laptop ~ $ eix org-
On Feb 2, 2009, at 11:12 PM, Manish wrote:
On Tue, Feb 3, 2009 at 3:28 AM, Carsten Dominik wrote:
I just uploaded the final fixes for Emacs 23.1 which is
now in pretest. I am so glad this is done.
You worked like crazy to get to this. Kudos!
It is true that I worked very hard to get this
Hi Dan,
Use the following:
| | aa| bb|
|---+---+---|
| / | <5> | <5> |
| | | |
Works for all kinds of export, I believe, documented under "Advanced
Features"
in the table chapter of the manual.
HTH
- Carsten
On Feb 1, 2009, at 10:34 PM, Dan Davison wr
> (setq org-tags-column -77)
For the past few months, I have been using org-mode in conjunction with
Visual Line mode, a new feature of Emacs 23, and found they work
together well. From the v23 NEWS file:
** Visual Line mode provides support for editing by visual lines.
It turns on word-wrapping
Carsten Dominik writes:
> I have implemented a different fix for the problem Sebastian mentions.
> Hopefully it will work correctly, please test.
Yes does :-)
Thanks Carsten!
--
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.: +49 (0)511 - 36 58 472
Fax: +49 (
Good point, but non-trivial to implement. I'll put it on the list.
- Carsten
On Feb 1, 2009, at 9:44 PM, John Rakestraw wrote:
I noticed today that, at least in my set-up, setting these variables
this way:
(setq org-agenda-dim-blocked-tasks 'invisible)
(setq org-enforce-todo-checkbox-depend
Hello List,
Firstly, I would like to congratulate Carsten and everyone else who helped
making org-mode this killer software it is. Kudos!
So here's my doubt -- I was scheduling a task in my org gtd list and felt
the need for scheduled events that would show-up automatically every n time
(recurrin
* On Sat 09:44PM +, 31 Jan 2009, Carsten Dominik (domi...@science.uva.nl)
wrote:
> I have removed the a4paper from the default classes.
>
> Thanks.
That's great, thank you!
> On Jan 29, 2009, at 8:53 PM, Hsiu-Khuern Tang wrote:
>
> > The default class "article" in the variable org-export-l
Hi all,
I have a table where one column consists of inactive dates, such as this:
| Date | OK? |
|--+-|
| [2009-01-30 Fri] | x |
| [2009-01-27 Tue] | x |
| [2009-01-28 Wed] | x |
I can't sort the table by that column. If I change the dates to
Marcelo,
Here is what I have for two meetings that occur weekly:
** Weekly Review Meeting
<2009-01-26 Mon 13:30-14:30 +1w>
** OPR
<2009-01-20 Tue 11:00-12:00 +1w>
Notice these are not "Scheduled" but have a date entry where the last
element is "+1w". This is used to put it on the agenda
Mark Elston writes:
> * Marcelo de Moraes Serpa wrote (on 2/2/2009 3:55 PM):
>> Firstly, I would like to congratulate Carsten and everyone else who
>> helped making org-mode this killer software it is. Kudos!
>>
>> So here's my doubt -- I was scheduling a task in my org gtd list and
>> felt the n
Hi Carsten,
> Hmmm, why would you ever want to call thee commands with
> a prefix argument? That did not occur to me, which is why these
> commands do not care about it.
Do you mean "what does it do"? It goes down by that many lines first.
Do you mean "what's the practical value"? I'm right-h
39 matches
Mail list logo