Hi,
Jeffrey> Can anyone help me out? I suspect that docbook is the key, but
Jeffrey> I've tried to find an answer there and am flummoxed by the
Jeffrey> docbook documentation.
Indeed, you can use docbook and something like docbook2odf to convert to
something OpenOffice.org can read. You'll have t
On May 10, 2009, at 9:27 PM, Daniel Clemente wrote:
Hi; with org 6.26trans:
1. Publish a project you have configured with org-publish,
concretely one that places the .html files locally beside the .org
files.
2. While exporting, Org creates its own data in ~/.org-timestamps to
cache thi
> "SR" == Sebastian Rose writes:
SR> Try
SR> \setlength{\parindent}{0em}
Yes, it works fine for PDf but if I want export the same file to HTML
then in HTML file is this latex command displayed. Is it possible say
that this line has not be exported to HTML?
--
Jan Buchal
Tel: (004
Friedrich Delgado Friedrichs writes:
> Sebastian Rose schrieb:
>> How about adding it to the org-protocol docs on Worg:
>
>>http://orgmode.org/worg/org-contrib/org-protocol.php#sec-3
>>
>> I wouldn't bother to do it myself, but, as you might have read on the
>> other thread, code_swarm is bet
> > "SR" ==
> Sebastian Rose
> writes:
>
> SR> Try
>
> SR> \setlength{\parindent}{0em}
>
> Yes, it works fine for PDf but if I want export the same
> file to HTML
> then in HTML file is this latex command displayed. Is it
> possible say
> that this line has not be exported to HTML?
Carsten Dominik writes:
> Hi Eric,
>
> this was fixed 11 days ago in commit
>
> 5f86fd7ae2da40b20c967382fa938fc871fb7e44
>
> If you use the latet git version, this problem will not be present.
Apologies. I missed this. I don't track the latest git version,
preferring to track the debian u
> "GR" == Giovanni Ridolfi writes:
>> > "SR" == Sebastian Rose writes:
>>
>> SR> Try
>>
>> SR> \setlength{\parindent}{0em}
>>
>> Yes, it works fine for PDf but if I want export the same file to
>> HTML then in HTML file is this latex command dis
On May 12, 2009, at 12:07 PM, Eric S Fraga wrote:
Carsten Dominik writes:
Hi Eric,
this was fixed 11 days ago in commit
5f86fd7ae2da40b20c967382fa938fc871fb7e44
If you use the latet git version, this problem will not be present.
Apologies. I missed this. I don't track the latest git
Carsten Dominik writes:
> On May 12, 2009, at 12:07 PM, Eric S Fraga wrote:
> > Apologies. I missed this. I don't track the latest git version,
> > preferring to track the debian unstable version as it makes my life
> > easier (given that I use 3+ computers daily...). I do, however, try
> > to k
Jan Buchal writes:
>> "GR" == Giovanni Ridolfi writes:
>
> >> > "SR" == Sebastian Rose writes:
> >>
> >> SR> Try
> >>
> >> SR> \setlength{\parindent}{0em}
> >>
> >> Yes, it works fine for PDf but if I want export the same file to
> >> HTML then
Forgot: just in case you're not aware of this:
Once you change something in the #+OPTIONS: line, stay there and pre
`C-c C-c' to make Org update the local settings.
Best
Sebastian
Sebastian Rose writes:
> Jan Buchal writes:
>>> "GR" == Giovanni Ridolfi writes:
>>
>> >> > "S
Dear Org-Mode experts,
I'm using Org-Mode 6.26d on Linux and Emacs 23.0:
The following org-file-snipplet will fail to be
translated to correct LaTeX code:
#+LaTeX: \begin{center}
#+TBLNAME: Test
| A | B | C |
| 5% | 1 | 2 |
#+TBLFM: @2$3=2*$2
#+LaTeX: \end{center}
Triggered will this by the #
> "SR" == Sebastian Rose writes:
[]
>> Yes, perfect. And if I want that clocking line will be displayed
>> in HTML or PDF exported file? For example:
>>
>> * Summary of time
>>
>> CLOCK: [2009-05-11 Po 11:00]--[2009-05-11 Po 11:40] => 0:40
SR> Do an
SR
Yesterday on my bike ride I was listening to an old FLOSS Podcast about
jQuery. There are a few things that Sebastian's org-info-js doesn't do,
that I would like. Unfortunately, my knowledge of javascript is almost zero.
However, the jQuery library seems to have excellent documentation. More
i
On May 7, 2009, at 8:17 PM, Simon Brown wrote:
* Carsten Dominik (carsten.domi...@gmail.com) wrote:
I guess this could be implemented, but for me, LaTeX is still mainly
used for B&W text, so it never occurred to me. I guess we could wrap
some
kind of macro around it, and you would be responsi
Done. Hope you like it :)
Sebastian Rose schrieb:
> Friedrich Delgado Friedrichs writes:
> > Sebastian Rose schrieb:
> >> How about adding it to the org-protocol docs on Worg:
> > Just kidding, I just registered on repo.or.cz and sent mail to
> > Bastien.
> Looking forward to see your name show u
Hi,
I used CUA mode, so my "C-c" is taken up by the "Copy" function. Is there
some way I can replace "C-c" for org mode with, say, "C-Alt-C" ?
Thanks,
-T
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmod
Hi,
Thanks for this wonderful tool.
I noticed a minor typo and thought that I'll bring it to your attention:
Location : http://orgmode.org/manual/ARCHIVE-tag.html#ARCHIVE-tag
As it is now : C-c C-x a
Has to be : C-c C-x C-a
Thanks,
Kirubakaran.
___
The org-yank function has special support for outline structures. But
if you want the same behavior for something other than yank, you're
out of luck. This patch (against 6.21b) moves the main functionality
into org-yank-generic, with yanking being just one particular entry
point. (I use this to
Here it nearly works, when I set `org-clock-into-drawer' to `t' and
`org-export-with-drawers' to `All drawers'.
Or per file:
#+OPTIONS: <:t d:t
:LOGBOOK:
:END:
Hm - the time is still missing...
Is this a bug or did I miss something?
I didin't export with clocks for quite some
On May 11, 2009, at 10:57 PM, Kirubakaran wrote:
Hi,
Thanks for this wonderful tool.
I noticed a minor typo and thought that I'll bring it to your
attention:
Location : http://orgmode.org/manual/ARCHIVE-tag.html#ARCHIVE-tag
As it is now : C-c C-x a
Has to be : C-c C-x C-a
They both work
Clock lines are always removed, never published. The never
look nice when published.
I'd recommend using a clock table to capture the necessary stuff.
Is people insist, we can go back to have a variable to publish the
clock lines.
- Carsten
On May 12, 2009, at 3:06 PM, Sebastian Rose wrote
Hi
On May 12, 2009, at 1:35 PM, Robert Hennig wrote:
Dear Org-Mode experts,
I'm using Org-Mode 6.26d on Linux and Emacs 23.0:
The following org-file-snipplet will fail to be
translated to correct LaTeX code:
#+LaTeX: \begin{center}
#+TBLNAME: Test
| A | B | C |
| 5% | 1 | 2 |
#+TBLFM: @2$3=
> "CD" == Carsten Dominik writes:
CD> Clock lines are always removed, never published. The never look
CD> nice when published.
:-)
CD> I'd recommend using a clock table to capture the necessary
CD> stuff.
Yes, it is possible but it seams too not nice :-) and more complicate.
Hi,
And first of all, thanks to everybody for this really great piece of
work that org-mode is. I think I discover a new feature almost every
day. :-)
I've got one little question : is there a simple way to customize the
face of some «environments» inside Emacs ? More precisely, I'd like to
make
jQuery is _the_ JS framework :-)
I use it all the time here...
I have this in my Sitemap:
8->8->8---
#+STYLE:
#+STYLE:
#+STYLE: