[PATCH] ox-html: Add webp as an inline image format

2021-03-08 Thread Jay Kamat
below to do this. Let me know if you have any thoughts or suggestions. Thanks for all your hard work, -Jay >From e7385370a9a023a68f123374793bc8d706d5580c Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Mon, 8 Mar 2021 16:55:37 -0800 Subject: [PATCH] ox-html: Add webp as an inline image for

Re: [O] git push to Worg error

2018-04-13 Thread Jay Kamat
I'm not sure if anything changed since you sent this, but I'm able to push to my forked repo on code.orgmode.org just fine. -Jay stardiviner writes: > I got following error when I push to Worg repo. > > 0 git … remote set-url --add origin

[O] [patch] fix error when using org-notify with no agenda files

2018-04-09 Thread Jay Kamat
d0dc9035b2d7c77dc65102ab27ecacf3664599fa Mon Sep 17 00:00:00 2001 From: Jay Kamat <jaygka...@gmail.com> Date: Mon, 9 Apr 2018 21:47:58 -0400 Subject: [PATCH] org-notify.el: Fix an error in `org-notify-process' when unconfigured * contrib/lisp/org-notify.el (org-notify-todo-list): Return nil if `org-agenda-files' is nil --- c

[O] [PATCH] Allow :urgency flags for org-notify

2018-01-13 Thread Jay Kamat
itable for inclusion in the core package? Thanks, -Jay >From dc8d8917720985e7006e75100ccc9f32c0e27b06 Mon Sep 17 00:00:00 2001 From: Jay Kamat <jaygka...@gmail.com> Date: Sat, 13 Jan 2018 19:03:07 -0500 Subject: [PATCH] Respect :urgency tags for org-notify windows * contrib/lisp/org-notify.el (or

Re: [O] Bug: syntax highlighting in ox-odt and emacs26+ broken [9.1.2 (9.1.2-elpa @ /home/jay/Code/tmp/emacs/lisp/org/)]

2017-10-17 Thread Jay Kamat
ating to the ox-odt build process. -Jay Jay Kamat <jaygka...@gmail.com> writes: > Hi Tim, > >> My recommendation would be to confirm if the problem exists in the org >> bundled with Emacs 26 (9.1.1) and if it is, report this on the emacs >> devel list, making it clea

Re: [O] Bug: syntax highlighting in ox-odt and emacs26+ broken [9.1.2 (9.1.2-elpa @ /home/jay/Code/tmp/emacs/lisp/org/)]

2017-10-09 Thread Jay Kamat
Hi Tim, > My recommendation would be to confirm if the problem exists in the org > bundled with Emacs 26 (9.1.1) and if it is, report this on the emacs > devel list, making it clear the issue does not exist with emacs > 25.3. This will at least allow Emacs devel to note that something which > it

[O] Bug: syntax highlighting in ox-odt and emacs26+ broken [9.1.2 (9.1.2-elpa @ /home/jay/Code/tmp/emacs/lisp/org/)]

2017-10-09 Thread Jay Kamat
Hi Everyone, I think 'francisv' from the #org-mode irc channel found a interesting bug in emacs or org mode. I don't know enough about emacs to figure out exactly what's going on, so I'll provide as much information as I'm able to find out. orgmode syntax highlighting when exporting to ox-odt in

Re: [O] [PATCH] Export of irc links in ox-html

2017-09-24 Thread Jay Kamat
247c4b Mon Sep 17 00:00:00 2001 From: Jay Kamat <jaygka...@gmail.com> Date: Sun, 24 Sep 2017 21:30:39 -0400 Subject: [PATCH] ORG-NEWS: Add an entry for supporting export in org-irc.el --- etc/ORG-NEWS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS inde

Re: [O] [PATCH] Export of irc links in ox-html

2017-09-24 Thread Jay Kamat
s if it isn't! Because I added support for md links in org-irc.el, I also removed the workaround I added a while back for that in ox-md.el. -Jay >From e6c824f363bf6959f0eb35e4b8208a14d2cbffcb Mon Sep 17 00:00:00 2001 From: Jay Kamat <jaygka...@gmail.com> Date: Sun, 24 Sep 2017 12:11:52 -040

[O] [PATCH] Export of irc links in ox-html

2017-09-23 Thread Jay Kamat
/test][Irc link]] Would export to Irc link in ox-html. After this tiny patch, it exports to: Irc link which tells browsers such as firefox to open links in irc clients. Let me know if you find any issues! -Jay >From fa1a5ad3bf63158775ffa8ab3de37fb056103ab4 Mon Sep 17 00:00:00 2001 From:

Re: [O] [PATCH] Update statistic cookies when archiving

2017-09-03 Thread Jay Kamat
file for org-archive testing. Maybe I'll write some more archive tests later... +(should (string= + (org-element-property :title (org-element-at-point)) + "Top [0%]"))) Is there a better way to extract the status cookie percentage from the header? I couldn't fin

Re: [O] [PATCH] Update statistic cookies when archiving

2017-09-02 Thread Jay Kamat
Sorry, forgot to actually attach the patch, here it is. >From 95cdfa8c3ec81b3a0763b68044611c10a4dadc29 Mon Sep 17 00:00:00 2001 From: Jay Kamat <jaygka...@gmail.com> Date: Sat, 2 Sep 2017 15:57:36 -0400 Subject: [PATCH] org-archive.el: Update statistic cookies when archiving *

[O] [PATCH] Update statistic cookies when archiving

2017-09-02 Thread Jay Kamat
Hi, Currently, statistic cookies do not update when archiving headings. For example, when archiving the 'Two' header in the below example: * Top [50%] ** TODO One ** DONE Two The status cookie on 'Top' does not get set to [100%]. I have attached a draft patch to add support for this. However,

Re: [O] [PATCH] Add TITLE export to ox-md

2017-08-27 Thread Jay Kamat
Hi, > The point of "md" export back-end is not to provide the same features as > full-fledged ones like "latex" or "html". I wrote it to take care of the > boring stuff of markdown syntax. Anyone willing to write a back-end with > a different Markdown flavour just needs to concentrate of the >

Re: [O] [PATCH] Add TITLE export to ox-md

2017-08-24 Thread Jay Kamat
> I'm not so sure about it. Vanilla Markdown does not support title. > Neither does "ox-md.el" I agree that vanilla markdown does not support title, but if ox-md does not support any form of title, then there is disparity between the output of other org exports and the markdown exporter. I

[O] [PATCH] Add TITLE export to ox-md

2017-08-23 Thread Jay Kamat
ail is broken, I'm attempting to switch to gnus. >From fe45823c8b6da4ecae3347de4859127add03e253 Mon Sep 17 00:00:00 2001 From: Jay Kamat <jaygka...@gmail.com> Date: Sun, 20 Aug 2017 19:01:29 -0400 Subject: [PATCH] ox-md.el: Add TITLE export to markdown export * lisp/ox-md.el (org-md-te

Re: [O] Bug: export to markdown invalid URL

2017-08-22 Thread Jay Kamat
Hi, > Isn't it already the case? Sorry, I sent that email without reading the 'applied' email, so it was premature. The fix looks good currently. > I think the current patch is fine. Yours is equivalent, but since we > already bound `raw-path', we might as well use it. yup, that is true, I'm

Re: [O] Bug: export to markdown invalid URL

2017-08-22 Thread Jay Kamat
this gets fixed soon, -Jay On Tue, Aug 22, 2017 at 5:33 PM, Jay Kamat <jaygka...@gmail.com> wrote: > Hi, > > Thanks for catching that. That was my fault, for failing to test > commit f3d7284ebd0c6e8248f7c3c444937270402b0ba6 properly. > > See http://lists.gnu.org/archive/ht

Re: [O] Bug: export to markdown invalid URL

2017-08-22 Thread Jay Kamat
ode.org/img/org-mode-unicorn-logo.png) > #+END_EXAMPLE > > containing an invalid URL. > > Best Regards, > > -- > Fabio Leimgruber > From 5d92257575e497e0955b3414fb1e1a69e5ea97f8 Mon Sep 17 00:00:00 2001 From: Jay Kamat <jaygka...@gmail.com> Date: Tue, 22 Aug 2017 17:28:28 -0

Re: [O] [PATCH] Fix ox-md remote image links export

2017-08-06 Thread Jay Kamat
iou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Jay Kamat <jaygka...@gmail.com> writes: > >> I discovered a bug in the ox-md exporter and have created a patch to fix it: >> >> Previously, this image link: >> [[https://git-scm.com/images/l...@2x.png]] >> &g

[O] [PATCH] Fix ox-md remote image links export

2017-08-05 Thread Jay Kamat
. Let me know if you see anything wrong, and thanks again for hacking org mode :D. -Jay From b4768baf2c6ea234c92f24540ed927cf8473e999 Mon Sep 17 00:00:00 2001 From: Jay Kamat <jaygka...@gmail.com> Date: Sat, 5 Aug 2017 19:14:44 -0700 Subject: [PATCH] ox-md.el: Fix exporting of remote image

Re: [O] [PATCH] Support for 'using namespace *' in ob-C.el

2017-08-01 Thread Jay Kamat
for convenience. -Jay On Tue, Aug 1, 2017 at 9:48 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Jay Kamat <jaygka...@gmail.com> writes: > >> From 65c8add92842c2e547b13d5c6fb2485e7fdbf2db Mon Sep 17 00:00:00 2001 >> From: Jay Kamat <jaygka...@gma

Re: [O] [PATCH] Support for 'using namespace *' in ob-C.el

2017-07-31 Thread Jay Kamat
a=1 b=2 I'm not sure what the policy is on changing old NEWS entries, but I've attached a small patch to fix the typo. Let me know if you have any other feedback! :) -Jay On Mon, Jul 31, 2017 at 8:34 AM, Charles C. Berry <ccbe...@ucsd.edu> wrote: > On Mon, 31 Jul 2017, Jay Ka

Re: [O] [PATCH] Support for 'using namespace *' in ob-C.el

2017-07-31 Thread Jay Kamat
for taking the time to review this for me :D Let me know if you spot anything fishy or wrong. Also, RE: Copyright, this is the form I need to send, correct? http://orgmode.org/request-assign-future.txt -Jay On Sun, Jul 23, 2017 at 7:44 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: &

[O] [PATCH] Support for 'using namespace *' in ob-C.el

2017-07-16 Thread Jay Kamat
' is not surrounded by quotes. I can do and have it work fine, but how can I include quotes in the header line? They seem to be stripped by org, and backslash ecaping them does not work. From 1e5fff1741dc853214962b7ea90b0832b4ae3e69 Mon Sep 17 00:00:00 2001 From: Jay Kamat <jaygka...@gmail.com>

[O] Fixing mailto and irc links in ox-md.el

2017-07-09 Thread Jay Kamat
seems amiss. Thanks for looking at this, and thanks for making/developing on org mode (it's changed my life completely)! -Jay Kamat From 0ef21fcd6394b3551a94a5878d414f2e7d17e372 Mon Sep 17 00:00:00 2001 From: Jay Kamat <jaygka...@gmail.com> Date: Sun, 9 Jul 2017 17:50:09 -0700 Subject: [PAT