When I export this sample org file:
* top-level header
** and here we have #2
The body of the generated html has this content:
top-level header
and here we have #2
I would prefer the html to not have these id or class properties; something
like this
Hello,
I'm not really familiar with the internals of the built-in html
exporter but the slimhtml exporter
[https://github.com/balddotcat/ox-slimhtml] might be closer to what
you're looking for.
best regards,
András
On Sat, 10 Jul 2021 at 09:08, Zachary Kanfer wrote:
>
> When I export this sampl
* The issue
When setting org-id-link-to-org-use-id to t, an :ID: property is created
for each headline that contain at least one code block that is
tangled.
* Reproducing this issue
1. Start emacs -Q
2. Open a "*.org" file at a location where you have write permissions
(this is because, appare
>>> "MP" == Matt Price writes:
> I have to write a number of text-heavy documents which need to be delivered
> as tables with wrapped paragraphs in most cells. Working directly in table
> format is pretty arduous and uncomfortable. Has anyone ever written a
> function to accept a list or subtree
Hi Ihor,
Ihor Radchenko writes:
> Why not just (add-face-text-property start end face-property)?
You are right, I think that solution is much simpler. I attach a
new patch and I have included your name in the commit message, for the
suggestion. Thanks!
Best regards,
Juan Manuel
>From 0e31ba4
> Marco Wahl writes:
> Colin Baxter writes:
>>> Tim Cross writes:
>>
> We could introduce multiple possibilities to choose from.
>> >>>
>> >>> 1. Ask in case of an empty directory if it should be deleted.
>> >>> 2. Don't ask. Don't touch an empty direct
I was busy last year going back to school and I wrote a research paper for my
first year of master almost entirely in org-mode.
My workflow was trivial:
- write in org-mode
- enter the bibliography with Zotero
- export to ODT and open in NeoOffice
- modify in NeoOffice
- deliver
At first, I tri
Bhavin Gandhi writes:
> I was able to reproduce this, and here are my findings as well as a
> reproducible configuration with only a few settings.
The breakage was introduced in commit c67037:
[c670379adfbdc4883d3cfa230289fd2829993265] Fix `org-agenda-todo' undo behavior
when logging (not addi
Hi Jean-Christophe,
Jean-Christophe Helary writes:
> I guess it is an issue with the Latex backend and could have been solved with
> the proper Latex settings, but it seems weird that the default settings do
> not allow for out-of-the-box multilingual support.
I agree with you that Org should
> On Jul 10, 2021, at 22:52, Juan Manuel Macías wrote:
>
> Hi Jean-Christophe,
>
> Jean-Christophe Helary writes:
>
>> I guess it is an issue with the Latex backend and could have been solved
>> with the proper Latex settings, but it seems weird that the default settings
>> do not allow fo
hi. i don't know who might merge Sébastien Miquel's fix into the source
code, but i'd be a promoter of this happening whenever it's convenient.
cheers, Greg
Sébastien Miquel wrote:
> Greg Minshall writes:
> > thanks. my trivial test shows this works*except* in the particular
> > case where,
Hi Jean-Christophe,
Jean-Christophe Helary writes:
> I had given up on Latex because mixing languages sounded like a huge
> pain in the butt but I see that without some org-level infrastructure
> it is not possible to achieve much when exporting to Latex/PDF (unless
> I missed something).
Well,
> On Jul 10, 2021, at 23:38, Juan Manuel Macías wrote:
>
> Hi Jean-Christophe,
>
> Jean-Christophe Helary writes:
>
>> I had given up on Latex because mixing languages sounded like a huge
>> pain in the butt but I see that without some org-level infrastructure
>> it is not possible to achiev
Juan Manuel Macías writes:
> Hi Jean-Christophe,
>
> Jean-Christophe Helary writes:
>
>> I had given up on Latex because mixing languages sounded like a huge
>> pain in the butt but I see that without some org-level infrastructure
>> it is not possible to achieve much when exporting to Latex/PD
It is rather annoying that C-c C-x p `org-set-property' may be quite
slow if a file is large enough. (I do not consider it huge however.)
There is noticeable delay before the prompt for property name appears in
minibuffer. Accidentally I have noticed that sometimes it is fast.
Problem appears
On 10/07/2021 20:52, Juan Manuel Macías wrote:
I agree with you that Org should have multilingual support. A few months
ago I started this thread here, with some proposals:
https://orgmode.org/list/87o8d95pvo@posteo.net/
I tried to draw more attention to support of locale-aware formatting
Maxim Nikulin writes:
> (add-to-list 'org-latex-inputenc-alist '("utf8" . "utf8x"))
Do not do this. Both, utf8x and ucs, are obsolete and deprecated for
quite some time.
For proper unicode support, switch from pdflatex to lualatex or
xelatex. With these newer backends (and proper adjustments fo
Hi Ihor,
On Sat, 10 Jul 2021 at 10:48, Ihor Radchenko wrote:
The breakage was introduced in commit c67037:
[c670379adfbdc4883d3cfa230289fd2829993265] Fix `org-agenda-todo' undo
behavior when logging (not adding note)
The fix is attached.
Thank you very much!
Best,
Gustavo.
Hello Ihor,
On Sat, 10 Jul 2021 at 19:18, Ihor Radchenko wrote:
> The breakage was introduced in commit c67037:
>
> [c670379adfbdc4883d3cfa230289fd2829993265] Fix `org-agenda-todo' undo
> behavior when logging (not adding note)
>
> The fix is attached.
Thank you! I tried the patch, but the orig
Tim Cross writes:
> Just FYI for those who don't know, you can use the org-latex-classes
> variable to define your own pseudo document classes, possibly using the
> DEFAULT_PACKAGES, PACKAGES, EXTRA_PACKAGES macros and other latex
> settings. So for example, you can add the babel or other packages
Hi Rodrigo,
Regarding the problem of large content volumes and unique identifiers I thought
Id CC Jean Marc Louis.
He has been building an Emacs approach to Hyperscope and has been considering
this facet (and others).
=> https://hyperscope.link/
Perhaps he may have some input?
Jonathan McHu
Hi Jean-Christophe,
I have heard positive things with regards to the document management system,
Context, for handling non Latin characters.
It may be worth considering as an alternative to Latex.
I recall there was momentum re exporting to Context from Orgmode, hopefully a
solid implementatio
Hi Jonathan,
Jonathan McHugh writes:
> I recall there was momentum re exporting to Context from Orgmode, hopefully a
> solid implementation is available.
It seems that a member of this mailing list, Jason Ross, is working on a
ConTeXt backend for org: https://github.com/Jason-S-Ross/ox-context/
As I'm trying to put together a PR for the doom module for adding
org-cite support [1], I'm realizing I really don't understand
use-package very well.
Could someone with some expertise in this area recommend how I do the following?
Load org-cite and it's associated packages (oc-basic, oc-natbib,
Hi Chuck,
> If you modify the ECM to change `:exports results' to `:exports
> none' and clean older fig[12].png's from the directory, the export
> fails.
Thanks for this example. I had mistakenly thought that code blocks
with ":exports none" would be evaluated for side effects, but you are
right,
Bhavin Gandhi writes:
> Thank you! I tried the patch, but the original bug[1] which the commit
> `c67037' tried to fix, gets introduced again. Basically,
> `org-agenda-undo' just removes the logbook entry and the scheduled date
> remains new.
You are right. I believe that I fixed the breakage in
Jack,
I will be going offline for a week or so, so I will have to defer more
discussion.
I know that `silent' silences an unwanted file link.
And there are a few other ways to do this.
So, if it is determined to proceed, adding an implicit `file' will not prohibit
uses in which it was not
Hi there,
I'm new to this mailing list and I'm sure I'm not caught up on discussions on
using a BNF for org-mode.
I have seen Gustav Wilkstroem's warning about the difficulties involved. I
wonder if I might propose
(what
Updating the patch with relevant new test
>From 5b89c95318a38df9f0a6706b6eb5320baafbd4d8 Mon Sep 17 00:00:00 2001
Message-Id: <5b89c95318a38df9f0a6706b6eb5320baafbd4d8.1625981997.git.yanta...@gmail.com>
From: Ihor Radchenko
Date: Sat, 10 Jul 2021 21:43:44 +0800
Subject: [PATCH] Fix duplicate logb
That is an interesting exporter. Is it actually part of orgmode? I don't
see it in the org repository. I don't want to rely on downloading something
from an archived repository that won't get bugfixes.
On Sat, Jul 10, 2021 at 3:41 AM András Simonyi
wrote:
> Hello,
> I'm not really familiar with
And yet another update fixing a typo in previous patch. Sorry
>From 89a60d654663b68f1c149fb3341a50191027f45e Mon Sep 17 00:00:00 2001
Message-Id: <89a60d654663b68f1c149fb3341a50191027f45e.1625983004.git.yanta...@gmail.com>
From: Ihor Radchenko
Date: Sat, 10 Jul 2021 21:43:44 +0800
Subject: [PATCH
I can even imagine some productive interplay between a linter and
org-mode itself. For instance, the linter could be used for deprecating
features in org-mode which are no longer maintainable. I'm sure we
could come up with other examples.
On 7/11/21 2:40 PM, trx2358-git...@yahoo.com wrote:
> --
Hi,
I did not find any tests checking logging specifications of Org mode.
Attached is an example implementation of such test for org-log-done
specs.
Best,
Ihor
>From 2a58a82520de57142c6a397d811290f19789635f Mon Sep 17 00:00:00 2001
Message-Id: <2a58a82520de57142c6a397d811290f19789635f.1625983309
34 matches
Mail list logo