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
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
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
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
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.
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))
---
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
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.
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
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.
> 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
'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
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
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
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
(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
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
"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
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
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
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.
___
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
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
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
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
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
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
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
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.
___
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
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
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
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
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
34 matches
Mail list logo