thing
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
Date: Sun, 9 Jul 2017 17:50:09 -0700
Subject: [PATCH] ox-md.el: Fix exp
("hello world\n");
#+END_SRC
because 'stdio.h' 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 1e5fff1741dc853214962b7ea90b0832b4a
sure it
looks good?
Thanks again 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
e:
:header-args+: :var 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 wrote:
> On Mon, 31 Jul 2017, Ja
re-attached for convenience.
-Jay
On Tue, Aug 1, 2017 at 9:48 AM, Nicolas Goaziou wrote:
> Hello,
>
> Jay Kamat writes:
>
>> From 65c8add92842c2e547b13d5c6fb2485e7fdbf2db Mon Sep 17 00:00:00 2001
>> From: Jay Kamat
>> Date: Mon, 31 Jul 2017 22:47:33 -0700
>>
l be done before
the review is completed.
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
Date: Sat, 5 Aug 2017 19:14:44 -0700
Subject: [PATCH] ox-md.el: Fix exporting of
te:
> Hello,
>
> Jay Kamat 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]]
>>
>> would export to:
>> 
> #+END_EXAMPLE
>
> containing an invalid URL.
>
> Best Regards,
>
> --
> Fabio Leimgruber
>
From 5d92257575e497e0955b3414fb1e1a69e5ea97f8 Mon Sep 17 00:00:00 2001
From: Jay Kamat
Date: Tue, 22 Aug 2017 17:28:28 -0400
Subject: [PATCH] ox-md.el: Fix
ter.
Hope this gets fixed soon,
-Jay
On Tue, Aug 22, 2017 at 5:33 PM, Jay Kamat wrote:
> Hi,
>
> Thanks for catching that. That was my fault, for failing to test
> commit f3d7284ebd0c6e8248f7c3c444937270402b0ba6 properly.
>
> See http://lists.gnu.org/archive/html/emacs-orgmode/201
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 ha
y part of this email is broken, I'm attempting to switch to
gnus.
>From fe45823c8b6da4ecae3347de4859127add03e253 Mon Sep 17 00:00:00 2001
From: Jay Kamat
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
> 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 woul
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
> di
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, I
Sorry, forgot to actually attach the patch, here it is.
>From 95cdfa8c3ec81b3a0763b68044611c10a4dadc29 Mon Sep 17 00:00:00 2001
From: Jay Kamat
Date: Sat, 2 Sep 2017 15:57:36 -0400
Subject: [PATCH] org-archive.el: Update statistic cookies when archiving
* lisp/org-archive.el (org-arch
them? I couldn't find any
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 percenta
eenode.net/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 2
follow up with corrections 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
Date: Sun, 24 Sep 2017 12:11:5
6536ad494b1f25c247c4b Mon Sep 17 00:00:00 2001
From: Jay Kamat
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
index d2fb264b
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
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 i
ny pointers relating to the ox-odt build process.
-Jay
Jay Kamat 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 clear the issue
ld that
be suitable for inclusion in the core package?
Thanks,
-Jay
>From dc8d8917720985e7006e75100ccc9f32c0e27b06 Mon Sep 17 00:00:00 2001
From: Jay Kamat
Date: Sat, 13 Jan 2018 19:03:07 -0500
Subject: [PATCH] Respect :urgency tags for org-notify windows
* contrib/lisp/org-notify.el (or
able.
Thanks,
-Jay
From d0dc9035b2d7c77dc65102ab27ecacf3664599fa Mon Sep 17 00:00:00 2001
From: Jay Kamat
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
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 https\://code.orgmode.org/bzg/worg.git
> 0 git … re
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
26 matches
Mail list logo