> I find the behaviour of floating frames in word processors to be
> somewhat unpredictable and difficult to control, but that could simply
> be me! ;-)
You are not alone.
See https://www.libreoffice.org/bugzilla/show_bug.cgi?id=40879
--
Hello,
t...@tsdye.com (Thomas S. Dye) writes:
> #+CAPTION[An example photograph]: An example photograph.
> #+NAME: fig:photo
>
> for me, yields:
>
> \caption{\label{fig:photo}An example photograph}
>
> I was expecting:
>
> \caption[An example photograph]{\label{fig:photo}An example
> photograph}
Jambunathan K writes:
> Btw, I was trying to make the tables cute-looking
Just pushed a fix whereby one can control the width of the tables.
, commit f9d242
| Customize table width using :rel-width option. For example, to create a
| table of width 60% use:
|
| #+attr_odt: :rel-width
Aloha Nicolas,
The documentation string for org-e-latex-remove-logfiles might better
be:
"Non-nil means remove files with the extensions listed in
org-e-latex-extensions."
All the best,
Tom
--
Thomas S. Dye
http://www.tsdye.com
Aloha Nicolas,
Nicolas Goaziou writes:
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> I think there might be a problem with the regular expression for
>> captions on line 703 or org-e-latex.el. I have a dim understanding of
>> regular expressions and the various parsers, but I suspect the proble
Aloha Nicolas,
Nicolas Goaziou writes:
> Hello,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> A quick question and a couple of comments on the LaTeX exporter.
>>
>> With the old exporter I set (setq org-export-latex-hyperref-format
>> "\\ref{%s}") so a link to a headline would cross reference
On 01/23/2012 07:17 AM, Bernt Hansen wrote:
> (setq org-agenda-start-on-weekday nil)
>
> C-c a a j -3 w
OK, it works. But it's complicated and week was just an example.
How to do the same for 3 days? For one day (show 12 hours before, and 12
after the current moment)?
--
sergio.
sergio writes:
> Is it possible to display a week (for example) in agenda, but not from
> Monday till Sunday, but from 3 days ago from today till 3 days forward?
Hi Sergio,
(setq org-agenda-start-on-weekday nil)
C-c a a j -3 w
Regards,
Bernt
Hello.
Is it possible to display a week (for example) in agenda, but not from
Monday till Sunday, but from 3 days ago from today till 3 days forward?
--
sergio.
On 2012-01-20 05:03, Jambunathan K wrote:
"side-by-side" has surfaced in the list for the second time, I think it
deserves to be supported "out of the box".
I strongly support this, since I have a lot of files with side-by-side
content. The first question is of course how does the org source lo
For the benefit of future archive-reading generations, I isolated the issue
to a bug in the emacs head revision at the time I built it. Re-fetching and
building fixed it.
On Mon, Jan 9, 2012 at 20:17, Ido Magal wrote:
> This is GNU Emacs 24.0.92.1 (i386-apple-darwin11.2.0, NS
> apple-appkit-113
Hi Eric,
Eric Schulte wrote:
> there are two related functions which should help.
>
> ,[org-babel-view-src-block-info] bound to C-c C-v I
> | org-babel-view-src-block-info is an interactive Lisp function in
> | `ob.el'.
> |
> | (org-babel-view-src-block-info)
> |
> | Display information on t
t...@tsdye.com (Thomas S. Dye) writes:
> I think there might be a problem with the regular expression for
> captions on line 703 or org-e-latex.el. I have a dim understanding of
> regular expressions and the various parsers, but I suspect the problem
> is in this part: [^][].
>
> At any rate, th
Nicolas Goaziou writes:
> Hello,
>
> I've commited an ASCII back-end for new export engine.
>
> Assuming contrib directory is in your load-path, you just need to
> (require 'org-export) to have both LaTeX and ASCII exporters ready to
> boot.
>
> You can then access to the dispatcher with M-x org-
Hello,
t...@tsdye.com (Thomas S. Dye) writes:
> A quick question and a couple of comments on the LaTeX exporter.
>
> With the old exporter I set (setq org-export-latex-hyperref-format
> "\\ref{%s}") so a link to a headline would cross reference properly in
> LaTeX. How do I achieve this with the
Hi
Nicolas Goaziou writes:
[...]
>> 1) The commented out `# :exports both' appears to be exported as
>> uncommented and relevant (actually, this appears to be true of the
>> original exporter too).
>
> I cannot reproduce it. Anyway, see my comments below.
>
>> 2) If the source block is execute
On 2012-01-22, Nicolas Goaziou wrote:
> Hello,
> Also, judging by the backtrace, it seems that you are using a strange
> syntax for defining macros. Would you mind telling me what your
> "#+macro:" line is like, and what you do expect from it?
I always export a subtree and not a file. That macro
Nicolas Goaziou writes:
> Hello,
>
> I've commited an ASCII back-end for new export engine.
>
> Assuming contrib directory is in your load-path, you just need to
> (require 'org-export) to have both LaTeX and ASCII exporters ready to
> boot.
>
> You can then access to the dispatcher with M-x org-
Hello,
Martyn Jago writes:
> I've been playing with (org-export-dispatch) with regard to some simple
> source blocks and have a couple of observations (apologies in advance if
> source blocks are not fully implemented yet).
>
> The test code is:
>
>
> * Test
>
> #+begin_src emacs-lisp # :
Hi Nicolas
Nicolas Goaziou writes:
> Hello,
>
> I've commited an ASCII back-end for new export engine.
>
> Assuming contrib directory is in your load-path, you just need to
> (require 'org-export) to have both LaTeX and ASCII exporters ready to
> boot.
>
> You can then access to the dispatcher w
Clocking only works with all headings indented with less than `30'
stars (hardcoded `lmax' value in `org-clock-sum').
---
doc/org.texi | 14 --
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index 9e873ea..46aa1e2 100644
--- a/doc/org.texi
Clocking only works with headings indented with less than `30' stars
(hardcoded `lmax' value in `org-clock-sum'). Since especially inline
tasks may dupe someone into using more stars, document the limit in
the docsring of `org-inlinetask-min-level'.
---
lisp/org-inlinetask.el |3 +++
1 files
Clocking only works with headings indented with less than `30' stars
(hardcoded `lmax' value in `org-clock-sum').
---
doc/org.texi |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index b238210..9e873ea 100644
--- a/doc/org.texi
+++ b/doc/org.t
Hi Nick, org developers,
* Nick Dokos [14. Jan. 2012]:
> Gregor Zattler wrote:
>> while preparing a "minimal" example of my problem I finally
>> realised that "61" was the deepest level of indentation of some
>> inline tasks in my org file. When I wrote them I only remembered
>> inline tasks as
Hello,
Samuel Wales writes:
> In 22, latest git:
>
> downcase: Args out of range: "image-keep-calm", 651500, 651505
>
> match-string(1 "image-keep-calm")
> (downcase (match-string 1 val))
> (concat ":macro-" (downcase (match-string 1 val)))
> (intern (concat ":macro-" (downcase ...)))
>
25 matches
Mail list logo