Oops, noticed a few additional problems. See attached patch.
>From 14de709f224a45cb1beee5b1c1444b1454161891 Mon Sep 17 00:00:00 2001
From: Erik Hetzner
Date: Sun, 18 Apr 2021 21:47:04 -0700
Subject: [PATCH] manual: Fix publish options
* doc/org-manual.org (Publishing sample configuration):
* doc
* doc/org-manual.org (Publishing sample configuration):
* doc/org-guide.org (Publishing):
Fix stylesheet setting in publish: :style is not a valid option; use
:html-head instead.
---
A small fix for the manual which I believe is necessary (:style does not appear
to be a valid option any more). My
Hi,
My previous patch proposed to add support for importing file with
arbitrary name and building upon that this patch tries to make use of it
by making org-table-import smarter by simply adding more separators
(delimiters).
Currently org-table-import 'smartly' guesses only COMMA, TAB and SPACE
a
Timothy writes:
> Tim Cross writes:
>> This is a common development path for a successful project. Kent Beck
>> (extreme/agile development) has been focusing a bit on this with his 3x
>> development model (eXplore, eXpand, eXtract). (see
>> https://medium.com/@kentbeck_7670/fast-slow-in-3x-exp
Juan Manuel Macías writes:
> It seems that what I was proposing as a patch at the beginning is not,
> finally, a viable solution for all contexts...
>
> The problem is that, if the first space is removed, we get this
> abnormal result:
>
> #+begin_src emacs-lisp
> (org-sort-remove-invisible "- lo
i think this is the right type of solution.
On 12/8/20, TEC wrote:
>
> Hi Sam, link stability is a concern I've had too. I currently have a fix
> (or at the very least, an improvement) for this in my config where I
> overwrite org-export-get-reference. (see:
> https://tecosaur.github.io/emacs-con
Thomas S. Dye writes:
>> Follow up: What should be the response to "noise", because I don't think
>> it should be a cold shoulder.
>>
> Agreed. I'm trying to put myself in the maintainers' shoes. They volunteer
> lots of highly skilled time, which I admire greatly. I can imagine a
> situati
Aloha all,
Is there a list of current ob-* maintainers? Perhaps it would be
useful to add and populate a Maintainer column to the language
table on Worg (org-contrib/babel/languages/index.html)?
All the best,
Tom
--
Thomas S. Dye
https://tsdye.online/tsdye
Timothy writes:
Thomas S. Dye writes:
Hmmm, what constitutes noise?
Good question. I suppose like most words the meaning changes
over time. Early
on, posts along the lines of "Wouldn't it be cool if Org mode
would do this?"
were given more space than they seem to be today. Tim Cross
Tim Cross writes:
>> Nicolas Goaziou [...]
>
> Totally agree. The work Nicolas has put in to consolidate, stabilise and
> clarify the org code base has been critical to the long term viability
> of the project. I very much appreciate the work he has contributed and
> the many times he has assi
Thomas S. Dye writes:
>> Hmmm, what constitutes noise?
>>
> Good question. I suppose like most words the meaning changes over time.
> Early
> on, posts along the lines of "Wouldn't it be cool if Org mode would do this?"
> were given more space than they seem to be today. Tim Cross points ou
Hi Sébastien,
Some comments while looking over this (will report back when I have
tested it out as well). This is a section of the ob export
functionality that I have been looking for on and off for quite a
while because it is responsible for some bad and insecure behavior. I
think that some of
Timothy writes:
, but Org mode development is
in a new phase that *requires* technique and is quicker to
identify and filter
out noise.
Hmmm, what constitutes noise?
Good question. I suppose like most words the meaning changes over
time. Early on, posts along the lines of "Wouldn't it
CS Suehs wrote:
> Should I expect the setting on the BEGIN_SRC line to work?
On v9.1.14, this works for me as expected:
#+name: helloworld2-works-fine-on-9-1-14
#+BEGIN_SRC plantuml :cache yes :file helloworld2.png
@startuml
Hello --> World
@enduml
#+END_SRC
It ma
Hi Maxim,
Maxim Nikulin writes:
> On 10/04/2021 07:01, Juan Manuel Macías wrote:
>> Nicolas Goaziou writes:
>>> Could you apply the same fix to the `org-verbatim-re' match above, and
>>> provide an appropriate commit message?
>> Done! I've attached the corrected patch. Sorry for the flaws in me
>
Hello,
M. ‘quintus’ Gülker writes:
> The citation object will provide access to all elements of the new
> cite syntax I assume, including things like key, prefix and suffix?
Indeed. Also global prefix and suffix.
> Several styles I am normally confronted with require crossreferencing
> in cita
Hello,
Eric S Fraga writes:
> On Tuesday, 21 Jul 2020 at 15:52, Marco Falconi wrote:
>> I am trying to export to html a labeled latex special block (a theorem
>> environment,
>
> [...]
>
>> the link does not href to "#thm:mv" as expected, but to an auto-generated
>> label:
>
> Confirmed with or
On Sun, Apr 18, 2021 at 9:31 AM Ihor Radchenko wrote:
>
> Nicolas Goaziou writes:
>
> > In my mind, "opening" leads to the bibliography reference, not to the
> > original document. IIUC, in this situation, the location does not matter
> > much, does it?
> >
> > In any case, Org has no clue about
Nicolas Goaziou writes:
> In my mind, "opening" leads to the bibliography reference, not to the
> original document. IIUC, in this situation, the location does not matter
> much, does it?
>
> In any case, Org has no clue about the "location" of the citation. It
> can provide the suffix associated
Hello,
András Simonyi writes:
> are short-form citations like @doe2018 or [@doe2018] also supported?
No, I removed them in last year's iteration, because they are prone to
false positives. I didn't want to repeat the footnote syntax mistake,
when "[1]" was equivalent to "[fn:1]".
I am also le
Hello,
yarnton--- via "General discussions about Org-mode."
writes:
> I encountered this bug for the first time a few months ago, when
> I first used doi: links.
AFAICT Org never implemented export for DOI links. It just provides
a way to follow them, as you observed already.
I added a rough e
Nicolas Goaziou writes:
>> [[**heading to be linked to*]]
>>
>> Expected rendered result:
>
> I had troubles understanding your report. What does "rendering" means
> here? Is it about `org-insert-link', fontification, export?
I think the report referred to fontification. When
org-hide-emphasis-m
Hello,
Samuel Wales writes:
> when you link to a section using toc, you get a link like
>
>
> https://thekafkapandemic.blogspot.com/2020/02/crimes-against-humanity_3.html#org080f0ab
>
> will these links break if somebody copies them and pastes them
> elsewhere? what if you add a section?
Th
Hello,
Tianrui Wei writes:
> Here is a minimal reproducing example
>
> ** *heading to be linked to*
>
> [[**heading to be linked to*]]
>
> Expected rendered result:
I had troubles understanding your report. What does "rendering" means
here? Is it about `org-insert-link', fontification, export?
Hllo,
"Jorge P. de Morais Neto" writes:
> Hi. This trivial patch simply makes the manual agree with the docstring
> of org-latex-images-centered.
Applied. Thank you.
> Have I done anything wrong in the patch-submitting process? This is my
> second ever patch to a free software project (not c
Hi,
The attached patch modifies the ~org-babel-tangle~ function to avoid a
quadratic behavior in the number of blocks tangled to a single file.
Tangling an org buffer with 200 blocks to 5 different files yields a
25 % speedup.
* lisp/ob-tangle.el (org-babel-tangle-collect-blocks): Group
collec
26 matches
Mail list logo