g ???
Best wishes
Sebastian
smime.p7s
Description: S/MIME cryptographic signature
___
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
all
> >> our files, and they all would look the same, even
> >> if changed. worg/macros.org ???
> >
> > I would say no problem! Just create it. Bastien, any objections?
>
> Sure, no objection!
But we would need to exclude it from the export, which I ca
Am Montag, den 05.10.2009, 21:44 +0800 schrieb Bastien:
> Sebastian writes:
>
> > Am Montag, den 05.10.2009, 14:52 +0800 schrieb Bastien:
> >> Carsten Dominik writes:
> >>
> >> >> 2.) This is the crucial point: can we have (have we?)
> >>
of `worg-notes' and `worg-static'.
You may place an arbitrary number of real and compound projects in
`org-publish-projects-alist'.
Best wishes
Sebastian
smime.p7s
Description: S/MIME cryptographic signature
___
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
# insert some Perl
script here
Did you take that into account?
Sebastian
___
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
n_src org
,#+begin_html
,Som HTML hier...
,#+end_html
#+end_src
The `#+end_html' line will be missing after HTML export.
Sebastian
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode
)))
(defun sr-add-to-org-refile-targets ( recurse dirs )
"Add a directory to org-refile targets recursively."
(interactive "P\nDdirectory: ")
(sr-find-org-refile-targets
(if recurse t nil)
(list dirs)
sr-org-refile-file-excludes
sr-org-refile-dir-exc
(list file)
sr-org-refile-targets))
(message "org-refile-targets: \n%s" sr-org-refile-targets))
HTH
Sebastian
___
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
r #33 ... */
/* ... more styles here ... */
}
Sebastian
___
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
Bastien altern.org> writes:
>
> Ciao Sebastian,
>
> sebastian.titz unina.it writes:
> > Is there a way to use org-odt under windows?
>
> Perhaps you can first try to get a command line version of zip
> under Windows 7?
>
> If you manage to get this,
doc
makeinfo --html --number-sections --no-split -o org.html org.texi
/home/sebastian/emacs/lisp/ext/org-mode//org.texi:5111: Next field of
node `Keyword search' not pointed to (perhaps incorrect sectioning?).
/home/sebastian/emacs/lisp/ext/org-mode//org.texi:5140: This node (Stuck
projects) ha
way).
Regards, Sebastian
___
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
Carsten Dominik schrieb:
> Pull again, this should work now.
>
> - Carsten
>
> On Feb 29, 2008, at 9:41 PM, Sebastian wrote:
>
Oups - you meant the export. YES that works now
Thanks, now I know why the branch is called 'master' ;)
The only old error when ex
JBash schrieb:
> Hello,
>
> I've been trying orgmode for the last 2 or 3 weeks, and have had a lot
> of fun learning to use it. I think it is a very effective tool (and
> will become even more effective as I learn more about it).
>
> I have a question about publishing to html. The tables that I'v
Bastien schrieb:
> Sebastian <[EMAIL PROTECTED]> writes:
>
>
>> The only old error when exporting is this one (must be something wrong
>> in my configuration):
>> org-publish-update-timestamp: Setting file times: datei oder Verzeichnis
>> nicht gefun
d replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
Just mark a region and press
C-c C-e RET a RET
will export the region as ascii (I use the git head).
Regards,
Sebastian
--
~
c {
color:#77;
}
/* ENDE htmlize.el */
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
t it is not used - the color is hardcoded as
>>> #00:
>>
>> so this has nothing to do with CSS as style specifications can only
>> affect specific tags, not hard-coded style information.
>
> Agreed.
M-x customize-variable RET org-export-htmlize-output-style
and
> ridiculous, but I don't know how to do it in elisp. So:
>
> how can I translate
> emacs --batch --visit=rep.sim.org
> --execute='(org-export-as-html-and-open nil)'
>
> into elisp?
Could be done better maybe, but this works:
(let ((buf (find-file-n
Eric S Fraga writes:
> Thanks Sebastian. I think that will definitely help the OP. However,
> at least on my system, I believe the variable is actually
> org-export-htmlize-output-type (type, not style).
Yes, sorry Eric, right: org-export-htmlize-output-type
C-j'
as you would do when searching for a string containing a newline and
similar.
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
mode.org/manual/Publishing.html#Publishing
This describes my publishing setup:
http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.php
Best wishes
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Rainer M Krug writes:
> On 14/09/10 13:41, Sebastian Rose wrote:
>> Eric S Fraga writes:
>>> Thanks Sebastian. I think that will definitely help the OP. However,
>>> at least on my system, I believe the variable is actually
>>> org-export-htmlize-output-ty
the publishing
> directory /except/ for the images (I only have png images right now),
> which are just dumped in the root of the publishing directory.
>
> Is this a bug, or am I doing something wrong?
It would be a bug.
But I cannot reproduce it (current Org mode from git, emacs2
variables block at the bottom of
> a file so that org-mode knows that it's a local variables block and not
> part of the outline?
Not that I'm aware of it.
But you could use a special comment section:
* COMMENT local varibles
# Local Variabl
Sébastien Vauban writes:
> Hi Sebastian,
>
> Sebastian Rose wrote:
>> It would be a bug.
>> But I cannot reproduce it (current Org mode from git, emacs24).
>
> I see that many of you already have Emacs 24. Did you build it yourself from
> the sources, or is there a p
Aidan Gauland writes:
> Sebastian Rose gmx.de> writes:
>> It would be a bug.
>>
>> But I cannot reproduce it (current Org mode from git, emacs24).
>
> I just figured out why: I store all my images in ~/images/ and just
> have symbolic links to them in my O
her. You'll need to set $ORGPATH to the path
to your org-install.el.
org-install.el is automatically build for you through
sh$ make autoloads
Best wishes
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies
Aidan Gauland writes:
> On Thu, Sep 16, 2010 at 12:40:34AM +0200, Sebastian Rose wrote:
>> Aidan Gauland writes:
>> > Sebastian Rose gmx.de> writes:
>> >> It would be a bug.
>> >>
>> >> But I cannot reproduce it (current Org mode from git
toggle-inline-images'.
Not sure if it works with Aquamacs.
HTH
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Scot Becker writes:
>> The TODO keyword COMMENT should do what you're after.
And toggle it with `C-c ;'
> I can't believe I didn't think of that. I even use that one already
> in other files. Thanks,
>
> Scot
Sebastian
___
Robert Goldman writes:
> ... Is there some
> magic I can put in the Local Variables block that will cause the images
> to be displayed on startup?
>
> # org-display-inline-images: t
# Local Variables:
# mode: Org
# eval: (org-display-inline-images)
# End
Darlan Cavalcante Moreira writes:
> Hello list,
>
> When I run org-preview-latex-fragment (C-c C-x C-l) I get the error
> ,
> ! org-create-formula-image: Symbol's function definition is void:
> ! org-export-latex-fix-inputenc
> `
>
> However, I run org-reload it works (until I close my gtd
Aidan Gauland writes:
> Sebastian Rose gmx.de> writes:
>> `org-publish-attachment' is wrong or called with wrong arguments.
>>
>> This patch fixes it.
>>
>> As always, there might be a better way to fix it,
>> but this way the function `org
Aidan,
that patch was against current master of course.
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Aidan Gauland writes:
> Sebastian Rose gmx.de> writes:
>> This here works for both --- here it does.
>
> Uh, not quite. Now what should be in techy/programs/ is in
> techy/programs/techy/programs/ (non-org files, that is). At least now
> all files are treated consiste
Aidan Gauland writes:
> Sebastian Rose gmx.de> writes:
>> did you revert the previous patch? The second patch was against master
>> again.
>
> I ran git reset --hard then applied the second patch.
>
>> I changed to a subdirectory of my :base-director
Aidan Gauland writes:
> On Sat, Sep 18, 2010 at 12:18:42AM +0200, Sebastian Rose wrote:
>> That commit already includes the (obviously wrong) first patch...
>>
>> Here's the patch that reverts the first attempt and applies the new
>> one. Hope this works
Aidan Gauland writes:
> Is there an org function to get the title, author, etc. of an org document?
>
> --Aidan
How about
C-h f org-parse-local-options
BTW:
C-h f org-par TAB TAB
is your friens ;)
HTH
Sebastian
___
Emacs-orgmode mai
Sebastian Rose writes:
> Aidan Gauland writes:
>> Is there an org function to get the title, author, etc. of an org document?
>>
>> --Aidan
>
> How about
>
> C-h f org-parse-local-options
>
>
> BTW:
>
> C-h f org-par TAB TAB
>
> is your fri
Aidan Gauland writes:
> Sebastian Rose gmx.de> writes:
>> This is awkward to use:
>>
>> (org-parse-local-options
>> (org-get-local-options)
>> 'org-export-headline-levels)
>>
>> Is that function still in use?
>>
>> `grep
" if not. It's bullet-proof.
The JavaScript function `encodeURIComponent()' encodes the German Umlaut
`ü' as `%C3%B6' regardless of the sources encoding actually. That's why
I wrote the two functions `org-protocol-unhex-string' and
`org-protocol-unhex-comp
just wondering if there is a simple variable
>> to set per file to set this on export, or do I need to
>> set up a publishing project?
>
> AFAIK, you need to setup a publishing project for this.
...but you could always export a single file to a temporary buffer and
wr
neurotic" persons.
And more and more people join us --- to late in many cases. Encryption
is cheep. Unencrypted data can be expensive.
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
David Maus writes:
> Sebastian Rose wrote:
>>Is there a reason for this distinction between multibyte and unibyte?
>>I favour the "shotgun-approach" if not. It's bullet-proof.
>
>>The JavaScript function `encodeURIComponent()' encodes the German Umlaut
aße 10, Hannover, Germany]]
will _not_ work, because the german Umlaut will be distorted somehow
(unless fixed already)
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
d, we'll
have a problem to solve.
Sebastian
---
[1] http://www.debugmode.com/wink/
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
ng over the input string
> with `mapconcat' and escaping all characters in the escape table or
> are between 127 and 255.
Between 128 (1000 ) and 255 ??
The binary representation of 127 is 0111 and valid ascii char. DEL
actually (sh$ man ascii)
;)
Sebastian
___
Memnon Anon writes:
> Hi,
>
> Sebastian Rose writes:
>
>> there is a light and easy way to use google and openstreetmap.org maps
>> if you define them as a custom link type:
>>
>> (setq org-link-abbrev-alist
>> '(("gmap"
>
; Paul
Emacs comes with everything you need. See the epa package in Emacs for
seamless encryption.
M-x customize-group RET epa RET
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.or
aa-jar-path' to the correct value yourself. Nowadays this
variable is set to the correct value automatically and ditaa.jar comes
with the development version of Org mode.
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
what it means.)
Just change this line
(setq my/org-compile-sources t)
to this:
(setq my/org-compile-sources nil)
if you do not want to compile the sources.
> 6. Finally, how do I use this function? Do I write it to my .emacs
> and then call it? What is the command?
M-x my/
le cases like `Größe' though.
Are there cases where strings are encoded the way you showed above, and
decoded using `org-unhex-string'?
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
David Maus writes:
> Sebastian Rose wrote:
>>David Maus writes:
>>>> sh$ man utf-8
>>>
>>> Thanks! I finally get a grip on one of my personal nightmares.
>
>
>>It's not that bad, is it? :D
>
> Even better: It makes sense ;)
&g
rrrggrgrggrgr
premature and wrong patch, sorry. Again against master:
diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el
index 21f28e7..d69d584 100644
--- a/lisp/org-protocol.el
+++ b/lisp/org-protocol.el
@@ -305,7 +305,7 @@ part."
(defun org-protocol-unhex-string(str)
"Unhe
ce is not valid utf-8.
See `org-protocol-unhex-single-byte-sequence'."
Should I send another patch against master? (Too late here... for me...)
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the li
g patch removed this sentence and added a
> proper commit message (please see: Commit messages and ChangeLog
> entries on http://orgmode.org/worg/org-contribute.php).
>
> I took the new patch "under review" in patchtracker -- If someone else
> wants to jump on it, just go ahe
would it make
>> sense to have emacs do everything, including the download?
>
> This rings a bell - I think Sebastian Rose implemented that already. Let
> search!
It's in contrib/lisp/org-track.el.
But as Org mode is on ELPA already,
M-x package-list-packages
and this kind of p
there)?
Tehom wrote something below testing/html/ ...
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Dan Davison writes:
> Sebastian Rose writes:
>
>> Carsten Dominik writes:
>>>>> org-install would figure out where org.el is, add to .emacs and query
>>>>> for compilation. This wouod make things independent from make and
>>>>> other to
Sebastian Rose writes:
> I'd like to write a few simple tests for the modified hex-decoding
> functions I wrote for org-protocol.el.
> These functions and the patch is easier to understand and maintain if
> there are some simple tests, I guess.
>
> Could we have a short
ipped of on reply if placed below the
signature.
Also, I expect the signature to be the last thing in a mail. I often do
not scroll down to see if something is below it.
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send repli
's a Java problem.
The packages java.util.zip and java.util.jar come with your Java
installation. Jave couldn't access *.jar packages ortherwise.
Seems your Java is outdated. An update/re-install will help.
HTH
Sebastian
___
Emacs-or
to put ditaa.jar to
C:\ditaa.jar
and retry.
That would move the error to Org-mode.
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Markus Heller writes:
> Sebastian Rose writes:
>
>> Markus Heller writes:
>>> C:\Documents and Settings\mheller>java -jar C:\Documents and
>>> Settings\mheller\.e
>>> macs.d\org-mode\contrib\scripts\ditaa.jar --help
>>> Exception in thread &
or creating and editing videos, I'm currently trying OpenShot. It's
dead simple to use. It lets you use images too, so one could go and use
images for annotations or even create a video from screenshots and other
images. This has the advantage that you can read t
learn.
>
> The reason I think the above is important is that very frequently the
> answer to a question is "oh, I fixed that, please pull the latest from
> git", and we'll be constantly frustrating users if ELPA can't keep up
> with git.
>
> Best -- Eric
S
Carsten Dominik writes:
> Hi Sebastian,
>
> is this still an open issue? If you, can you please summarize
> again and show the code you are using for your link definition?
> I am not sure if I have up to date information.
>
> - Carsten
Hi Carsten,
it's still an iss
ps,
> Richard
>
> [1] http://glyphish.com/
> [2] http://tango.freedesktop.org/Tango_Icon_Library
Shouldn't we use tool-bar icons the way Emacs does?
Emacs uses the icons of my current Desktop theme (Gnus does not
though).
Sebastian
___
Emacs
encoded so that they are not interpreted as reserved
characters when the component is part of a complete URI.
That document states "encodeURI" is to be used with complete URIs (as
the name says...). Funny. Chrome is the only browser that works like
that :)
I'll go and
Sebastian Rose writes:
> Mattias Jämting writes:
>> Yes i'm running a pretty standard Ubuntu 10.04 setup.
>>
>> I managed to get it working on chrome by removing the
>> encodeURIComponent command on location.href.
>>
>> I could simulate it in the ter
Carsten Dominik writes:
> Hi Sebastian,
>
> I believe I have fixed the bug. But please note that there is a
> typo in your function osm-org-link-export, in the last line it
> must be target, not taget.
>
> HTH
>
> - Carsten
Hi Carsten,
it's fixed indeed
thought I report it. Maybe
it's easy to fix :)
Cheers
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
output with control
files using ediff etc.). I know Lennart Borgman has wrote that stuff
for nXhtml already. I hope we can use his stuff and help here.
The directory org-mode/lisp/tests/ would not need to be part of the
"official" Org mode package. It could as well be
Carsten Dominik writes:
> Hi Sebastian,
>
> the lack of a testing suite for Org-mode is really frustrating,
> and even more frustrating is that we have had like seven attempts
> to start one, and each of these lead to nothing. So I would
> be perfectly happy to give a free han
"testing/", so it's not obvious.
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
r in the master branch? Again I
>don't know which I would prefer, branches add complication but could
>result in cleaner commit histories.
I'll start on a branch first and constantly rebase as long as the
structure evolves. The first simple commit will be what you can see o
>>
>> * lisp/ob-exp.el (org-babel-exp-src-blocks): now switching back to the
>> original file before resolving code block parameters to ensure
>> headline and buffer wide parameters are taken into consideration
>> when only a narrowed portion of
"Eric Schulte" writes:
> Hi Sebastian,
>
> Sebastian Rose writes:
>
>> "Eric Schulte" writes:
>>> Hi,
>>>
>>> This is exciting.
>>>
>>> Rather than impose a complete directory/layout schema before-hand I'd
ile of course. The testing/ directory will resemble the
directory structure of the project.
Every one who saw that directory structure simply asked "don't you
think it's overkill?" :D I'll probably drop that.
We could go on on two rails for a while.
{%s}" nil)
("_" "\\underline{%s}" nil)
("+" "\\st{%s}" nil)
("=" "\\url{%s}" nil)
("~" "\\verb" t)))
HTH
Sebastian
> Changes from master to url
> Modified lisp/org-latex.
_ exported in spite of the ignore tag.
--8<---cut here---end--->8--
Does that work?
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
le whatever needs we identify
> during the course of writing the tests. How would you feel about using
> this as the new base of test development?
>
> Best -- Eric
>
> also I have some inline comments below
Hi Eric,
that's good news!
> Sebastian Rose writes:
>> What
that's of topic or already discussed.
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
on it to get it into Emacs, and we should use the
version that finally will make it there.
git submodul update
Should that be called once to avoid conflicts?
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to t
iew?
Press `q'
No idea what the "main view" might be... I can click tags in Org mode
buffers only.
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
exestent
:include (".htaccess")
:publishing-directory "~/public_html/"
:publishing-function org-publish-attachment)
...
and make "org-htaccess" part of your compound project.
Sebastian
___
Emacs
and a
> class of "section-1" or something similar if it is the first section
> in a document. If it had an id of "word", I could simply a style for
> that id in my style sheet.
Maybe custom IDs are your friends?
* A Word on Words
:PROPERTIES:
:CUSTOM_ID: word
ts).
Also, `C-c .' while on a timestamp you may use the calendar interface
to change the timestamp. Days of the week will be OK.
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-o
ITION NOT FOUND: 0".
>
> I am, by the way, running the latest 7.01trans from Git. I just now did
> an update and this strange footnote behavior is still happening.
Do you have a `[0]' somewhere in your text?
I just found, that that footnote section is generated for t
-project-alist
"
If you create a sitemap file, adjust the sorting like this:
:sitemap-sort-foldersWhere folders should appear in the
sitemap. Set this to `first' (default) or
`last' to display folders first or la
:base-directory "~/org/ftr/"
> :publishing-directory "~/Sites/FTR/"
> :recursive t
> :base-extension "org"
> :exclude ".org"
> :include (".htaccess")
> :publishing-function org-publish-attachm
quot;subdir/one/.htaccess" "subdir/two/.htaccess")
:publishing-directory "~/public_html/"
:recursive t
:publishing-function org-publish-attachment)))
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
gh it's valid
XHTML.
The only save way to get the alignment right would be to use a "style"
attribute for each and every table cell directly:
Sebastian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Carsten Dominik writes:
> On Oct 21, 2010, at 9:36 AM, Christian Moe wrote:
>
>> On 10/21/10 2:25 AM, Sebastian Rose wrote:
>> (...)
>>>>
>>>> | | | |
>>>> | A | B | C |
>>>> | 1 | 2 | 3 |
>>>> | 12 | 1
Sebastian Rose writes:
> Carsten Dominik writes:
>> On Oct 21, 2010, at 9:36 AM, Christian Moe wrote:
>>
>>> On 10/21/10 2:25 AM, Sebastian Rose wrote:
>>> (...)
>>>>>
>>>>> | | | |
>>>>> | A | B | C
ach
>individual field to make sure the field is aligned correctly.
>Many Browsers need this, as pointed out by Sebastian.
>If you do not like this overhead, you can configure
>org-export-html-table-align-individual-fields. If you
>do, the alignment will still be
Carsten Dominik writes:
> Hi Sebastian,
>
> my guess would be that you have customized the td and th tags? If yes, please
> reset the customization, you need the new default values (which you then can
> still modify).
>
> Please check the variables org-export-table-header-
Carsten Dominik writes:
> On Oct 22, 2010, at 3:59 PM, Sebastian Rose wrote:
>
>> Carsten Dominik writes:
>>> Hi Sebastian,
>>>
>>> my guess would be that you have customized the td and th tags? If yes,
>>> please
>>> reset the custom
Carsten Dominik writes:
> On Oct 22, 2010, at 3:59 PM, Sebastian Rose wrote:
>
>> Carsten Dominik writes:
>>> Hi Sebastian,
>>>
>>> my guess would be that you have customized the td and th tags? If yes,
>>> please
>>> reset the custom
1 - 100 of 1106 matches
Mail list logo