Re: Towards a new TeX font management

2025-04-24 Thread Robert Klein
Hi, you don't need to usepackage textcomp anymore since the spring 2020 release of LaTeX, see https://www.latex-project.org/news/latex2e-news/ltnews31.pdf page three, right column. Best regards Robert On Wed, 23 Apr 2025 16:31:12 + Ihor Radchenko wrote: > Pedro Andres Aranda G

Re: Cannot yank media when image come from Gnome screenshot

2025-02-13 Thread Robert Pluim
was from trial-and-error. Visuwesh> [ The test returns non-nil once I C-x C-e the cl-defmethod so that is at Visuwesh> least something. ] Nothing in emacs core uses `cl-find-method', so if this breaks you have a strong case for getting it fixed šŸ™‚ The patch looks fine to me. Robert --

Re: [BUG] Invalid custom types in org-table and org-clock [9.7.11 (release_9.7.11 @ /home/rpluim/repos/emacs/lisp/org/)]

2025-02-11 Thread Robert Pluim
>>>>> On Mon, 10 Feb 2025 19:27:03 +, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >> The custom types for org-clock-rounding-minutes and >> org-table-duration-custom-format suffer from excessive quoting. Patch >

[BUG] Invalid custom types in org-table and org-clock [9.7.11 (release_9.7.11 @ /home/rpluim/repos/emacs/lisp/org/)]

2025-02-10 Thread Robert Pluim
(release_9.7.11 @ /home/rpluim/repos/emacs/lisp/org/) Robert -- >From d02f9700debfbafaab71fc6c7401132ae11de08e Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Mon, 10 Feb 2025 13:37:25 +0100 Subject: [PATCH] Remove unneeded quoting for symbol values. To: emacs-de...@gnu.org * lisp/org/org-clock.el (

Re: I'm giving a FOSDEM talk on Org Mode

2025-02-09 Thread Robert Love
Has anyone successfully watched this? It has very intermittent sound, cutting out frequently then stoping for many minutes. I don’t see the referenced QR code. > On Feb 6, 2025, at 4:19 PM, Amy Grinn wrote: > > Amy Grinn mailto:grinn@gmail.com>> writes: > >> Hello all, >> >> I hope

Re: Adding a resume.cls to Org ?

2025-01-25 Thread Robert Klein
Answers interspersed. PS, The help for the variable ā€œorg-latex-classesā€ (C-h v org-latex-classes) has a very detailed description (and examples without the ~\\par) Am Fri, 24 Jan 2025 14:30:36 -0800 schrieb David Masterson : > Robert Klein writes: > > > On Thu, 23 Jan 2025 18

Re: Cannot yank media when image come from Gnome screenshot

2025-01-24 Thread Robert Pluim
>>>>> On Fri, 24 Jan 2025 18:27:23 +0530, Visuwesh said: Visuwesh> [ą®µąÆ†ą®³ąÆą®³ą®æ ஜனவரி 24, 2025] Robert Pluim wrote: >>>>>>> On Fri, 24 Jan 2025 10:37:37 +0530, Visuwesh said: >> Visuwesh> * lisp/org-compat.el: Add workaround prop

Re: Cannot yank media when image come from Gnome screenshot

2025-01-24 Thread Robert Pluim
>>>>> On Fri, 24 Jan 2025 10:37:37 +0530, Visuwesh said: Visuwesh> * lisp/org-compat.el: Add workaround proposed by Robert Pluim Visuwesh> to make yank-media work under GNOME reliably for Visuwesh> Emacs 29. Did I propose it? I donʼt remember šŸ˜€

Re: Adding a resume.cls to Org ?

2025-01-24 Thread Robert Klein
uot;))) (use-package ox-latex :after org :config (setq org-latex-default-class "scrartcl" ;; more stuff... (add-to-list 'org-latex-classes roklein/org-latex-class/scrartcl) ;; more stuff ) Best regards Robert

[BUG] latex run fails for ob-latex with imagemagick options

2025-01-07 Thread Robert Klein
anged, 11 insertions(+), 3 deletions(-) I also attached the interim LaTeX file, the log file of the LaTeX run and the contents of the *Org PDF LaTeX Output* buffer. Thanks for any help. Best regards Robert #+Name: my-dit #+header: :exports results :file my-dit.png #+header: :imagemagic

[BUG] emphasis marker inside macro breaks macro [9.7.16 (release_9.7.16 @ /home/roklein/ot/org-mode/lisp/)]

2024-11-13 Thread Robert Klein
ted emacs using the command ā€œemacs -Q -l .temacs tmp/macrotest.orgā€ Thanks for any help. Best regards Robert Emacs : GNU Emacs 29.4 (build 1, x86_64-unknown-openbsd, GTK+ Version 2.24.33, cairo version 1.18.2) of 2024-09-28 Package: Org mode version 9.7.16 (release_9.7.16 @ /home/roklein/o

[BUG] Backtrace from orh-element-cache failing in when editing non-org file [9.6.15 (release_9.6.15 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2024-10-06 Thread Robert Place
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: How to fully control parsing of Org mode links during export

2024-08-15 Thread Robert Weiner
this seems to be the place if you want to change the markup in the copied buffer before Org formats it for export. Is there any other existing hook that runs before formatting in this copied buffer? Thanks. -- Robert On Mon, Jul 22, 2024 at 9:53 AM Ihor Radchenko wrote: > Robert Weiner wri

Re: Cannot yank media when image come from Gnome screenshot

2024-08-05 Thread Robert Pluim
>>>>> On Mon, 05 Aug 2024 17:44:43 +, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >>>>>>> On Sun, 04 Aug 2024 19:01:24 +, Ihor Radchenko said: >> Ihor> I am not sure if I like patching Emacs f

Re: Cannot yank media when image come from Gnome screenshot

2024-08-05 Thread Robert Pluim
>>>>> On Sun, 04 Aug 2024 19:01:24 +, Ihor Radchenko >>>>> said: Ihor> I am not sure if I like patching Emacs functions when loading Org mode. Ihor> On the other hand, I do not see any obvious downside. I was hoping youʼd have a strong opini

Re: How to fully control parsing of Org mode links during export

2024-07-21 Thread Robert Weiner
Sorry, I mistyped the first example in my message, it should read: 1. When exporting from an Org file to html, I want this [[Emacs#Section-One]] to be converted into this: Emacs#Section-One but instead Org export produces: Emacs#Section-One -- rsw

Re: Capture from Firefox to Org-mode

2024-07-21 Thread Robert Weiner
On Tue, Jul 9, 2024 at 11:08 AM Chris Keschnat wrote: > SĆ©bastien Gendre writes: > > Hi, > I'm not actively using this but I had it configured and just tested that > it works. It might not answer you're questions directly, but I hope it > helps. > > > How to capture data from a web page to Org-m

Re: How to fully control parsing of Org mode links during export

2024-07-21 Thread Robert Weiner
an then check what you have to do to make org-html-link output > the desired string, or redefine org-html-link to do what you need and > later make a derived backend from the html backend replacing the > org-html-link function or simply load the new definition of > org-html-link using a me

How to fully control parsing of Org mode links during export

2024-07-21 Thread Robert Weiner
Hi Org developers: I could really use some help from Org export experts. I have been trying to tweak export link parsing to do what I want without any success. Here is a summary of the issues and related questions I have. Usinf Org version "9.8-pre": 1. When exporting from an Org file to html,

Re: [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]

2024-06-12 Thread Robert Nyman
Mr. Radchenko: I will go through the file and clean it up. If this doesn't work, then I'll start fresh. Thank you for your help. =rk= PS Weirdly, this file did work on a different machine (laptop) without issue. On 6/12/24 13:52, Ihor Radchenko wrote: Robert Nyman writes:

Re: [BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]

2024-06-12 Thread Robert Nyman
pty "Line Trust Warning" buffer. Same happens on the "Dog Walk" TODO Same happens on the "Daily Writing Project" TODO. =rk= On 6/12/24 12:58, Ihor Radchenko wrote: [ Adding Org mailing list back to CC to keep the bug discussion public; I will not mentio

[BUG] Clock malfunction -- Cannot process task file after update [9.7.2 (release_N/A-N/A-88dd2c @ /home/rknyman/.emacs.d/elpa/org-9.7.2/)]

2024-06-09 Thread Robert Nyman
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. -

SVG Previews for org mode

2024-03-29 Thread Robert
that. Best regards Robert (defun org--make-svg-preview-overlay (beg end image) "Build an overlay between BEG and END using the svg image data." (let ((ov (make-overlay beg end))) (overlay-put ov 'org-overlay-type 'org-svg-overlay) (overlay-put ov 'evapora

[BUG] wrong side of point error in org-element-cache [9.6.15 (release_9.6.15 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2024-02-24 Thread Robert Place
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

org babel output

2023-07-03 Thread Robert Synofzik
nraise\nfinally:\n print(' do you possibly have any idea on how to fix this? Sorry to bother you and thanks for the attention! Robert

Re: id links in non-org buffers

2023-06-26 Thread Robert Weiner
The current pre-release package of Hyperbole from the elpa-devel archive will display any Org ID (typically a UUID) or Org Roam ID referent given an ID in any buffer. Simply press M-RET on the ID with Hyperbole active and the referent/definition is displayed in another window or frame (whatever Hy

org-mode for code comments?

2023-04-10 Thread Robert Nikander
Hi, I searched the internet and this doesn’t seem to exist. I would like to have something like the opposite of code blocks. I could edit a code file, and the comments would be in org-mode. I happen to be using C++ and lsp-mode at the moment. // This C++ comment is all org mode. The font

Re: (org-icalendar-combine-agenda-files t) prints byte code

2023-03-02 Thread Robert JƤschke
to figure out what's happening and why? (I'd really like to understand.) Another issue is that the above call works in a shell but not when called by cron (both result in the strange output but with cron no file is created). I am not sure if that's relevant. I

Re: [PATCH] Fix some emacs-30 byte-compile warnings

2023-02-17 Thread Robert Pluim
>>>>> On Fri, 17 Feb 2023 14:08:04 +, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: Ihor> 3 unexpected results: Ihor> FAILED test-org-table/copy-field Ihor> FAILED test-org-table/references/mode-string-N Ihor> FAILE

(org-icalendar-combine-agenda-files t) prints byte code

2023-02-17 Thread Robert JƤschke
problem? Best regards, Robert OpenPGP_signature Description: OpenPGP digital signature

How is org-enforce-todo-dependencies supposed to work?

2023-02-11 Thread Robert Nikander
Hi, I’m trying to use todo dependencies. I created the following tree, and set the variable to `t` by evaluating the setq expression. But nothing changes. I can use S- to cycle the TODO state of ā€œTest Project" (none - TODO - DONE) even though the children items are not DONE. Is that expected?

Re: [FR] Allow emojis in tags (was: emojis in tags?)

2023-02-10 Thread Robert Nikander
> On Feb 10, 2023, at 6:23 AM, Ihor Radchenko wrote: > > Robert Nikander writes: > >> […] > > It is not hard to do, but I am not sure about consequences of such a > change in Org syntax. > > I see no obvious downsides though. I noticed that other poten

emojis in tags?

2023-02-09 Thread Robert Nikander
Hi, Does anyone else think it might be nice to allow emojis in tags? I used to use OmniFocus before I got into org-mode. I had some tags that were certain symbols that had meaning to me. Rob

Re: [BUG] M-S- does not adjust clock timestamps as described in docs [9.5.5]

2023-02-08 Thread Robert Nikander
> On Feb 8, 2023, at 5:14 AM, Ihor Radchenko wrote: > > Robert Nikander writes: > >> […] >> >> If I put point on the minutes of 12:30 (second line) and hit S-M-, it >> moves the time to 12:35, but nothing else moves. Based on the docs, I >> tho

[BUG] M-S- does not adjust clock timestamps as described in docs [9.5.5]

2023-02-07 Thread Robert Nikander
Hi, The docs say this about S-M + arrow keys on clock log lines. (In section: 8.4.1 - Dates and Times > Clocking Work Time > Clocking Commands) ā€˜S-M-’ (ā€˜org-timestamp-up’) ā€˜S-M-’ (ā€˜org-timestamp-down’) On ā€˜CLOCK’ log lines, increase/decrease the timestamp at point and the one of th

clock reports, group/rollup by tags, properties?

2023-02-07 Thread Robert Nikander
Hi, I see some previous discussion about this years ago [1], but it looks like it never made it into the official code base. (?) If I use `:scope agenda`, I get a column called ā€œFileā€ that is used as the top ā€œgroup byā€ in the query. I don’t see a way to change that. I’d like to see my time div

Re: [PATCH] Fix one remaining emacs-30 byte-compile warning

2023-01-25 Thread Robert Pluim
>>>>> On Tue, 24 Jan 2023 10:29:17 +0100, Arash Esbati said: Arash> Hi all, Arash> Robert sent a patch[1] which pacifies emacs-30 compiler warning. He Arash> missed one which is fixed by the patch below. It is against org-mode Arash> master (6b15897

Re: [PATCH] Fix some emacs-30 byte-compile warnings

2023-01-23 Thread Robert Pluim
>>>>> On Mon, 23 Jan 2023 14:04:42 +, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >> The emacs 30 byte-compiler warns about uses of `eq' >> and similar with constant strings which might have unintended >> sem

[PATCH] Fix some emacs-30 byte-compile warnings

2023-01-23 Thread Robert Pluim
1,7 @@ org-table-make-reference (if lispp (if (eq lispp 'literal) elements - (if (and (eq elements "") (not keep-empty)) + (if (and (string= elements "") (not keep-empty)) "" (prin1-to-string (if numbers (string-to-number elements) elements Robert --

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-19 Thread Robert Horn
Ihor Radchenko writes: > Robert Horn writes: > >>> Not really. Countries may change DST at any moment in future. Or decide >>> to switch calendars (consider countries near the day transition line). >>> >>> And "past local time, according to the

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-16 Thread Robert Horn
wanted astronomical or other relationships would usually specify UTC or TAI. They might use a fixed offset for UTC. People who are into the demands of TAI (e.g., orbital mechanics) generally don't want to deal with the offsets or other issues that come up with UTC, so they wanted TAI. -- Robert Horn rjh...@alum.mit.edu

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-16 Thread Robert Horn
Ihor Radchenko writes: > Robert Horn writes: > >>> 1. Time (-MM-DD HH:MM) not continuous and may change arbitrarily at >>>certain times a year or in future or in the past: >>>- DST transitions are not stable and change from year to year >>>

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-16 Thread Robert Horn
is is particularly tricky for repeating times for regularly scheduled events. > 5. Leap seconds! 23:59:59 -> 23:59:60 -> 00:00:00, according to >astronomical Earth observations > Fortunately, the most recent vote reached majority for eliminating leap seconds, hopefully within 8 years. -- Robert Horn rjh...@alum.mit.edu

Re: [BUG] hyperbole action key on path name results in org-element-cache warning [9.6-pre (release_9.5.5-997-ge58bd0 @ /home/grfz/src/org-mode/lisp/)]

2022-12-11 Thread Robert Weiner
Hi Ihor: So if we want to determine the Org type of an element outside of an Org buffer (when using org-type minor modes for example), how would we change this 'let' code: (let* ((context ;; Only consider supported types, even if they are not ;; the closest one. (org-e

Re: watch YT videos through in Emacs [Was: Interest in an Org video meetup?]

2022-10-12 Thread Robert Weiner
> More info on my blog in Spanish (if anyone is interested, I can translate it) Yes, please translate it to English. -- rsw On Wed, Oct 12, 2022 at 6:24 AM Juan Manuel Macías wrote: > Ihor Radchenko writes: > > > Quiliro Ordóñez writes: > > > >> Hola Juan Manuel. > >> > >>> There is the You

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-10 Thread Robert Weiner
You want a CRM system which to me is a very different creature and much more complex than a contact manager, meant to lookup fairly static information about people. HyRolo was built to allow freeform contact management and to specifically avoid the typical, limiting field-based techniques in co

Re: stability of toc links

2022-10-10 Thread Robert Weiner
I missed the beginning of this; what exactly are you looking for? If you don’t want ids attached to the headlines that go into the toc, are you asking for code that automatically updates the toc on any change to individual headlines inthe document body? It would probably be easier to just have

Re: [HELP] Fwd: Org format as a new standard source format for GNU manuals

2022-10-10 Thread Robert Weiner
I would just like to point out that anyone familiar with writing a Texinfo-format manual who wants to combine this with Org mode would likely just want to embed Org constructs, like Org tables in the manual; not to use Org as a formatter that exports individual source blocks to form a Texinfo ma

Re: Org, Hyperbole, and eev

2022-10-10 Thread Robert Weiner
Hi Jean: I know this does not address everything you want but if you leverage Hyperbole’s capabilities, you’ll probably be able to get what you want with a lot less code. First, creating an explicit button displays only the button name as you like, fontified as you like, and with the button ac

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-10 Thread Robert Weiner
Hi Jean: A few thoughts. 1. Although I understand you do a great many things with your database-backed Hyperscope system and I work with RDBMSes every day, I don't really see great value in what you have shown in the context of contact management when compared to the already existing HyRolo or or

Re: Org and Hyperbole

2022-10-08 Thread Robert Weiner
We had object-based, multi-media files with Engelbart's NLS/Augment system. We had relational databases way before the web. But here we are in 2022 with enormous personal computing power and for interactive editing, everyone is using and transferring stream-based files of characters that are then

Re: Org and Hyperbole

2022-10-08 Thread Robert Weiner
Emacs becomes more usable on mobile devices, we can add more mobile-friendly features to Hyperbole. -- rsw On Tue, Oct 4, 2022 at 2:06 PM David Masterson wrote: > Robert Weiner writes: > > > We welcome brief summaries of features you need for effective note > > taking in Emacs.

Re: Org and Hyperbole

2022-10-08 Thread Robert Weiner
On Tue, Oct 4, 2022 at 3:06 AM Payas Relekar wrote: > Robert Weiner writes: > > > Thanks, Jean. We have started work on a note-taking subsystem for > > Hyperbole that will store UUIDs per note and will likely support > backlinks > > too. We are seeing if we ca

Re: Org and Hyperbole

2022-10-08 Thread Robert Weiner
ersus when you are on it, as you normally do. -- rsw On Sat, Jun 25, 2022 at 10:32 AM Juan Manuel MacĆ­as wrote: > Hi, Robert, > > Robert Weiner writes: > > > We do like avy and as you say, Hyperbole can work with it. We try to > > avoid requiring any non-builtin Ema

Re: Org and Hyperbole

2022-10-08 Thread Robert Weiner
at 8:51 AM Robert Weiner wrote: > Hi Jonathan: > > Yes, the backlink issue is one of the reasons we have not focused on > moving kcells with permanent hyperlink anchors from one file to another. > We generally feel that the context of kcells within an outline is important > and thus

Re: Org and Hyperbole

2022-10-08 Thread Robert Weiner
n the mode prior to Hyperbole's binding. -- rsw On Thu, Jul 7, 2022 at 6:46 AM Fraga, Eric wrote: > Robert, > > one immediate issue that has arisen is the binding of C-c C-m (i.e. C-c > RET) to hui-select-thing. This clobbers the whole gnus-dired-mode-map > in dired mode

Re: Org and Hyperbole

2022-10-08 Thread Robert Weiner
Hi Siva: (Sorry, I can't read this list too often so I miss some of these great messages). That is a very nice explanation of the power of implicit buttons. Imagine being able to ignore having to fully parse documents and instead just describing the patterns of interest and what to do with them

Re: Org and Hyperbole

2022-10-08 Thread Robert Weiner
On Sat, Jun 25, 2022 at 5:18 PM David Masterson wrote: > Robert Weiner writes: > > > Great to see you here too. We could use you on extended Hyperbole > > documentation if you ever get into it. > > Thanks, my hands don't type well anymore or I might've consi

Re: Org and Hyperbole

2022-10-08 Thread Robert Weiner
On Tue, Sep 27, 2022 at 11:50 AM Russell Adams wrote: > > Could you point to some usage of Hyperbole that could help address > it's use case? > Hi Russell: There are videos. The 'Overview and Demo' video has section links in the description so you can jump to just sections that interest you:

Re: Org and Hyperbole

2022-10-08 Thread Robert Weiner
Hi Guys: I know what SQLite, org-roam and multi-user RDBMSes are and I use all of these things at various levels. They are useful in many ways as you have pointed out and across time, we may consider optional integrations but one of the core design principles of Hyperbole is to work in all fairly

Re: Org and Hyperbole

2022-10-03 Thread Robert Weiner
Another good thought. Anyone can add an embeddable export of Koutlines; I don't think we'll find time to do that in the mainline development branch though. On Tue, Sep 27, 2022 at 10:45 AM Jean Louis wrote: > * Robert Weiner [2022-06-25 23:52]: > > 2. We have not yet in

Re: Org and Hyperbole

2022-10-03 Thread Robert Weiner
-to-use notes system that does not require any external packages like SQLite. On Tue, Sep 27, 2022 at 10:00 AM Jean Louis wrote: > * Robert Weiner [2022-06-24 12:53]: > > Hyperbole does not have bi-directional links, only a history > > function to move back through followed node

Re: Should page break (^L) work as paragraph element separator and be included into Org syntax? (was: [BUG] org-fill-paragraph doesn't handle ^L correctly [9.5.4 (release_9.5.4-19-g4dff42 @ /home/matt

2022-09-26 Thread Robert Klein
nes after ^L. > > Thanks for your work on Org mode! > Matt > Actually ^L is a *page* separator (to be exact ā€œFORM FEEDā€). Best regards Robert

Re: [off topic] List all non-latin characters in a buffer

2022-09-09 Thread Robert Pluim
tive) Uwe> (skip-chars-forward "\001-\177")) Equivalently you can do (skip-chars-forward "[[:ascii:]]") (or use `re-search-forward' with the [:nonascii:] character class.) Robert --

How to utilize Org mode editing without display formatting

2022-08-28 Thread Robert Weiner
Hi: I have an Emacs programmatic need where I want to read an Org file into Emacs in a raw form without any display formatting (because the formatting is too slow for large or many Org files) but I need to leave the buffer after processing in Org mode, again without taking the time to visually for

Re: [SOLVED] Re: Something has happened such that I can't export to latex

2022-07-31 Thread Robert Pluim
etween 'make' and 'make bootstrap'. The thing to know about 'make bootstrap' is that you donʼt need to run 'make' again afterwards, since everything will already have been built. Sharon> But thank you to all who tried to find a solution. Iʼm glad you sorted it. Robert --

Re: Something has happened such that I can't export to latex

2022-07-29 Thread Robert Pluim
pe for $(LISPI) in lisp/Makefile and re-running the make? If that contains loadup we need to figure out why. Robert --

Re: Something has happened such that I can't export to latex

2022-07-29 Thread Robert Pluim
ake[1]: Leaving directory '/home/boudiccas/git/org-mode/lisp' Sharon> make: *** [mk/targets.mk:133: autoloads] Error 2 Sharon> = What does your local.mk contain? I donʼt think the default org makefile references loadup.el anywhere. Robert --

Re: Org and Hyperbole

2022-07-16 Thread Robert Weiner
Just noting that we have seen this and will have a look. -- rsw > On Jul 16, 2022, at 7:16 PM, Robert Weiner wrote: > > And it does highly complex context matching for many common patterns out of > the box with no need for customization. > > — rsw > >> On Ju

Re: Org and Hyperbole

2022-07-16 Thread Robert Weiner
And it does highly complex context matching for many common patterns out of the box with no need for customization. — rsw > On Jul 7, 2022, at 8:26 AM, Ihor Radchenko wrote: > > Max Brieiev writes: > >> Embark defines the following targets: file, symbol, URL, s-expression, >> defun, etc. It

Re: Org and Hyperbole

2022-07-06 Thread Robert Weiner
Hi Eric: Wonderful. We hope more Org users will try Hyperbole as well and let us know any additional implicit button types (automatic wiki-like hyperbuttons) you would like to see in Org mode or other ways Org and Hyperbole can interoperate. -- rsw On Wed, Jul 6, 2022 at 12:58 PM Fraga, Eric

Re: Org and Hyperbole

2022-07-04 Thread Robert Weiner
Correct. It uses just C-h h to activate the Hyperbole minor mode and to display its keyboard driven minibuffer menu. This is a normal global key binding which you can easily rebind to anything you like. -- rsw > On Jul 4, 2022, at 10:44 AM, Fraga, Eric wrote: > > On Monday, 4 Jul 2022 at

Re: [PATCH] describe how to override Author

2022-06-30 Thread Robert Pluim
>>>>> On Thu, 30 Jun 2022 21:19:36 +0800, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >> >> Occasional committers would probably not read org-maintenance.org, and >> >> those are the people this section is aimed at

Re: [PATCH] describe how to override Author

2022-06-30 Thread Robert Pluim
>>>>> On Wed, 29 Jun 2022 18:10:00 +0800, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >> Iʼd be worried if the org maintainer(s) didnʼt know how to override >> Author :-) Ihor> I have bad news for you... Simply bec

Re: [PATCH] describe how to override Author

2022-06-28 Thread Robert Pluim
>>>>> On Mon, 27 Jun 2022 17:53:30 +0800, Ihor Radchenko >>>>> said: Ihor> Robert Pluim writes: >> diff --git a/org-contribute.org b/org-contribute.org Ihor> Maybe add the details to org-maintenance.org instead? Ihor> This is more

Re: Org, Hyperbole, and eev

2022-06-28 Thread Robert Weiner
it, though if we could, we would be enthralled. I know a bit what that is like! Best of luck, -- rsw On Tue, Jun 28, 2022 at 12:48 AM Eduardo Ochs wrote: > On Sun, 26 Jun 2022 at 21:50, Robert Weiner wrote: > > > > So here is a simple implementation that is not unlike you

Re: Org, Hyperbole, and eev

2022-06-26 Thread Robert Weiner
rdo Ochs wrote: > > On Sun, 26 Jun 2022 at 21:50, Robert Weiner wrote: >> >> So here is a simple implementation (...) > > Hi Robert, > > thanks - but most functions of eev that deal with youtube URLs are > clearly marked either as "this is part of a 5-mi

Re: Org, Hyperbole, and eev

2022-06-26 Thread Robert Weiner
So here is a simple implementation that is not unlike your own though the functions are a bit simpler and more clearly documented without a listing of every possible test case type and requires neither Hyperbole nor Org until you want to activate things as buttons: (require 'browse-url) (defun yo

Re: Org and Hyperbole

2022-06-26 Thread Robert Weiner
Hi Jonathan: Yes, I no longer have time to maintain it and based on quality standards don't wish to re-release it unless one or more highly experienced Emacs package developers want to take it on, as it is a good size package. Such a person would have to have developed significant Emacs packages

Re: Org and Hyperbole

2022-06-26 Thread Robert Weiner
Hi Siva: Yes, I think you have a good handle on the concepts behind Hyperbole buttons and additional Action Key contexts. Beyond that, there is also the Koutliner, HyRolo and HyControl in Hyperbole as you grow into it. Look forward to seeing some of the implicit button types you create for your

Re: Org, Hyperbole, and eev

2022-06-26 Thread Robert Weiner
6 Jun 2022 at 15:23, Robert Weiner wrote: > > > > Maybe if you could pick a single eev function that you think could > > be implemented with Org and Hyperbole and pointed us to the > > documentation for that, then we could show you an equivalent one > > using these pa

Re: Org, Hyperbole, and eev

2022-06-26 Thread Robert Weiner
as one technique. -- rsw On Sun, Jun 26, 2022 at 1:52 PM Eduardo Ochs wrote: > On Sun, 26 Jun 2022 at 13:29, Robert Weiner wrote: > > Hi Eduardo: > > > > I really think that you are confused in saying that Hyperbole and Org > are hacker-unfriendly. Yes, they are targete

Re: Org, Hyperbole, and eev

2022-06-26 Thread Robert Weiner
Hi Eduardo: I really think that you are confused in saying that Hyperbole and Org are hacker-unfriendly. Yes, they are targeted at users who don't have to understand the programming, but if you do understand Lisp programming well, the interactive features are available as Lisp functions in almost

[PATCH] describe how to override Author

2022-06-26 Thread Robert Pluim
Robert> The thing thatʼs missing is any discussion of how to ensure the Author Robert> of the commit is set correctly. When applying git patches it all Robert> works, but not when applying diffs. Iʼll read through the Robert> org-contribute section and see if I can

Re: ox-latex table tabbing support.

2022-06-26 Thread Robert Pluim
>>>>> On Sat, 25 Jun 2022 11:32:21 +0800, Ihor Radchenko >>>>> said: Ihor> em...@vergauwen.me writes: >> Hi Robert,Ā  >> I used the instructions provide onĀ  >> https://orgmode.org/worg/org-contribute.html#first-patch. >>

Re: Org and Hyperbole

2022-06-25 Thread Robert Weiner
which you could get to pdf as well, I imagine. -- Bob > On Jun 25, 2022, at 3:07 PM, David Masterson wrote: > > Robert Weiner writes: > >> I am happy to answer questions and discuss ways we can make Hyperbole >> and Org work even better together; one direct quest

Re: Org and Hyperbole

2022-06-25 Thread Robert Weiner
Good idea, Juan. I’m all for quick ways to activate buttons without losing your current context. I’ll take a look at how we might support this as an optional load. -- Bob > On Jun 25, 2022, at 10:32 AM, Juan Manuel MacĆ­as > wrote: > > Hi, Robert, > > Robert Weiner w

Re: Org and Hyperbole

2022-06-24 Thread Robert Weiner
as well. Enjoy. -- rsw On Fri, Jun 24, 2022 at 1:57 PM João Pedro wrote: > Hey Robert. Thanks for coming here to offer to clarify any doubts people > have regarding Hyperbole. > > I haven't been interacting with the thread, but I've been lurking about > and I'

Re: Org and Hyperbole

2022-06-24 Thread Robert Weiner
just add it in and use its character and line navigation sometimes. Did you have any particular uses in mind? -- rsw On Fri, Jun 24, 2022 at 9:52 AM Juan Manuel MacĆ­as wrote: > Hi, Robert, > > First of all, welcome to the list. And of course congratulations on all > the great work

Re: ox-latex table tabbing support.

2022-06-24 Thread Robert Pluim
>>>>> On Fri, 24 Jun 2022 17:20:37 +0300, Daniel Fleischer >>>>> said: Daniel> Robert Pluim [2022-06-24 Fri 15:37] wrote: >> Hi Daniel, I see this was committed with you as Author: and Bob as >> Created-by:, which is somewhat unusual.

Re: ox-latex table tabbing support.

2022-06-24 Thread Robert Pluim
https://orgmode.org/worg/contributors.html. Hi Daniel, I see this was committed with you as Author: and Bob as Created-by:, which is somewhat unusual. I canʼt find anything about Created-by in the descriptions of org-mode's processes (and this is the only instance I can see in the commit logs). Robert --

Re: Org and Hyperbole

2022-06-24 Thread Robert Weiner
tline structure between files (we already support exporting the text of koutlines to other buffers or to HTML), so this is a future use case to consider. -- rsw On Fri, Jun 24, 2022 at 6:55 AM indieterminacy wrote: > Hi Robert, > > On 24-06-2022 07:34, Robert Weiner wrote: > > Hi Samuel

Re: Org and Hyperbole

2022-06-24 Thread Robert Weiner
r from Org, Hyperbole or another package. It is in early development now, so feel free to mention any wishlist items. On Fri, Jun 24, 2022 at 2:44 AM Tim Cross wrote: > > Hi Robert, > > welcome to the list. > > I find hyperbole very interesting and am trying it out now. I can see a

Re: Org and Hyperbole

2022-06-24 Thread Robert Weiner
Hi Samuel: > On Jun 24, 2022, at 12:32 AM, Samuel Wales wrote: > > hi robert, welcome to the org list and thanks for your offer. > > for starters, does hyperbole have any concept of links that are: > > - unbreakable [like org-id] This one is not so simple to answer.

Re: Org and Hyperbole

2022-06-23 Thread Robert Weiner
Hi Eduardo: I hope you'll take another look. (hyperbole-mode 0) disables the Hyperbole minor mode and all of its key bindings. The global binding {C-h h} is left in place so that you can quickly re-enable Hyperbole's minor mode and display its navigational minibuffer menu (where quick keys let y

Re: Org and Hyperbole

2022-06-23 Thread Robert Weiner
Typically: {M-x package-install RET hyperbole RET} {M-x hyperbole-mode RET} is enough to install the stable, V8 version of Hyperbole to try out. If you are more advanced and want to try out the in-development version that corresponds to the git tip of the Hyperbole master branch, this is availabl

Re: Org and Hyperbole

2022-06-23 Thread Robert Weiner
For reference: Hyperbole Videos are here: https://www.youtube.com/channel/UCNRwswKKpjOlOVfFTS73P9A/videos The Hyperbole Home Page is here: https://www.gnu.org/software/hyperbole/ Just to look at if you don't want to interact with it, the Hyperbole FAST-DEMO file is here: https://www.gnu.or

Re: Org and Hyperbole

2022-06-23 Thread Robert Weiner
Hi: Thanks to Juan for starting this thread and the interesting conversation it has started. I just joined this mail list, so I don't have the prior messages and can't reply to the thread, so I have started this new one. I am the author of Hyperbole and would be happy to answer questions concern

Re: [PATCH v3] ol.el: add description format parameter to org-link-parameters

2022-06-21 Thread Robert Pluim
namespace. Better would be to do (let ((orig-parameters org-link-parameters)) ... (setq org-link-parameters orig-parameters) Robert --

[PATCH] org.el (org-read-date): Point to Info documentation

2022-06-21 Thread Robert Pluim
I was just about to start implementing calendar navigation commands for org-read-date, except that they all already exist :-). Theyʼre just not documented in the docstring, only in the manual. Patch adding a cross-reference attached. Robert -- >From bded6dfd8d6340d8330f8c1f11a46a140082f3b5

  1   2   3   4   5   6   7   8   9   10   >