On Saturday, 24 Jun 2017 at 10:05, Nicolas Goaziou wrote:
[...]
> I think this was fixed recently. Could you confirm it?
Yes, thank you. Seems to work just fine now!
I had to change my original babel src blocks and remove a ":wrap src
dot" that I had in the intermediate block but otherwise I g
I'm having great difficulty in getting my tables to show up in
'\listoftables', the 'Table' header shows in my pdf but nothing else
related to tables in the preamble after the TOC.
Taking this table as an example -
--8<---cut here---start->8---
#+LABEL: tab:ta
On 2017-06-25 21:11, Nicolas Goaziou wrote:
I fixed a bug in "ox-odt.el". Now, when using convertion to png, you
can
add
#+latex_header: \newcommmand{\mysymbol}[1]{\mathrm{my_{#1}}}
Hopefully, it should solve, at least partly, your issue.
Hey! That's great! Thank you very much.
Edgar
Dear all,
how can I add macro replacement support when a source block is being
tangled?
Thanks,
Giacomo
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
---
>>> "Eric" == Eric S Fraga writes:
> On Saturday, 17 Jun 2017 at 14:54, Nicolas Goaziou wrote:
> [...]
>> According to `org-odt-convert-processes', `org-odt-convert-capabilities'
>> and `org-odt-convert', isn't it already possible?
> Indeed.Adding this
> (add-to-l
Sharon Kimble writes:
> I'm having great difficulty in getting my tables to show up in
> '\listoftables', the 'Table' header shows in my pdf but nothing else
> related to tables in the preamble after the TOC.
>
I would take a look at the TeX file produced during export and try to debug it
that w
Uwe Brauer writes:
"Eric" == Eric S Fraga writes:
>
> > On Saturday, 17 Jun 2017 at 14:54, Nicolas Goaziou wrote:
> > [...]
>
> >> According to `org-odt-convert-processes',
> `org-odt-convert-capabilities'
> >> and `org-odt-convert', isn't it already possible?
>
> > Ind
Hello,
Giacomo M writes:
> Dear all,
> how can I add macro replacement support when a source block is being
> tangled?
I don't think so. Macro replacement is an export feature.
Regards,
--
Nicolas Goaziou
On Mon, 26 Jun 2017, Nicolas Goaziou wrote:
Hello,
Giacomo M writes:
Dear all,
how can I add macro replacement support when a source block is being
tangled?
I don't think so. Macro replacement is an export feature.
If Giacomo's macros operate outside of src blocks, he could export using
Hello, I trust that this is the right place to report a segfault.
Using whatever is current in debian 9, emacs segfaults
from a minimum setup when using an empty string for org-ellipsis.
Here's how to reproduce it:
> emacs -Q
(setq org-ellipsis "") C-x C-e (org-mode) C-x C-e * asd ** d
On Mon, Jun 26, 2017 at 2:10 PM Michael Ax wrote:
> Hello, I trust that this is the right place to report a segfault.
>
The right place to report emacs segfault (whether caused by another package
or not) would be by M-x report-emacs-bug from within emacs. If you haven't
set up to send emails fro
Hi,
I'm struggling with exporting a text with dollar currency symbols which
get interpreted as latex delimiters.
The following paragraph does not export as intended:
--
Zu Beginn der 1960er-Jahre entstanden die erste
Hello,
thomas writes:
> I'm struggling with exporting a text with dollar currency symbols
> which get interpreted as latex delimiters.
>
> The following paragraph does not export as intended:
>
> --
>
> Zu Beginn der 196
Hello,
Kaushal Modi writes:
> The right place to report emacs segfault (whether caused by another package
> or not) would be by M-x report-emacs-bug from within emacs. If you haven't
> set up to send emails from within emacs (I haven't), then copy the To email
> address, email subject and the ge
Hello,
Jorge Morais Neto writes:
> 1. emacs -q
> 2. M-x package-initialize
> 3. M-x org-version
>- Just to confirm we are running Org 9.0.9.
> 4. M-x customize-option RET org-todo-keywords RET
> 5. Add "(@)" to DONE and set it for current session (C-c C-c)
> 6. C-x C-f /tmp/bug.org
> 7. C-S-
Hello,
Mario Martelli writes:
> Selector: "test-org-protocol/"
> Passed: 2
> Failed: 0
> Skipped: 0
> Total: 2/2
Great!
>> Another round of tests for the cases you solve
>> would be nice, too.
>
> I added the configuration part. That will be parsed during the
On Mon, Jun 26, 2017 at 4:19 PM Nicolas Goaziou
wrote:
>
> Meanwhile, we could simply change :safe keyword from `org-ellipsis' to
>
> (lambda (v) (and (string-or-null-p v) (not (equal v ""
>
>
> WDYT?
>
But that would still allow the user to use setq to set that variable.
--
Kaushal Modi
Kaushal Modi writes:
> On Mon, Jun 26, 2017 at 4:19 PM Nicolas Goaziou
> wrote:
>
>>
>> Meanwhile, we could simply change :safe keyword from `org-ellipsis' to
>>
>> (lambda (v) (and (string-or-null-p v) (not (equal v ""
>>
>>
>> WDYT?
>>
>
> But that would still allow the user to use setq
cool compromise; covers my use-cases. tks!
But that would still allow the user to use setq to set that variable.
True, but can we always prevent them from shooting themselves in the
foot?
Here's the smallest example I could come up with for a rendering problem
i don't know how to debug:
using tmp.org=
* asd ** def
and tmp.el=
(require 'package) (add-to-list 'package-archives '("melpa" .
"https://melpa.org/packages/";)) (package-initialize) (setq
package-enable-at-s
Hi,
> OK. Could you wrap up the patches needed so far, with appropriate commit
> messages, so I can apply them?
Sorry for producing noise. Just read the contribution guidelines once again ;)
Hope everything is now according to the guidelines.
0001-org-protocol.el-Fix-for-failing-open-source-su
22 matches
Mail list logo