Hi. With latest org I'm getting …, which makes no sense; it
should be …
Aren't there tests to find this type of breakages in export?
Example:
- hola
- uno
- dos
- tres
Is exported to:
hola
uno
dos
tres
Hi Erik,
2014ko abuztuak 3an, Erik Hetzner-ek idatzi zuen:
>
> Hi John,
>
> Thanks for the tips! I have been using this:
>
> * Foo
> :PROPERTIES:
> :subject: Bar; Baz
> :END:
>
> This allows me to search with subject={Bar}, which is very helpful.
> But it would be nice if org supported
Hi John,
Thanks for the tips! I have been using this:
* Foo
:PROPERTIES:
:subject: Bar; Baz
:END:
This allows me to search with subject={Bar}, which is very helpful.
But it would be nice if org supported multi-valued properties. Again,
though, I don’t know how hard this would be.
best, E
Hi Mark,
Thanks for the example, I've just pushed up a fix.
Best,
Eric
Mark Scala writes:
> Thanks, Bastien, for helping me report this bug more effectively.
> This email summarizes all the information I have about this bug and
> how to reproduce it. The problem is that a comment which appears
Nick Dokos writes:
> Thorsten Jolitz writes:
>
>> Hi List,
>>
>> evaluating this 3 times does not work as expected:
>>
>> ,
>> | * A
>> |
>> | #+header: :results raw replace
>> | #+begin_src emacs-lisp
>> | (+ 2 2)
>> | #+end_src
>> |
>> | #+results:
>> | 4
>> | 4
>> | 4
>> `
>>
>>
This says that when the hook is executed, the current buffer (as
identified by the `current-buffer' function) will be a buffer visiting
the file of the tangled code.
Grant Rettke writes:
> Hi,
>
> In this document
>
> http://orgmode.org/manual/Extracting-source-code.html#Extracting-source-code
>
Thorsten Jolitz writes:
> Hi List,
>
> I wonder if I can assume that all ob-xxx.el languages, even those
> written before the new parser/exporter framework existed, know how to
> deal with multi-line headers like:
>
> ,
> | #+name: foo
> | #+header_args: :var x=bar
> | #+begin_src lang
> | .
Bastien writes:
> Hi Grant,
>
> Grant Rettke writes:
>
>> What are you opinions on the best mode for doing:
>> 1. Presentations inside of Emacs
>> 2. Using all the options available for org mode while in the presentation
>
> ... org-mode.
>
> I've found out that tweaking the font size and naviga
I tried to setup here org-protocol with firefox, first the docu is very
old does refer to gnome 2:
http://orgmode.org/worg/org-contrib/org-protocol.html#sec-3-1
So after searching around I found a howto to make the protocol known by
apps with a desktop file and the command update-desktop-database
I'm somewhat confused by the "wrapped in =" part, but I think you are
looking for 'C-h v org-babel-min-lines-for-block-output'.
Best,
Ista
On Sun, Aug 3, 2014 at 3:03 PM, Grant Rettke wrote:
> Hi,
>
> Sometimes block evaluation results are wrapped with a single character like =.
>
> When exporti
Feng Shu writes:
> Is it possible support this style?
In general, i'd prefer not to implement support /myself/ for everyone's
preferred style; the idea is that people implement their own style,
including:
* the relevant mapping structure which maps Org properties to vCard
properties/types;
* t
Alexis writes:
>
> * New contacts style: 'tree'.
>
Is this "tree" style possible?
#+begin-comment
* People
** Joan Smith
:PROPERTIES:
:KIND: individual
:FIELDTYPE: name
:END:
*** Cell
:PROPERTIES:
:FIELDTYPE: cells-folder
:END:
999 991
999 992
999 993
999
Alexis writes:
> Hi all,
>
> i'm pleased to announce the initial release of org-vcard, a package for
> Org-based export and import of vCards:
>
> * Backwards-compatible with org-contacts.el.
>
> org-vcard comes with a built-in contacts style called 'flat', which
> adheres to org-contacts' met
Hello:
I've noticed a problem around line 19171 of org.el. The size of
images is supposed to be controlled by attributes and by
`org-image-actual-width'. But it seems like the use of `when',
`save-match-data' and `string-to-number' are in the wrong order in
this region, so that `(match-string 1)
Federico Beffa writes:
>> It's a bit more complicated than that: one upgrades org at some
>> opportune moment, then three months/years/centuries later, tries to use
>> that presentation that worked perfectly before - boom. If you go back
>> and check all your old presentations each time you upgra
> It's a bit more complicated than that: one upgrades org at some
> opportune moment, then three months/years/centuries later, tries to use
> that presentation that worked perfectly before - boom. If you go back
> and check all your old presentations each time you upgrade org, you are,
> I would gu
Hello,
Eric Abrahamsen writes:
> This bug was introduced in dd6b4ff -- in
> `org-ascii-filter-paragraph-spacing', the function body was originally
> protected by a:
>
> (when (wholenump org-ascii-paragraph-spacing)
> ...)
>
> which was taken out, meaning that the default value of 'auto falls
>
Hi,
Sometimes block evaluation results are wrapped with a single character like =.
When exporting to latex, the results block is lost.
How may one force block evaluation always to be wrapped properly for
export to latex?
org 8.2.7a
Kind regards,
Grant Rettke | ACM, ASA, FSF, IEEE, SIAM
g...@w
I have used the following approaches in the past:
Lisp lists, and use read later to get them.
* Some heading
:PROPERTIES:
:SUBJECT: '(subject1 subject2 subject3)
:END:
#+BEGIN_SRC emacs-lisp
(read (org-entry-get (point) "SUBJECT"))
#+END_SRC
#+RESULTS:
| quote | (subject1 subject2 subjec
t...@tsdye.com (Thomas S. Dye) writes:
> Aloha Konrad,
>
> IIRC, it took my assignment about a month to be completed.
Mine too - I don't remember the details, so don't hold me to it, but I
think I found out that it had gone through from Bastien first, rather
than the FSF. Eventually, I think I go
Federico Beffa writes:
>>> 5. Existing documents are very easy to fix.
>>>
>>
>>Backwards compatibility is important. It has been broken
>>before, for very good reasons, and even though it was done very
>>carefully, it still caused many problems (still does).
>>So I don't buy the "very easy to fi
Aloha Konrad,
IIRC, it took my assignment about a month to be completed.
All the best,
Tom
Konrad Herbst writes:
> Hello,
>
> thanks.
> I am quite new to this. What is about this FSF copyright assignment
> Bastien mentioned? I filled it and send it to ass...@gnu.org but since
> then nothing ha
>> 5. Existing documents are very easy to fix.
>>
>
>Backwards compatibility is important. It has been broken
>before, for very good reasons, and even though it was done very
>carefully, it still caused many problems (still does).
>So I don't buy the "very easy to fix" part: it will bite somebody
>
Am 02.08.2014 um 15:32 schrieb 童俊翔 :
>
> 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-mode
Hello,
In order to convert a tikzpicture into html webpage, one needs
#+OPTIONS: tex:imagemagick
and it means that the other equations are no more converted via Mathjax.
Is there a mean to combine the use of imagemagick only for tikzpicture, and
keeping the use of Mathjax to read the other equati
Hello,
thanks.
I am quite new to this. What is about this FSF copyright assignment
Bastien mentioned? I filled it and send it to ass...@gnu.org but since
then nothing happened. How long does this usually take?
Best,
Konrad
Am 08/02/2014 09:27 PM, schrieb Nicolas Goaziou:
Hello,
Konrad Herb
Xebar Saram writes:
> Hi again
>
> i really would appreciate any help here (i know im a neewb :) ). all
> but the text exporter works. can someone guide me on how to start
> debugging this?
This bug was introduced in dd6b4ff -- in
`org-ascii-filter-paragraph-spacing', the function body was origi
Xebar Saram writes:
> Hi again
>
> i really would appreciate any help here (i know im a neewb :) ). all
> but the text exporter works. can someone guide me on how to start
> debugging this?
This bug was introduced in dd6b4ff -- in
`org-ascii-filter-paragraph-spacing', the function body was origi
Hello,
Eric S Fraga writes:
> Sebastien Vauban writes:
>
>> Nicolas Goaziou wrote:
>
> [...]
>
>>> The question is still open, though: should it be the default?
>>
>> I'd vote for it, for both LaTeX and HTML.
>>
>> Best regards,
>> Seb
>
> As would I. Check boxes with bullet points look quit
> Von: Eric Abrahamsen
> Datum: Fri, 01 Aug 2014 09:04:07 +0800
> An:
> Betreff: Re: [O] Export org-mode buffer to dynamic html document
> (collapse/expand details)
>
> "Martin Beck" writes:
>
>> it would be great if the text below headings could be collapsed
>> somehow or if there was an
30 matches
Mail list logo