) it's
loaded again by my use-package setup. I'm not sure why this bug
suddenly got tickled.
Thanks.
--
David Masterson
Pedro Andres Aranda Gutierrez writes:
> Answers inline,
>
> On Fri, 18 Jul 2025 at 01:48, David Masterson wrote:
>>
>> Pedro Andres Aranda Gutierrez writes:
>>
>> > my experience (and possibly .2 cents)
>> >
>> > 1. LaTeX2Org
>> &g
\\subparagraph*{%s}"))
("report" "\\documentclass[11pt]{report}" ("\\part{%s}" .
"\\part*{%s}")
("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" .
"\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
("book" "\\documentclass[11pt]{book}" ("\\part{%s}" .
"\\part*{%s}")
("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" .
"\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
)
org-texinfo-format-inlinetask-function
'org-texinfo-format-inlinetask-default-function
org-noter--doc-goto-location-hook '(org-noter-djvu--goto-location
org-noter-nov--goto-location
org-noter-pdf--goto-location)
org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
org-agenda-mode-hook '(beginend-org-agenda-mode)
outline-minor-mode-hook '(#[0 "\301\300!\210\302\211\207" [smart-outline-cut
make-local-variable nil] 2])
org-agenda-loop-over-headlines-in-active-region nil
org-priority-lowest 70
org-agenda-start-on-weekday 0
org-agenda-files '("/home/dsmasterson/DSM/MyOrg/")
org-noter-create-session-from-document-hook
'(org-noter--create-session-from-document-file-default)
org-link-elisp-confirm-function 'yes-or-no-p
org-outline-path-complete-in-steps nil
org-noter--add-highlight-hook '(org-noter-pdf--highlight-location)
org-pdftools-get-desc-function 'org-pdftools-get-desc-default
org-startup-indented t
org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-function
org-src-lang-modes '(("beamer" . LaTeX) ("latex" . LaTeX) ("C" . c) ("C++" .
c++) ("asymptote" . asy)
("beamer" . latex) ("calc" . fundamental) ("cpp" . c++)
("ditaa" . artist)
("desktop" . conf-desktop) ("dot" . fundamental) ("elisp"
. emacs-lisp) ("ocaml" . tuareg)
("screen" . shell-script) ("sqlite" . sql) ("toml" .
conf-toml) ("shell" . sh) ("ash" . sh)
("sh" . sh) ("bash" . sh) ("jsh" . sh) ("bash2" . sh)
("dash" . sh) ("dtksh" . sh) ("ksh" . sh)
("es" . sh) ("rc" . sh) ("itcsh" . sh) ("tcsh" . sh)
("jcsh" . sh) ("csh" . sh) ("ksh88" . sh)
("oash" . sh) ("pdksh" . sh) ("mksh" . sh) ("posix" . sh)
("wksh" . sh) ("wsh" . sh) ("zsh" . sh)
("rpm" . sh))
org-agenda-skip-deadline-if-done t
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-show-empty-lines
org-cycle-optimize-window-after-visibility-change
org-cycle-display-inline-images)
org-persist-before-read-hook '(org-element--cache-persist-before-read)
org-noter--pretty-print-location-hook '(org-noter-djvu--pretty-print-location
org-noter-nov--pretty-print-location
org-noter-pdf--pretty-print-location)
org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
org-agenda-sorting-strategy '((agenda habit-down time-up priority-down
category-keep)
(todo category-up priority-down deadline-up)
(tags priority-down category-keep)
(search category-keep))
org-priority-default 70
)
--
David Masterson
the
> appearance of my slides/lecture notes.
>
> With the time, collecting and reusing has made the round-trip time +/-
> equivalent to exporting to latex, fixing there and coming back.
> That path, however, has been extemely usefull when implementing stuff
> on the feature branch.
meter helps). Makes it easier to maintain separate
export styles with all (or most of) the same content. The .bmr file can
have a first line saying that it's an Org file when you load it.
--
David Masterson
Leo Butler writes:
> On Mon, Jul 14 2025, David Masterson wrote:
>
>> William Denton writes:
>>
>>> On Monday, July 14th, 2025 at 18:38, David Masterson
>>> wrote:
>>>
>>>> I was originally wondering if anyone uses Emacs/Org to write t
"Dr. Arne Babenhauserheide" writes:
> David Masterson writes:
>
>> William Denton writes:
>>
>>> On Monday, July 14th, 2025 at 18:38, David Masterson
>>> wrote:
>>>
>>>> I was originally wondering if anyone uses Emacs/Org
William Denton writes:
> On Monday, July 14th, 2025 at 18:38, David Masterson
> wrote:
>
>> I was originally wondering if anyone uses Emacs/Org to write their
>> initial document, export it to LaTeX, fix it up with Auctex or Lyx, then
>> regenerate the Org file for
storage and possible later updates?
--
David Masterson
think the issue is that display-warning defaults to sending it's
warnings to *Warnings* which, in this case, doesn't make sense (there
are other cases in ox-latex which may be okay?). Another argument needs
to be given to display-warning to tell it to output to the *Messages*
buffer, but the buffer name is the last argument to display-warning, so
how would you do that?
--
David Masterson
eport).")
Is this the error you mean? Have you looked at line 855 of todos.org?
--
David Masterson
David Masterson writes:
> Ihor Radchenko writes:
>
>> David Masterson writes:
>>
>>> org-publish publishes a lot of files for me via multiple backends. The
>>> problem is that, in ox-latex's post scan of Latex output for warnings to
>>> add
Ihor Radchenko writes:
> David Masterson writes:
>
>> org-publish publishes a lot of files for me via multiple backends. The
>> problem is that, in ox-latex's post scan of Latex output for warnings to
>> add to the *Warnings* buffer, it doesn't print out t
.
My wish:
I can (mostly) read Elisp, but ox-latex is somewhat more than I can
figure out. I'm hoping someone with more Lisp knowledge than me could
take a look. Is the starting place org-latex-compile--postprocess ?
I'm not sure if outfile would be the filename.
--
David Masterson
Ihor Radchenko writes:
> David Masterson writes:
>
>> I use "C-h i" a lot to find the associated function with a key. This
>> doesn't work for me for dispatched functions. For instance, the
>> keystrokes for 'org-texinfo-export-to-info' is &
-dispatch' after I type 'C-c C-e' --
I can't figure out how to enter the rest of the keys ('i i').
Is there a way?
--
David Masterson
David Masterson writes:
> I'll put a new patch together tomorrow.
Patch (from git format-patch) attached.
>From 651863abef42faaabf60d829503f0da9393cfc88 Mon Sep 17 00:00:00 2001
From: David Masterson
Date: Wed, 30 Apr 2025 22:53:20 -0700
Subject: [PATCH] Cleanup documentation on de
Ihor Radchenko writes:
> David Masterson writes:
>
>>>> #+begin_example
>>>> -,* Top level headline
>>>> +,* Top (or first) level headline
>>>
>>> IMHO, this sounds like "top" and "first" are two different thin
Ihor Radchenko writes:
> David Masterson writes:
>
>> Ah, should've used the MIME commmand -- resending PATCH.
>
> This is a diff, not a patch :)
Oops
> A patch would also need to have a commit message.
> See https://orgmode.org/worg/org-contribute.ht
David Masterson writes:
> Okay, I'll try to put together a patch for what we've talked about in a
> few days.
Ah, should've used the MIME commmand -- resending PATCH.
diff --git a/doc/org-guide.org b/doc/org-guide.org
index 205623525..ef5ad1b43 100644
--- a/doc/org-gu
David Masterson writes:
> Okay, I'll try to put together a patch for what we've talked about in a
> few days.
Patch attached (did I do it right?)
--
David Masterson
--8<---cut here---start->8---
diff --git a/doc/org-guide.org b/d
Ihor Radchenko writes:
> David Masterson writes:
>
>> Also, I note the use of 'top level' in "2.1 Headlines" and would
>> probably replace it with 'first level' to keep with the numbering
>> scheme.
>
> I'd use "Top level (
Ihor Radchenko writes:
> David Masterson writes:
>
>> Also, I note the use of 'top level' in "2.1 Headlines" and would
>> probably replace it with 'first level' to keep with the numbering
>> scheme.
>
> No, because
>
> **
Ihor Radchenko writes:
> David Masterson writes:
>
>> 1. docstring mentions inferior without defining inferior. I think a
>>natural mistake is to assume inferior is where the headline level is
>>less than org-export-headline-levels (ie. < 3)
>> 2. I
Ihor Radchenko writes:
> David Masterson writes:
>
>> The documentation for 'org-export-headline-levels' seems problematic. I
>> was going to suggest a patch, but thought I'd ask first.
>>
>> The problem is in the definition of 'level'.
Ihor Radchenko writes:
> David Masterson writes:
>
>> Sometimes, an Org entry is just too big to fit one Beamer slide, but it
>> just feels right as one entry. Is there a way to automatically have big
>> slides broken into more than one slide?
>
> This can be don
hand, the value of
this variable is a number and, so, without further explanation, someone
(me) might read a value of '3' as encompassing values below '3' and,
thus, confuse the term "above" in the docstring (and Org Manual) to mean
greater than 3.
Do others see this?
--
David Masterson
Sometimes, an Org entry is just too big to fit one Beamer slide, but it
just feels right as one entry. Is there a way to automatically have big
slides broken into more than one slide?
--
David Masterson
Ihor Radchenko writes:
> David Masterson writes:
>
>> Interesting. My elisp is not strong, so a few questions:
>>
>> 1. Are you saying attr_all does not exist in Org and this code is
>>creating it?
>
> Anything in the form of #+attr_ is treated by Or
Ihor Radchenko writes:
> David Masterson writes:
>
>> Is there a way to export a section of an Org file only if the export
>> backend is *NOT* a particular backend? For instance, some things don't
>> work in Texinfo, but are fine in HTML and LATEX.
>&g
Is there a way to export a section of an Org file only if the export
backend is *NOT* a particular backend? For instance, some things don't
work in Texinfo, but are fine in HTML and LATEX.
Is there a generalized IF for processing an Org file?
--
David Masterson
+LATEX_CLASS: and
> #+LATEX_CLASS_OPTIONS: for backward compatibility or other reasons.
Should there be a #+BEAMER_CLASS to go with #+BEAMER_CLASS_OPTIONS ??
--
David Masterson
#+BEAMER: vs #+LATEX...
>
> This may be a lengthy process. And as you say, it should answer many
> questions from newbies, which we all are in a (thankfully) moving
> environment like Emacs/org-mode.
Got it. Good luck.
--
David Masterson
Pedro Andres Aranda Gutierrez writes:
> On Tue, 8 Apr 2025 at 07:29, David Masterson wrote:
>>
>> Should there be a #+BEAMER_CLASS to go with #+BEAMER_CLASS_OPTIONS
>> ??
>
> Isn't it enough to it select with
> #STARTUP: beamer
As I think was asked bef
-intersection tags skip-tags
> :test #'equal)
> (org-end-of-subtree t)
>
> I think this could be greatly simplified by supporting filtering the
> agenda view on tags.
It has been -- search the Org Manual for "Matching tags and properties".
In your case, try something like:
("w" "Workday report" tags "@work|@calls|@errands"
...
)
You can also set your context tags to be mutually exclusive (ie. only
one applies to a task) so that you don't have to skip over tags. Look at
org-tag-alist for setting that up.
--
David Masterson
Ihor Radchenko writes:
> David Masterson writes:
>> Ok. Patch attached that hopefully Ihor will pick up.
>
> Applied.
> https://git.sr.ht/~bzg/worg/commit/226265af
Thanks
--
David Masterson
ually, I think that would be good. I assume that the Beamer people
will update the the wiki page, so we don't have to update the Org manual
(provided Wikipedia don't go broke -- cross that bridge when we come to
it). I didn't think of Wikipedia having a reference for Beamer (and
Latex).
--
David Masterson
cs/orgmode/beamer/][here]].
** Creating Non-Beamer presentations
--
David Masterson
Christian Moe writes:
> David Masterson writes:
>>>> + Why is my "Outline" slide blank? Shouldn't it be picking up all the
>>>>"H:1" headings? What am I missing?
>
> Testing:
>
> (1) With a one-level document
>
Thomas Redelberger writes:
> Am 12.02.2025 um 22:19 schrieb David Masterson:
>> I've been looking at Beamer as a way to write a slide show to help
>> explain some projects to others. Working on it, I have developed a
>> number of questions that I'm not seeing answ
Denis Bitouzé via "General discussions about Org-mode."
writes:
> Le 04/03/25 à 10h48, David Masterson a écrit :
>
>> 2. When you select the region, where is the cursor?
>
> Let me answer this question first: in my above experiment, the cursor is
> at the very be
e cursor?
I think comment-region, like comment-line, considers the cursor to be
part of what is being asked to be commented.
--
David Masterson
Leo Butler writes:
> On Thu, Feb 27 2025, David Masterson wrote:
>
>> Leo Butler writes:
>>
>>> On Tue, Feb 25 2025, David Masterson wrote:
>>>
>>>> 1. If you enter a bad password (even a blank password) to
>>>> org-d
Leo Butler writes:
> On Tue, Feb 25 2025, David Masterson wrote:
>
>> 1. If you enter a bad password (even a blank password) to
>> org-decrypt-ent*, how do you tell Emacs to forget the password so
>> that you can enter the right one?
>
> Does
>
&g
h org-decrypt
which should be mention in the Org Manual section on Org Crypt.
3. What all the (user visible) Org Crypt functions and variables are
should be in the Indexes of the Org Manual.
--
David Masterson
Rens Oliemans writes:
> David Masterson writes:
>
>> Is it possible to specify a repeater in a time-range in Org? Something
>> like:
>>
>> <2025-03-06 Thu 16:00 +1w>--<2025-03-27 Thu 16:00>
>
> Not like this, unfortunately. It is possible w
Is it possible to specify a repeater in a time-range in Org? Something
like:
<2025-03-06 Thu 16:00 +1w>--<2025-03-27 Thu 16:00>
Meaning: I have appointments on Thursdays at 4pm, but only for the month
of March in 2025.
--
David Masterson
file:non-beamer-presentations.org][tutorial]] by Eric Schulte
--
David Masterson
Naresh Gurbuxani writes:
> https://github.com/fniessen/refcard-org-beamer
Excellent. Can this URL be added to "Worg tutorials" on orgmode.org?
--
David Masterson
Leo Butler writes:
> On Thu, Feb 13 2025, Sébastien Gendre wrote:
>
>> David Masterson writes:
>>
>>> Forgive the repeat -- I didn't see this come up...
>>>
>>> I've been looking at Beamer as a way to write a slide show to help
>
+ Basically, I think the Org Mode doc on Exporting to Beamer should have
a link or two to official Beamer documentation to give new users
something else to jump into if they want to make really good slides.
--
David Masterson
Robert Klein writes:
> On Thu, 23 Jan 2025 18:47:23 -0800
> David Masterson wrote:
>
>> Anyone have a writeup on adding a simple resume.cls to Org?
>
> You mean something like
>
> (setq roklein/org-latex-class/scrartcl
This is the name of a variable? With slashes
Anyone have a writeup on adding a simple resume.cls to Org?
--
David Masterson
"Fraga, Eric" writes:
> Response below/inline for email David Masterson wrote:
>> (original email sent 20 Nov 2024 at 14:32)
> So, for org, top level headlines (in your example) can be used to group
> frames but you should ensure that all text appears below second level
"Fraga, Eric" writes:
> Response below/inline for email David Masterson wrote:
>> (original email sent 19 Nov 2024 at 20:42)
>>
>> I had assumed that the option would set the frame level at 2 and all
>> headers at level 1 would be ignored (and, thus, co
at 2 and all headers at level 1 would be ignored (and, thus,
comments to explain the slides to me).
What am I misunderstanding?
#+author: David Masterson
#+date: \today
#+description: Items to consider on the home
#+subtitle: in Our Home
#+title: Home Management Ideas
#+OPTIONS: H:2 toc:t
Thanks. That's what I was looking for. Didn't previously understand
the use of the :*only: tags.
On 10/28/24 19:05, Leo Butler wrote:
On Mon, Oct 28 2024, David Masterson wrote:
Does anyone have a recommendation on how to structure an Org document
such that it can be exported
Ok. Can that be done based upon which export engine you choose --
ox-latex or ox-beamer? Example?
On 10/28/24 16:57, Naresh Gurbuxani wrote:
Comment out one of these:
#+latex_class: article
#+latex_class: beamer
Sent from my iPhone
On Oct 28, 2024, at 6:32 PM, David Masterson
wrote
volve liberal use of #+BEGIN...#+END blocks?
David Masterson
q" startup.
Any way of tracing this down?
(I'm also having a problem with org-asciidoc, but I think that's a
separate issue.)
--
David Masterson
cing a good tex file).
I dropped Org 9.7.6 and unhid 9.5.5. All my Org published fine again.
Then I noticed Org 9.7.7 was out and thought I'd give it a try. See
paragraph 1. I'll probably drop 9.7.7 for now.
--
David Masterson
rea (which could then reference out to other sections in the
manual) like Main Index. Wait a sec -- Main Index? I hadn't really
thought about that before, but I think that's what I meant by appendix.
Duh. Thanks for putting *up* with me.
--
David Masterson
Ihor Radchenko writes:
> David Masterson writes:
>
>>> ///attached-file
>>
>> Hmm. I'm still misunderstanding the *value* of an ID (value in the sense
>> of why is it useful for me). This suggests to me that, under
>> org-attach-id-dir, you coul
Ihor Radchenko writes:
> David Masterson writes:
>
>> It's taking awhile to get through my hard head, but I think I'm
>> beginning to understand the directory structure of attachments.
>>
>> org-attach-id-dir/IDx/attachment-file
>>
>> I d
u. That gives me some ideas.
--
David Masterson
7;org-attach-id-dir' (drop 'id'?) unless
overridden by a DIR property. I think I'm missing something that would
help my understanding of attachments. Am I?
Is there a section of the Org manual that talks about IDs?
--
David Masterson
Ihor Radchenko writes:
> David Masterson writes:
>
>> I use Org with Emacs 28.2 on Linux and BeOrg on iPhones. I don't
>> believe iPhones support "symbolic links". Therefore, where I mount a
>> USB key on each is going to be a different directory. I
reset the variable for iPhone. I've thought about using
Syncthing to copy photos around, but space on the iPhone and Chromebook
(for Linux) is at a premium and, after a while, the photos could exceed
available space. A 1TB USB key gives me a lot of space.
--
David Masterson
David Masterson writes:
> Ihor Radchenko writes:
>
>> David Masterson writes:
>>
>>> Hmm. Couldn't get rx (or rx-to-string) to work for me. Kept getting an
>>> error that a stringp was expected for the argument to :exclude. I tried
>>> variat
Ihor Radchenko writes:
> David Masterson writes:
>
>> Hmm. Couldn't get rx (or rx-to-string) to work for me. Kept getting an
>> error that a stringp was expected for the argument to :exclude. I tried
>> variations on:
>>
>> :exclude (rx-to-strin
David Masterson writes:
> Ihor Radchenko writes:
>
>> David Masterson writes:
>>
>>> So I have this form:
>>>
>>> :exclude "\(init\|calendar-beorg\).org"
>>>
>>> but that doesn't seem to work as I get an ignorabl
Ihor Radchenko writes:
> David Masterson writes:
>
>> So I have this form:
>>
>> :exclude "\(init\|calendar-beorg\).org"
>>
>> but that doesn't seem to work as I get an ignorable error in processing
>> calendar-beorg.org (a known B
endar-beorg.org
* init.org
So I have this form:
:exclude "\(init\|calendar-beorg\).org"
but that doesn't seem to work as I get an ignorable error in processing
calendar-beorg.org (a known Beorg issue).
Is my regex wrong?
--
David Masterson
Ihor Radchenko writes:
> David Masterson writes:
>
>> Ihor Radchenko writes:
>>
>>> Patches welcome.
>>
>> * What is my status as far as submitting patches to documentation
>> (including docstrings)?
>
> I can see two commits of yours i
Ihor Radchenko writes:
> Patches welcome.
* What is my status as far as submitting patches to documentation
(including docstrings)?
* Is there a write-up on the process of "patching" I can follow?
--
David Masterson
Ihor Radchenko writes:
> David Masterson writes:
>
>>> The detailed reason why we use this particular markup is that
>>> otherwise some internal code assumptions inside Org mode may break when
>>> users run `fill-region' on the notes. This is an internal
Ihor Radchenko writes:
> David Masterson writes:
>
>>> We do document the line breaks in
>>> https://orgmode.org/manual/Paragraphs.html
>>
>> The only thing I see with respect to '\\' is:
>>
>> Paragraphs are separated by at least
Ihor Radchenko writes:
> David Masterson writes:
>
>> Hmm. glancing through the manual, there is a bit of assumption implicit
>> about the use of '\\'. We had the problem with Unix Shell scripts that
>> we would need a backslash at the end of a line to preve
Ihor Radchenko writes:
> David Masterson writes:
>
>> I keep a number of Org files in buffers when I'm working on Org stuff. I
>> try to keep them folded so that I get the overview when I switch to the
>> buffer. I have found that, when I org-publish the project wit
Ihor Radchenko writes:
> David Masterson writes:
>
>>> To prevent fill-region from concatenating the auto-generated text in the
>>> first line and the user input in the following lines.
>>
>> Ah. Is that mentioned somewhere in the Org manual? I don't
Samuel Wales writes:
> On 12/4/23, David Masterson wrote:
>> Ihor Radchenko writes:
>>
>>> David Masterson writes:
>>>
>>>> org-add-note puts a '\\' at the end of the first line. Is it expected
>>>> the user will put '\\
Ihor Radchenko writes:
> David Masterson writes:
>
>> org-add-note puts a '\\' at the end of the first line. Is it expected
>> the user will put '\\' at the end of each line of a multiline note
>> (except the last line)?
>
> No.
>
&g
org-add-note puts a '\\' at the end of the first line. Is it expected
the user will put '\\' at the end of each line of a multiline note
(except the last line)? Why is this done?
--
David Masterson
blish does it's thing, My problem is that it doesn't refold the
buffer when publish is done.
Is there a trick to get it to refold the buffer?
--
David Masterson
Ihor Radchenko writes:
> David Masterson writes:
>
>>> Would it help if we change it to
>>>
>>> It is made of numerous .org files from https://git.sr.ht/~bzg/worg.
>>>
>>> ?
>>
>> Perhaps:
>>
>> Follow the link htt
Ihor Radchenko writes:
> David Masterson writes:
>
>> I see no mention of "~bzg/org" in worg-about.
>
> Would it help if we change it to
>
> It is made of numerous .org files from https://git.sr.ht/~bzg/worg.
>
> ?
Perhaps:
Follow the link htt
Ihor Radchenko writes:
> David Masterson writes:
>
>> In worg-about, it looks like the repo is ~bzg/worg on src.ht, but "worg"
>> doesn't come up in the project search on src.ht (but "org" does). Is
>> the repo hidden (I don't have an a
Corwin Brust writes:
> On Tue, Nov 14, 2023 at 8:16 PM David Masterson wrote:
>>
>> Max Nikulin writes:
>>
>> > On 14/11/2023 15:36, Russell Adams wrote:
>> >> On Mon, Nov 13, 2023 at 09:09:54PM -0800, David Masterson wrote:
>> >>>
>
Russell Adams writes:
> On Tue, Nov 14, 2023 at 06:14:43PM -0800, David Masterson wrote:
>> Russell Adams writes:
>>
>> > On Mon, Nov 13, 2023 at 09:09:54PM -0800, David Masterson wrote:
>> >> Just a suggestion (or maybe this is already handled?).
>>
Russell Adams writes:
> On Mon, Nov 13, 2023 at 09:09:54PM -0800, David Masterson wrote:
>> Just a suggestion (or maybe this is already handled?).
>>
>> Was thinking I'd like to see an archive of tagged use-cases for Org that
>> could be searched via tags or regex
Max Nikulin writes:
> On 14/11/2023 15:36, Russell Adams wrote:
>> On Mon, Nov 13, 2023 at 09:09:54PM -0800, David Masterson wrote:
>>>
>>> Was thinking I'd like to see an archive of tagged use-cases for Org that
>>> could be searched via tags or r
g into the Elisp of the various parts of Org. Forty years of using
Emacs (off fand on) and hacking pieces of Elisp, I never really learned
programming in Elisp.
--
David Masterson
working
toward for years.
> Ideally, xr-hyper workflow should be supported as well. A downside is
> anchors are not stable and unrelated to labels.
Stable in the sense that the CUSTOM_ID could be moved to new file?
Could IDs play a roll here?
--
David Masterson
.pdf\#anchor}{Another document}
>
> And this does not fit into single-document exports. We must export
> multiple files via ox-publish. ...and ox-publish does not support pdf
> export.
org-latex-publish-to-pdf ?? Oh, you mean that it has to go through
Latex to get to PDF.
--
David Masterson
Max Nikulin writes:
> On 02/11/2023 09:11, David Masterson wrote:
>> If I understand what you mean by "anchor", does Org create an anchor in
>> exporting to Latex when it sees a CUSTOM_ID property in an item? Then,
>> would the search in the hyperlink refer
Max Nikulin writes:
> On 01/11/2023 11:24, David Masterson wrote:
>> In the Org Mode documentation, I see how hyperlinks are handled in HTML
>> export and how images are handled in Latex export, but is there a clear
>> description of how hyperlinks are handled
be enough just to move the other person's singly quoted,
> non-interleaved text to the bottom.
Interesting idea, but the formats of "top posting" done by the various
mail readers is not uniform making rearragement difficult and often not
satisfying.
> However I should probably raise the topic on the Gnus list rather than
> discussing it any further here.
Probably true. They might have some tricks.
--
David Masterson
exported PDFs from Latex as links, but it seems
incomplete (ie. link to a file, but not to a particular CUSTOM_ID in the
file). What about Beamer or ascii or Texinfo?
--
David Masterson
to have thread context in
the message,
Most Emacs related mailing lists / newsgroups prefer bottom.
--
David Masterson
Samuel Wales writes:
> "This command searches the agenda files, and in addition the files
> listed in ‘org-agenda-text-search-extra-files’ unless a restriction lock
> is active." --
>
> On 10/26/23, David Masterson wrote:
>> Can org-search-view work across all
1 - 100 of 355 matches
Mail list logo