On Thu, Aug 18, 2011 at 6:44 PM, Bastien wrote:
> Valentin Wüstholz writes:
>
>> I was thinking of the the 80 character line limit for both code and
>> commit messages, which doesn't seem to be in there. It might also make
>> sense to link to some style guide for Emacs Lisp (e.g.,
>> http://www.g
See http://www.mail-archive.com/emacs-orgmode@gnu.org/msg45991.html
Just, creating a backlink to the other thread. John Hendy created the
forward link.
> Greetings. I've "inherited" an HTML document that uses the
> construct:
>
> event
>
> for instance, to underline the initial 'e' in the w
> 3. Goto "Allowed chars in pre" and do as in 2.
^^^
post
Copy-Paste error. Replace pre by post.
--
Vladimir Lomov writes:
> Hi.
>
> Is it possible to markup one character in a word, like e*X*ecute. For
> now this don't work. I tried to add ZERO WIDTH SPACE (found on mailing
> list) before first * and last * like in example e*X*ecute but this
> don't work also.
Your suggestion does work but
OK, the simple css solution I posted last night fails too easily.
Should have known, but it's been a while.
(If you add a second folding subheading beneath a folding heading (as
you mouse down toward the second subhead, the first subhead folds,
leaving you no longer hovered over the parent div
Hello,
** John Hendy [2011-08-25 07:06:54 -0500]:
> This seems incredibly similar to a thread that *just* took place. Take
> a look at this:
> --- http://www.mail-archive.com/emacs-orgmode@gnu.org/msg45883.html
Thanks, I read it.
> Any help there?
Actually not much, this was example from a tabl
Bernt Hansen wrote:
> Hi,
>
> When I tangle some file such as
>
> #+begin_src sh :tangle x.sh
> #!/bin/sh
> echo done
> #+end_src
>
> I get the following output which includes a blank line up front.
>
> ,[ x.sh ]
> |
> | #!/bin/sh
> | echo done
> `
>
> Doesn't this break the she
Bernt Hansen wrote:
> Hi all,
>
> I want to include the contents of a file which requires TABS between
> fields in a #+begin_src ... #+end_src block.
>
> When I use C-c ' to edit the block the TABS are all converted back to
> spaces. I want to be able to tangle the file and preserve the TABS
>
Michael Gauland wrote:
> Michael Hannon yahoo.com> writes:
>
> > To define =my_frabbitz= in this model, we issue the command:
> > => my_frabbitz = "someRandomWord"=
> > The "my_frabbitz" in the sentence comes out in monospace, but the
> > R codedoesn't. It seems that the quotation marks are
I am trying to have the final output of several bash script appear in
a summary table.
I am trying to follow this example:
http://orgmode.org/worg/org-contrib/babel/intro.html#spreadsheet
This is my test system:
-8<--->8-
#+tbln
To all,
I would just like to, at this point, say that I am honored to have
read this discussion. I was very worried that a major blowout was
going to occur but you have shown me something that I appreciate about
OSS, it not only attempts to make the world better through Freedom but
it makes us be
Hi,
When I tangle some file such as
#+begin_src sh :tangle x.sh
#!/bin/sh
echo done
#+end_src
I get the following output which includes a blank line up front.
,[ x.sh ]
|
| #!/bin/sh
| echo done
`
Doesn't this break the shebang line on unix? I don't think the leading
blank line s
Hi all,
I want to include the contents of a file which requires TABS between
fields in a #+begin_src ... #+end_src block.
When I use C-c ' to edit the block the TABS are all converted back to
spaces. I want to be able to tangle the file and preserve the TABS
which are required as input to some t
Hello,
Nathan Neff writes:
> My org-enforce-checkbox-dependencies is t
You should set it to nil.
Regards,
--
Nicolas Goaziou
Michael Hannon yahoo.com> writes:
> To define =my_frabbitz= in this model, we issue the command:
> => my_frabbitz = "someRandomWord"=
> The "my_frabbitz" in the sentence comes out in monospace, but the
> R codedoesn't. It seems that the quotation marks are killing the process.
I don't remem
Matt Price writes:
> On Wed, Aug 24, 2011 at 8:14 AM, zwz wrote:
>> Those days I came across two tools which I thought interesting and
>> helpful if could be combined with org-export in some way.
>>
>> 1. Deck.js: a js lib for making modern html presentation. See
>> http://imakewebthings.github.
Greetings. I have another dumb question related to HTML export. In the
document I'm revising I have some R code and some references to R variables.
I'd like the R code and variables to appear in monospaced font. This seems
easy enough. Here's an example that works as I want it to work:
To
Matt Price writes:
> The attached test file shows an org file with tables whose columns
> include substantial amounts of text. The default export to odt is
> pretty ugly in this case, and even in html (where things work to some
> extent) I would rather be able to control to some extent the way
Hi Michael and Jason,
Michael Brand writes:
> This reminds me of a similar problem with tag alignment that I solved
> with a patch that did not get any feedback yet. Can you try if this
> patch solves your problem too?
> http://thread.gmane.org/gmane.emacs.orgmode/42564
yes, this fix your case,
Achim Gratz writes:
> The byte compiler still complains about this:
Grr.. fixed, thanks!!
--
Bastien
Matt Price writes:
> The attached test file shows an org file with tables whose columns
> include substantial amounts of text. The default export to odt is
> pretty ugly in this case, and even in html (where things work to some
> extent) I would rather be able to control to some extent the way
Thanks to Suvayu, John, and Nick (in chronological order) for thoughtful
comments on this. I'm still considering my options.
-- Mike
Hi,
org-info-js may be your best bet, but for a lightweight solution that
works with your sample text without a single line of javascript, try
this (mouse over headings to display contents):
-
#+TITLE: Folded headings in html export
#+style: .folded > div {display: none;}
#+style:
Very nice, thanks!
I wanted to share some CSS code that I've found useful for exported HTML
documents. It adds a little "R" or "sh" or "Perl" (etc.) label to the top of a
source block.
(setq org-export-html-style
"