Re: [BUG] org parser error [9.6.1 (9.6.1-g351279 @ /home/mah/.emacs.d/straight/build/org/)]

2023-02-26 Thread Mark A. Hershberger
Thanks for pointing out that I'm re-defining an internal function. If I can reopen this issue, it would be good if the error message actually said that.

[BUG] org parser error [9.6.1 (9.6.1-g351279 @ /home/mah/.emacs.d/straight/build/org/)]

2023-02-25 Thread Mark A. Hershberger
Loading the following file with "emacs -Q", I'm un-able to type 'C-c C-c' in the source block to execute it. #+begin_src elisp (defun count-lines (dir) "Number of lines in *.php files in a DIR." (let ((extdir (concat "../mediawiki/extensions/" dir))) (if (not (f-directory-p extdir))

[PATCH] Fix signature for org-element-at-point

2022-01-06 Thread Mark A. Hershberger
--- lisp/ob-exp.el| 2 +- lisp/ob-lob.el| 2 +- lisp/ob-ref.el| 2 +- lisp/ob-tangle.el | 2 +- lisp/ol.el| 2 +- lisp/org-capture.el | 2 +- lisp/org-footnote.el | 2 +- lisp/org-keys.el | 2 +- lisp/org-list.el | 2 +- lisp/org-macro.el

Re: [O] Bug: ox-odt.el should support text:start-value [9.1.14 (9.1.14-7-g01c419-elpaplus @ …/org-plus-contrib-20181015/)]

2018-10-19 Thread Mark A. Hershberger
add TINYCHANGE at the > end of the commit message. I have signed papers on file. Mark. >From 91cb08df2473c70b7817c37ae0744e051964ad07 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 19 Oct 2018 09:19:38 -0400 Subject: [PATCH] Add support for text:start-value to ox-odt.

Re: [O] Bug: ox-odt.el should support text:start-value [9.1.14 (9.1.14-7-g01c419-elpaplus @ …/org-plus-contrib-20181015/)]

2018-10-17 Thread Mark A. Hershberger
Working code changes: diff -ub org-plus-contrib-20181008/ox-odt.el\~ org-plus-contrib-20181008/ox-odt.el --- org-plus-contrib-20181008/ox-odt.el~2018-10-12 19:13:13.095335320 -0400 +++ org-plus-contrib-20181008/ox-odt.el 2018-10-17 22:10:30.194483160 -0400 @@ -1966,10 +1966,13 @@

[O] Bug: ox-odt.el should support text:start-value [9.1.14 (9.1.14-7-g01c419-elpaplus @ …/org-plus-contrib-20181015/)]

2018-10-17 Thread Mark A. Hershberger
I saw that exporting plain lists with specified starting numbers (‘[@20]') wasn't working—the lists just start over. I was a bit frustrated with this, so I went looking at the code and the ODF schema. I found that ODF supports the text:start-value attribute[1] that could be used where needed.

Re: [O] Bug: check that org-element--cache-sync-keys is non-nil before clrhash [8.3.4 (8.3.4-42-gae73c7-elpa @ /home/mah/.emacs.d/elpa/org-20160425/)]

2016-05-22 Thread Mark A . Hershberger
> Could you investigate about how this happens in your case? I removed [gnus-alias-use-identity](https://www.emacswiki.org/emacs/GnusAlias) and the problem went away. I'm guessing it is because some sort of race condition when I reply to a message. I would gues that org-mode is invoked when

Re: [O] Bug: check that org-element--cache-sync-keys is non-nil before clrhash [8.3.4 (8.3.4-42-gae73c7-elpa @ /home/mah/.emacs.d/elpa/org-20160425/)]

2016-05-08 Thread Mark A. Hershberger
, but I've seen it happen a few times when using "M-x woman". Backtrace below. It looks like a timer or event is being invoked and that is resulting in the error. If you have any ideas of what I should look for in my configuration, I could poke around, but right now I don't know what to

[O] Bug: check that org-element--cache-sync-keys is non-nil before clrhash [8.3.4 (8.3.4-42-gae73c7-elpa @ /home/mah/.emacs.d/elpa/org-20160425/)]

2016-05-02 Thread Mark A. Hershberger
Emacs : GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-03-07 on trouble, modified by Debian Package: Org-mode version 8.3.4 (8.3.4-42-gae73c7-elpa @ /home/mah/.emacs.d/elpa/org-20160425/) I'm using org-mode by default for most buffers and, when using

[O] Bug: Time called when org-element--cache-sync-keys is nil [8.3.3 (8.3.3-elpa @ /home/mah/.emacs.d/elpa/org-20160108/)]

2016-01-31 Thread Mark A. Hershberger
When I open begin to write an email using mu4e, I get an error complaining that clrhash wants a hash-table and got nil. Patch that fixes this: diff --git a/lisp/org-element.el b/lisp/org-element.el index f407578..0941468 100644 --- a/lisp/org-element.el +++ b/lisp/org-element.el @@ -5055,7

[O] bug in org-habits

2015-11-02 Thread Mark A. Hershberger
org-habit.el is sensitive to the ordering PROPERTIES and SCHEDULED and expects them /in only/ the following order: * TODO habit name SCHEDULED: <2015-11-03 Tue 07:00 .+1d> :PROPERTIES: :LAST_REPEAT: [2015-11-02 Mon 07:54] :STYLE: habit :END: Any other ordering, or doubling of PROPERTIES

[O] Bug: org-element--cache-sync called after switching buffers [8.3.1 (8.3.1-16-gf6aa53-elpa @ /home/mah/.emacs.d/elpa/org-20150810/)]

2015-08-20 Thread Mark A. Hershberger
-element) (27 keymap (114 . previous-matching-history-element) (115 . next-matching-history-element) (112 . previous-history-element) (110 . next-history-element))) nil nil nil nil) completing-read-default(Identity: ((Personal \Mark A. Hershberger\ m...@everybody.org nil ~/.signatures

[O] Org-Mode = MediaWiki Wiki mark up?

2011-03-30 Thread Mark A. Hershberger
I'm really starting to use OrgMode to help me organize my time and the tasks that I have. Would it be possible to export OrgMode markup to MediaWiki markup, which is where I publish my weekly report (I work for Wikimedia)? Has anyone else done this, yet? I have a MediaWiki mode

[Orgmode] Re: Org-babel games screencast

2010-11-29 Thread Mark A. Hershberger
David O'Toole dto1...@gmail.com writes: Here's a presentation I made, sorry it's a bit rough but here goes: http://lispgamesdev.blogspot.com/2010/11/lisp-game-development-screencast-1.html This is awesome. I've only been barely following Babel, and wasn't aware of slime integration. While I

Re: [Orgmode] Daily Debian Builds

2010-07-30 Thread Mark A. Hershberger
suvayu ali fatkasuvayu+li...@gmail.com writes: I wanted to try it on Ubuntu Lucid but launchpad says failed build for the 26th of July. There is still a Lucid build available: https://code.launchpad.net/~org-mode/+archive/daily-ppa I'm a little frustrated with the “daily build” since it

[Orgmode] Daily Debian Builds

2010-07-26 Thread Mark A. Hershberger
Using Launchpad's beta “daily build” service, I've made packages of org-mode and emacs available here: https://code.launchpad.net/~org-mode/+archive/daily-ppa Launchpad is still working out the kinks, but it should be able to provide this pretty consistently for Ubuntu Lucid (which, I think,

[Orgmode] Re: contributing Debian build scripts

2010-06-25 Thread Mark A. Hershberger
Carsten Dominik carsten.domi...@gmail.com writes: If I understand correctly, there is no action I need to take, right? Right. Looks like Launchpad is gonna be able to take care of most of this. -- http://hexmode.com/ Embrace Ignorance. Just don't get too attached.

[Orgmode] Re: keeping uptodate?

2010-06-23 Thread Mark A. Hershberger
Matt Price mopto...@gmail.com writes: apologies for this one -- i remember reading somewhere about a script or package that lets you keep uptodate with org development versions without having to pull manually from git. We should have daily build installable as a debian package soon. It will

[Orgmode] Re: contributing Debian build scripts

2010-06-23 Thread Mark A. Hershberger
Carsten Dominik carsten.domi...@gmail.com writes: Can you please first elaborate what it would mean if we were to take over the production of this package? Mosty, when releases are made, it would mean adding a changelog entry to the debian/changelog file, re-building the source package and

[Orgmode] contributing Debian build scripts

2010-06-21 Thread Mark A. Hershberger
After maintaining a ppa for org-mode for some time, I'd like to contribute the build so that the community can help keep them up to date. More up-to-date than I've been able to do, surely :) Should I just submit patches to the list? (I have papers on file with the FSF if that makes any

[Orgmode] Re: Xiki framework (wiki and tree emacs features)

2010-02-06 Thread Mark A. Hershberger
Craig Muth craig.m...@gmail.com writes: Here's an example of a xiki tree you might build up when working in some elisp files. Could be useful for communicating about code on mailing lists like this one. Forgive me if org mode (or something else) already does this. If so please enlighten me

[Orgmode] Re: Org and Ledger

2008-12-08 Thread Mark A. Hershberger
Carsten Dominik [EMAIL PROTECTED] writes: I have never used ledger, and so I have no picture in my head of what would be useful. Maybe we should have a discussion of ideas here? I think Russell Adams gives a hint at the problem: I'm faced with needing the ability to integrate it into some

[Orgmode] Re: Notification of upcoming deadlines via email

2008-12-06 Thread Mark A. Hershberger
Gary [EMAIL PROTECTED] writes: What I would like to do is have emacs send me an email when a deadline is approaching. Is that possible? I am *much* more likely to read an email than remember to look at the calendar or whatever, and moreover it sits in my mailbox until I really take some

[Orgmode] Re: [ANN] Org Invoice 1.0.0

2008-12-06 Thread Mark A. Hershberger
Peter Jones [EMAIL PROTECTED] writes: I thought I'd share some elisp that I'm using in conjunction with org-mode for helping me prepare invoices. Very nice. I was looking for something like this. Now, if I can just figure out how to integrate invoicing and ledger Mark.

[Orgmode] Re: Org-mode Version 5.16

2007-12-01 Thread Mark A. Hershberger
If anyone running Ubuntu Gutsy is interested in having an org-mode package that is kept relatively up-to-date, I have an archive on Launchpad. (See https://launchpad.net/~hexmode/+archive/) In your sources.list: deb http://ppa.launchpad.net/hexmode/ubuntu gutsy main deb-src

[Orgmode] Re: how to get daily clock summaries

2007-11-29 Thread Mark A. Hershberger
Rainer Stengele [EMAIL PROTECTED] writes: #+BEGIN: clocktable :maxlevel 0 :scope file :tstart 2007-11-28 Mi 00:00 :tend 2007-11-28 Mi 23:59 Looking at the docs, it looks like you could do: #+BEGIN: clocktable :block today -- http://hexmode.com/ GPG Fingerprint: 7E15 362D A32C DFAB E4D2