Hi John,
Roughly speaking, the larger the floating figure the farther it will
float in LaTeX. If there is a large floating figure at the beginning
of a group of figures, then the later ones will dam up behind it and
get pushed to the back of the document. Often, changing figure size
by
http://www.fubiz.net/2010/05/19/daily-stack/
I like to see this implemented for Org - maybe some code from M-x Tetris
could be reused :)
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.o
The appended patch removes the protocol part from link URIs, if the
protocol is file. Neccessary, to show images again and make links work.
diff --git a/lisp/org-html.el b/lisp/org-html.el
index d5f4775..8f7d0f3 100644
--- a/lisp/org-html.el
+++ b/lisp/org-html.el
@@ -640,7 +640,7 @@ MAY-INLINE-P
Sebastian Rose writes:
> The appended patch removes the protocol part from link URIs, if the
> protocol is file. Neccessary, to show images again and make links work.
>
>
> diff --git a/lisp/org-html.el b/lisp/org-html.el
> index d5f4775..8f7d0f3 100644
> --- a/lisp/org-html.el
> +++ b/lisp/org-ht
I want to generate an index file which we usually called as
sitemap.html. So in my project setting, I use following line to generate
this file:
-
:auto-index t ; Generate index.org automagically...
:index-filename "sitemap.org" ; ... call it sitemap.org ...
:i
Nick Dokos wrote:
> Figures (and tables) are floating environments: latex will place them
> at or after the place where they are mentioned in the latex file, at
> the first place where it finds space, consistent with the spec ([htb]
> above).
>
Not quite right: depending on the spec, it *can* en
Trying to adjust the style for fixed-width sections in LaTeX export
(drawers in particular), I found org-latex.el defines a customizable
wrapper for verbatim sections:
(defcustom org-export-latex-verbatim-wrap
'("\\begin{verbatim}\n" . "\\end{verbatim}\n")
"Environment to be wrapped a
David Maus writes:
> Again, forgot to mention: Patch is available on
David, Can you please explain for me the rationale behind this change?
Thanks, John
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@
Aloha all,
First, many thanks to Carsten, Bernt, Nick and Mark for help with my
recent publishing woes. After much semi-informed tinkering, I think
I've isolated one problem. As background, this problem cropped up for
me when I incorporated Karl Martino's setup for exporting parts of an
Thomas S. Dye wrote:
> ("work"
>:base-directory "~/org/temp/"
>:base-extension "org"
>:publishing-directory "~/org/temp/publish-work/"
>:publishing-function org-publish-org-to-latex
>:select-tags ("@WORK")
>:title "Work Notes"
>:inclu
Thanks everyone -- placement = [H] was exactly what I needed. I went back
and saw it in the manual paragraph as [h!]. Also, the mailing list
discussion was perfect as well.
One suggestion, then... why not just have a nice list of all possible
ATTR_LaTeX options? I have killed myself before looking
Could someone point me in the right direction here?
I just installed the latest Aquamacs 2.0. Afaik, it has emacs 22.2.1 and
org-mode 6.33x. How can I update org-mode to the latest version?
I am familiar with git, cloning, building etc. But I am not sure how to hook
that up to Aquamacs.
thanks,
On May 26, 2010, at 11:37 AM, Nick Dokos wrote:
Thomas S. Dye wrote:
("work"
:base-directory "~/org/temp/"
:base-extension "org"
:publishing-directory "~/org/temp/publish-work/"
:publishing-function org-publish-org-to-latex
:select-tags (
Dear Yuri,
On 27.05.2010, at 00:23, Yuri de Wit wrote:
> Could someone point me in the right direction here?
>
> I just installed the latest Aquamacs 2.0. Afaik, it has emacs 22.2.1 and
> org-mode 6.33x. How can I update org-mode to the latest version?
>
> I am familiar with git, cloning, bui
Hello,
I am using Emacs 23.1, orgmode pulled from git just an hour ago, but I noticed
the following issue on a version pulled about a week ago, too. I don't know if
it ever worked as I expect. These development versions have C-c C-v as the
babel prefix keys, so if you are using a stable vers
Thomas S. Dye wrote:
> On May 26, 2010, at 11:37 AM, Nick Dokos wrote:
> ...
> perhaps? But I'm shooting from the hip here, so take it with the
> appropriate
> grain of salt.
>
>
> Hi Nick,
>
> The documentation for org-publish-projects-alist suggests that :include wants
> a l
Hi Erik,
Thanks for the report, this should now be fixed in the latest git HEAD,
please let me know if the problem persists.
Best -- Eric
Erik Iverson writes:
> Hello,
>
> I am using Emacs 23.1, orgmode pulled from git just an hour ago, but I
> noticed the following issue on a version pulled a
Eric Schulte wrote:
Hi Erik,
Thanks for the report, this should now be fixed in the latest git HEAD,
please let me know if the problem persists.
Best -- Eric
Looks good on the test file I had included in my initial report, thank you very
much. When I get back to work tomorrow, I will try it
Hi,
I am using org-mode available on GNU Emacs 23.2. org-export-as-pdf
generates a *.pdf file with a timestamp at the beginning even though I
have added the following line in my *.org file.
#+OPTIONS: timestamp:nil
Regards,
chandan r
___
Emacs-o
19 matches
Mail list logo