Hello,
"Charles C. Berry" writes:
> On Sat, 23 Jul 2016, Nicolas Goaziou wrote:
>> OTOH, inheriting :exports property may not be optimal. In particular,
>> ":exports code" for a Babel call is probably nonsensical. Perhaps
>> a solution would be to keep the current behaviour and make an exceptio
Aloha Nicolas,
Nicolas Goaziou writes:
> Hello,
>
> "Charles C. Berry" writes:
>
>> On Sat, 23 Jul 2016, Nicolas Goaziou wrote:
>
>>> OTOH, inheriting :exports property may not be optimal. In particular,
>>> ":exports code" for a Babel call is probably nonsensical. Perhaps
>>> a solution would b
On Mon, Jul 25 2016, Vikas Rawal wrote:
> I did the usual "make up2" in my git repository but got the following
> error (just pasting the tail of the log):
>
> —
>
> Ran 634 tests, 633 results as expected, 1 unexpected (2016-07-25
> 06:07:28+0530)
> 7 expected failures
>
> 1 unexpected result
Hello,
"Thomas S. Dye" writes:
> Nicolas Goaziou writes:
>
>> You may want to add (:eval . "yes") to
>> `org-babel-default-lob-header-args' if you disagree.
>
> Perhaps this should be added to the default value of
> org-babel-default-lob-header-args for the sake of legacy code?
I don't think so
Hello,
Vikas Rawal writes:
> I did the usual "make up2" in my git repository but got the following
> error (just pasting the tail of the log):
Note that "make up2" doesn't upgrade to 8.3.5, as subject suggests, but
moves to the head of the development version, i.e., something like
9.0-alpha.
>
Jarmo Hurri writes:
> If this patch is ok, then what is missing are the default CSS settings
> for the new class org-svg in constant org-html-style-default. I simply
> did not know what to put there. The manual says that this constant has
> basic settings for _all_ defined CSS entities. Either d
Hello,
Jarmo Hurri writes:
> The attached patch
> - adds a default CSS class org-svg to SVG images embedded in exported
> HTML if no other class is set for the image using attr_html
> - documents the existence of this class.
Thank you.
> If this patch is ok,
It looks so, barring minor issue
Hi,
Thanks for the proposal.
John Kitchin writes:
> I would like to propose a change to org-display-inline-images so it can
> rescale images even if imagemagick is not built in to emacs. There is
> currently no way to rescale images when they are displayed in that case
> AFAICS. This is particu
Hello,
Pablo S. Casas writes:
>After edebugging org-open-file I found a possible solution. The
> documentation string for org-file-apps should be modified for the sexp
> case to use the link variable instead of file.
>
> #+BEGIN_SRC elisp
> (add-to-list 'org-file-apps '("\\.pdf\\'" . (org-pd
Hello,
Michael Ziems writes:
> Hello Philip,
>
> thanks for the answer, but that did not help me, i believe.
> I went trough the org-mobile-push with the edebug, but i believe that
> i have to understand how another function that is in there works,
> maybe these:
>
> (let ((inhibit-redis
Hello,
phillip.l...@russet.org.uk (Phillip Lord) writes:
> Firstly, it's currently available and is linked into generated HTML at
> http://orgmode.org/org-info.js; this makes it non-functional when
> delivered via https.
>
> Secondly, in HTML generated by org mode, this license condition is
> add
Rasmus writes:
> Hi,
>
> Thanks for the proposal.
>
> John Kitchin writes:
>
>> I would like to propose a change to org-display-inline-images so it can
>> rescale images even if imagemagick is not built in to emacs. There is
>> currently no way to rescale images when they are displayed in that c
Hello,
Michael Brand writes:
> There seems to be a related issue with an inconsistency between HTML
> and other export formats in using org-link-unescape for the link
> _destination_ part: With the Org file
>
> 1) https://duckduckgo.com/?q=Org+mode+%252B+Worg
> 2) https://duckduckgo.com/?q=Org+m
Hello,
"Ulrich J. Herter" writes:
> When using pgfplots and tikz LaTeX packages for graphics in a
> document, the colouring of LaTeX overlays in org-mode is broken. The
> font colour of snippets is always black, super hard to read in on a
> dark colour scheme. See attached images.
>
> Steps to r
>
>> I did the usual "make up2" in my git repository but got the following
>> error (just pasting the tail of the log):
>
> Note that "make up2" doesn't upgrade to 8.3.5, as subject suggests, but
> moves to the head of the development version, i.e., something like
> 9.0-alpha.
hmm. Let me deal w
Hi Nicolas,
thanks for looking into this!
Am Montag, den 25.07.2016, 15:07 +0200 schrieb Nicolas Goaziou:
"Ulrich J. Herter" writes:
When using pgfplots and tikz LaTeX packages for graphics in a
document, the colouring of LaTeX overlays in org-mode is broken.
The
font colour of snippets is alwa
Ulrich,
I may be completely off-base here but there are settings for controlling
what the LaTeX snippets look like and these may affect your case. I
used to use the following when I had emacs with a dark background:
#+begin_src emacs-lisp :results none
(setq org-format-latex-options '(:foregro
Hi Nicolas,
sorry for the previous mail, somehow I lost the formatting.
Am Montag, den 25.07.2016, 15:07 +0200 schrieb Nicolas Goaziou:
> "Ulrich J. Herter" writes:
>
> >
> > When using pgfplots and tikz LaTeX packages for graphics in a
> > document, the colouring of LaTeX overlays in org-mode
Hi Eric,
thanks for the reply.
Am Montag, den 25.07.2016, 15:38 +0100 schrieb Eric S Fraga:
>
> #+begin_src emacs-lisp :results none
> (setq org-format-latex-options '(:foreground "white" :background
> "black" :scale 3 :html-foreground "Black" :html-background
> "Transparent" :html-scale 1.0 :
Hi all,
I have a script that builds org individually for different emacs version.
I noticed just today that the build is failing for emacs 24.5.
=
make compile-dirall
dirall
make[2]: Entering directory `/home/kmodi/.emacs.d/elisp/org-mode/lisp'
Check
Please ignore.
It got fixed 10 minutes back :)
--
Kaushal Modi
Vikas Rawal writes:
> This is what I get:
>
> Test test-org-colview/columns-summary backtrace:
> (if (unwind-protect (setq value-2 (apply fn-0 args-1)) (
> (let (form-description-4) (if (unwind-protect (setq value-2
> (let ((value-2 (quote ert-form-evaluation-aborted
On Mon, 25 Jul 2016, Nicolas Goaziou wrote:
Hello,
"Thomas S. Dye" writes:
Nicolas Goaziou writes:
You may want to add (:eval . "yes") to
`org-babel-default-lob-header-args' if you disagree.
Perhaps this should be added to the default value of
org-babel-default-lob-header-args for the sa
Hi
I am currently writing an org document which I would like later to
convert to odt.
Moreover I want to have a structure, which in latex would look like this
My name \hfill You name.
So on the left margin is on element and on the right margin another with
a variable empty space between them. C
Aloha,
Nicolas Goaziou writes:
> Hello,
>
> "Thomas S. Dye" writes:
>
>> Nicolas Goaziou writes:
>>
>>> You may want to add (:eval . "yes") to
>>> `org-babel-default-lob-header-args' if you disagree.
>>
>> Perhaps this should be added to the default value of
>> org-babel-default-lob-header-args
Ok, here is trial number 2, with patch and test files. The test file
shows multiple use cases.
Just let me know if something in this still needs fixing.
Jarmo
PS. org-combine-plists is a cool function
PPS. I just amended the commit of my first trial, that's why the
timestamp is still from
Hi
I would like to write an org document export it to odt, and break pages
manually. How can I achieve that?
thanks
Uwe Brauer
>>> "Uwe" == Uwe Brauer writes:
> Hi
> I am currently writing an org document which I would like later to
> convert to odt.
> Moreover I want to have a structure, which in latex would look like this
> My name \hfill You name.
> So on the left margin is on element and on
Hi,
On Mon, 25 Jul 2016 18:59:46 +
Uwe Brauer wrote:
> Hi
>
> I would like to write an org document export it to odt, and break
> pages manually. How can I achieve that?
>
#+ODT:
See http://orgmode.org/manual/Creating-one_002doff-styles.html in the
manual.
Best regards
Robert
2016-07-25 14:18 GMT+02:00 John Kitchin :
> Rasmus writes:
>
> > Hi,
> >
> > Thanks for the proposal.
> >
> > John Kitchin writes:
> >
> >> I would like to propose a change to org-display-inline-images so it can
> >> rescale images even if imagemagick is not built in to emacs. There is
> >> curre
Hi Nicolas
Your suggestions are so convincing in going so far, I hope I
understand them right. If yes it is just thinking in terms of "[[",
"][" and "]]" instead of single brackets that I got used to with the
current escaping and unescaping in Org.
On Mon, Jul 25, 2016 at 2:52 PM, Nicolas Goaziou
Hello,
Jarmo Hurri writes:
> Ok, here is trial number 2, with patch and test files. The test file
> shows multiple use cases.
>
> Just let me know if something in this still needs fixing.
It looks great. Thank you.
Would you mind providing an entry in ORG-NEWS for that change? It can go
in Ver
>>> "Robert" == Robert Klein writes:
> Hi,
> On Mon, 25 Jul 2016 18:59:46 +
> Uwe Brauer wrote:
>> Hi
>>
>> I would like to write an org document export it to odt, and break
>> pages manually. How can I achieve that?
>>
> #+ODT:
> See http://orgmode.org/ma
Uwe Brauer writes:
"Robert" == Robert Klein writes:
>
>> Hi,
>> On Mon, 25 Jul 2016 18:59:46 +
>> Uwe Brauer wrote:
>
>>> Hi
>>>
>>> I would like to write an org document export it to odt, and break
>>> pages manually. How can I achieve that?
>>>
>
>
Hello,
Spencer Hill writes:
> MWE:
> #+CAPTION: Figure caption.
> [[file:figure01.pdf]]
>
> Issue:
> When an image is exported to LaTeX as a float, the \centering command
> is hard-coded into the export: see org-latex--inline-image in
> ox-latex.el. This is not the case for tables, for which cen
* I cleaned up permissions to some directories and did a make install, which
went fine.
* Now when I do a “make up2”, I get two errors.
FAILED test-ob/indented-cached-org-bracket-link
FAILED test-org-colview/columns-summary
* Output of BTEST_RE=columns-summary make test
Test test-org-
Uwe Brauer writes:
> It seems that the verse environment does what I want, it is however
> exported in a ugly font (type writer), how can I change that font.
See the manual, section 12.9.4 "Applying custom styles".
Yours,
Christian
37 matches
Mail list logo