Re: Should org-link-parser add type "file" when link has no "file:" prefix?

2024-01-31 Thread joseph
January 17, 2024 at 5:15 AM, "Ihor Radchenko" wrote: > > Joseph Turner writes: > > > > > > > > > May you please provide an example with an Org file containing file links > > > > > > and how you envision to transform them? Will

Re: Should org-link-parser add type "file" when link has no "file:" prefix?

2024-02-01 Thread joseph
February 1, 2024 at 4:23 AM, "Ihor Radchenko" wrote: > > jos...@ushin.org writes: > > > > > > > > > > > What we can do then is pass an extra argument to :follow function - > > > > > the > > > > > > > > link object. That way, :follow function can get all the information > > > it > > > >

[Orgmode] How do I change when a new day starts in orgmode?

2010-10-16 Thread Joseph Buchignani
I have a customization question. I want to have my habits roll over when I wake up, rather than when the clock hits 12 AM. How do I make this happen? I know I read about it somewhere but I can't find it after determined Googling and checking the Org manual and Worg. Thanks, JB -- Ignore the f

Re: [Orgmode] How do I change when a new day starts in orgmode?

2010-10-16 Thread Joseph Buchignani
, 2010 at 1:56 PM, Carsten Dominik wrote: > > On Oct 16, 2010, at 6:28 PM, Joseph Buchignani wrote: > >> I have a customization question. >> >> I want to have my habits roll over when I wake up, rather than when >> the clock hits 12 AM. >> >> How do I mak

[Orgmode] Re: Force completed habits to revert to "HABIT" todo keyword instead of "TODO"

2010-11-09 Thread Joseph Buchignani
4:26 AM, Matt Lundin wrote: > Hi Joseph, > > Joseph Buchignani writes: > >> Summary: I would like habits to automatically be marked as the todo >> keyword "HABIT" instead of "TODO" after I mark them "DONE" >> >> Reasons: &g

Re: [Orgmode] Re: Force completed habits to revert to "HABIT" todo keyword instead of "TODO"

2010-11-09 Thread Joseph Buchignani
David, I understand what your second function does, but I'm confused about what the first one does. Does the first function set all habits to have a "return to state" property? Or does it cause all habits to revert to the "return to state" defined keyword, if it is defined? I was asking how to s

[Orgmode] Org babel R Help

2010-03-19 Thread Joseph Cole
I've been struggling with a few aspects of org babel R: 1) src_R surrounds output with ==. E.g. src_R{1+1} gives =2= I would expect it to just give 2. Because it surrounds the output with equals signs, this means you are unable to use the output in latex equations, general text or tables as

Re: [Orgmode] Org babel R Help

2010-03-21 Thread Joseph Cole
Joseph Cole writes: I've been struggling with a few aspects of org babel R: 1) src_R surrounds output with ==. E.g. src_R{1+1} gives =2= I would expect it to just give 2. Because it surrounds the output with equals signs, this means you are unable to use the output in latex equa

[Orgmode] cannot enable org-habit

2010-08-31 Thread Joseph Buchignani
Hi Org-mode, I've read all the mailing lists and manuals and still can't get my org-habit module working. I presume there ought to be some sort of entry in my agenda, or the "k" key should do something. I get nothing. Here is my setup: - org-mode 7.01h - emacs file included below. The re

[Orgmode] Re: cannot enable org-habit

2010-09-01 Thread Joseph Buchignani
uot; from "TODO" [2010-09-01 Wed 01:02] :END: :PROPERTIES: :LAST_REPEAT: [2010-09-01 Wed 01:33] :STYLE: habit :END: On Wed, Sep 1, 2010 at 2:34 PM, Noorul Islam K M wrote: > Joseph Buchignani writes: > > > Hi Org-mode, > > > > I've read all the mailing l

[Orgmode] Re: cannot enable org-habit

2010-09-02 Thread Joseph Buchignani
Julien, it sounds like you're doing something different than what's in the manual. Could you paste exactly the code you used in your .emacs to include org-habit in the modules list and then activate it? I guess it would be two separate lines? Thanks, JB On Fri, Sep 3, 2010 at 1:26 AM, Julien Fan

Re: [Orgmode] cannot enable org-habit

2010-09-03 Thread Joseph Buchignani
test Emacs snapshot in Ubuntu Lucid 10.04. On Fri, Sep 3, 2010 at 9:15 AM, Bastien wrote: > Hi Joseph, > > (please post on the mailing list...) > > Joseph Buchignani writes: > > > First, even if items like DONE state logging are not properly configured, > I > > s

Re: [Orgmode] cannot enable org-habit

2010-09-03 Thread Joseph Buchignani
weekly schedule. Press K there. You should get a message that habits have been disabled/enabled. If not, org-habit is not working. On Fri, Sep 3, 2010 at 5:33 PM, Joseph Buchignani < joseph.buchign...@gmail.com> wrote: > I figured out what I was doing wrong. I was looking for habit

[Orgmode] Force completed habits to revert to "HABIT" todo keyword instead of "TODO"

2010-09-06 Thread Joseph Buchignani
Hi Org mode, Summary: I would like habits to automatically be marked as the todo keyword "HABIT" instead of "TODO" after I mark them "DONE" Reasons: I want to keep my habits separate from my tasks. But they display together on my TODO list. This makes it hard to keep track of what's a habit and w

[Orgmode] bug report - org-agenda-sorting-strategy

2010-09-08 Thread Joseph Buchignani
I have a bug to report for org-agenda-sorting-strategy. I customized this variable to sort by priority ONLY using the Org Agenda Custom Commands interface. However, the priorities continue to be out of order. I am sorting habits, some of which have no repetitions yet. It seems to be sorting some

[Orgmode] Vague, difficult to trace error on malformed habits

2010-09-09 Thread Joseph Buchignani
Hi Org-Mode, Today I receved the "stringp, nil" error when attempting to generate my agenda buffer. By a process of gradually eliminating all the text in my org buffer and retesting, I eventually traced the error to a habit TODO item that I'd forgotten to give a repeating scheduled date. It was s

[Orgmode] bug - #+STARTUP: indent breaks replace priority command

2010-09-09 Thread Joseph Buchignani
This one is very easy to duplicate. Add the variable #+STARTUP: indent to the top of the org buffer. Hit C-c C-c with point on the startup variables to refresh the setup. Create a todo item. Assign it priority A via C-c , A. Then reassign it priority B via C-c , B. When indent mode is enabled, y

Re: [O] Best practices? Multiple .org files?

2011-09-01 Thread Joseph Kern
On Thu, Sep 1, 2011 at 1:35 PM, Brian Wood wrote: > I've been using orgmode for 6 months and really like it. I started with on > monolithic work.org file. I'm worried that at some point this file will > get too big and bog down emacs. I'm not sure how big it would have to > be...? To avoid tha

Re: [O] Best practices? Multiple .org files?

2011-09-02 Thread Joseph Kern
Is there a way to display the contents of the file in-line? On Fri, Sep 2, 2011 at 6:35 AM, Christian Moe wrote: > On 9/1/11 7:35 PM, Brian Wood wrote: > >> (...) I'm thinking that I should break up >> >> this file into multiple .org files in a directory. If I do that: >> >> 1. I would like to

[O] different hoisting in two panes

2011-09-26 Thread Joseph Buchignani
One of the major shortcomings of org-mode as an outliner is the following: You cannot have different hoisting or outline visibility settings in two panes of the same file. For example, if you want to hide the body text and just view outline headings in one pane, while you work on the body text of

Re: [O] different hoisting in two panes

2011-09-27 Thread Joseph Buchignani
Awesome, thanks. This makes Org-Mode truly a two pane outliner. Actually it's three "pane" I guess, since it includes metadata. Yeah... 3 pane, the agenda view would be a pane. I would suggest adding this command to the documentation for Org-Mode under the outlining section somewhere. I've been u

Re: [O] different hoisting in two panes

2011-09-27 Thread Joseph Buchignani
ble normally and alternate with editing the latex document as you > want. > > [1] - http://orgmode.org/manual/A-LaTeX-example.html > > -- > Darlan > > > > At Tue, 27 Sep 2011 19:55:19 +0800, > Joseph Buchignani wrote: > > > > [1 ] > > Awesome, tha

[O] Feature that org mode needs most

2012-07-17 Thread Joseph Thomas
Hello. I couldn't believe I hadn't been aware of org mode until a few months ago, as someone who's been using emacs for everything for many years. I use it to journal how all my time is spent in a given work day- for both work related tasks and non-work tasks (ex. getting coffee, lunch, conversat

Re: [O] Feature that org mode needs most

2012-07-18 Thread Joseph Thomas
s on as an option), I would be your biggest fan :) Regards, Joe On Wed, Jul 18, 2012 at 4:50 AM, Giovanni Ridolfi wrote: > > > Hi, Joseph, > (I cc'ed also Bernt Hansen, aka "the king of clocking" ;-) > maybe he has better ideas; he's more experience than me, for

Re: [O] Feature that org mode needs most

2012-07-18 Thread Joseph Thomas
thing that the org team would choose. Could you make a suggestion? Thanks again! Joe On Wed, Jul 18, 2012 at 4:50 AM, Giovanni Ridolfi wrote: > > > Hi, Joseph, > (I cc'ed also Bernt Hansen, aka "the king of clocking" ;-) > maybe he has better ideas; he's more

Re: [O] Feature that org mode needs most

2012-07-18 Thread Joseph Thomas
Thanks so much, I'll follow the instructions on this page, it seems like a better approach than what I did earlier today. On Wed, Jul 18, 2012 at 11:46 AM, Giovanni Ridolfi < giovanni.rido...@yahoo.it> wrote: > Da: Joseph Thomas > Inviato: Mercoledì 18 Luglio 2012 16:01 >

[Orgmode] Any way to stop the creation of UIDs in the iCalendar exports?

2009-04-29 Thread Joseph Korbeck
UIDs when exporting iCalendar files. Is there a way that I can stop the generation of UIDs when I export iCalendar (.ics) files? Thanks, Joseph Korbeck _ Rediscover Hotmail®: Now available on your iPhone or BlackBerry

[Orgmode] Creating Org Table using Calc on C-syntax hex integers

2009-06-24 Thread Joseph Oswald
GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) of 2008-03-26 on RELEASE Running on Windows XP Pro org-version 4.67c I have composed a table in org including integers using C-syntax hexadecimal. | Variable Name | Current | Target.exe locn | Address of || | |

[O] Anniversaries from BBDB available to calendar and diary?

2013-11-25 Thread Joseph Mingrone
ed in the calendar and don't show up the diary. Is there away to make the calendar/diary aware of anniversaries in BBDB? Joseph

Re: [O] Anniversaries from BBDB available to calendar and diary?

2013-11-27 Thread Joseph Mingrone
(add-hook 'diary-list-entries-hook 'bbdb-anniv-diary-entries) Joseph

Re: [O] Anniversaries from BBDB available to calendar and diary?

2013-11-27 Thread Joseph Mingrone
Eric Abrahamsen writes: > Joseph Mingrone writes: > >> Hi Myles, >> >> Thanks for your reply. >> >> Myles English writes: >>> I wonder, did you look at the section of 10.3.1 titled "Anniversaries >>> from BBDB"? >> >

[O] babel and bibliography

2016-06-01 Thread Joseph Mingrone
em to apply any longer with newer versions or org-mode. I'm running 8.3.4 in Emacs 25.0.94.1 (5th pretest for version 25.1). Regards, Joseph signature.asc Description: PGP signature

Re: [O] babel and bibliography

2016-06-03 Thread Joseph Mingrone
s} > #+END_LATEX Ah, of course. Thanks. :) Joseph signature.asc Description: PGP signature

Re: [O] org-export-latex-hyperref-options-format

2014-02-20 Thread Joseph Hirn
Ok. I was hesitant to require anything additional but I should be able to knock this out. Thx again. Sent from my iPhone > On Feb 20, 2014, at 4:22 AM, Nicolas Goaziou wrote: > > Hello, > > Joe Hirn writes: > >> Hi just sat down to code this up. I assume the keywords are so we can use >> data

[O] Bug: Preview equation fails using dvipng - incorrect string [9.0.1 (9.0.1-elpaplus @ d:/Users/nish.joseph/.emacs.d/elpa/org-plus-contrib-20161118/)]

2016-12-10 Thread Nish Joseph
pData/Local/Temp/orgtex7708Klj.dvi\"" #) The problem i suspect is \"d:/Users/nish.joseph/AppData/Local/Temp/\"\"orgtex7708Klj\".png Kind Regards Nish Joseph Emacs : GNU Emacs 25.1.1 (x86_64-w64-mingw32) of 2016-09-22 Package: Org mode version 9.0.1 (9.0.1-elpaplus @

[O] Bug: Can't create org-link to heading containing an ampersand

2019-01-05 Thread Joseph Lloyd
eing found in the heading search. Emacs : GNU Emacs 26.1 (build 1, x86_64-apple-darwin14.5.0, NS appkit-1348.17 Version 10.10.5 (Build 14F2511)) of 2018-05-30 Package: Org mode version N/A (N/A @ /Users/joseph/.local/src/org-mode/lisp/) Regards, Joseph

[BUG] Consecutive emphasis markers only work every other time [9.5 (9.5-??-cc2490a70 @ /home/joe/.emacs.d/.local/straight/build-27.1/org/)]

2021-10-10 Thread Joseph Peterson
Steps to reproduce: Enter org mode (I am on cc2490a7061955395c4f5a1a23a088044554a2f7) Type *bold* *bold* *bold* Notice that the second instance is not bolded while the first and third are. This doesn't occur if there is norm

Re: [PATCH] org-eldoc: Fix compatibility with Emacs 28

2020-07-17 Thread Joseph Mingrone
On Fri, 2020-07-17 at 01:41, Kyle Meyer wrote: > All right, thanks. Here's that in patch form. I briefly tested with > Emacs 26, 27, and 28, and things seemed to work fine (though I'm not an > org-eldoc user). > I'll plan to apply it in a day or two unless there are objections. So far so good

[PATCH] prevent mangled output in ob-J by allowing sit-time duration to be customized

2020-09-02 Thread Joseph Novakovich
Hello! The problem is that we read the contents of the output after 0.1 seconds, which, for expensive computations, results in the mangling of output. Output from expensive computations gets propagated down to subsequent code-blocks' outputs, producing a horrible mess. Joseph

Re: [PATCH] prevent mangled output in ob-J by allowing sit-time duration to be customized

2020-09-04 Thread Joseph Novakovich
Hello Bastien, Sure, I'd be happy to help! Joseph On 9/4/20, Bastien wrote: > Hi Joseph, > > applied on maint (as 7d8247410), thanks. > > Would you like to take over ob-J.el maintainance? > > -- > Bastien >

[PATCH] lisp/ob-plantuml.el: Insert results in buffer

2022-07-21 Thread Joseph Turner
Allow src block execution without ":file" header arg. When ":file" is omitted, insert txt output in buffer below src block. TINYCHANGE --- etc/ORG-NEWS| 5 + lisp/ob-plantuml.el | 10 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NE

Re: [PATCH] lisp/ob-plantuml.el: Insert results in buffer

2022-07-25 Thread Joseph Turner
xecute:plantuml function based on the value of the params arg? Or perhaps you have a different solution? Once we straighten this issue out, I am happy to resubmit the updated patch with your suggested style changes. Warmly, Joseph

Re: [PATCH] lisp/ob-plantuml.el: Insert results in buffer

2022-07-27 Thread Joseph Turner
ams))) (params (if do-export (add-to-list 'params '(:results . "file"))) (out-file ... ``` Logging the params variable after the let* block reveals that :results is set to "file", but I still get "Code block produced no output" when I try to evaluate the plantuml org src block. Thoughts? Joseph

Re: [PATCH] lisp/ob-plantuml.el: Insert results in buffer

2022-07-31 Thread Joseph Turner
equivalent to the value of params produced by the current org-babel-execute:plantuml function. However, when the above function is executed on a block like: #+begin_src plantuml :file "this.png" Bob->Alice : Hello1! #+end_src I get "Code block produced no output." I suspect that setting the scoped params variable has no effect on the execution of the function, since I can set params to '((:results . "none")), and I'll still get a printed result if org-babel-default-header-args:plantuml is set to the above value. Is it safe to modify the value of org-babel-default-header-args:plantuml from within the function? Would that even work? Thank you for your patience in figuring this out with me :) Joseph

[PATCH v2] lisp/ob-plantuml.el: Insert results in buffer

2022-08-03 Thread Joseph Turner
When :results header arg is set to a value that doesn't include "file", insert txt output in buffer below src block. TINYCHANGE --- etc/ORG-NEWS| 7 +++ lisp/ob-plantuml.el | 13 ++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS

Re: [PATCH v2] lisp/ob-plantuml.el: Insert results in buffer

2022-08-05 Thread Joseph Turner
will submit a v3 patch. Is this still a TINYCHANGE or shall I do a copyright assignment? > Also, can you please update the ob-plantuml documentation according to > the changes made. The current version is in > https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-plantuml.html Gladly. Best, Joseph

[PATCH v3] lisp/ob-plantuml.el: Insert results in buffer

2022-08-05 Thread Joseph Turner
When :results header arg is set to a value that doesn't include "file", insert txt output in buffer below src block. TINYCHANGE --- etc/ORG-NEWS| 7 +++ lisp/ob-plantuml.el | 12 +--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS

[PATCH] org-contrib/babel/languages/ob-doc-plantuml.org: ASCII output

2022-08-05 Thread Joseph Turner
Document the new functionality of ob-plantuml to insert ASCII diagrams directly in the buffer. --- This patch documents the changes made here: https://lists.gnu.org/archive/html/emacs-orgmode/2022-08/msg00110.html .../babel/languages/ob-doc-plantuml.org | 55 +++ 1 file cha

Re: [PATCH v3] lisp/ob-plantuml.el: Insert results in buffer

2022-08-06 Thread Joseph Turner
You're very welcome! Thank you for your guidance. I learned quite a lot of Elisp during this process. On August 6, 2022 1:24:46 AM PDT, Ihor Radchenko wrote: >Joseph Turner writes: > >> When :results header arg is set to a value that doesn't include >> "file&qu

Re: [PATCH] org-contrib/babel/languages/ob-doc-plantuml.org: ASCII output

2022-08-13 Thread Joseph Turner
You're right! Thank you for catching my mistake. I'll send another patch. Joseph Ihor Radchenko writes: > Joseph Turner writes: > >> Document the new functionality of ob-plantuml to insert ASCII diagrams >> directly in the buffer. > > Thanks! > >>

[PATCH v2] org-contrib/babel/languages/ob-doc-plantuml.org: ASCII output

2022-08-13 Thread Joseph Turner
Document the new functionality of ob-plantuml to insert ASCII diagrams directly in the buffer. --- .../babel/languages/ob-doc-plantuml.org | 57 +++ 1 file changed, 46 insertions(+), 11 deletions(-) diff --git a/org-contrib/babel/languages/ob-doc-plantuml.org b/org-contrib/

Re: [PATCH] org-contrib/babel/languages/ob-doc-plantuml.org: ASCII output

2022-09-15 Thread Joseph Turner
No worries! Thanks for your patient help. Ihor Radchenko writes: > Ihor Radchenko writes: > >> Joseph Turner writes: >> >>> You're right! Thank you for catching my mistake. I'll send another patch. >> >> Did you have a chance to work on the pa

Re: [PATCH] org-contrib/babel/languages/ob-doc-plantuml.org: ASCII output

2022-09-21 Thread Joseph Turner
find when I execute the org src code block on my local machine. Joseph

Re: [BUG] Server-side export problem in Worg?

2022-09-22 Thread Joseph Turner
Thank you for the fix! Joseph Bastien Guerry writes: > Ihor Radchenko writes: > >> Bastien, there seems to be an issue with Worg export on server. Can you >> please check? > > This is now fixed, thanks: > > https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-plantuml.html#org6cd541e

Re: [PATCH v2] lisp/ob-plantuml.el: Insert results in buffer

2022-10-31 Thread Joseph Turner
No worries!! Have a good day :) On October 30, 2022 11:02:18 PM PDT, Ihor Radchenko wrote: >Ihor Radchenko writes: > >>> Good catch! I will submit a v3 patch. >> >> Did you have a chance to work on the patch? > >Oops. I missed that you did and I even merged it. :facepalm: >Sorry for the noise.

org-ctags-find-tag should not prompt inside org-open-at-point

2023-09-24 Thread Joseph Turner
ay break some ctags functionality. Thanks! Joseph Turner

Re: org-ctags-find-tag should not prompt inside org-open-at-point

2023-09-26 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >> When org-ctags-find-tag is a member of org-open-link-functions, fuzzy >> links and custom-id links are broken. Instead of following those links, >> Emacs prompts for a filename with "Visit tags table (default TAG

Re: org-ctags-find-tag should not prompt inside org-open-at-point

2023-09-28 Thread Joseph Turner
Rudolf Adamkovič writes: > Joseph Turner writes: > >> (setopt org-ctags-open-link-functions nil) > > Oh, thank you! This regularly drives me crazy. You're welcome! > I added the following to my Emacs/Org configuration: > > #+BEGIN_SRC emacs-lisp :results no

How to HTML export non-Emacs/Elisp info manual links?

2023-10-10 Thread Joseph Turner
URL points to <https://www.gnu.org/>, but it would be useful to have the option to specify a different host, like: https://magit.vc/manual/transient.html#Introduction Thank you!! Joseph

Re: How to HTML export non-Emacs/Elisp info manual links?

2023-10-10 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >> I'd like for exported HTML output to include HTTP links to info manuals >> besides the Emacs and Elisp manuals. Is this possible? >> ... > > Now, you can. > https://git.savannah.gnu.org/cgit/emacs/org

Should org-link-parser add type "file" when link has no "file:" prefix?

2023-12-28 Thread Joseph Turner
sclusion-make-from-link with point on "[[/foobar]]", org-transclusion.el ends up inserting this: #+transclude: [[file:/foobar]] which, at least with hyperdrive.el, doesn't point to the same file as #+transclude: [[/foobar]] All suggestions are welcome! Thank you!!! Joseph

Re: Should org-link-parser add type "file" when link has no "file:" prefix?

2023-12-30 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: [...] > Thanks for reporting! > Fixed, on main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=d15e52fef Thank you for the quick fix! >> In hyperdrive.el currently, "[[/foobar]]" and "[[

Re: Should org-link-parser add type "file" when link has no "file:" prefix?

2023-12-30 Thread Joseph Turner
Joseph Turner writes: > - When handling "file" type links, check if `org-current-uri-scheme' > matches one of the keys in `org-link-parameters', and use the > appropriate handler instead of the "file" handler. (see attached patch > for an example usage i

Re: Should org-link-parser add type "file" when link has no "file:" prefix?

2024-01-01 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >>> It would be more reliable to provide a separate link type. >>> We might even extend the special file+application: link type syntax that >>> already allows special behavior for opening file links. >>

Re: Should org-link-parser add type "file" when link has no "file:" prefix?

2024-01-15 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >>> See `org-open-file' IN-EMACS argument - we may use different handlers >>> to open file links. Currently, IN-EMACS can be 'system or 'emacs. But >>> nothing stops us from adding more options.

Re: Should org-link-parser add type "file" when link has no "file:" prefix?

2024-01-16 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >>>> I'd like for users to be able to take an existing directory of Org mode >>>> documents and copy them all into a hyperdrive. I think the least >>>> surprising behavior is for the links between

[PATCH] Silently remove lockfiles from org-agenda-files

2024-01-18 Thread Joseph Turner
eason (maybe EXWM didn't fully load), Emacs simply hung without prompting, leaving me with a black screen. The attached patch silently removes lockfiles from org-agenda-files. Thanks! Joseph P.S. I'm not sure how the lockfile ended up there. Maybe I killed Emacs with SIGKILL while one

Re: [PATCH] Silently remove lockfiles from org-agenda-files

2024-01-31 Thread Joseph Turner
Hi Ihor, Ihor Radchenko writes: > Joseph Turner writes: > >> My Emacs setup broke today due to the presence of a lockfile inside >> "~/.local/share/org/todo". I use EXWM, and I show org-agenda on startup: >> >> (add-hook 'after-init-hook

Using search options in HTTP-style links

2024-04-15 Thread Joseph Turner
x27;t handle Org documents at all. On my machine, loading https://ushin.org/needs-list.org#%3A%3A%23care in Firefox downloads the file as if the fragment weren't there. What other issues might arise when encoding search options this way? Any other comments/questions welcome :) Thank you! Joseph

Re: Using search options in HTTP-style links

2024-04-17 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >> ... >> (eww "https://ushin.org/needs-list.org#%3A%3A%23care";) >> >> ...loads the file in eww-mode with point at the top of the file. >> >> I think it would be more useful to instead activate

Re: Using search options in HTTP-style links

2024-05-15 Thread Joseph Turner
do.sr.ht/~ushin/ushin/178 - https://todo.sr.ht/~ushin/ushin/178 > As for untrusted-content, there is no point using it now - it was > specifically introduced for Org mode. It may or may not become a part of > more general security framework in Emacs. Sounds good. Thank you!! Joseph

Re: Using search options in HTTP-style links

2024-05-18 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >>> The case with hyperdrive.el is not the same. >>> You may want to discuss it on emacs-devel. >> >> Thank you! It is a good idea to get more input on securing >> hyperdrive.el. For now, I went throu

Re: Using search options in HTTP-style links

2024-06-08 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >>> You probably meant to link to some different ticket here. >> >> https://todo.sr.ht/~ushin/ushin/188 > > So, you want an equivalent of `org-safe-remote-resources'. For now, we've added a comm

Adding text/org MIME type to jshttp/mime-db

2024-08-01 Thread Joseph Turner
escribe what is implied by "defacto" that would be awesome. I'd like to open a new PR. Would you elaborate on "de facto mimetype"? Thank you! Joseph

Re: Adding text/org MIME type to jshttp/mime-db

2024-08-03 Thread Joseph Turner
Max Nikulin writes: > On 02/08/2024 02:55, Joseph Turner wrote: >> Support for "text/org" in <https://github.com/jshttp/mime-db> would >> let >> the Agregore browser (<https://agregore.mauve.moe/>) render Org >> files. >> Then hyperdrive.el

Re: Adding text/org MIME type to jshttp/mime-db

2024-08-03 Thread Joseph Turner
Joseph Turner writes: > I think https://github.com/broofa/mime does something similar. Actually, broofa/mime relies on another package for ranking: https://github.com/broofa/mime-score

Re: Adding text/org MIME type to jshttp/mime-db

2024-08-04 Thread Joseph Turner
Max Nikulin writes: > On 04/08/2024 00:37, Joseph Turner wrote: >> jshttp/mime-types utility does this: >>// source preference (least -> most) >>var preference = ['nginx', 'apache', undefined, 'iana'] >> and then discards dup

Re: Adding text/org MIME type to jshttp/mime-db

2024-08-05 Thread Joseph Turner
Max Nikulin writes: > On 05/08/2024 10:19, Joseph Turner wrote: >> Max Nikulin writes: >>> - My impression is that multiple types may have the same suffix, so >>>there should be "get all media types for given suffix" method. >>> - It should be

Re: Adding text/org MIME type to jshttp/mime-db

2024-08-09 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >>> I think, text/org may be added as well (without removing of >>> text/x-org). >> >> Shall we consider this this after we find a way for these low-preference >> mappings to be useful? > > I

Re: Adding text/org MIME type to jshttp/mime-db

2024-08-10 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >>> We can put such a page alongside /org-syntax.org, maybe even linked from >>> there. Feel free to create such a page. >> >> Would the following patch be appropriate? > > LGTM! > But we also need

Re: Adding text/org MIME type to jshttp/mime-db

2024-08-13 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >>> But we also need to link this new page from other places. >> >> How about this patch for orgweb? > > Thanks! > Applied, onto master for orgweb and master for worg. > https://git.sr.ht/~bzg/worg/commit/9

Re: Adding text/org MIME type to jshttp/mime-db

2024-08-16 Thread Joseph Turner
Ihor Radchenko writes: > Ihor Radchenko writes: > >> Joseph Turner writes: >> >>> Thanks! I completed the FSF copyright assignment paperwork in May 2023. > > I updated our records. > https://git.sr.ht/~bzg/worg/commit/29c58d61 Thank you! Joseph

[PATCH] lisp/org.el: Fix removing timestamp overlays

2024-08-25 Thread Joseph Turner
Thank you! Cheers! -Joseph >From 2289e6cd9f27bee04fa9004d757b23d3f1ef9e9c Mon Sep 17 00:00:00 2001 From: Joseph Turner Date: Sun, 25 Aug 2024 21:20:06 -0700 Subject: [PATCH] lisp/org.el: Fix removing timestamp overlays --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 delet

Re: [PATCH] lisp/org.el: Fix removing timestamp overlays

2024-08-25 Thread Joseph Turner
Joseph Turner writes: > Thank you! Cheers! -Joseph > > [2. text/x-diff; 0001-lisp-org.el-Fix-removing-timestamp-overlays.patch]... Woops! The 'display text property may be symbol or list - here's a better patch. Thanks, Joseph >From 9351b3c8f960ac6d2fba3c2de0c46e84

Re: Repeated Multi-day Events

2024-10-27 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >> I'd like to mark an event which runs from 4PM on Saturday to 4PM on >> Monday each week: >> >> <2024-09-07 Sat 16:00 +1w>--<2024-09-09 Mon 16:00 +1w> >> >> However, org-agenda does no

Repeated Multi-day Events

2024-09-21 Thread Joseph Turner
the start and end timestamps) is problematic, since it's possible to choose different repeaters for the start and end timestamps, e.g. "+1d" and then "+1w". This thread proposes using diary sexp syntax: https://yhetil.org/orgmode/9ai657-rdb@news.eternal-september.org/ Any suggestions? Thank you! Joseph

Re: Form feed characters break odt export

2024-12-28 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >> From ce506caa0bffbd243a2aba384f75f7aaac7fdc4b Mon Sep 17 00:00:00 2001 >> From: Ihor Radchenko >> Date: Fri, 27 Dec 2024 10:21:02 + >> Subject: [PATCH] ox-odt: Avoid putting forbidden characters into ODT x

Re: Form feed characters break odt export

2024-12-27 Thread Joseph Turner
t (pair '(("&" . "&") ("<" . "<") (">" . ">"))) > (setq text (replace-regexp-in-string (car pair) (cdr pair) text t t))) > -- > 2.47.1 >From ce506caa0bffbd243a2aba

Re: [PATCH] Autoload org-link-set-parameters

2025-02-02 Thread Joseph Turner
ll of org. It probably shouldn't. Perhaps we can put the mu4e-org.el integration logic behind a minor mode. Thank you! Joseph

Ignore Local Variables list in source blocks

2024-12-17 Thread Joseph Turner
# End: #+END_EXAMPLE This issue first came up in org-srs: https://github.com/bohonghuang/org-srs/issues/7 Thank you, Joseph

Ignore Local Variables list in source blocks

2024-12-17 Thread Joseph Turner
# End: #+END_EXAMPLE This issue first came up in org-srs: https://github.com/bohonghuang/org-srs/issues/7 Thank you, Joseph

[PATCH] org-info-other-documents: Fix defcustom safe-local-variable property

2024-12-19 Thread Joseph Turner
Minor fix. Thanks! Joseph >From 5451da0d798f104e9a0d87445c516fd89e473a38 Mon Sep 17 00:00:00 2001 From: Joseph Turner Date: Thu, 19 Dec 2024 13:16:50 -0800 Subject: [PATCH] org-info-other-documents: Fix defcustom safe-local-variable property :safe should be a function. --- lisp/ol-info

Re: Ignore Local Variables list in source blocks

2024-12-20 Thread Joseph Turner
;> delimiter. > > I do not like non-printable characters. E.g. Thunderbird rendered your > message with confusingly large vertical space in the middle. Outside > of Emacs, kludges like " org.el ends here" are not common. I would > not be surprised by some issues on attempt to edit the README.org file > on the GitHub site directly. Also good to know about. Thanks! Joseph

Re: Ignore Local Variables list in source blocks

2024-12-20 Thread Joseph Turner
or a Local > Variables list more than once. Thanks! This approach is a bit fragile, though since Emacs only looks at the last 3000 characters for "Local Variables:". Joseph

Re: Ignore Local Variables list in source blocks

2024-12-20 Thread Joseph Turner
or a Local > Variables list more than once. Thanks! This approach is a bit fragile, since Emacs only looks at the last 3000 characters for "Local Variables:". Joseph

Re: Form feed characters break odt export

2024-12-21 Thread Joseph Turner
Max Nikulin writes: > On 21/12/2024 13:52, Joseph Turner wrote: >> Max Nikulin writes: >>> >>> #+begin_comment >>> ^L >>> #+end_comment > >> Thank you! Or even simpler: >> # ^L > > It was first I tried, but Emacs-28.2 demand

Re: Form feed characters break odt export

2024-12-20 Thread Joseph Turner
Max Nikulin writes: > On 21/12/2024 08:48, Joseph Turner wrote: >> I can export the following Org content to a .odt file, but the >> exported >> file cannot be opened ("Read Error. Format error discovered in the file >> in sub-document content.xml at 368,2(row,c

Re: [PATCH] org-info-other-documents: Fix defcustom safe-local-variable property

2024-12-22 Thread Joseph Turner
Even better. Thank you! Joseph Ihor Radchenko writes: > Joseph Turner writes: > >> Minor fix. Thanks! > > Thanks! > I applied an alternative fix, addressing all the instances of the same > problem in Org code. > https://git.savannah.gnu.org/cgit/emacs/org-mod

Re: [DISCUSSION] Contributing policy for WORG

2025-01-20 Thread Joseph Turner
jman writes: > Joseph Turner writes: > >> Thanks for the suggestion! I imagine such a command would do this: > (...) > > I am not a Worg contributor but such workflow would definitively scare me off. Understandable :) If we added some sort of bleeding-edge peer-to-peer

Re: [DISCUSSION] Contributing policy for WORG

2025-01-20 Thread Joseph Turner
ns would require restarting the process, since after the maintainers copy the desired changes, there's currently no way merge the two hyperdrive histories. Perhaps someone wants to write a CRDT designed to handle Org documents. :) Joseph

  1   2   3   4   5   >