Re: [BUG] results from org-prepare-dblock make clocktable unusable

2024-09-15 Thread Mark A. Hershberger
On Sun, 2024-09-15 at 10:25 +, Ihor Radchenko wrote: > "Mark A. Hershberger" writes: > > > > As far as documentation, in the infodoc under "7.5.3 Capturing > > column view", we have this: > > > >     ‘:match’ > > When set

Re: [BUG] results from org-prepare-dblock make clocktable unusable

2024-09-09 Thread Mark A. Hershberger
Ihor Radchenko writes: > You need to put tag into quotes. > I guess we may document this, but I am not sure where. I did figure this out and meant to follow up. As far as documentation, in the infodoc under "7.5.3 Capturing column view", we have this: ‘:match’ When set to a string

Re: [BUG] results from org-prepare-dblock make clocktable unusable

2024-09-07 Thread Mark A. Hershberger
This should be re-titled results from org-prepare-dblock make :match with clocktable unusable". -- http://hexmode.com/ Don't ask me who's influenced me. A lion is made up of the lambs he's digested, and I've been reading all my life. -- Giorgos Seferis

[BUG] results from org-prepare-dblock make clocktable unusable

2024-09-07 Thread Mark A. Hershberger
Buffer contains: > #+BEGIN: clocktable :match tag > #+END: Hiting C-c C-c with point on #+BEGIN results in “Invalid match tag: tag”. This is from the first line of code in org-tags-expand: (unless (org-string-nw-p match) (error "Invalid match tag: %S" match)) Tracking this down, the probl

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
dd 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 @@ CONTEN

[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 t

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
't know, 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

[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 gnus-alias-use-identi

[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 +5055

[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 (e

[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
(C-tab . file-cache-minibuffer-complete) (9 . self-insert-command) (XF86Back . previous-history-element) (up . previous-history-element) (prior . previous-history-element) (XF86Forward . next-history-element) (down . next-history-element) (next . next-history-element) (27 keymap (114 . previou

[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 (https://launchp

[Orgmode] Re: Org-babel games screencast

2010-11-29 Thread Mark A. Hershberger
"David O'Toole" 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 plan on goin

Re: [Orgmode] Daily Debian Builds

2010-07-30 Thread Mark A. Hershberger
suvayu ali 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 seems buggy. I may start h

[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, will

[Orgmode] Re: contributing Debian build scripts

2010-06-25 Thread Mark A. Hershberger
Carsten Dominik 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 writes: > thanks to both of you. Mark, do you think the ppa will be up in the next > week or so? Yes. -- http://hexmode.com/ Embrace Ignorance. Just don't get too attached. ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] Re: contributing Debian build scripts

2010-06-23 Thread Mark A. Hershberger
Carsten Dominik 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 then using dput to send the

[Orgmode] Re: keeping uptodate?

2010-06-23 Thread Mark A. Hershberger
Matt Price 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 (eventually) be

[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 differenc

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

2010-02-06 Thread Mark A. Hershberger
Craig Muth 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 - I'd be interes

[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

[Orgmode] Re: [ANN] Org Invoice 1.0.0

2008-12-07 Thread Mark A. Hershberger
Peter Jones <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Mark A. Hershberger) writes: >> Now, if I can just figure out how to integrate invoicing and ledger > > Is ledger an application, or some additional org functionality you want? http://www.newartisans.com

[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: 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: Remember with org-mode

2008-01-07 Thread Mark A. Hershberger
Vikas Rawal <[EMAIL PROTECTED]> writes: > I am trying to set up remember with org-mode using instructions > provided in the manual. But the (org-remember-insinuate) line results > in the following error. > > Could someone kindly explain what is wrong. > > FYI, I am using emacs on Ubuntu 7.10. If

[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 http://ppa.la

[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 A32

[Orgmode] org mode, cvs emacs, and calendar.el

2007-11-24 Thread Mark A. Hershberger
Putting %%(org-calendar-holiday) in my todo.org (as suggested on John Wiegley's howto) results in several annoying “Bad sexp at line …” because org-calendar-holiday calls the obsolete check-calendar-holidays. One way to fix this is to copy the define-obsolete-function-alias statements from