cbe...@tajo.ucsd.edu writes:
> cbe...@tajo.ucsd.edu writes:
>
>> When I tried to export a large subtree, it took over *5 minutes* to
>> export with release_7.9.2-597-gd4b739.
>>
>> Using the contrib/lisp/*.el files from org-mode-7.8.11
>> it took *5 seconds*.
>>
[...]
>>
>> Both cases use:
>>
>>
I've recently started playing with guile source blocks, and haven't gotten the
results I expect. In particular, I've found that:
+ :results output only returns the first word of the output text.
+ :results value prompts me for a lisp expression, and returns
whatever I give it.
+ :
Suvayu Ali writes:
> On Wed, Nov 21, 2012 at 01:19:54PM +0800, Eric Abrahamsen wrote:
>> Would it make sense to add the markup characters (ie, the car of every
>> item in `org-emphasis-alist') to the list of word characters, so that as
>> we're moving/deleting/transposing by word in org, the mark
I want to be able to use the LaTeX package "linguex" in org-based beamer
presentations. But this package requires a special syntax where after
the environment there must be a blank line in the LaTeX source (!=a blank line
in the LaTeX output). How do I do this in org-mode?
--
~
On Tuesday, November 20, 2012, Nicolas Goaziou wrote:
> Toby Cubitt > writes:
>
> > Instead of changing org-hours-to-clocksum-string, it's probably
> > preferable to make org-minutes-to-clocksum-string more robust, so it
> > copes correctly with floating point arguments.
> >
> > The attached patch
* lisp/org-clock.el (org-clock-get-table-data): Pass tstart and tend
time strings through `org-matcher-time` to allow relative times besides
absolute ones, convert result to encoded time.
* doc/org.texi (The clock table): Document acceptance of relative times
in tstart and tend, link to syntax desc
> I still cannot reproduce it.
>
> org-babel-execute-buffer calls org-babel-execute-src-block on every
> source block, which calls org-babel-get-src-block-info to get the info.
>
> org-babel-get-src-block-info let-binds case-fold-search to t before
> calling org-babel-where-is-src-block-head and th
Russell Adams wrote:
> On Wed, Nov 21, 2012 at 05:06:34PM -0500, Nick Dokos wrote:
> > Russell Adams wrote:
> >
> > > It appears that there is a discrepancy between Org's source blocks and
> > > Babel processing.
> > >
> > > Org's source blocks all show up-case (#+BEGIN_SRC):
> > >
> > > http://
On Wed, Nov 21, 2012 at 05:06:34PM -0500, Nick Dokos wrote:
> Russell Adams wrote:
>
> > It appears that there is a discrepancy between Org's source blocks and
> > Babel processing.
> >
> > Org's source blocks all show up-case (#+BEGIN_SRC):
> >
> > http://orgmode.org/manual/Structure-of-code-bloc
Russell Adams wrote:
> It appears that there is a discrepancy between Org's source blocks and
> Babel processing.
>
> Org's source blocks all show up-case (#+BEGIN_SRC):
>
> http://orgmode.org/manual/Structure-of-code-blocks.html#Structure-of-code-blocks
>
> Babel only appears to process lower
It appears that there is a discrepancy between Org's source blocks and
Babel processing.
Org's source blocks all show up-case (#+BEGIN_SRC):
http://orgmode.org/manual/Structure-of-code-blocks.html#Structure-of-code-blocks
Babel only appears to process lower-case blocks (#+begin_src):
http://org
It appears that in ob-sh.el function org-babel-sh-evaluate fails to
honor other result types like latex.
Adding latex to the result params test allows proper exporting of
shell which results in latex code, otherwise it is imported with
spaces separated into |'s to make a table.
Verified against 7
Hello,
I did not find #+STARTUP keywords for several variables that configure
the format of an org file:
org-log-into-drawer
org-log-states-order-reversed
org-treat-insert-todo-heading-as-state-change
I think that there should be keywords that correspond to these variables
because it would
On Wed, Nov 21, 2012 at 06:01:20PM +0100, Martin Gross wrote:
> Dear Michael
>
> > if it’s just summing up disjoint sets hierarchically you might ...
>
> Thank you very much again for your efforts. Unfortunately this would
> not solve my problem neither. On the one hand my tables are on
> diffe
Rasmus writes:
> BTW: on the lists: very good idea. I have often been bothered by
> only having one type of (LaTeX) lists. Can I set it per list type?
> I.e. plain lists are inlined and enumerated are 'normal'?
No. Attributes only apply on a single list not on a whole list type.
Though, it's
Nicolas Goaziou writes:
> I've changed the attribute syntax for tables, images and lists in
> e-latex back-end (new exporter). New this back-end conforms to the
> syntax used by Babel and every other back-end.
Super cool! I eagerly looking forward to using this for real world
tasks!
Thank you
Dear Michael
> if it’s just summing up disjoint sets hierarchically you might ...
Thank you very much again for your efforts. Unfortunately this would
not solve my problem neither. On the one hand my tables are on
different entry levels (*, **, ***, etc.) and on the other I am afraid
I need a m
Am 21.11.2012 17:55, schrieb Rainer Stengele:
> Hi,
>
> my clocktables suddenly show the total time no more as sum of hours but
> like this:
>
> || ALL *Total time* | *6d 19:30* |
>
> When did this change and how can I get my old format back?
> I did not find news in the docs
Hi,
my clocktables suddenly show the total time no more as sum of hours but
like this:
|| ALL *Total time* | *6d 19:30* |
When did this change and how can I get my old format back?
I did not find news in the docs.
Thanks,
Rainer
Hello,
I've changed the attribute syntax for tables, images and lists in
e-latex back-end (new exporter). New this back-end conforms to the
syntax used by Babel and every other back-end.
I've also added support for matrix editing.
Here's an excerpt from the documentation in org-e-latex.el:
Hello Tom, Nicolas,
I've just pushed a change that should provide the desired results.
The optional title for the menu entries (as well as associated node
headings) can be set using the :TEXINFO_MENU_TITLE: property.
On 18 November 2012 11:22, Thomas S. Dye wrote:
> Nicolas Goaziou writes:
>
Hi Nathan,
Nathan Neff wrote:
> I'm running org-mode from the non-compiled source code
> and the latest git pull.
>
> I noticed that calling org-capture was not working correctly, so
> I ran (require 'org-capture), then it worked.
>
> Is this something new? I can post version, setup, etc. later,
Nathan Neff wrote:
> Hello,
>
> I'm running org-mode from the non-compiled source code
> and the latest git pull.
>
> I noticed that calling org-capture was not working correctly, so
> I ran (require 'org-capture), then it worked.
>
> Is this something new? I can post version, setup, etc. lat
Hi Achim,
> Both of these will load org-html, either directly or indirectly. With
> that the default definition for org-export-html-inline-images comes into
> existence, which despite the name is also used for other exporters.
Thanks a lot for the explanation.
Is there a plan to make this varia
Hello,
I'm running org-mode from the non-compiled source code
and the latest git pull.
I noticed that calling org-capture was not working correctly, so
I ran (require 'org-capture), then it worked.
Is this something new? I can post version, setup, etc. later, but I just
wanted to know if I'm mi
Francesco Pizzolante writes:
> That's exactly what I do and it works perfectly until you do this (trying to
> load as few modules as possible):
>
> ╭
> │ (setq org-modules nil)
> ╰
Then don't do that…
> Then, you'll see that images will be exported as links instead of images
>
Hi Nicolas,
Nicolas Goaziou writes:
> Hello,
>
> Myles English writes:
>
>> Hi Yagnesh,
>>
>> Yagnesh Raghava Yakkala writes:
>>> I have been using example setting suggested by Nicolas
>>> (http://article.gmane.org/gmane.emacs.orgmode/55972) to tell exporter to
>>> skip
>>> particular headline
Hi Suvayu,
> Those modules are optional. How do you write your links in the org
> file? To be included in LaTeX export with includegraphics, the
> description part of the link should be empty. e.g.
>
> [[/path/to/image]]
>
> This creates an inline image in the final pdf.
That's exactly what
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
I have in a document a definition of a projection, which is essentially a text
as follow:
#+BEGIN_src
+proj=aea +lat_1=-28.25
+lat_2=-29.75
+lat_0=29
+lon_0=30.75
+x_0=0
+y_0=0
+datum=
On Wed, Nov 21, 2012 at 01:19:54PM +0800, Eric Abrahamsen wrote:
> Would it make sense to add the markup characters (ie, the car of every
> item in `org-emphasis-alist') to the list of word characters, so that as
> we're moving/deleting/transposing by word in org, the markup characters
> are includ
On Wed, Nov 21, 2012 at 09:41:39AM +0100, Francesco Pizzolante wrote:
> Hi,
>
> I have noticed that the correct export of images in LaTeX requires one of
> these 2 packages: org-special-blocks or org-jsinfo.
>
> While I cannot see any relation between these packages and the export of
> images in
Hello,
Myles English writes:
> Hi Yagnesh,
>
> Yagnesh Raghava Yakkala writes:
>> I have been using example setting suggested by Nicolas
>> (http://article.gmane.org/gmane.emacs.orgmode/55972) to tell exporter to skip
>> particular headline (with ignoreheading tag).
>>
>> It seems recent commit
Hi Yagnesh,
Yagnesh Raghava Yakkala writes:
> I have been using example setting suggested by Nicolas
> (http://article.gmane.org/gmane.emacs.orgmode/55972) to tell exporter to skip
> particular headline (with ignoreheading tag).
>
> It seems recent commit made this setup obsolete. could anybody s
Jambunathan K writes:
> Alan Schmitt writes:
>
>> Hello,
>>
>> I'm trying to remove the postamble in the html-export of a subtree, and
>> I don't know how to do it. This is what I tried:
>
> C-h v org-e-html-postamble RET
Yes, I had looked there as well (before going into the code). It does
not
Alan Schmitt writes:
> Hello,
>
> I'm trying to remove the postamble in the html-export of a subtree, and
> I don't know how to do it. This is what I tried:
C-h v org-e-html-postamble RET
>
>
> #+BEGIN_SRC org
> :PROPERTIES:
> :EXPORT_OPTIONS: html-postamble:nil
> :END:
> #+END_SRC
>
>
> (I fo
I have seen your message before previously in this mailing list. I am
assuming that you are getting started with Emacs/Org.
What version of Emacs you are using - M-x emacs-version RET
Which OS/Distribution - Windows, Mac, Linux (Gentoo, Debian etc) - you
use?
Most likely you are not having th
Hello,
I'm trying to remove the postamble in the html-export of a subtree, and
I don't know how to do it. This is what I tried:
#+BEGIN_SRC org
:PROPERTIES:
:EXPORT_OPTIONS: html-postamble:nil
:END:
#+END_SRC
(I found the name of the option in the org-e-html.el file.)
How can I specify this opt
Hi,
I have noticed that the correct export of images in LaTeX requires one of
these 2 packages: org-special-blocks or org-jsinfo.
While I cannot see any relation between these packages and the export of
images in LaTeX, if none of these 2 packages is loaded then images are
exported as \href inste
Hello,
With the following code, I can highlight special words such as `error' and
`warning' in any part of a buffer.
--8<---cut here---start->8---
(message "Minimal Emacs config file...")
(defface org-todo
'((t (:weight bold :box (:line-width 1 :color "#89C5
39 matches
Mail list logo