-store-link.
Is anyone else having this problem, or do I perhaps have something
configured badly?
By the way, Org-mode is fantastic.
--
Daniel E. Doherty
7300 W. 110th Street, Suite 930
Overland Park, KS 66210
913.338.7182 (Phone)
913,338.7164
Carsten David,
I'm dumbfounded at good you guys are. Thanks to both of you for this
fix and all the work on org-mode.
Regards,
Dan Doherty
Carsten Dominik wrote:
Applied, thanks.
- Carsten
On Feb 20, 2010, at 7:48 PM, David Maus wrote:
Hi Daniel,
Daniel E. Doherty wrote:
Hello all
|
#+TBLFM: $5=$4*50;Df2
#+END:
Reagards,
--
Daniel E. Doherty
Up the airy mountain,
Down the rushy glen,
We daren't go a-hunting,
For fear of little men.
--- William Allingham (Donegal, Ireland)
At Thu, 21 Jul 2011 15:37:55 +0200,
Giovanni Ridolfi wrote:
Daniel E. Doherty ded-...@ddoherty.net writes:
That's certainly thinking outside the box, but I don't think it
works.
Actually, Daniel you don't have to *think*, you've to demonstrate
that it works or that it doesn't
be in your case, however the formula should
behave
correctly.
Jonathan
On Thu, Jul 21, 2011 at 11:55, Daniel E. Doherty ded-...@ddoherty.net wrote:
At Thu, 21 Jul 2011 15:37:55 +0200,
Giovanni Ridolfi wrote:
Daniel E. Doherty ded-...@ddoherty.net writes
|
| | 2:48 | 140:00:00 |
#+TBLFM: $5=$4*50;T
#+END:
At Mon, 25 Jul 2011 00:58:24 +0200,
bzg wrote:
Hi Daniel,
Daniel E. Doherty ded-...@ddoherty.net writes:
| Headline
| Time
|
| | 1:09 | 50:9 |
| Letter of Discovery Deficiencies |
| | 2:48 | 25:12 |
#+TBLFM: $5=$4*50;f2
#+END:
At Mon, 25 Jul 2011 00:58:24 +0200,
bzg wrote:
Hi Daniel,
Daniel E. Doherty ded-...@ddoherty.net writes
At Mon, 25 Jul 2011 23:02:38 +0200,
bzg wrote:
The 'T' format does this:
1. it converts HH:MM:SS strings to integers (number of seconds)
2. it applies the formulas to these integers
3. it formats the output as HH:MM:SS
So I guess you cannot combine it with f2 -- let me know if
Bastien,
At Tue, 26 Jul 2011 02:41:51 +0200,
bzg wrote:
Hi Daniel,
Daniel E.Doherty ded-...@ddoherty.net writes:
Bastien, I did not use the T specifier at all.
Why?
'T' is needed for duration computation -- unless you use the
specific calc format for time and date
At Tue, 26 Jul 2011 11:47:25 -0500,
Ryan,
Thanks for chiming in. I'm still in the dark on this. I'm hoping a
guru will ride to the rescue.
Org is without question the best organizational tool I've ever used, and
to use it for billing would be a real boon to me, but I'm stuck on this
issue at
Bastien,
Just re-gitted (git pull make clean make) and applied your new 't'
format specifier, and ... joy! Many thanks for following up on this. I
will now retire my old Windows-based invoicing system in favor of org.
Great work.
Regards,
Dan
At Wed, 27 Jul 2011 13:25:46 +0200,
bzg
added in?
Regards,
--
Daniel E. Doherty
Up the airy mountain,
Down the rushy glen,
We daren't go a-hunting,
For fear of little men.
--- William Allingham (Donegal, Ireland)
:43:55 +0200,
bzg wrote:
Hi Daniel,
Daniel E. Doherty ded-...@ddoherty.net writes:
I noticed that the regular expression for recognizing what columns are
numeric in a table for purposes of right-aligning does not pick up
dollar values with commas.
For example, $23,821,415.18 would
.
--
Law Offices of Daniel E. Doherty
7300 W. 110th Street, Suite 930
Overland Park, KS 66210
913.338.7182 (Phone)
913.338.7164 (FAX)
ded-...@ddoherty.net
Thanks, Nick. That was it alright. Having the package manage in Emacs
24 makes this kind of fix really easy.
Regards,
At Tue, 13 Dec 2011 19:45:59 -0500,
Nick Dokos wrote:
Daniel E. Doherty ded-...@ddoherty.net wrote:
Nick,
Oops, yeah, its version 7.7, as distributed with emacs
Eric,
I've seen this too. The problem is that the site-file version of org is
loaded by starter-kit, then you load a local version in your init file.
It looks like the local version is at the front of your load-path, but
that's only after your init file runs.
One soultion proposed elsewhere on
Eric,
I've seen this too. The problem is that the site-file version of org is
loaded by starter-kit, then you load a local version in your init file.
It looks like the local version is at the front of your load-path, but
that's only after your init file runs.
One soultion proposed elsewhere on
Jeff,
What I actually did is the following:
1. Define the following function in a file called ded-org-load.el
== ded-org-load.el ===
(require 'cl)
(defun ded-add-local-org-to-load-path (dir-list)
Add any org directory found in DIR-LIST to the front
All,
I am writing an app for bookkeeping that uses regexp's in org tables.
They are working great except that they always come up misaligned when
the regexp has a \vert{} in it for alternation.
Also when tabbing through the file the alignment gets confused as well
and appears to miscalculate
=1000
\author{Daniel E. Doherty}
\date{\today}
\title{}
\hypersetup{
...
Note that the \title is empty, but should be \title{Junk}.
I do have some customizations set, but nothing that I can see would
affect the title.
Anyone else seeing this?
Regards,
Dan
And if you are generating this programatically, this works:
#+BEGIN_SRC sh :results raw
(
echo |a |b |c |d
echo |-
echo |1 |2 |3 |4
echo |5 |6 |7 |8
)
#+END_SRC
--
Daniel E. Doherty
waiting for
me to respond to the prompt.
Is there a way to supress running code block in the case of 'icalendar
exports?
I guess out of curiosity, is it a good idea to be executing them by
default for this exporter?
Regards,
--
Daniel E. Doherty
d...@ddoherty.net
this be to implement? With this, I can thing of my
org-mode file as a kind of annotated dired for a project.
Regards,
--
Daniel E. Doherty
ded-...@ddoherty.net
All,
I notice that in a table, I can use active timestamps, do arithmetic
with them, and get meaningful results. However, if I use inactive
timestamps, I get different results. I prefer the way active timestamps
work, since I can easily do date arithmetic with them.
The problem with active
'default :background
(add-hook 'after-init-hook 'ded-set-org-hide)
(add-hook 'org-ctrl-c-ctrl-c-hook 'ded-set-org-hide)
#+end_src
This works fine, but has to be manually re-run if you load a different custom
theme.
--
Daniel E. Doherty
All,
I really like the Easy Template facility, and would like to add some of
my own. However, I am having trouble with the elisp syntax. I would
like to add a couple in my init file, but am having no luck. Here is
what I have now:
=
(eval-after-load 'org
(progn
, Emacs tries to evaluate
((j ..
Which is of cause not valid because the first element in that list `(j ...'
is not a function.
- Carsten
- Carsten
On May 23, 2012, at 3:10 PM, Daniel E. Doherty wrote:
All,
I really like the Easy Template facility, and would
All,
I would like to put a string with an embedded pipe character in the
cell. The idea is to display regular expressions, which inevitably
contain pipe characters. I've tried /one|two/, one\|two, one|two, and even
one\|two, but they all split the entry into two cells.
Is there anyway to
,
right?
Regards,
Dan
At Mon, 28 May 2012 20:05:32 +0530,
Jambunathan K kjambunat...@gmail.com wrote:
Daniel E. Doherty ded-...@ddoherty.net writes:
All,
I would like to put a string with an embedded pipe character in the
cell. The idea is to display regular expressions, which
,
--
===
,[ Law Offices ]
| Daniel E. Doherty
| 7300 W. 110th Street, Suite 930
| Overland Park, KS 66210
| 913.338.7182 (Phone)
| 913,338.7164 (FAX
Dominik wrote:
On Apr 24, 2010, at 1:19 AM, Sebastian Rose wrote:
Carsten Dominik carsten.domi...@gmail.com writes:
On Apr 23, 2010, at 6:12 PM, Sebastian Rose wrote:
Daniel E. Doherty ded-...@ddoherty.net writes:
All,
I make *very* frequent use of the shift-arrow keys to move from
window
Carsten,
Many thanks. You 'da man!
Sebastian,
Not being adept at elisp, would you mind posting code to take advantage
of these new hooks for windmove?
Regards,
Dan
Sebastian Rose wrote:
Carsten Dominik carsten.domi...@gmail.com writes:
OK, I have now 4 more hooks
-link()
| run-hook-with-args-until-success(org-git-store-link)
| org-store-link(nil)
| call-interactively(org-store-link nil nil)
`
Regards,
--
===
,[ Law Offices ]
| Daniel E. Doherty
| 7300 W. 110th Street
on here? I am using org-version 6.36trans on emacs 23.1.
Regards,
--
Daniel E. Doherty
7300 W. 110th Street, Suite 930
Overland Park, KS 66210
913.338.7182 (Phone)
913,338.7164 (FAX)
Up the airy mountain,
Down the rushy glen,
We daren't go
Carsten,
Thanks for the fix. All, thanks for the follow-up.
Regards,
Dan
Carsten Dominik carsten.domi...@gmail.com writes:
On Jun 4, 2010, at 11:39 AM, Mikael Fornius wrote:
I do not know what version your info reference is but my latest
git-versions info page
really nicely together.
Regards,
Daniel E. Doherty
7300 W. 110th Street, Suite 930
Overland Park, KS 66210
913.338.7182 (Phone)
913,338.7164 (FAX)
Up the airy mountain,
Down the rushy glen,
We daren't go a-hunting,
For fear of little men
E. Doherty
7300 W. 110th Street, Suite 930
Overland Park, KS 66210
913.338.7182 (Phone)
913,338.7164 (FAX)
Up the airy mountain,
Down the rushy glen,
We daren't go a-hunting,
For fear of little men.
--- William Allingham (Donegal, Ireland)
On 06/04/2010 06:00 AM, Carsten Dominik wrote
, 2010, at 7:43 PM, Daniel E. Doherty wrote:
Carsten,
I pulled the latest git, and it looks like 3/21 and 5/21 work
as expected. But when I put in 7/21, a date in the near
future, it is interpreting it a 2021-07-21 rather than the
2010-07-21 that one would expect
Date: Fri Jun 4 12:29:31 2010 +0200
Fix the date prompt for american-style dates
* lisp/org.el (org-read-date-analyze): Fix regular expression for
matching american dates
Daniel E. Doherty writes:
In playing around with the date prompt (C-.), I ran across the following
when I have an appoinment coming
up, and would like to use org mode exclusively for calendaring. This
feature would be a really great addition to org-mode.
Regards all,
--
Daniel E. Doherty
Up the airy mountain,
Down the rushy glen,
We
on %U\n %i%?\n%a)))
`
But when I hit 'j' at the capture dispatch and make an entry, it goes
into my defult notes file, Notes.org, rathern than Journal.org, like it
should.
Does anyone else get this?
--
Daniel E. Doherty
7300 W. 110th
the transactions by date,
description, etc.
--
Daniel E. Doherty
ded-...@ddoherty.net
I am seeing the same thing. When I set org-pretty-entities t, the alignment
gets confused. I am assuming that the alignment algorithm assumes all
characters are the same width, but the utf8 rendering of an em-space is wider,
hence the problems.
Perhaps a fix would be for the clocktable to use
.
At Fri, 12 Dec 2014 18:26:39 +0100,
Nicolas Goaziou m...@nicolasgoaziou.fr wrote:
Hello,
Daniel E. Doherty ded-...@ddoherty.net writes:
I am seeing the same thing. When I set org-pretty-entities t, the alignment
gets confused. I am assuming that the alignment algorithm assumes all
E. Doherty
ded-...@ddoherty.net
behavior went away.
Thanks a ton for taking a look at this, John. Back to loving org-mode!
On Mon, 06 Apr 2015 13:12:21 -0500,
John Hendy jw.he...@gmail.com wrote:
On Mon, Apr 6, 2015 at 12:05 PM, Daniel E. Doherty ded-...@ddoherty.net
wrote:
I don't know when this started, but recently
I don't know when this started, but recently I've seen the following annoying
behavior from M-RET in org files.
Here is a minimal file to demonstrate what I'm seeing lately:
== demo.org ==
* First Header
Lorem ipsum dolor sit amet,
, Daniel E. Doherty wrote:
I typically keep a list of tasks I'm working on in a subtree that is
simply a bunch of subheads that describe the task, like so:
,
| * Time Records
| ** Review filings for Johnson--Morgan
| CLOCK: [2014-08-27 Wed 09:13]--[2014-08-27 Wed 12:20] = 3:07
I typically keep a list of tasks I'm working on in a subtree that is
simply a bunch of subheads that describe the task, like so:
,
| * Time Records
| ** Review filings for Johnson--Morgan
| CLOCK: [2014-08-27 Wed 09:13]--[2014-08-27 Wed 12:20] = 3:07
| ** Discussion with Smith re Johnson
not happen?
--
========
Daniel E. Doherty
d...@ddoherty.net
On Tue, 28 Apr 2015 09:08:45 -0500,
Rasmus wrote:
>
> Andreas Hilboll writes:
>
> > Using the current git master, any exported Markdown doesn't include
> > title, author, and date information. Is this desired behaviour, or is
> > it a bug?
>
> AFAIK it's a
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes:
>
> Agreed. In master, I pushed a change that transforms all computed dates
> as inactive time stamps.
Nicolas, just say this, and thanks for the quick action.
Regards,
--
========
Da
\301\300\302Q\"\207" ["https" browse-url
":"] 6 "\n\n(fn URL ARG)"])
("http" :follow
#[514 "\301\300\302Q\"\207" ["http" browse-url
":"] 6 "\n\n(fn URL ARG)"])
("ftp" :follow
#[514 "\301\300\302Q\"\207" ["ftp" browse-url
":"] 6 "\n\n(fn URL ARG)"])
("help" :follow org-link--open-help) ("file"
:complete org-link-complete-file)
("elisp" :follow org-link--open-elisp) ("doi"
:follow org-link--open-doi))
org-roam-capture-function 'org-capture
org-html-format-headline-function
'org-html-format-headline-default-function
org-caldav-inbox "/home/ded/work/Projects/Nextcloud.org"
outline-minor-mode-hook-hook
'(outline-minor-faces-add-font-lock-keywords)
org-metaup-hook '(org-babel-load-in-session-maybe)
org-caldav-save-directory "/home/ded/work/Projects/"
org-refile-allow-creating-parent-nodes t
org-agenda-include-diary t
org-startup-with-inline-images t
org-footnote-define-inline t
org-speed-commands-user '(("0" . delete-window) ("1"
. delete-other-windows)
("2" . split-window-vertically) ("3"
. split-window-horizontally)
("h" . hide-other) ("k" .
org-kill-note-or-show-branches)
("r" . org-reveal) ("s" . org-save-all-org-buffers)
("z" . org-add-note)
("J" . org-clock-goto))
org-return-follows-link t
org-outline-path-complete-in-steps nil
org-icalendar-combined-agenda-file
"/home/ded/work/Projects/cal/org.ics"
org-noter-always-create-frame nil
org-special-ctrl-a/e t
org-table-header-line-p t
org-caldav-calendar-id "D7FBFCCB-DED5-492E-9E60-E30D8767BF0C"
org-src-lang-modes '(("dot" . graphviz-dot) ("mathematica" . wolfram)
("redis" . redis) ("php" . php)
("arduino" . arduino) ("C" . c) ("C++" . c++)
("asymptote" . asy) ("bash" . sh)
("beamer" . latex) ("calc" . fundamental) ("cpp"
. c++) ("ditaa" . artist)
("dot" . fundamental) ("elisp" . emacs-lisp)
("ocaml" . tuareg)
("screen" . shell-script) ("shell" . sh) ("sqlite"
. sql))
org-tab-before-tab-emulation-hook '(org-tempo-complete-tag)
org-icalendar-categories '(category local-tags)
org-texinfo-format-inlinetask-function
'org-texinfo-format-inlinetask-default-function
org-caldav-resume-aborted 'always
org-clock-sound "/home/ded/.emacs.d/ded/etc/pill.ogg"
org-list-allow-alphabetical t
org-texinfo-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME
CONTENTS)"]
)
--
Daniel E. Doherty
d...@ddoherty.net
line-display-subtree)
On Sat, Apr 10 2021, Kyle Meyer wrote:
> Daniel E. Doherty writes:
>
>> Nick,
>>
>> Thanks for trying this out. I tried this again using emacs -Q with both
>> emacs27 and emacs28, and I still get the same result, i.e., it produces
>> the link
-> TideWater [label="Director"];
| Lehman -> TideWater [label="Shareholder"];
| Thomas -> Lehman [label="Partner"];
| }
| #+end_SRC
`
If others could try this out, I would appreciate it.
--
====
Daniel E. Doherty
d...@ddoherty.net
, it would be better if the regular expression for recognizing
numbers allowed grouping commas and currency symbols to be included by
default so that financial-type numbers get right-aligned by default.
>
> Best,
> Ihor
--
Daniel E. Doherty
Law Offices of Daniel E. Doherty
7300 W. 110th Street, Suite 930
Overland Park, KS 66210
913.338.7182 (Phone)
913.338.7164 (FAX)
d...@ddoherty.net
.
Regards,
On Fri, May 27 2022, Ihor Radchenko wrote:
> "Daniel E. Doherty" writes:
>
>> | Description | Amount |
>> |--+|
>> | Mortage | 125,000.26 |
>> | Credit Cards | 6,325.00 |
>> | Auto Loan| 14,853.00
for calculation.
Consider this a feature request. I think it would be a very popular
enhancement to org.
Regards,
--
Daniel E. Doherty
Law Offices of Daniel E. Doherty
7300 W. 110th Street, Suite 930
Overland Park, KS 66210
913.338.7182 (Phone
Thanks, I'll take a look at it.
Cheers,
On Thu, Jun 02 2022, Ihor Radchenko wrote:
> "Daniel E. Doherty" writes:
>
>> Again, thanks for your thoughts. All, however, ruin the look of the
>> tables. Could you, perhaps, point me to where in the vast org code,
>>
59 matches
Mail list logo