Hello,
Eric Fraga writes:
> I often use COMMENT in headlines to block out text that I don't want
> exported. This works generally very well. However, sometimes I comment
> a headline that has no headline text, as in "* COMMENT" alone. These
> sections are ignored properly by the old exporter
I just did make up2
And on OSX 10.8.2 and Emacs 24.2 I get:
Ran 208 tests, 207 results as expected, 1 unexpected (2012-09-29 09:27:47+0200)
6 expected failures
1 unexpected results:
FAILED test-ob/org-babel-remove-result--results-org
make[1]: *** [test-dirty] Error 1
make: *** [up2] Error 2
Hi Arne,
"Arne Babenhauserheide (IMK)" writes:
> When using the minted package, latex requires the -shell-escape argument
> to call pygmentize. Due to this, org-preview-latex-fragment fails for me
> (used via C-c C-x C-l).
I use minted too and C-c C-x C-l works here.
Can you let us know how to
Sorry for the missing subject in the last message,
here it is again with a subject line.
I just did make up2
And on OSX 10.8.2 and Emacs 24.2 I get:
Ran 208 tests, 207 results as expected, 1 unexpected (2012-09-29 09:27:47+0200)
6 expected failures
1 unexpected results:
FAILED test-ob/org-bab
Neuwirth Erich writes:
> 1 unexpected results:
>FAILED test-ob/org-babel-remove-result--results-org
Fixed, thanks.
--
Bastien
Bastien,
does the current git version contain the new LaTeX exporter?
I am asking because I just installed via make up2 (as you noticed)
after you fixed the export but
andare still not respected in LaTeX export on my Mac.
html export works as expected.
#+title: Table test
** My Table
| He
Bastien writes:
>> 1 unexpected results:
>>FAILED test-ob/org-babel-remove-result--results-org
>
> Fixed, thanks.
There are some tests that are supposed to have whitespace errors, based
on the comments in the file, but you've removed them along with all the
others. I've reverted that hunk of
Hello,
Neuwirth Erich writes:
> does the current git version contain the new LaTeX exporter?
> I am asking because I just installed via make up2 (as you noticed)
> after you fixed the export but
> andare still not respected in LaTeX export on my Mac.
> html export works as expected.
>
>
>
>
Achim Gratz writes:
> There are some tests that are supposed to have whitespace errors, based
> on the comments in the file, but you've removed them along with all the
> others. I've reverted that hunk of the commit.
Thanks,
--
Bastien
On 28.9.2012, at 18:00, Bastien wrote:
> Hi Torsten,
>
> Torsten Wagner writes:
>
>> I might start very very simple and hope you are wiling enough to help
>> me to translate whatever mess I send you into some reasonable patch ;)
>
> I just pushed this: Org now sends a message when the formula
Looks great, and I see no reasons why this should break anything.
- Carsten
On 28.9.2012, at 19:01, Max Mikhanosha wrote:
> I had noticed that with large agendas (several hundred items), any
> command that changes and re-displays the current item is slow. For
> example something like changing pr
Neuwirth Erich writes:
> Perhaps this is useful information
It would be more useful if the Org version you are trying to make was
included, but since it's probably not installed in lispdir yet, your
installed emacs would show a different version. So I've implemented a
new target `config-version´
Hi John,
"John Wiegley" writes:
> I can get an agenda report for the next 4 days using:
>
> M-: (org-agenda-change-time-span 4) RET
>
> But there seems to be no command for doing so. It would be nice if `v N',
> where N is a number 1-9, could give me a report for the next N days.
I like this
Carsten Dominik writes:
>> I just pushed this: Org now sends a message when the formulas
>> have been updated. Something less intrusive like a temporary
>> overlay would be nice, though.
> Thorsten, if you look at the manual, there are ways to write this
> limits of vsum etc in a way that they a
Hi Achim,
Achim Gratz writes:
> This would be easier to do if the formula editor didn't have the bug
> I've reported some time ago. Any chance that you or someone else could
> have a look at it? I've tried to find the culprit, but there's just too
> much going on at the same time in that part
On 29.9.2012, at 11:57, Achim Gratz wrote:
> Carsten Dominik writes:
>>> I just pushed this: Org now sends a message when the formulas
>>> have been updated. Something less intrusive like a temporary
>>> overlay would be nice, though.
>
>> Thorsten, if you look at the manual, there are ways to
Bastien writes:
>> This would be easier to do if the formula editor didn't have the bug
>> I've reported some time ago. Any chance that you or someone else could
>> have a look at it? I've tried to find the culprit, but there's just too
>> much going on at the same time in that part of the code a
Carsten Dominik writes:
> I did have a look, and it is very difficult to fix, unfortunately. If I
> find enough time, I will rewrite the whole range parser, but that is
> totally non-trivial. Sorry about that.
Er... Achim, forget about my own proposal then :)
(Still, the link would be usefu
Carsten Dominik writes:
> I did have a look, and it is very difficult to fix, unfortunately. If
> I find enough time, I will rewrite the whole range parser, but that is
> totally non-trivial. Sorry about that.
That explains my lack of luck… :-)
Any chance that org-element might be helpful in a
Hi all,
For PHP hackers around...
txt2tags is a well known lightweight markup tool and some of you
may already be familiar with it:
http://txt2tags.org
A new PHP library has been developed which allows using t2t as a
replacement for MarkDown / rst / you-name-it in websites.
http://txt2tags
On 29.9.2012, at 12:11, Achim Gratz wrote:
> Carsten Dominik writes:
>> I did have a look, and it is very difficult to fix, unfortunately. If
>> I find enough time, I will rewrite the whole range parser, but that is
>> totally non-trivial. Sorry about that.
>
> That explains my lack of luck… :
Hi,
I gave the new html exporter a try (org-e-html-to-file). The export
obviously ignores my setup file, and so the path to my css and js files.
Maybe with the new exporter everything has changed and I only miss a
good tutorial?
henry
--
http://literaturlatenight.de
Carsten Dominik writes:
> On 29.9.2012, at 12:11, Achim Gratz wrote:
>> Any chance that org-element might be helpful in a re-implementation?
>> I'm still having that tableheadings branch un-merged since I decided
>> that I didn't want to implement it for all the old exporters when they
>> were alre
Hi all.
I'm new to the whole emacs/elisp/org-mode thing and I have to say I'm
amazed by it. Thank you for all the hard work.
That having been said, I've hacked together two functions that are
useful to me. I was wondering what are your thoughts on including
their idea (but with a better implement
Nicolas Goaziou writes:
> Hello,
>
> Eric Fraga writes:
>
>> I often use COMMENT in headlines to block out text that I don't want
>> exported. This works generally very well. However, sometimes I comment
>> a headline that has no headline text, as in "* COMMENT" alone. These
>> sections are i
Hi Miro,
Miro Bezjak writes:
> That having been said, I've hacked together two functions that are
> useful to me. I was wondering what are your thoughts on including
> their idea (but with a better implementation) to org-mode?
Nice.
I'm not really in favor of including this command because it
Hi Miro and Bastien,
This can be done by setting the function
`org-make-link-description-function'. However when set, the function
is supposed to handle all type of links and return a string no matter
what. There is no fallback mechanism. Here is a patch that fixes it:
diff --git a/lisp/org.el b
On 09/29/2012 01:36 PM, henry atting wrote:
Hi,
I gave the new html exporter a try (org-e-html-to-file). The export
obviously ignores my setup file, and so the path to my css and js files.
Maybe with the new exporter everything has changed and I only miss a
good tutorial?
henry
Do you want
Robert Klein writes:
> On 09/29/2012 01:36 PM, henry atting wrote:
>> Hi,
>>
>> I gave the new html exporter a try (org-e-html-to-file). The export
>> obviously ignores my setup file, and so the path to my css and js files.
>>
>> Maybe with the new exporter everything has changed and I only miss
James Harkins wrote:
> I'm writing presentations for my classes using beamer export from org-mode
> (which is working
> beautifully, btw -- it's faster than LibreOffice impress and I get a
> convenient plain text archive
> of my slide contents to boot).
>
> I'm authoring in Linux but I have to
Hello,
henry atting writes:
> Only a single file. I understand that something like this will no work
> anymore with the new exporter.
>
> #+SETUPFILE: /home/me/.setup.org
It's #+SETUP_FILE: in the new exporter.
> Besides I'm pretty happy with the old exporter and was only curious
> because I r
Hi Sylvain, Bastien,
I have indeed noticed `org-make-link-description-function'. Though,
from its documentation I've somehow concluded that it makes the final
(and not default) description. By rereading documentation and source
code for `org-insert-link', it appears that with addition of Sylvain's
> > By default, orgmode export to latex puts captions of images below the
> > images. How to change the behaviour and make the captions appear at
> > the top?
>
> You can use filters:
>
> #+begin_src emacs-lisp
> (defun my-latex-captions-above (link backend info)
> (when (and (memq backend '(
Hi Sylvain,
Sylvain Rousseau writes:
> This can be done by setting the function
> `org-make-link-description-function'. However when set, the function
> is supposed to handle all type of links and return a string no matter
> what. There is no fallback mechanism. Here is a patch that fixes it:
T
Hi John,
* John Wiegley [27. Sep. 2012]:
> I can get an agenda report for the next 4 days using:
>
> M-: (org-agenda-change-time-span 4) RET
>
> But there seems to be no command for doing so. It would be nice if `v N',
> where N is a number 1-9, could give me a report for the next N days.
Ho
Hi all,
I've released Org 7.9.2.
http://orgmode.org/org-7.9.2.zip
http://orgmode.org/org-7.9.2.tar.gz
See http://orgmode.org/Changes.html#sec-1 for the updated
list of changes.
Thanks again to all who contributed!
Enjoy,
--
Bastien
I find that code block header arguments specified with `#+HEADERS:'
consistently appear in the exported document. For example, exporting the
following document to PDF or HTML will include the "exports" header in
the output:
* Manifestation of Problem
Look, our headers appear in the export:
#+
This is definitely better!
Your version is actually more faithful to the original one as it
ignores `default-description' when
`org-make-link-description-function' is set (and succeed).
Cheers,
Sylvain.
Bastien writes:
> I've released Org 7.9.2.
[...]
> See http://orgmode.org/Changes.html#sec-1 for the updated
> list of changes.
Excellent release!
Probably my favorite:
,
| * New special property CLOCKSUM_T to display today's clocked time
|
| You can use CLOCKSUM_T the same way
At Sat, 29 Sep 2012 12:34:05 -0400,
Nick Dokos wrote:
> Maybe this:
>
> ,
> | org-link-file-path-type is a variable defined in `org.el'.
> | Its value is adaptive
No. That's about storage of links, but in my org file, the links *are*
relative. They become absolute during export.
Less search
Updating the system installation with the newest Org version produced
this (old) error. This time I've got something sensible as backtrace:
Test test-ob-sh/session backtrace:
(cl-block-wrapper (catch (quote --cl-block-nil--) (let* ((i 6) (fram
(block nil (let* ((i 6) (frame nil) (--cl-var--
Hi Memnon,
Memnon Anon writes:
> Probably my favorite:
>
> ,
> | * New special property CLOCKSUM_T to display today's clocked time
> |
> | You can use CLOCKSUM_T the same way you use CLOCKSUM. It will
> | display the time spent on tasks for today only.
> `
Note that this
42 matches
Mail list logo