Re: [BUG] Error about org-link-types when creating a link [9.7.31 (9.7.31-4e6d38 @ /home/dsmasterson/.emacs.d/elpa/org-9.7.31/)]

2025-07-20 Thread David Masterson
) it's loaded again by my use-package setup. I'm not sure why this bug suddenly got tickled. Thanks. -- David Masterson

Re: LaTeX to Org ? (also Auctex/Lyx)

2025-07-18 Thread 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

[BUG] Error about org-link-types when creating a link [9.7.31 (9.7.31-4e6d38 @ /home/dsmasterson/.emacs.d/elpa/org-9.7.31/)]

2025-07-18 Thread David Masterson
\\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

Re: LaTeX to Org ? (also Auctex/Lyx)

2025-07-17 Thread 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.

Re: LaTeX to Org ? (also Auctex/Lyx)

2025-07-17 Thread David Masterson
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

Re: LaTeX to Org ? (also Auctex/Lyx)

2025-07-15 Thread 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

Re: LaTeX to Org ? (also Auctex/Lyx)

2025-07-15 Thread David Masterson
"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

Re: LaTeX to Org ? (also Auctex/Lyx)

2025-07-14 Thread David Masterson
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

LaTeX to Org ? (also Auctex/Lyx)

2025-07-14 Thread David Masterson
storage and possible later updates? -- David Masterson

Re: [BUG?] ox-latex and *Warnings*

2025-05-26 Thread 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

Re: [BUG] Org parser error [9.7.11 (release_9.7.11 @ /usr/local/Cellar/emacs/30.1/share/emacs/30.1/lisp/org/)]

2025-05-21 Thread David Masterson
eport).") Is this the error you mean? Have you looked at line 855 of todos.org? -- David Masterson

Re: [BUG?] ox-latex and *Warnings*

2025-05-19 Thread 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

Re: [BUG?] ox-latex and *Warnings*

2025-05-18 Thread David Masterson
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

[BUG?] ox-latex and *Warnings*

2025-05-13 Thread David Masterson
. 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

Re: How to find the function of a dispatched command ?

2025-05-03 Thread 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 &

How to find the function of a dispatched command ?

2025-05-02 Thread David Masterson
-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

Re: [PATCH] Re: Q: org-export-headline-levels doc problem?

2025-04-30 Thread 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

Re: [PATCH] Re: Q: org-export-headline-levels doc problem?

2025-04-29 Thread David Masterson
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

Re: [PATCH] Re: Q: org-export-headline-levels doc problem?

2025-04-27 Thread David Masterson
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

[PATCH] Re: Q: org-export-headline-levels doc problem?

2025-04-25 Thread David Masterson
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

[PATCH] was Re: Q: org-export-headline-levels doc problem?

2025-04-23 Thread David Masterson
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

Re: Q: org-export-headline-levels doc problem?

2025-04-22 Thread David Masterson
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 (

Re: Q: org-export-headline-levels doc problem?

2025-04-22 Thread David Masterson
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 > > **

Re: Q: org-export-headline-levels doc problem?

2025-04-20 Thread David Masterson
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

Re: Q: org-export-headline-levels doc problem?

2025-04-19 Thread David Masterson
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'.

Re: Q: BEAMER automatically break a slide in 2 ?

2025-04-19 Thread David Masterson
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

Q: org-export-headline-levels doc problem?

2025-04-17 Thread David Masterson
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

Q: BEAMER automatically break a slide in 2 ?

2025-04-17 Thread 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

Re: Q: Export if *not* using a particular backend?

2025-04-12 Thread 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

Re: Q: Export if *not* using a particular backend?

2025-04-11 Thread David Masterson
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

Q: Export if *not* using a particular backend?

2025-04-10 Thread David Masterson
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

Re: [PATCH]: add BEAMER_CLASS_OPTIONS

2025-04-10 Thread 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

Re: [PATCH]: add BEAMER_CLASS_OPTIONS

2025-04-09 Thread 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

Re: [PATCH]: add BEAMER_CLASS_OPTIONS

2025-04-08 Thread 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

Re: how can I filter my agenda on tags?

2025-03-23 Thread David Masterson
-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

Re: [PATCH] Re: Q: Documentation question on beamer and org

2025-03-16 Thread 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

Re: [PATCH] Re: Q: Documentation question on beamer and org

2025-03-16 Thread 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

[PATCH] Re: Q: Documentation question on beamer and org

2025-03-12 Thread David Masterson
cs/orgmode/beamer/][here]]. ** Creating Non-Beamer presentations -- David Masterson

[BUG?] Re: Q: Documentation question on beamer and org

2025-03-12 Thread 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 >

Re: Q: Documentation question on beamer and org

2025-03-11 Thread David Masterson
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

Re: Since Emacs 30.1, commenting lines in code blocs does not work correctly

2025-03-05 Thread David Masterson
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

Re: Since Emacs 30.1, commenting lines in code blocs does not work correctly

2025-03-04 Thread David Masterson
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

Re: Org Crypt problems

2025-03-01 Thread 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

Re: Org Crypt problems

2025-02-27 Thread David Masterson
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

Org Crypt problems

2025-02-25 Thread David Masterson
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

Re: Repeater in a time-range?

2025-02-24 Thread 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

Repeater in a time-range?

2025-02-23 Thread David Masterson
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

Worg Patch: Adding refcard-org-beamer to Tutorials

2025-02-20 Thread David Masterson
file:non-beamer-presentations.org][tutorial]] by Eric Schulte -- David Masterson

Re: [PATCH] Re: Q: Documentation question on beamer and org

2025-02-14 Thread 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

Re: [PATCH] Re: Q: Documentation question on beamer and org

2025-02-13 Thread 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 >

Q: Documentation question on beamer and org

2025-02-12 Thread David Masterson
+ 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

Re: Adding a resume.cls to Org ?

2025-01-24 Thread 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

Adding a resume.cls to Org ?

2025-01-23 Thread David Masterson
Anyone have a writeup on adding a simple resume.cls to Org? -- David Masterson

Re: Org Beamer question

2024-11-21 Thread 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

Re: Org Beamer question

2024-11-20 Thread David Masterson
"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

Org Beamer question

2024-11-19 Thread David Masterson
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

Re: Orgmode and Beamer

2024-10-28 Thread David Masterson
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

Re: Orgmode and Beamer

2024-10-28 Thread David Masterson
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

Orgmode and Beamer

2024-10-28 Thread David Masterson
volve liberal use of #+BEGIN...#+END blocks? David Masterson

Bug?: Undefined reference in ox-latex ?

2024-08-04 Thread 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

Org v9.7.7 org-assert-version problem?

2024-07-15 Thread 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

Re: Q: Attachments and IDs?

2024-07-14 Thread 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

Re: Q: Attachments and IDs?

2024-07-13 Thread 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

Re: Q: Attachments and IDs?

2024-07-12 Thread David Masterson
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

Re: Q: Attachments and IDs?

2024-07-12 Thread David Masterson
u. That gives me some ideas. -- David Masterson

Q: Attachments and IDs?

2024-07-10 Thread 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

Re: Variable Hyperlinks ?

2024-06-23 Thread 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&#x

Variable Hyperlinks ?

2024-06-20 Thread David Masterson
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

Re: Q: org-publish-project-alist and :exclude

2024-05-08 Thread 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

Re: Q: org-publish-project-alist and :exclude

2024-05-07 Thread David Masterson
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

Re: Q: org-publish-project-alist and :exclude

2024-05-06 Thread David Masterson
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

Re: Q: org-publish-project-alist and :exclude

2024-05-05 Thread David Masterson
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

Q: org-publish-project-alist and :exclude

2024-05-04 Thread David Masterson
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

Re: oeg-add-note and double backslash ?

2023-12-13 Thread 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

Re: oeg-add-note and double backslash ?

2023-12-12 Thread David Masterson
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

Re: oeg-add-note and double backslash ?

2023-12-10 Thread 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

Re: oeg-add-note and double backslash ?

2023-12-09 Thread David Masterson
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

Re: oeg-add-note and double backslash ?

2023-12-08 Thread David Masterson
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

Re: org-publish and folding ?

2023-12-06 Thread David Masterson
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

Re: oeg-add-note and double backslash ?

2023-12-06 Thread David Masterson
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

Re: oeg-add-note and double backslash ?

2023-12-04 Thread David Masterson
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 '\\

Re: oeg-add-note and double backslash ?

2023-12-04 Thread David Masterson
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

oeg-add-note and double backslash ?

2023-12-03 Thread David Masterson
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

org-publish and folding ?

2023-11-29 Thread 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

Re: Suggestion: User-contributed use-cases on orgmode.org ?

2023-11-18 Thread 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

Re: Suggestion: User-contributed use-cases on orgmode.org ?

2023-11-17 Thread David Masterson
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

Re: Suggestion: User-contributed use-cases on orgmode.org ?

2023-11-16 Thread David Masterson
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

Re: Suggestion: User-contributed use-cases on orgmode.org ?

2023-11-15 Thread David Masterson
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: >> >>> >

Re: Suggestion: User-contributed use-cases on orgmode.org ?

2023-11-15 Thread David Masterson
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?). >>

Re: Suggestion: User-contributed use-cases on orgmode.org ?

2023-11-14 Thread David Masterson
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

Re: Suggestion: User-contributed use-cases on orgmode.org ?

2023-11-14 Thread David Masterson
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

Suggestion: User-contributed use-cases on orgmode.org ?

2023-11-13 Thread David Masterson
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

Re: Exporting Hyperlinks ?

2023-11-08 Thread 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

Re: Exporting Hyperlinks ?

2023-11-05 Thread 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

Re: Exporting Hyperlinks ?

2023-11-02 Thread 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

Re: Exporting Hyperlinks ?

2023-11-01 Thread David Masterson
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

Re: Preferred posting style

2023-11-01 Thread David Masterson
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

Exporting Hyperlinks ?

2023-10-31 Thread 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

Re: Preferred posting style

2023-10-31 Thread David Masterson
to have thread context in the message, Most Emacs related mailing lists / newsgroups prefer bottom. -- David Masterson

Re: org-search-view across all org-agenda-files ?

2023-10-26 Thread 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   2   3   4   >