org-babel: complete control over org-babel-execute-src-block behavior

2024-04-26 Thread Justin Veilleux
Hi. I'm currently trying to write a org-babel-julia backend and I am having problems. The way I wanted it to work is by executing the code, and then inserting the results block manually using `org-babel-insert-result`. I would have passed either :output or a mime type (such as application/org) to

[BUG] Invalid capture datetree capture templates (newly introduced) [9.7-pre (release_9.6.18-1145-g10d286 @ /home/jds6696/.emacs.d/straight/build/org/)]

2024-02-07 Thread Justin Silverman
quot;foo") "* MEETING %u with %? :MEETING:\n " :jump-to-captured t :tree-type month) Thanks! Justin Emacs : GNU Emacs 29.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.40, cairo version 1.18.0) Package: Org mode version 9.7-pre (release_9.6.18-1145-g10d286 @ /home/jds6696/.emacs.d/straight/build/org/)

[PATCH] assoc-delete-all missing from 26.1

2023-12-28 Thread Justin
9f2f7c818c2b9fa179e47ac45b9 Mon Sep 17 00:00:00 2001 From: Justin Vallon Date: Thu, 28 Dec 2023 17:16:45 -0500 Subject: [PATCH] assoc-delete-all missing from 26.1 * lisp/org-compat: add org-assoc-delete-all from compat/compat-27.el * lisp/org-persist: use org-assoc-delete-all --- lisp/org-compat.el

[BUG] org-element loading fails with "regexp" argument not "stringp"

2023-07-04 Thread Justin
egexp is not a stringp. Does the rx argument need a backquote?  org-element-clock-line-re uses rx-to-string with a backquote? (rx `(or (group-n 1 (regexp ,org-element--... -Justin

[PATCH] Use compat org-time-convert-to-list for emacs <27.1

2023-07-04 Thread Justin
(user-full-name) base-commit: 48fffa5daca3e13e4c5ff3928e3b1858cf2bab6b -- 2.20.1 From 929b8ec807ac83f70a0a689c01ce704db9e3994e Mon Sep 17 00:00:00 2001 From: Justin Vallon Date: Tue, 4 Jul 2023 19:01:27 -0400 Subject: [PATCH] Use compat org-time-convert-to-list for emacs <27.1 --- lisp/org-macs.el | 2 +-

[PATCH] org-src: flatten-tree is Emacs 27.1; require compat

2023-07-04 Thread Justin
mode "org" ()) -- 2.20.1 From 59788bd2ad1f94627bc172f24cce6ecd4f024420 Mon Sep 17 00:00:00 2001 From: Justin Vallon Date: Tue, 4 Jul 2023 19:01:51 -0400 Subject: [PATCH] flatten-tree is new in 27.1; require compat --- lisp/org-src.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-src.el b/lisp/org-src.el inde

Re: [BUG] issue with texmathp [9.6 (release_9.6-22-g78d283 @ /home/jds6696/.emacs.d/straight/build/org-mode/)]

2022-12-18 Thread Justin Silverman
;org--math-always-on))) does the trick. Justin Ihor Radchenko writes: > Justin Silverman writes: > >> Thanks for the quick response. I just had a chance to check it out. >> Unfortunately (unless I am mistaken), with the change, `texmathp' is now >> always

Re: [BUG] issue with texmathp [9.6 (release_9.6-22-g78d283 @ /home/jds6696/.emacs.d/straight/build/org-mode/)]

2022-12-13 Thread Justin Silverman
Thanks for the quick response. I just had a chance to check it out. Unfortunately (unless I am mistaken), with the change, `texmathp' is now always returning t... which is not very helpful. Justin Ihor Radchenko writes: > Justin Silverman writes: > >> texmathp when used

[BUG] Error in html form of org manual [9.5.5 (9.5.5-ge58bd0 @ /home/jds6696/.emacs.d/straight/build/org/)]

2022-10-24 Thread Justin Silverman
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 Your bug report will be posted to the Org mailing list. -

Re: bug: wrong-type-argument when trying export to pdf.

2022-10-12 Thread Justin Silverman
... Anyways I guess mark this one frustrating but solved. Justin Ihor Radchenko writes: > Justin Silverman writes: > >> I am having a problem and getting a wrong-type-argument error when >> trying to run `org-beamer-export-to-pdf' on the attached file >> `debug.or

Re: bug: wrong-type-argument when trying export to pdf.

2022-10-12 Thread Justin Silverman
:todo-keyword nil :todo-type nil :post-blank 0 :footnote-section-p nil :archivedp nil :commentedp nil :post-affiliated 986 :title (...) :parent (org-data ...) :cached t :org-element--cache-sync-key (0 . 986))) :org-element--cache-sync-key (0 . 1010))) :org-element--cache-sync-key (0 . 1011

bug: wrong-type-argument when trying export to pdf.

2022-10-11 Thread Justin Silverman
e to run C-c C-c on the R src block (without those lines you get an error about not being able to find ESS). Am I just setting up org-babel incorrectly or is this a bug? Best, Justin Backtrace: Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) jit-lock--run-function

[BUG] org-babel-insert-result: wrong type argument: markerp, nil [9.5.5 (9.5.5-g580f28 @ /home/jds6696/.emacs.d/straight/build/org/)]

2022-10-11 Thread Justin Silverman

Re: [BUG] incorrect cached element under native-comp [9.5.4 (9.5.4-ga8b322 @ /Users/jabrahms/.emacs.d/straight/build/org/)]

2022-06-25 Thread Justin Abrahms
Just to close the loop here: Despite multiple reproductions at the time, I can no longer reproduce this. I'll keep an eye on this function though. Thank you. On Tue, Jun 14, 2022, at 12:20 AM, Ihor Radchenko wrote: > "Justin Abrahms" writes: > > > All of that is cor

Re: [BUG] incorrect cached element under native-comp [9.5.4 (9.5.4-ga8b322 @ /Users/jabrahms/.emacs.d/straight/build/org/)]

2022-06-14 Thread Justin Abrahms
All of that is correct, yes. On Mon, Jun 13, 2022, at 11:59 PM, Ihor Radchenko wrote: > "Justin Abrahms" writes: > > > I saw this error when opening emacs.org via (counsel-find-file &optional > > INITIAL-INPUT INITIAL-DIRECTORY) > > > > Slightl

Re: [BUG] incorrect cached element under native-comp [9.5.4 (9.5.4-ga8b322 @ /Users/jabrahms/.emacs.d/straight/build/org/)]

2022-06-13 Thread Justin Abrahms
2022, at 10:03 PM, Ihor Radchenko wrote: > "Justin Abrahms" writes: > > > I've recently upgraded to emacs 29 w/ native-comp support. I'm > > consistently getting this error when I load emacs.org and it stops > > parsing my document, which is a bit pai

[BUG] void function incf in org-screenshot [9.5.3 (9.5.3-ga3dac4 @ /home/jds6696/.emacs.d/straight/build/org/)]

2022-05-09 Thread Justin Silverman
ailing list. I am getting an error org-screenshot-generate-file-name: Symbol’s function definition is void: incf I am guessing this is a simple matter of requiring cl-lib or prefixing cl-* to the incf symbol in the code. Justin Emacs : GNU Emacs 28.1.50 (build 1

[BUG] org-screenshot cl-lib function name errors [9.5.2 (9.5.2-gbebf0b @ /home/jds6696/.emacs.d/straight/build/org/)]

2022-04-19 Thread Justin Silverman
ailing list. I started getting errors in the org-screenshot library. Errors such as void function incf or plusp. I was able to fix them by adding (require 'cl-lib) and changing incf -> cl-incf and plusp -> cl-plusp Best, Justin Emacs : GNU Emacs 28.1.

Intervals that include day of the week recently causing error in org-agenda

2021-05-11 Thread Justin Silverman
imestamp entering function (sorry not sure of the correct name for things like C-c C-s and C-c C-d) would abide by this convention. That said, I would like the old way that was slightly less rigorous (e.g., allowing days of the week) as some other libraries (e.g., org-gcal) use that format. Thank you! Justin

updates website broken

2020-11-19 Thread Justin Abrahms
https://updates.orgmode.org/ is broken, unfortunately. Not sure how to address that, but guessing that this email list will know. -justin

Re: Non-interactively filter the agenda using tags?

2020-11-11 Thread Justin Abrahms
I think you're looking for org-super-agenda[0]. This is how I'm using it in my own emacs config. ``` (use-package org-super-agenda :init (setq org-super-agenda-groups '( (:priority "A" :name "High priority") (:auto-property "WAITING_ON" :log t)

Re: Please help by becoming a maintainer for an Org Babel file

2020-10-26 Thread Justin Abrahms
o take on there. Thanks! -justin On Mon, Oct 26, 2020, at 2:43 PM, Bastien wrote: > Hi Palak, > > Palak Mathur writes: > > > I am willing to take care of ob-groovy.el. > > thanks. AFAIK you didn't assign your copyright to the FSF. > This is needed to be able

Re: infinite recursion org-update-id-locations / org-entry-properties / org-entry-blocked-p / org-edna / org-id-find / org-id-update-locations

2020-07-31 Thread Justin Vallon
I just tried using straight for org, and master (a1e5bee5c) has a rewritten org-update-id-locations that uses regexps to find the IDs. It appears to have fixed the problem (for cases that I tried). -Justin On 7/30/20 4:21 PM, Justin Vallon wrote: > I copy by org files between 2 machines. T

infinite recursion org-update-id-locations / org-entry-properties / org-entry-blocked-p / org-edna / org-id-find / org-id-update-locations

2020-07-30 Thread Justin Vallon
ried this, but the simplest case to reproduce might be to delete the .org-id-locations file, then feed it: * Second BLOCKER: id(first) * First ID: first I can try to build a (simple) reproducible test case if this is unclear. My work-around is to disable org-edna, run org-id-update-id-lo

bug#38599: 27.0.50; org-agenda lists invalid Diary entries

2019-12-29 Thread Justin Abrahms
Thank you so much! On Sat, Dec 28, 2019, at 12:22 PM, Thomas Fitzsimmons wrote: > Hi, > > Thomas Fitzsimmons writes: > > [...] > > > Justin confirmed the attached patch fixes the problem for him. Can an > > Org mode maintainer review it? > > I al

emacs-orgmode@gnu.org

2019-12-11 Thread Justin Vallon
When I use "emacs --no-init-file", I get the default distribution org packages, and "

PATCH: Re: Recurring TODO with hours not scheduled correctly

2019-12-07 Thread Justin Vallon
On 12/3/19 1:03 AM, Justin Vallon wrote: > Newbie org-mode user. Wondering about some odd recurrence behavior. ... > My understanding of .+TERM is that the new scheduled time should be now > + term. However, from this instance and testing with other terms, it > seems to be &

Recurring TODO with hours not scheduled correctly

2019-12-03 Thread Justin Vallon
should be now + term. However, from this instance and testing with other terms, it seems to be "current date + scheduled-time" + HOURS. Completing again advances the time by one hour, leaving the date as today. For ".+2d", the new scheduled date/time is 2d away (at the same t

Re: [O] Bug: transposition of words surrounded by forward slash [9.0.5 (release_9.0.5-266-gca31fa )]

2017-02-13 Thread Justin Kirby
Nicolas Goaziou writes: > Hello, > > Justin Kirby writes: > >> An org file with the following content: >> >> #+OPTIONS: *:nil >> >> /simple/ /example/ >> >> >> >> During export org will transpose the word 'example'

[O] Bug: transposition of words surrounded by forward slash [9.0.5 (release_9.0.5-266-gca31fa )]

2017-02-11 Thread Justin Kirby
transposed as long as they are on the same line, regardless of how many characters are between them. This was observed as early as org 8.3.5. Changing the italic character in org-emphasis-alist to | does not change this behavior. Any ideas where to start looking for this? thnx, Justin

[O] PATCH: add dbport to ob-sql for postgres

2016-09-14 Thread Justin Kirby
In ob-sql postgres would ignore dbport header argument. Attached is a patch that corrects this. Let me know if there are any modifications needed. thnx, Justin diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 6e003d2..f6a83e8 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -519,6 +519,8 @@ to

[O] [PATCH] add port switch for postgresql support in ob-sql.el

2016-05-19 Thread Justin Kirby
these problems with tests? >From 4ca513afe3725fbfbefd7ad9bf54637adfd56ea2 Mon Sep 17 00:00:00 2001 From: Justin Kirby Date: Wed, 18 May 2016 23:14:48 -0400 Subject: [PATCH] add dbport parameter to postgresql dbstring If postgesql is running on a different port or using a ssh tunnel to remote

Re: [O] Problem with latest org-mode plus latest emacs 25

2014-11-10 Thread Justin Gordon
-pretest-24.4-rc1-universal.dmg <http://emacsformacosx.com/emacs-builds/Emacs-pretest-24.4-rc1-universal.dmg> On Mon, Nov 10, 2014 at 6:55 AM, Justin Gordon wrote: > Org-mode version 8.2.3c (release_8.2.3c-249-g85d28b.dirty @ > /Users/justin/forks/org-mode/lisp/) > GNU Emacs 25

[O] Problem with latest org-mode plus latest emacs 25

2014-11-10 Thread Justin Gordon
Org-mode version 8.2.3c (release_8.2.3c-249-g85d28b.dirty @ /Users/justin/forks/org-mode/lisp/) GNU Emacs 25.0.50.1 (x86_64-apple-darwin14.0.0, NS appkit-1343.14 Version 10.10 (Build 14A389)) of 2014-11-10 on JustinMbp-2.local To reproduce: 1. Open up org file 2. export to markdown, buffer

[O] New key binding C-Tab -- how to not use it

2014-10-18 Thread Justin Gordon
I just updated emacs org-mode and when visiting org files, this binding takes effect: C-TAB (org-force-cycle-archived) Cycle a tree even if it is tagged with ARCHIVE. What's the best way to disable this binding? I use C-Tab for moving between windows. Thanks.

[O] Exporter and src blocks

2014-03-06 Thread Justin Gordon
(message "src-block is %s" src-block) (format "{%% codeblock lang:%s %%}\n%s{%% endcodeblock %%}" language value)) (org-export-with-backend 'html src-block contents info))) -- Justin Gordon | 808-877-6461 | m: 808-281-7272 www.railsonm

Re: [O] mixed orgmode installation

2014-01-03 Thread Justin Gordon
haron Kimble wrote: > On Thu, 2 Jan 2014 08:06:46 + (UTC) > Justin Gordon wrote: > > > Achim Gratz nexgo.de> writes: > > > > > > > > John Hendy writes: > > > > Then again, is Worg saying that if `M-x org-version` outputs the > > &

[O] Advice on cleaning (DRYing) up my publishing list

2014-01-03 Thread Justin Gordon
:base-extension "org" :publishing-directory "~/a/octopress/source/tips/" :sub-superscript nil :table-of-contents nil

[O] Advice on cleaning (DRYing) up my publishing list (revised)

2014-01-03 Thread Justin Gordon
:table-of-contents nil :recursive t :publishing-function org-publish-org-to-octopress :headline-levels 4 :html-extension "markdown" :octopress-extension "markdown" :body-only t)) ("blog" . (:components ("blog-org" "blog-extra about"))) )) -- Justin Gordon | 808-877-6461 | m: 808-281-7272 www.railsonmaui.com | twitter: @railsonmaui<https://twitter.com/railsonmaui> | sugarranchmaui.com <http://www.sugarranchmaui.com/> | Sugar Ranch Blog<https://www.facebook.com/SugarRanch>

Re: [O] mixed orgmode installation

2014-01-02 Thread Justin Gordon
Achim Gratz nexgo.de> writes: > > John Hendy writes: > > Then again, is Worg saying that if `M-x org-version` outputs the > > "correct" answer... we're all set and there's nothing to worry about? > > The output of org-version is determined essentially by checking for two > files from the instal

[O] Trying to run tests

2013-11-24 Thread Justin Gordon
anded-bodies ^Cmake[1]: *** [test-dirty] Error 2 make: *** [up2] Interrupt: Justin Gordon www.railsonmaui.com | twitter: @railsonmaui<https://twitter.com/railsonmaui> | sugarranchmaui.com <http://www.sugarranchmaui.com/> | Sugar Ranch Blog<https://www.facebook.com/SugarRanch>

[O] Excited to Join and Questions

2013-11-24 Thread Justin Gordon
ed octopress enabled markdown that should be generated? Code is where? --- Where is the code that formats lines to say 80 chars in the ox-md conversion? It's breaking up markdown link text with \n. Thanks in advance for any advice. Justin Gordon www.railsonmaui.com | twitter

[Orgmode] Dumping agenda from the CL: file not in org mode

2010-12-22 Thread Justin Bayer
named COPYING. and I am using it on Mac OS X .6. Any help would be greatly appreciated! -Justin -- Justin Simon Bayer Trauzeuge, Dipl. Irgendwas, Cand. Onkel http://j.bitwiese.de (http://j.bitwiese.de/_files/justinbayer.gpg) ___ Emacs-orgmode mailing