[O] Bug: org-paste-subtree may delete headline at point [9.1.14 (release_9.1.14-961-g5abfde)]

2018-10-04 Thread Dale Sedivec
ing-match-p "^\\*+\\s-*$" (buffer-substring (line-beginning-position) (point))) Version info: Emacs : GNU Emacs 26.1.50 (build 2, x86_64-apple-darwin17.7.0, NS appkit-1561.60 Version 10.13.6 (Build 17G65)) of 2018-08-31 Package: Org mode version 9.1.14 (release_9.1.14-961-g5abfde @ /tmp/orgbug/org-mode/lisp/) Regards, Dale

[O] org-save-outline-visibility no longer saves drawer visibility

2018-02-02 Thread Dale Sedivec
as introduced? As a consequence, org-outline-overlay-data (called by org-save-outline-visibility) no longer saves the invisible overlays for drawers, since those overlays' 'invisible property is no longer 'outline, but instead 'org-hide-drawer. Thanks, Dale

[O] Bug: Blank line when logging state changes [9.0.9 (9.0.9-692-gfbf31d.dirty-elpaplus @ /tmp/emacs/.emacs.d/elpa/org-plus-contrib-20170801/)]

2017-08-01 Thread Dale Sedivec
the new behavior of org-split-string actually seems correct to me (splitting a string should arguably never result in nil), so I've fixed this by patching org-store-log-note as demonstrated in the attached patch. Regards, Dale --- org.el.orig 2017-08-01 10:58:56.0 -0500 +++ org.el

Re: [O] Bug: clocktable interprets tstart/tend incorrectly, maybe? [9.0.9 (9.0.9-636-gd39ccc-elpaplus @ /tmp/emacs/.emacs.d/elpa/org-plus-contrib-20170709/)]

2017-07-14 Thread Dale Sedivec
On Mon, Jul 10, 2017 at 3:59 AM, Nicolas Goaziou wrote: > Hello, > > Dale Sedivec writes: > [...] > > I notice that as of 112c5ba479d, org-clocktable-steps parses :tstart and > > :tend with the ZONE argument to org-parse-time-string as T. I think this > > is ca

[O] Bug: clocktable interprets tstart/tend incorrectly, maybe? [9.0.9 (9.0.9-636-gd39ccc-elpaplus @ /tmp/emacs/.emacs.d/elpa/org-plus-contrib-20170709/)]

2017-07-09 Thread Dale Sedivec
quot; :complete org-file-complete-link) ("ftp" :follow (lambda (path) (browse-url (concat "ftp:" path ("help" :follow org--open-help-link) ("http" :follow (lambda (path) (browse-url (concat "http:" path ("https" :follow (lambda (path) (browse-url (concat "https:" path ("mailto" :follow (lambda (path) (browse-url (concat "mailto:"; path ("news" :follow (lambda (path) (browse-url (concat "news:"; path ("shell" :follow org--open-shell-link)) org-html-format-inlinetask-function 'org-html-format-inlinetask-default-function org-clock-out-hook '(org-clock-remove-empty-clock-drawer) ) Regards, Dale

Re: [O] Is doc/org-version.tex generation broken?

2017-06-30 Thread Dale
ile (org-version.tex): Use printf instead of echo to > increase portability. > [...] Confirmed, I can now "make card" successfully. Thanks! Dale

[O] Is doc/org-version.tex generation broken?

2017-06-30 Thread Dale
3.14159265-2.6-1.40.18 (TeX Live 2017) (preloaded format=pdftex) restricted \write18 enabled. entering extended mode (../../.././orgcard.tex (/Users/dale/repositories/org-mode/doc/org-version.tex /Users/dale/repositories/org-mode/doc/org-version.tex:3: Missing control sequen ce inserted

[O] org-todo-keyword-faces in agenda

2017-04-12 Thread Dale
ine that this would interfere with other features, such as existing customizations in org-agenda) 2. Some hook function that figures out which org-mode buffer(s) contributed to an agenda view and copies/merges org-todo-keyword-faces values into the agenda buffer Thanks! Dale

[O] Bug: Agenda clockcheck: org-duration-to-minutes: Wrong type argument: stringp [9.0.5 (release_9.0.5-318-gb1353c @ /tmp/emacs/org-mode/lisp\ /)]

2017-02-22 Thread Dale
.el should be changed to always pass it a string. Kind regards, Dale

[O] Bug: Properties don't work in clocktable [9.0.5 (release_9.0.5-305-g21797c @ /Users/dale/.emacs.d/el-get/org-mode/lisp/)]

2017-02-18 Thread Dale
(x86_64-apple-darwin15.6.0, Carbon Version 157 AppKit 1404.47) of 2017-02-07 Package: Org mode version 9.0.5 (release_9.0.5-305-g21797c @ /Users/dale/.emacs.d/el-get/org-mode/lisp/) I'll take every opportunity I can to thank all the people who work to make org-mode so indispensable! Thank you! Dale

[O] Bug: clocktable doesn't preserve formulas with :scope file-with-archives

2016-10-21 Thread Dale
I'd suggest that the solution may be as simple as just updating org-clocktable-write-default to insert table formulas *after* deleting the file column, along with some I'm attaching a patch but I'm not sure whether you'll be able to use it because my FSF assignment hasn't b

[O] Bug: Column mode display broken after adding PROPERTIES drawer [8.3.1 (release_8.3.1-176-g45abec @ /tmp/minimal-org/org-mode/lisp/)]

2015-08-25 Thread Dale
from MacPorts on OS X 10.9 with "emacs -nw -Q -L org-mode/lisp". ---- Emacs : GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-08-25 on dale Package: Org-mode version 8.3.1 (release_8.3

Re: [O] Using org-goto loses org-todo-keyword-faces settings

2013-09-02 Thread Dale
when I exit org-goto. Regards, Dale On Mon, Sep 2, 2013 at 12:42 AM, Carsten Dominik wrote: > Hi Dale, > > thank you for the report and detailed example. I have followed your recipe > and cannot reproduce the issue. > > Regards > > - Carsten > > On 21.8.2013, at

[O] Using org-goto loses org-todo-keyword-faces settings

2013-08-21 Thread Dale
, apparently, the unofficial Emacs Mac Port (ftp://ftp.math.s.chiba-u.ac.jp/emacs/). I just confirmed this behavior using org-mode's master branch from git://orgmode.org/org-mode.git as of a few minutes ago. The output from org-submit-bug-report is below. Thanks for everything, Dale Ema

[O] problem with figure captions / labels in LaTeX export

2013-03-20 Thread Dale Barr
this! -Dale Barr

Re: [Orgmode] Re: Custom docbook stylesheets.

2010-05-13 Thread Dale P. Smith
input DocBook XML file) and "%o" (for > the output FO file). Values of these two specs will be generated based > on the Org file name to be exported. > > We should add a 3rd spec, "%s", to this variable for the XSLT stylesheet > that users would like to use f

Re: [Orgmode] Re: Custom docbook stylesheets.

2010-05-13 Thread Dale P. Smith
efault command can be modified to use a stylesheet variable, and that variable can be in the org file. -Dale -- Dale P. Smith da...@vtiinstruments.com 216-447-4059 x2018 216-447-8951 FAX ___ Emacs-orgmode mailing list Please use `Reply All' to s

Re: [Orgmode] Re: Custom docbook stylesheets.

2010-05-13 Thread Dale P. Smith
ommand - fofile pdffile)) +(shell-command (format-spec org-export-docbook-xslt-proc-command +(format-spec-make ?o fofile ?i (shell-quote-argument filename +(shell-command (format-spec org-export-docbook-xsl-fo-proc-command +(format-spec-make ?i fofile ?o pdffile)))

Re: [Orgmode] Re: Custom docbook stylesheets.

2010-05-03 Thread Dale P. Smith
Baoqiu Cui writes: > Hi Dale, > > Dale Smith writes: > >> Dale Smith writes: >> >>>>>> The current org-export-docbook-xslt-proc-command is a format string, >>>>>> with a fixed order of arguments (the fo filename and then the input &

Re: [Orgmode] Re: [BUG] revering agenda files

2010-04-12 Thread Dale P. Smith
mode on several machines and I keep my files >>> synchronised with git. Since git-vc.el doesn't provide interface for >>> git's push pull commands I have to invoke them from outside of Emacs. >> >> Use magit perhaps? or egg. > > I'll give them a

Re: [Orgmode] Re: OrgmodeOrgmodePOLL: Change of keys to move agenda through time

2009-08-25 Thread Dale Smith
he agenda the cursor is off to one side. I want to move it to the column I'm actuallly looking at, so I "lean" on it for about the right key-repeat time to get it there. That would throw the agenda several months in the future. But that all stopped once I started using that hig

Re: [Orgmode] Re: Custom docbook stylesheets.

2009-06-23 Thread Dale Smith
and refresh, so I prefer it for stuff that is frequently changed. > But you can also use file variables of course The problem with file variables, is that they go away during processing. (The docbook output is done in a different buffer, so the buffer-local variables in the org buffer are

Re: [Orgmode] Re: Custom docbook stylesheets.

2009-06-23 Thread Dale Smith
we make it *too* flexible by doing this? ;-) Possibly. I just want stylesheets! ;^) If the %s option isn't provided by default, I'd like to have a way to add it without modifying org-docbook.el. It makes updates easier. -Dale -- Dale P. Smith da...@vtiinstruments.com 216-447-4059 x2

Re: [Orgmode] Re: Custom docbook stylesheets.

2009-06-22 Thread Dale Smith
Dale Smith writes: >>>> The current org-export-docbook-xslt-proc-command is a format string, >>>> with a fixed order of arguments (the fo filename and then the input >>>> docbook filname). Thats probably good enough for most (all?) xslt >>>> pr

Re: [Orgmode] Re: Custom docbook stylesheets.

2009-06-22 Thread Dale Smith
found it. It's the format-spec function. (Actually, http://edward.oconnor.cx/2009/06/format-spec clued me in.) I'll have a go at it today and see if I can send in a patch. -Dale -- Dale P. Smith da...@vtiinstruments.com 216-447-4059 x2018 216-447-8951 FAX (Company mandated disclaime

Re: [Orgmode] Re: Custom docbook stylesheets.

2009-05-28 Thread Dale Smith
ter. Does it make sense to do something extensible, like the #+ macros? Then Carsten won't need to be adding new #+ words all the time. ;^) -Dale -- Dale P. Smith da...@vtiinstruments.com 216-447-4059 x2018 216-447-8951 FAX (Company mandated disclaimer follows...) The information in th

[Orgmode] Custom docbook stylesheets.

2009-05-26 Thread Dale Smith
rent options go? Something like $i $o and $s (for in, out, and stysheet)? -Dale -- Dale P. Smith da...@vtiinstruments.com 216-447-4059 x2018 216-447-8951 FAX (Company mandated disclaimer follows...) The information in this e-mail and any attachments is intended solely for use by the recipient(

Re: [Orgmode] Re: {{{macro}}} expansion not working properly for docbook export

2009-05-20 Thread Dale Smith
rozen" at the point I did an html export. Now that the docbook exporter is generating the properties, the time is being updated. Yay! Thanks again, -Dale -- Dale P. Smith da...@vtiinstruments.com 216-447-4059 x2018 216-447-8951 FAX (Company mandated disclaimer follows...) The information i

Re: [Orgmode] Re: {{{macro}}} expansion not working properly for docbook export

2009-05-20 Thread Dale Smith
ion time was just plain wrong. By over a day. And I *know* I just saved the file. I'm guessing now that the property was cached. If so, that property should *not* be. It really needs to be fresh every time an export is done. -Dale -- Dale P. Smith da...@vtiinstruments.com 216-447-40

[Orgmode] {{{macro}}} expansion not working properly for docbook export

2009-05-19 Thread Dale Smith
{{{maxro}}} expansion does not happen for docbook export until an html export is done. After that, macros seems to be expanded properly for docbook export. Thanks! -Dale -- Dale P. Smith da...@vtiinstruments.com 216-447-4059 x2018 216-447-8951 FAX (Company mandated disclaimer follows

Re: [Orgmode] Commas in {{date(FORMAT)}}}

2009-05-18 Thread Dale Smith
Carsten Dominik writes: > On May 14, 2009, at 11:03 PM, Dale Smith wrote: > > I'm confused about the value of FORMAT in {{{date(FORMAT)}}}. > > I wanted to use "%B %e, %Y", but I have two problems. With the > quotes, I get an "eval: End of file dur

Re: [Orgmode] Commas in {{date(FORMAT)}}}

2009-05-15 Thread Dale Smith
Dale Smith writes: > I'm confused about the value of FORMAT in {{{date(FORMAT)}}}. > > I wanted to use "%B %e, %Y", but I have two problems. With the > quotes, I get an "eval: End of file during parsing" message. Without > the quotes, processing

[Orgmode] Commas in {{date(FORMAT)}}}

2009-05-14 Thread Dale Smith
instead of "May 14, 2009". Thanks, -Dale -- Dale P. Smith da...@vtiinstruments.com 216-447-4059 x2018 216-447-8951 FAX (Company mandated disclaimer follows...) The information in this e-mail and any attachments is intended solely for use by the recipient(s) to whom this e-mail is

[Orgmode] ditaa and dot blocks with docbook export

2009-05-09 Thread Dale Smith
t. Thanks Baoqiu Cui. -Dale > From 0c534df7af71e0a742a7123a14e0293da9f0e4c6 Mon Sep 17 00:00:00 2001 From: Dale Smith Date: Fri, 8 May 2009 10:54:49 -0400 Subject: [PATCH] Add support for docbook export for dot and ditaa blocks. --- contrib/lisp/org-exp-blocks.el |4 ++-- 1 files changed,

[Orgmode] Re: DocBook exporter code (version 1.0)

2009-03-13 Thread Dale Smith
Carsten Dominik writes: > On Mar 13, 2009, at 3:05 AM, Baoqiu Cui wrote: > >> Baoqiu Cui writes: >> >>> Dale Smith writes: >>> >>>> Somthing that muse has that I'd really like to see in org is some >>>> way to insert raw doc

[Orgmode] Re: DocBook exporter code (version 1.0)

2009-03-12 Thread Dale Smith
t. The LaTeX exporter already has a feature like this. Muse-mode uses the tag. In the past, I've used this for inserting a programming instruction that cauaes a page-break. I'm sure there could be many many uses. Any ideas or suggestions? Something I've missed? Thanks!

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-05 Thread Dale Smith
. This is because docbook is so much richer than any wiki format, and I want to take advantage of what's there. -Dale -- Dale P. Smith da...@vtiinstruments.com 216-447-4059 x2018 216-447-8951 FAX (Company mandated disclaimer follows...) The information in this e-mail and any attachments is

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Dale Smith
To me anyway. -Dale -- Dale P. Smith da...@vtiinstruments.com 216-447-4059 x2018 216-447-8951 FAX (Company mandated disclaimer follows...) The information in this e-mail and any attachments is intended solely for use by the recipient(s) to whom this e-mail is addressed and may contain confi

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Dale Smith
uring the last week (mainly during the last weekend), I wrote some code > to export Org files to DocBook V5.0 format, and everything looks very > promising (I have to admit that a lot of work still needs to be done to > make the code complete and stable) . Looks pretty good to me. I'

[Orgmode] Re: C-a and C-e in org-mode

2009-02-03 Thread Dale Smith
Ken Harris writes: > On my keyboard layout, I can hit all of C-u, C-a, C-e, C-p, > C-k, and C-y with my left hand, so I can a whole lot of simple > navigation editing without putting down the mouse (or mousing back > over to my emacs window). Wow. Big hands! -Dlae -- Dale

[Orgmode] Re: icalendar importing

2009-01-30 Thread Dale Smith
David Thole writes: > I'd be interested in finding this out as well. Could you provide details > Dale on how you got it to import correctly into Diary even? There's a > huge disconnect right now for me between my calendar and what I do my GTD > stuff in. Sure. I h

[Orgmode] icalendar importing

2009-01-30 Thread Dale Smith
hat's good, but I'd like to add them to an org file instead. Is there anything similar to icalendar-import-buffer but creates a task in org format insteat of diary format? Thanks! -Dale -- Dale P. Smith da...@vxitech.com 216-447-4059 x2018 216-447-8951 FAX (Company mandated dis

[Orgmode] Re: Feature request: Highlight the agenda line with the cursor on it

2008-08-13 Thread Dale Smith
--- > > works quite well. Yes! I've been needing this and didn't even know it! When in an aganda buffer, the cursor is usually way over on the left side. To help me focus my eyes on the task/tags/etc, I (without thinking) lean on my key to move the cursor over. What this actually d

[Orgmode] Re: Linux Journal

2007-11-08 Thread Dale Smith
Bastien <[EMAIL PROTECTED]> writes: > Dale Smith <[EMAIL PROTECTED]> writes: > >> I just noticed there is an article on org-mode in the December Linux >> Journal by Abhijeet Chavan. > > Great. Any chance that people in this list could read it *somewhere*, >

[Orgmode] Linux Journal

2007-11-07 Thread Dale Smith
I didn't see this here yet. Sorry if I'm being redundant. (again?) I just noticed there is an article on org-mode in the December Linux Journal by Abhijeet Chavan. Yaayy. Nice job, Abhijeet. -Dale -- Dale P. Smith [EMAIL PROTECTED] 216-447-4059 216-44

[Orgmode] Re: Org-mode version 5.01

2007-07-03 Thread Dale Smith
ot of new functionality. I can hardly wait to start making good use of all this. Thanks (again!) for the very fine work you do on org-mode, it has brought some sanity to my (and many others) life. -Dale -- Dale P. Smith [EMAIL PROTECTED] 21

[Orgmode] Re: Customizable link types

2006-09-25 Thread Dale Smith
Dale Smith <[EMAIL PROTECTED]> writes: > What I'm really asking is a way to extend the current list of link > types (gnus:, file:, vm:, etc.) with some user-defined types. How about an alist of (type . replacement), with string as simple string replacement, and maybe a funct

[Orgmode] Re: Customizable link types

2006-09-25 Thread Dale Smith
i?id=1234][Bug# 1234]], but that's a lot to type in. Hmm. It wouldn't be too hard to whip up some elist that generates a link like that. What I'm really asking is a way to extend the current list of link types (gnus:, file:, vm:, etc.) with some user-defined types. > On Sep 22, 200

[Orgmode] Customizable link types

2006-09-22 Thread Dale Smith
gzilla" . "http://10.1.2.9/bugzilla/show_bug.cgi?id=";))) So what do you think about some way of adding customizable hyperlinks? -Dale ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Error with org-store-link in gnus Article buffer

2006-09-22 Thread Dale Smith
tline))) @@ -123,7 +124,7 @@ ;;; Customization variables -(defvar org-version "4.47" +(defvar org-version "4.48" "The version number of the file org.el.") (defun org-version () (interactive) -Dale ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode