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
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
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
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
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
ile (org-version.tex): Use printf instead of echo to
> increase portability.
>
[...]
Confirmed, I can now "make card" successfully. Thanks!
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
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
.el
should be changed to always pass it a string.
Kind regards,
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
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
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
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
, 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
this!
-Dale Barr
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
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
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)))
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
&
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
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
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
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
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
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
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
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(
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
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
{{{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
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
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
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
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,
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
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!
. 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
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
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'
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
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
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
---
>
> 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
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*,
>
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
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
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
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
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
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
50 matches
Mail list logo