an be used together with
(:newline) in tag-radiogroups.
Questions anytime..
Thanks for your effort and great piece of software!
-Jens
Emacs : GNU Emacs 26.2 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.30)
of 2019-04-12
Package: Org mode version 9.2.3 (9.2.3-20-g31873e-elpaplus @
/home/msm/.emacs.
Hi,
in http://orgmode.org/worg/org-blog-articles.php> is a link "Using
org-mode with ikiwiki". The URl reads
http://www.golden-gryphon.com/blog/manoj/blog/2008/06/08/Using_org-mode_with_Ikiwiki/%20%3E%3E>.
But the %20%3E%3E ( >>) is wrong here and should be removed.
Than
ed.
Maybe it is a good idea to move point forward for at least count
of chars in search pattern before the search executes?
Greets, Jens Haustedt
("DONE" :foreground "forestgreen"
:weight bold)
("DELEGATED" :foreground
"forestgreen" :weight bold) ("CANCELED" . shadow))
org-agenda-start-with-clockreport-mode t
org-confirm-shell-link-function 'yes-or-no-p
)
Dear Sirs,
in the description of the date/time prompt, a section describes the
control of the calendar from the minibuffer.
There, a description of scrolling the calendar by 1 year is missing. The
keyboard shortcut is M-S-/ and works perfectly.
Best regards, Jens Haustedt
--
Pflichtinformationen: siehe www.euroimmun.de/impressum.htm
nk) ("mhe" :follow org-mhe-open
:store org-mhe-store-link)
("irc" :follow org-irc-visit :store org-irc-store-link) ("info"
:follow org-info-open :export org-info-export :store org-info-store-link)
("gnus" :follow org-gnus-open :store org-gnus-store-link)
("docview" :follow org-docview-open :export org-docview-export :store
org-docview-store-link)
("bibtex" :follow org-bibtex-open :store org-bibtex-store-link)
("bbdb" :follow org-bbdb-open :export org-bbdb-export :complete
org-bbdb-complete-link :store org-bbdb-store-link)
("w3m" :store org-w3m-store-link) ("file+sys") ("file+emacs")
("outlook" :follow org-outlook-open :export nil) ("doi" :follow
org--open-doi-link)
("elisp" :follow org--open-elisp-link) ("file" :complete
org-file-complete-link) ("ftp" :follow (lambda (path) (browse-url (concat
"ftp:" path
("help" :follow org--open-help-link) ("http" :follow (lambda (path)
(browse-url (concat "http:" path
("https" :follow (lambda (path) (browse-url (concat "https:" path
("mailto" :follow (lambda (path) (browse-url (concat "mailto:"; path
("message" :follow (lambda (path) (browse-url (concat "message:"
path ("news" :follow (lambda (path) (browse-url (concat "news:"; path
("shell" :follow org--open-shell-link))
org-babel-load-languages '((ditaa . t))
org-agenda-files '("~/org/active/internal.org" "~/org/active/private.org"
"H:/Nicefolder/kunden.org")
org-clock-out-hook '(org-clock-remove-empty-clock-drawer))
--
Mit freundlichen Grüssen / With kind regards:
Jens Lange
mode can be a basis for what is called Single
Sourcing [1] in the context of technical writing.
You can see my approach towards Open Educational Resources with Org
mode at [2].
Best wishes
Jens
[1] http://rockley.com/articles/Single_Sourcing_and_Technology.pdf
[2] https://gitlab.com/oer/OS
Dear all,
the attached patch allows to add a class attribute to headline
elements in HTML export. Is that acceptable for inclusion?
Best wishes
Jens
P.S. The change is tiny, but I assigned copyright to the FSF in
2015.
>From e8f16b04903bc32c4ea006727c82dbcb40b591a8 Mon Sep 17 00:00:00 2
On 2018-12-02, at 19:25, Jens Lechtenboerger wrote:
> Dear all,
>
> the attached patch allows to add a class attribute to headline
> elements in HTML export. Is that acceptable for inclusion?
In that patch, "when" should have been "if", sorry. Fixed version
at
On 2018-12-02, Nicolas Goaziou wrote:
> Jens Lechtenboerger writes:
>
>> From 068fb45f5276d61e86271988efbcf6c29e08c411 Mon Sep 17 00:00:00 2001
>> From: Jens Lechtenboerger
>> Date: Sun, 2 Dec 2018 20:25:38 +0100
>> Subject: [PATCH] ox-html.el: New property HT
Hello,
On 2018-12-04, Nicolas Goaziou wrote:
> Jens Lechtenboerger writes:
>
>> I plan to use that for a table-of-contents plugin [1] of reveal.js,
>> which looks for class attributes inside h-elements to exclude them
>> selectively.
>
> Then I suggest to sub
Hello!
On 2018-12-08, at 12:46, Nicolas Goaziou wrote:
> Jens Lechtenboerger writes:
>
>> Function org-reveal-headline calls org-html-headline to generate
>> h-elements. Of course, I could parse the generated HTML in
>> ox-reveal and add a class attribute based on org
-reveal, I would like to assign
computed classes to links in general (several per paragraph). The
attached patch extends the current functionality to add attributes
of the link to those of the parent.
Could that please be included?
Best wishes
Jens
>From 3ac50ac3a3c8951d59a1d30b047ae0407731b
Hi there,
On 2017-11-21, Nicolas Goaziou wrote:
> For the record, I implemented a "keyword" macro (master branch).
That has been in master for over a year now. Are there plans for
inclusion in a release? (Or did I overlook that?)
Best wishes
Jens
in
the manual, but I didn’t notice that until now).
Could the master branch offer backward compatible functionality,
please? I’m thinking about checking for and removing leading and
trailing quotation marks...
Best wishes
Jens
./figures/org/jitt/JiTT-Java-MX.png")
(licenseurl . "https://creativecommons.org/licenses/by-sa/4.0/";)
(licensetext . "CC BY-SA 4.0")
(cc:attributionName . "Jens Lechtenbörger")
(cc:attributionURL . "https://gitlab.com/lechten";)
(dc:source .
"
ll}
Col1 & Col2\\
\hline
foo & bar\\
\end{tabular}
\end{table}
Best wishes
Jens
On 2019-01-19, at 16:06, Nicolas Goaziou wrote:
> Jens Lechtenboerger writes:
>
>> when exporting a table with caption to LaTeX on the master branch,
>> invalid code is generated.
>
> Fixed. Thank you.
Wow, that was lightning fast.
Many thanks!
Jens
-reveal to p (for presentation) or v
(as occurring letter). Or C-r? So far, no back-end uses the
control key. Any reasons not to do this?
Best wishes
Jens
[1] https://ox-hugo.scripter.co/
[2] https://github.com/org-opml/org-opml
[3] https://github.com/yjwen/org-reveal
[4] https://gitlab.com/oer
On 2019-02-08, at 06:51, Kaushal Modi wrote:
> On Fri, Feb 8, 2019, 3:28 AM Jens Lechtenboerger wrote:
>
>> - org-reveal [3]: R
>> - org-re-reveal [4]: r (conflict with RSS)
>
> I see that org-re-reveal is based off org-reveal. So do you see a use case
> where peop
On 2019-02-08, at 06:51, Kaushal Modi wrote:
> On Fri, Feb 8, 2019, 3:28 AM Jens Lechtenboerger wrote:
>
>> - org-reveal [3]: R
>> - org-re-reveal [4]: r (conflict with RSS)
>
> I see that org-re-reveal is based off org-reveal. So do you see a use case
> where peop
de an overview before the current section “Core
exporters”?
Best wishes
Jens
On 2019-02-08, at 22:03, Jens Lechtenboerger wrote:
> On 2019-02-08, at 10:54, Kaushal Modi wrote:
>
>> On Fri, Feb 8, 2019 at 10:48 AM Thomas S. Dye wrote:
>>
>>> One place for the list of key bindings might be here:
>>> https://orgmode.org/worg/exporters
https://en.wikipedia.org/wiki/Red\%E2\%80\%93black\_tree}{Red-black trees}
--8<---cut here---end--->8---
Best wishes
Jens
On 2019-02-27, Nicolas Goaziou wrote:
> Hello,
>
> Jens Lechtenboerger writes:
>
>> When exporting the following link to LaTeX, the decoding fails.
>>
>> --8<---cut here---start->8---
>> [[https://en.wikipedia.org/wi
I do not understand this point. What is special about URIs where
*only* those occur? Might compatibility issues not arise if those
occur at all (while others such as %28 and %29 for parentheses might
occur without problems as well)?
Best wishes
Jens
On 2019-03-01, Nicolas Goaziou wrote:
> Jens Lechtenboerger writes:
>
>> On 2019-03-01, Nicolas Goaziou wrote:
>>
>>> 3. There will be some backward compatibility issues. We can add
>>>a checker in Org Lint to catch most of those. For example, we could
&g
I created org-re-reveal-ref [1] based on my fork org-re-reveal for
bibliographies with org-ref. I only use it for export to reveal.js and
PDF, but HTML seems fine as well. That package is part of emacs-reveal
[2].
Best wishes
Jens
[1] https://gitlab.com/oer/org-re-reveal-ref
[2] https
install org-re-reveal, from MELPA or from GitLab [2].
I just updated org-re-reveal-ref to clarify this. Sorry for the
omission.
Best wishes
Jens
[2] https://gitlab.com/oer/org-re-reveal/
You can avoid it by customizing variable
org-re-reveal-script-files to remove lib/js/head.min.js, which does not
seem to exist for your version.
Alternatively, if you added (require 'org-re-reveal) in your ~/.emacs,
you could add the following:
(setq org-re-reveal-script-files '("js/reveal.js"))
Best wishes
Jens
regards:
Jens Lange
ontrol whether code tags should be added or not.
I’m not sure whether :package-version 9.3 is correct. Also, I set
the value to t, which does not change the current functionality.
However, for backwards compatibility (up to version 9.2.6), a value
of nil would be preferable.
org-element-interpret-data, before org-html-encode-plain-text and
quotation mark replacement are applied. How would author
information look like that benefits from this more complex treatment
(compared to description and keywords)?
Thanks
Jens
On 2019-10-08, at 11:31, Nicolas Goaziou wrote:
> Jens Lechtenboerger writes:
>
>> The attached patch adds a new variable org-html-wrap-src-lines to
>> control whether code tags should be added or not.
>
> Thank you.
>
> However, the patch is not right. Exporters do
On 2019-10-13, at 09:30, Nicolas Goaziou wrote:
> Jens Lechtenboerger writes:
>
>> Subject: [PATCH] ox-html: Control wrapping of source lines
>>
>> * lisp/ox-html.el (org-html-format-code, org-html-do-format-code):
>> Use new export option :html-wrap-src-lines wi
this as postprocessing step on the list’s struct. Maybe an
Org expert could suggest how to do this in one pass?
Best wishes
Jens
P.S. I did not work on documentation yet as I’m not sure that this
change is acceptable.
[1] https://gitlab.com/oer/org-re-reveal/merge_requests/27
>F
ion both seem brittle
> to me. you might add to the first list.
I agree.
> i think there can be a third solution that would be less brittle.
>
> just as a brainstorm, consider the common case of continued lists like
>
> vvv
> 1. asdf
> 2. <> asdf
>
> a paragraph.
>
> 3. [@asdf-list-end] asdf
> ^^^
This would indeed be a cool solution.
Thanks
Jens
On 2019-12-02, at 08:23, Nicolas Goaziou wrote:
> Jens Lechtenboerger writes:
>
>> [...]
>> What do you think about the attached patch that allows to omit the
>> @-syntax? Controlled by the new variable
>> org-list-use-first-bullet-as-non-standard-counter, the code
On 2020-02-11, at 09:16, Bastien wrote:
> Hi Jens,
>
> it is difficult to justify existing code, it is easier to answer to
> bug reports. If you think there is a bug in this aread, can you tell
> what it is?
Hi Bastien,
many thanks for following up on this!
I see two or more b
stien,
that issue has been resolved:
https://lists.gnu.org/archive/html/emacs-orgmode/2019-10/msg00099.html
Best wishes
Jens
On 2020-02-14, at 20:31, Nicolas Goaziou wrote:
> Hello,
>
> Jens Lechtenboerger writes:
>
>> 1. Export to HTML when the title contains markup, say this one:
>>
>> #+TITLE: This does *not* work
>
> What does not work?
>
>> The HTML title element con
Hi there!
On 2020-02-15, at 15:02, Nicolas Goaziou wrote:
> Jens Lechtenboerger writes:
>
>> the W3C Markup Validator [1] disagrees with this output from
>> ox-html (which I reduced to the essential parts):
>
> OK. I was talking about the Org syntax. I misread your ini
Hi there!
On 2020-02-17, at 10:47, Nicolas Goaziou wrote:
> Jens Lechtenboerger writes:
>> Which “non exportable objects” can be skipped by that function (as
>> mentioned in a comment in org-html--build-meta-info)? Should they also
>> be skipped for description o
lots of (including mobile
and offline) devices with free software
- Separation of layout and content for ease of creation
- Text format for diff and merge for ease of collaboration
I hope this to be useful for your talks or teaching as well.
Feedback is highly appreciated.
Best wishes
Jens
[1
quot;outlook" :follow org-outlook-open :export nil) ("doi"
:follow org--open-doi-link)
("elisp" :follow org--open-elisp-link) ("file"
:complete org-file-complete-link) ("ftp" :follow (lambda (path) (browse-url
(concat "ftp:" path
("help" :follow org--open-help-link) ("http" :follow
(lambda (path) (browse-url (concat "http:" path
("https" :follow (lambda (path) (browse-url (concat
"https:" path ("mailto" :follow (lambda (path) (browse-url (concat
"mailto:"; path
("news" :follow (lambda (path) (browse-url (concat
"news:"; path ("shell" :follow org--open-shell-link))
org-babel-load-languages '((ditaa . t) (latex . t))
org-agenda-files '("~/org/xx/xx.org" "~/org/xx/xxx.org"
"x:/xx/xx.org" "x:/xxx/xxx.org")
org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
)
--
Mit freundlichen Grüssen / With kind regards:
Jens Lange
Hmm, but that worked until recently. Without any hook.
Or was your answer like: Good for you that it worked in the past but since
it ain't supported we won't make it work again?
With kind regards,
Jens Lange
2017-09-19 8:02 GMT+02:00 Nicolas Goaziou :
> Hello,
>
>
m in an instant this customize option
is like the red carpet already lying on the floor.
With kind regards,
Jens Lange
2017-09-19 21:23 GMT+02:00 Nicolas Goaziou :
> Jens Lange writes:
>
> > Hmm, but that worked until recently. Without any hook.
> >
> > Or was your answer like:
Hi there,
recursive publishing fails with base-extension any because a nil
regexp is passed. The attached patch fixes this.
Best wishes
Jens
P.S. I did the necessary paperwork (copyright assignment) for Emacs.
>From 6584a78c350016e39c199bb61d203bc12c0c4c53 Mon Sep 17 00:00:00 2001
From: =?
tion, so I can live with that but currently I
still think the "Textmarker-Experience" is missing in org-mode and should
be inside it without any user defined functions.
With kind regards,
Jens Lange
2017-09-22 23:38 GMT+02:00 Nicolas Goaziou :
> Hello,
>
> Jens Lange writes:
Hi there,
the attached patch adds a subtitle macro with documentation.
Best wishes
Jens
>From 3f54f515847f1f3034274d79fff6cfd1f92c72a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20Lechtenb=C3=B6rger?=
Date: Thu, 16 Nov 2017 15:03:33 +0100
Subject: [PATCH] Define and document subtitle ma
On 2017-11-17, Rasmus wrote:
> Jens Lechtenboerger writes:
>
>> the attached patch adds a subtitle macro with documentation.
>
> AFAIK it’s already added to the backends where it makes sense. It’s not a
> basic keyword like "#+author". It should be documented und
; WDYT? Do you want to have a stab at it?
Thanks for your reply. That would be great but goes way beyond my
current understanding of org internals. I've never heard of `split'
behaviour. Currently I don't have time to investigate this.
I'll stick with a local change for now.
Best wishes
Jens
On 2017-11-21, Nicolas Goaziou wrote:
> For the record, I implemented a "keyword" macro (master branch).
Excellent, that works for me.
Many thanks
Jens
ded
slide 20 with horizontally centered text (underneath a heading,
which—as ugly hack—could just be a non-breaking space I guess).
I hope that helps and would be happy to help more. (Responses may
be slow in the coming days, though.)
Best wishes
Jens
[0] https://gitlab.com/oer/emacs-reve
On 2018-02-13, Michael Welle wrote:
> That jumping of the headings is one of my main issues, I think it's not
> acceptable.
I see. I don’t know how to fix the headings at the top and have the
contents vertically centered.
Best wishes
Jens
you can override that if you know what you are doing.
See there: https://dev.gnupg.org/T3714
Best wishes
Jens
updated the
entire image (in particular, with a new version of ca-certificates).
Hopefully this helps:
https://stackoverflow.com/questions/35821245/github-server-certificate-verification-failed/35824116#35824116
Best wishes
Jens
reveal/container_registry
Best wishes
Jens
.io/OS/
Material generated from this:
https://gitlab.com/oer/OS/-/blob/master/.gitlab-ci.yml
A howto: https://oer.gitlab.io/emacs-reveal-howto
Best wishes
Jens
cturing in “normal” years as well). It supports a bibliography
slide and focuses on Free and Open Educational Resources with
simplified (in my view) treatment of license information.
Do you share your teaching material for “Web architecture and
applications (CSC4101)”?
Best wishes
Jens
d
;; back-ends in `org-export-backends'. With this file, you can
;; customize `org-export-backends' and add `re-reveal'. Then, when
;; pressing `C-c C-e', this file will be loaded, which loads
;; org-re-reveal.el.
Best wishes
Jens
[2] https://gitlab.com/oer/org-re-reveal/-/blob/master/ox-re-reveal.el
curl -L https://orgmode.org/elpa/org-plus-contrib-20200914.tar > org.tar
mkdir org && tar xf org.tar -C org --strip-components 1
rm -f org.tar
emacs -Q -L org
C-x C-f empty.org
In ORG-NEWS, I only found that “Emacs 24.4 or above is suggested.”
Did that change?
Best wishes
Jens
On 2020-09-15, Jeremie Juste wrote:
> Hello Jens,
>
> I'm afraid I cannot test your issue. I don't have the ability to switch
> emacs version yet.
>
> What I can tell you is that org-9.4 is working fine on GNU Emacs 27.1,
> and on Emacs 28.0.50.
Hello Jeremie,
t
d by that commit. Dunno, but if that clears
> up the failure on your end as well, I don't see any reason to not make
> that change.
>
>
> diff --git a/lisp/org-element.el b/lisp/org-element.el
> [...]
Yes, that fixes the problem over here.
Many thanks for debugging this, I’m deeply impressed.
Best wishes
Jens
om the new defcustom. The
result is assigned with setq to form, which then is non-nil so that
org-html--build-meta-entry is applied again, leading to an error
here.
Besides, did you forget keywords or remove them on purpose?
Best wishes
Jens
[1] https://lists.gnu.org/archive/html/emacs-orgmode/2
On 2020-09-18, TEC wrote:
> Jens Lechtenboerger writes:
> [...]
> I was not aware of org-element-interpret-data, and I can't say I can
> really tell what it does. If you'd care to elaborate that would be
> helpful.
Hi Timothy,
I don’t know why that is used. For thi
On 2020-09-26, TEC wrote:
> @Maintainers I think this is ready for a review.
>
> Jens Lechtenboerger writes:
>
>> My suggestion would be to go with the handling of description in all
>> cases, including the title.
>
> Currently the only element handled different
On 2020-09-28, TEC wrote:
> Jens Lechtenboerger writes:
>> Also, in org-html--build-meta-info you call
>> org-html-encode-plain-text with two arguments, but it just accepts
>> one.
>
> ? No I don't.
Your patch contains this:
+ (let* ((title (org-html-encode-p
On 2020-09-28, TEC wrote:
> Jens Lechtenboerger writes:
>
>> On 2020-09-28, TEC wrote:
>>
>>> Jens Lechtenboerger writes:
>>>> Also, in org-html--build-meta-info you call
>>>> org-html-encode-plain-text with two arguments, but it just accep
d-addresses contains "emacs-orgmode@gnu.org".
With that setting I say: Please send replies just to the list, not
to me individually.
Best wishes
Jens
[2]
https://www.gnu.org/software/emacs/manual/html_node/message/Mailing-Lists.html
Dear all,
I wrote a patch that allows the users to generate
the exported filename via elisp in EXPORT_FILE_NAME.
This suggestion encourages to reuse configuration (e.g. the document version
or title) in the export filename. A common use case when writing
documentation is that different versions o
).
Is this (easily) possible?
Best wishes
Jens
[1] https://orgmode.org/manual/Publishing-links.html#Publishing-links
On 2022-06-16, at 09:55, Tim Cross wrote:
> Jens Lechtenboerger writes:
>
>> [...]
>> More precisely: For HTML export, a link like
>> [[file:foo.org::#custom-id][elsewhere]] turns into a hyperlink to
>> “foo.html#custom-id”, which is what I want.
>>
&
x27;("index-terms.org")
:exclude ".*"
:preparation-function 'oer-reveal--add-advice-link
:completion-function 'oer-reveal--remove-advice-link
:publishing-function '(org-html-publish-to-html)
:publishing-directory "./public")
So, do you see theindex.org and theindex.inc? Do you publish the
former?
Best wishes
Jens
On 2022-07-14, Fraga, Eric wrote:
> On Thursday, 14 Jul 2022 at 08:13, Jens Lechtenboerger wrote:
>> (list "index-terms"
>
> [...]
>
>> :preparation-function 'oer-reveal--add-advice-link
>> :completion-function 'oer-reveal--
, e.g., in
the two strings “*x*” and “~*~”? Are single characters forbidden?
Best wishes
Jens
[1] https://orgmode.org/worg/org-syntax.html#Emphasis_Markers
On 2022-12-07, Max Nikulin wrote:
> On 07/12/2022 01:28, Jens Lechtenboerger wrote:
>> Hi there,
>> the syntax for Text Markup such as *bold* at [1] specifies
>> PRE MARKER CONTENTS MARKER POST with
>> CONTENTS as BORDER BODY BORDER and
>> BORDER as “Any non-whit
On 2022-12-07, Jens Lechtenboerger wrote:
> On 2022-12-07, Max Nikulin wrote:
>
>> On 07/12/2022 01:28, Jens Lechtenboerger wrote:
>>> Hi there,
>>> the syntax for Text Markup such as *bold* at [1] specifies
>>> PRE MARKER CONTENTS MARKER POST with
On 2022-12-07, Timothy wrote:
> Hi Jens,
>
>> Actually, what about this? Get rid of both, BORDER and BODY, and
>> specify CONTENTS as follows:
>> “Either a string (when MARKER represents code or verbatim) or a
>> series of objects from the standard set, not spanning
s literally because I do not want
‘find-file-hook’, automatic uncompression, etc. (which are avoided
according to the doc string of insert-file-contents-literally).
Could the old behavior be restored?
Best wishes
Jens
Hi Bruno,
On 2023-02-17, Bruno Barbier wrote:
> Hi Jens,
>
> Jens Lechtenboerger writes:
>
>> ...
>> Note that I insert contents literally because I do not want
>> ‘find-file-hook’, automatic uncompression, etc. (which are avoided
>> according to the doc stri
On 2023-02-17, Ihor Radchenko wrote:
> Jens Lechtenboerger writes:
>
>> With Org 9.6.1 from Emacs master, I get the following warning, and I
>> am asked to select a coding system:
>>
>>> These default coding systems were tried to encode the following
>>
want to be sure to use the file contents in unchanged form, as
promised by insert-file-contents-literally. For now, I copied part
of the code from insert-file-contents-literally to avoid
after-insert processing and file handlers. I still do not
understand what is happening differently in my ca
On 2023-02-17, Ihor Radchenko wrote:
> Jens Lechtenboerger writes:
>> Also, when I call secure-hash on the literal buffer-string, no
>> problem arises.
>
> Org is calling secure-hash on buffer. Calling on buffer-string would
> require unnecessary memory allocation to c
icode.org")
(secure-hash 'md5 (current-buffer)))
In the context of Org export, secure-hash seems to require a coding
system. Why?
Best wishes
Jens
smime.p7s
Description: S/MIME cryptographic signature
On 2023-02-20, Bruno Barbier wrote:
> Jens Lechtenboerger writes:
>
>> On 2023-02-20, Bruno Barbier wrote:
>>
>> However, if I use insert-file-contents-literally with a unicode
>> file, I do *not* have to set the coding-system-for-write. This just
>&g
Forget about that one, it is already fixed in master. I had the wrong load path
and used actually 9.5.5 and not org-mode cloned from master, as intended.
way around is not possible. Just like a
phone book. The numbers (key bindings) are shorter, yes. But good luck trying
to find 555-12346 when you remember 555-12345.
BR Jens
On 2023-06-09 09:34, Ihor Radchenko wrote:
Emacs master tracks the latest stable Org release.
OK, so I cobbled up Org main with branch emacs-29.
./src/emacs -Q
M-x org-version
Org mode version 9.7-pre (release_9.6.6-408-g9082fa @ ...)
(setq org-adapt-indentation 'headline-data)
Paste the
le?
Dear Marcin,
yes, that’s possible, ":attr_html" is read in `org-html-link'. You
have to set that in your code, see [1] for an example for classes in
my reveal.js backend.
Briefly, with `elem' being the link, I use this:
`(org-element-put-property elem :attr_html (list new
[emacs-29]$ ./src/emacs -Q -L ~jschmidt/work/org-mode/lisp/
(org-version nil t)
"Org mode version 9.7-pre (release_9.6.7-562-g5b6268 @
/home/jschmidt/work/org-mode/lisp/)"
(setq org-hide-emphasis-markers t)
t
;; assume test.org being absent in cwd
C-x 4 f ;; find-file-other-window
t
[Resent with correct identity to make this visible on the list as well -
sorry for the hassle.]
On 2023-07-18 10:13, Ihor Radchenko wrote:
Confirmed.
Thanks for caring about this so quickly ...
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64696
... and for the discussion with Eli & co.
On 2023-07-19 09:10, Ihor Radchenko wrote:
I see no good way to address this quickly, so I re-added stickiness to
the opening emphasis marker, as you suggested.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=724135dda
Follow-ups:
1. https://debbugs.gnu.org/cgi/bugreport.cgi?b
On 2023-07-18 10:13, Ihor Radchenko wrote:
No, it is space. In particular, it is `org--align-tags-here' + some bug
in Emacs that screws up column computation.
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64696
FWIW the third test yields
■ Warning (emacs): Test #3:: ’word’ is hidden apply
Tags: patch
`org-store-link' has a number of related issues when storing links from
article buffers related to nnvirtual, nnselect, or nnir groups. I
describe them here in prose without providing a full repro case, which
would be somewhat difficult to set up. Just let me know if you think
you n
On 2023-07-22 15:48, Ihor Radchenko wrote:
I am not familiar with Gnus, but looking at the code, may it be that
a Gnus article is open when Gnus summary buffer is not?
Theoretically yes, if you actively and malignantly kill the summary
buffer, for example. In practice and through Gnus key b
On 2023-07-23 12:26, Max Nikulin wrote:
Is nnselect a real NNTP group or is it some instance existing solely
in user's configuration?
Like nnvirtual and nnir, nnselect exists only in user's configuration,
yes. All these three backends are "wrapper backends" that keep track of
the original me
Uh, I had technical issues and did not get all mails as I expected.
Cobbling things together in one big reply now, with references and
quotes hopelessly broken ... hope you can sort it out.
Anyway, thanks to Eric for chiming in.
> Ideally, it would be nice to have tests, though I have no clue ho
On 2023-07-24 21:12, Ypo wrote:
I wanted it, because I usually use (_) to divide words when naming
my_files, and that looks ugly in Orgmode.
I had that problem myself recently. Do `org-use-sub-superscripts' and
its companion `org-export-with-sub-superscripts' help in your case?
See also .
On 2023-07-25 01:08, Ypo wrote:
Why did you try that variable instead of
"org-pretty-entities-include-sub-superscripts"?
To be honest: Because I haven't read your mail properly and because I
didn't know about "pretty entities". I just noticed the subscripting
done on such_file_names in Org H
On 2023-07-26 18:04, Ihor Radchenko wrote:
This is not a proper email address and name. Should I use Jens
Schmidt ?
Sorry, forgot to maintain that yet in my org-mode clone. Will do.
May you please add TINYCHANGE cookie to commit message. I do not see
you having a copyright status in our
1 - 100 of 185 matches
Mail list logo