Ihor Radchenko writes:
>> Unfortunately you're right and I would even say we can completely
>> remove `test-ob-clojure.el`.
>> There seems to be only tests for session support which currently
>> doesn't exist anymore and another one which tests plain tangle
>> and is not really Clojure specific
x-gnu, GTK+ Version
3.24.37, cairo version 1.16.0)
of 2023-10-11
Package: Org mode version 9.7-pre (release_9.6.10-827-ge15699 @
/home/d/src/git-org-mode/lisp/)
--
Daniel Ortmann 612-518-3147 m
key: C9E170E2, fingerprint = 81BB 6CAF F1EC F6C7 690C F4E9 66D7 7AFD
C9E1 70E2
Fix confirmed.
Thank you!
On 10/12/23 03:21, Ihor Radchenko wrote:
Daniel Ortmann writes:
org-element--generate-copy-script: Symbol\u2019s function definition is
void: org-export--list-bound-variables
Sorry. Silly mistake in a recent commit.
Fixed, on main.
https://git.savannah.gnu.org
nux-gnu, GTK+ Version
3.24.37, cairo version 1.16.0)
of 2023-10-14
Package: Org mode version 9.7-pre (release_9.6.10-840-g9fcbd1 @
/home/d/src/git-org-mode/lisp/)
--
Daniel Ortmann 612-518-3147 m
key: C9E170E2, fingerprint = 81BB 6CAF F1EC F6C7 690C F4E9 66D7 7AFD
C9E1 70E2
blem fixed ... but it would be nice to know it was not an accidental fix.
Thank you! You can close it or investigate further at your discretion.
On 10/15/23 03:39, Ihor Radchenko wrote:
Daniel Ortmann writes:
I have a repeatedly-scheduled TODO with this entry for the schedule:
SCHEDULED: &
"clock time" again is correctly recorded in the log.
I hope the screen captured images came across in the previous email?
They should help explain.
On 10/15/23 04:00, Ihor Radchenko wrote:
Daniel Ortmann writes:
In the last entry below, the "Clocked:" part of the log w
ow it is."
And that's ok! :-)
Thank you for your attention to this matter which now is clearly smaller
than expected.
On 10/16/23 02:38, Ihor Radchenko wrote:
Daniel Ortmann writes:
No, no, not clock check mode.
- I created a TODO with a scheduled time that repeats. When complet
Orgmode.org appears to be down.
> 1. If you customized it to speed up agendas, are agendas still slow on
the latest main?
I disabled org-agenda-use-tag-inheritance but I can't provide a lot of
feedback because I don't use many tag filters:
1. I disabled it in a batch script that exports my agenda, though it
doesn't actually spe
Yes, please!
--
Daniel Ortmann
https://www.linkedin.com/in/danieldeanortmann/
https://ieee-collabratec.ieee.org/app/p/DanielDeanOrtmann/
612-518-3147 m
On 1/29/24 14:03, Juan Manuel Macías wrote:
Hi,
In last December, issue 23 of the "Revista de Estudios Latinos" (Journal
of Lat
I also see the warnings. In my case it's because I'm using outline-minor
mode in an elisp file. I'm not sure it's supported, but it worked years
ago: I could fold and unfold sections with usual org-mode keys like C-tab.
I miss that feature. I never managed to learn the real outline-mode
keys/concep
Thanks, I replaced org-cycle/org-global-cycle with
outline-cycle/outline-cycle-buffer, and then the outlining works.
On Tue, 6 Feb 2024 at 18:56, Ihor Radchenko wrote:
> Daniel Clemente writes:
>
> > I also see the warnings. In my case it's because I'm using outline-mino
> I have thought of a syntax that is as least intrusive as possible, so as
> not to make reading uncomfortable. I have tried the following:
>
> :fr{some text in French} :it{some text in Italian} :la{some text in Latin}
Sorry for joining the discussion a bit late. A long time ago I created a
syntax
Hi,
after updating org-mode and emacs to latest commits, I have seen that
some links to IDs in different files are exported like this:
some link: link
Shouldn't it be?: otherfile.html#c5m2je81pue0
I didn't have time to debug this yet or see if it's from my setup. I may
do it in the next d
Hi, this stopped working, possibly after a related change
to org-table-eval-formula 2 days ago.
| a | b | percent of a in b |
|++---|
| 10 | 20 | #ERROR|
| 20 | 30 | #ERROR|
#+TBLFM: $3=($1/$2)*100;%.2f%%
A simpler format string like ;%.2f also fa
Thanks.
On Tue, 21 May 2024 at 09:10, Ihor Radchenko wrote:
> Daniel Clemente writes:
>
> > Hi, this stopped working, possibly after a related change
> > to org-table-eval-formula 2 days ago.
> >
> > | a | b | percent of a in b |
> > |++---
> > Please document the caching features of Org in the manual, including
> > how to turn that off. (I also question the wisdom of turning this on
> > by default without as much as a single request for confirmation from
> > the user.)
> Hmm. What aspect of caching do you want us to document?
> FYI,
> > In particular, when setting (setq org-element-cache-persistent nil)
> > org-mode *should not* create an org-persist directory anywhere. And I
> > think it shouldn't activate org-persist timers (it does now) or hooks.
> > The user's preference should be respected.
>
> Nope. "org-persist" directo
>
> Thanks!
> I am attaching tentative patch that improve the documentation. I hope
> that it clarifies things for you.
>
>
Thanks. I'm not sure about the "unless" part here:
> Persisting the cache to disk […]
> It is not recommended if the Org files
> include sensitive data, unless the data is
> > A user has somefile.org which contains some headers marked with the
> > "crypt" tag. Only those headers are encrypted. The org-element cache
> > may now cache the whole file, including the encrypted headers (this is
> > ok). Now the user temporarily decrypts the encrypted header, works on
> > i
>
> As for not typing the same password twice and not using
> org-crypt-use-before-save-magic, we should somehow fix this.
> (I am starting a new thread branch.)
>
„Not using org-crypt-use-before-save-magic“ is currently a user
decision, not a bug.
For instance, I don't use it because it adds arou
> > In addition, „leaving some encrypted sections unencrypted for a short
> > amount of time, and closing and reopening the buffer during that time“
> > isn't a bug, it's a possible user behaviour that we can't control. But
> > org-crypt can mention that that behaviour is unsafe when using on-disk
> > For instance, I don't use it because it adds around 5 seconds to each
> > saving of a large file. If it were instantaneous I would enable it.
> > With it disabled, this explains why I often find unencrypted sections
> > at the end of the day… I have to rely on myself to reencrypt them
> > again
> May you try
> https://git.sr.ht/~yantar92/org-mode/log/feature/org-crypt-refactor branch?
> Is encryption speed satisfactory then?
With that code I see something strange: I opened a file which had
encrypted :crypt: sections (never unencrypted), and after adding a
space somewhere else and saving,
> > With that code I see something strange: I opened a file which had
> > encrypted :crypt: sections (never unencrypted), and after adding a
> > space somewhere else and saving, it asked me for an encryption
> > password. It shouldn't, since all sections are encrypted.
> > I also see „org-crypt: Re
You can override the ID generation and the ID-to-path function to create
an attachment hierarchy of your liking, e.g.
ATTACH-DIR/year/month-day/*files*
Checkout `org-attach-id-to-path-function-list' and `org-id-new'.
Daniel
t, with no X support, but under
urxvt); this makes the minibuffer disappear, and I see „Back to top
level“, and the whole contents of the section being encrypted are
lost.
On Thu, 11 Jul 2024 at 10:39, Ihor Radchenko wrote:
>
> Daniel Clemente writes:
>
> > I see it's t
this:
* section
** this is an inline block
:crypt:
Content.
If you want you can split this to other threads or just ignore these
edge cases for now.
On Sat, 20 Jul 2024 at 14:12, Ihor Radchenko wrote:
>
> Daniel Clemente writes:
>
> > Bu
iority since it's
an uncommon case and there are probably workarounds.
On Thu, 25 Jul 2024 at 07:30, Ihor Radchenko wrote:
>
> Daniel Clemente writes:
>
> > I found minor but unrelated issues, e.g. if you have an empty section like
> > this:
> >
> > *
p 17 00:00:00 2001
From: Daniel Radetsky
Date: Sun, 25 Aug 2024 16:11:15 -0700
Subject: [PATCH] lisp/ox-html.el: Add class to auto inserted br tag
Adds .org-heading-li-br to the br inserted at the end of li if the li is
exported from a headline. This allows the user to match those specific
element
g those elements with a class. Especially since we
already add classes like `.org-ul`.
On Sun, Sep 1, 2024 at 9:30 AM Ihor Radchenko wrote:
> Daniel Radetsky writes:
>
> > So I was exporting an Org doc to html the other day, and I was trying to
> > follow this guide to mak
Hongyi Zhao writes:
> Is it possible for me to edit Microsoft Excel spreadsheet directly
> from within emacs, especially utilizing the powerful capabilities of
> orgmode?
Not directly, but you could first save the Excel spreadsheet as CSV and
then import it into Org-Mode using M-x org-table-impo
This adds support for date expressions such as +12h to
org-matcher-time. The regexp this function uses to parse such relative
expressions already includes the "h" character but doesn't actually
handle that case.
AFAICT org-mode commit ec921a2a68 ("Support hourly repeat cookies")
neglected to add s
Hello,
I opened my 'plan.org' file today and the C-c a a failed while creating
the agenda. The information is below.
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedbac
This reverts commit bc857bfc62ba94e04fb338bfb35f4b612c114d0c.
The "fix" breaks elsewhere, as reported below.
Reported-by: Daniel Ortmann
<http://lists.gnu.org/r/emacs-orgmode/2021-05/msg00592.html>
On 5/9/21 5:01 PM, Daniel Ortmann wrote:
Hello,
I opened my 'plan.org
This reverts commit bc857bfc62ba94e04fb338bfb35f4b612c114d0c.
The "fix" breaks elsewhere, as reported below.
Reported-by: Daniel Ortmann
<http://lists.gnu.org/r/emacs-orgmode/2021-05/msg00592.html>
On 5/10/21 9:25 AM, Nicholas Savage wrote:
Thanks for the report. This was
And perhaps maintain the table in elpa?
On 5/11/21 7:52 AM, TEC wrote:
Tim Cross writes:
I also had to install textlive, plantuml, graphviz, taskjuggler,
ledger, sqlite and many other things.
Perhaps it would be good to make a table of
| software | needed for | package name | download page
Sorry for the late reply.
You can press M-up / M-down to manually sort agenda items once the agenda
view is open.
It's just a convenient way to do minor adjustments. No files are actually
changed.
On Mon, Apr 19, 2021 at 12:55 PM Ben Sima wrote:
> Heh, I just found myself wanting to do this. I o
11 AM, Daniel Mendler wrote:
> On 6/26/21 4:02 PM, Stefan Monnier wrote:
>>> +(define-key map [tab] #'corfu-complete)
>>
>> Please avoid binding `tab`: the `tab` event (only generated under GUIs)
>> is supposed to be remapped to the TAB char-event (aka `C-i`) a
11 AM, Daniel Mendler wrote:
> On 6/26/21 4:02 PM, Stefan Monnier wrote:
>>> +(define-key map [tab] #'corfu-complete)
>>
>> Please avoid binding `tab`: the `tab` event (only generated under GUIs)
>> is supposed to be remapped to the TAB char-event (aka `C-i`) a
I highly recommend a recent LibreOffice. Nearly everything I do is
through LibreOffice and CSV files. MS Excel has problems when using
inter-field-separators such as semicolons.
When I receive Excel (or other) spreadsheets from people, I must first
convert them into CSV files to clear out th
Hello,
There are many problems that can be represented by a tree, and the org mode
refile UI is actually a good UI to refactor a tree of headings. My idea is
to transform my hierarchical data into an org-mode file, and use the refile
UI to apply changes to the tree. If the refile actions are recor
nd the other the closing brace, while
> the
> regexp expects both being present. Since the regexp doesn't fully match, the
> terms are all parsed wrong. (The function doesn't recognize "With" as property
> name, for instance.) I'm still messing with it but, for now, don't really know
> how to fix the problem. I don't 100% understand the function yet...
>
> Regards,
Hi, the solution is that it's elisp based regex, so OR is indicated with
\| instead of just |. It might be good idea to correct the example.
Best,
*Daniel Fleischer*
they are starting to use orgmode and there should
be a mention in the org manual. Most notably are the alternation \|
instead of | and \(...\) grouping instead of (...).
Best,
*Daniel Fleischer*
laced {.
org.texi:3548: Misplaced }.
makeinfo: Removing output file `org.info' due to errors; use --force to preserve.
make[1]: *** [org] Error 1
make: *** [info] Error 2
–
Daniel Fleischer
Hi Marco,
Sorry about that, I'm new in contributing to org. I found the
solution
in the mailing list[1]. There was an old version of `makeinfo'.
Daniel Fleischer
Footnotes
_
[1]
<https://orgmode.org/list/CAGY83EfXn8jBUu1jDqCnuXMyxYc1efcf8OEP2su2=vhm9d6...@mail.gmail.com/>
Hi Timothy,
Attached is my patch.
Best,
*Daniel Fleischer*
>From 05602a3eb453672893e7e92cc0384e1b6b7784aa Mon Sep 17 00:00:00 2001
From: Daniel Fleischer
Date: Tue, 31 Aug 2021 20:01:47 +0300
Subject: [PATCH] org-manual: added section about regular expressions
Telling users it's
Timothy [2021-09-01 Wed 18:28] wrote:
> Hi Daniel,
>
> Thanks Daniel, I’ve just had a quick read and it looks good to me. If anyone
> else has comments this would be a great time to jump in :)
>
> I haven’t seen `' links before, it seems like there’s one
> other in
Attached is a patch with improvement to documentation regarding regular
expressions.
Best,
Daniel Fleischer
>From d3d1dcbc5f62ea111e7bcd1741114cae6b1280c5 Mon Sep 17 00:00:00 2001
From: Daniel Fleischer
Date: Tue, 31 Aug 2021 20:01:47 +0300
Subject: [PATCH] org-manual: added section ab
wever this might have unintended consequences?
Thanks for taking this into account, and for the amazing tool that is org mode!
Daniel
t; SCHEDULED: <%%(diary-cyclic 7 9 10 2021) 9:00-10:00>
>
I can reproduce; adding the hour makes the event not appear unless it
has a DEADLINE or SCHEDULED.
--
Daniel Fleischer
Eric S Fraga writes:
> What works for me, for diary sexp entries, is putting the time in the
> heading:
>
> * 09:00-10:00 Weekly meeting
> <%%(diary-cyclic 7 9 10 2021)>
Actually, that is how the manual explain their usage.
[[info:org#Timestamps]]
--
Daniel Fleischer
<%%(diary-float t 4 2)>
#+end_example
--
Daniel Fleischer
> Attached is a patch with improvement to documentation regarding regular
> expressions.
Hi, how do I get the patch approved/committed to org?
--
Daniel Fleischer
ect.
Thanks Timothy for pushing this. I just received my FSF assignment so
looking forward to contributing more.
Best,
--
Daniel Fleischer
resulting latex file and/or specify
why it's not compiling?
--
Daniel Fleischer
fic
configuration for using "minted", I'll add a comment in the manual.
If you feel that there is still an issue with the [], please provide an
emacs -Q recipe that shows it, after adding the "-shell-escape" flag.
--
Daniel Fleischer
Younes Ben El writes:
> Daniel Fleischer writes:
>
> Here is the hint: since “minted” is using a python package (pygments) for
> the highlighting, one need to add the
> “-shell-escape” to the call. Other than that, everything works as
> planned. Since it’s a spec
Joseph Vidal-Rosset writes:
> To capture an email and to link this message for gnus, I get now this
> error message:
>
> Capture abort: Symbol’s function definition is void: turn-on-org-provide
What is your capture template?
--
Daniel Fleischer
> > 3931 76% - org-encrypt-entries
> > 3931 76% - org-scan-tags
>
> May you try
> https://git.sr.ht/~yantar92/org-mode/log/feature/org-crypt-refactor branch?
> Is encryption speed satisfactory then?
>
This branch improved the speed of org-crypt. It's not merged yet. Is
Might it be possible to have the C-a and C-e commands obey Emacs fields using
constrain-to-field? Fields are useful when using gptel in org-mode to separate
LLMs prompts from their responses.
I am trying to generate a LaTeX export with these two images displayed
side-by-side:
```org
| [[file:./chat1.png]] | [[file:./chat2.png]] |
```
They display correctly inside the Emacs buffer.
On the HTML export they display correctly side-by-side, but the for some
reason there are visible border
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 Street, Suite 930
Overland Park, KS 66210
913.338
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
The question of timestamps for events that occur based on the ordinal
count of weeks in the month (e.g., "every second Tuesday of the month")
has come up several times before. The bottom line is that a diary sexp
has to be used, and I understand that.
This is fine for, say, U.S. election days
As Chao Lu so eloquently wrote on 1/27/2010 1:55 PM:
I'm trying to power my org with the ditaa block generator, so I
downloaded the jar file, and put it in
~/.emacs.d/org/var/ditaa0_9.jar. Then I include "(setq
org-ditaa-jar-path "~/.emacs.d/org/var/ditaa0_9.jar")" in my .emacs.
However it se
hokes on the org-git-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
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
keys.
Regards,
--
===
,[ Law Offices ]
| Daniel E. Doherty
| 7300 W. 110th Street, Suite 930
| Overland Park, KS 66210
| 913.338.7182 (Phone)
| 91
.
Regards,
Dan
Carsten Dominik wrote:
On Apr 24, 2010, at 1:19 AM, Sebastian Rose wrote:
Carsten Dominik writes:
On Apr 23, 2010, at 6:12 PM, Sebastian Rose wrote:
Daniel E. Doherty writes:
All,
I make *very* frequent use of the shift-arrow keys to move from
window
to window inside e
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 writes:
OK, I have now 4 more hooks
org-shiftup-final-hook
org-shiftdown-final-h
(when (buffer-file-name) (let (...) (when ... ...)))
| org-git-store-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 ]
rhaps
it has to do with how 2-digit years are interpreted?
What's going 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
rsions info page documents the usage of 2/5 date format.
> Indeed. This was a but in the special regexp looking for
> american-style dates - I had the parts for day and month the wrong
> way round.
> Should be fixed now.
> Thanks to Daniel for the
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 littl
2010-07-21" that one
would expect.
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.
--- William Alling
Carsten> On Jun 5, 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
>
On 06/08/2010 05:27 PM, Nick Dokos wrote:
Carsten and Nick,
Many thanks, that did it. (I wasn't re-making the .elc's---'Doh).
Dan
Daniel E. Doherty wrote:
Carsten,
When I tried this last Saturday, I was reluctant to reply since the git
server appeared to be down and yo
On Wed, Jul 7, 2010 at 9:30 AM, Buck Brody wrote:
> I'm finding that my remember templates are slow to load. I've got a lag of
> about three to four seconds. I know that doesn't sound like much, but it's
> kind of puts a kink in the workflow. I use GNU emacs on Windows. I also
> have cygwin i
On Fri, Jul 9, 2010 at 2:44 PM, Richard Riley wrote:
> "Daniel J. Sinder" writes:
>
> > On Wed, Jul 7, 2010 at 9:30 AM, Buck Brody wrote:
> >
> > I'm finding that my remember templates are slow to load. I've got
> > a lag of about
Mobile phone.
I really want my phone to yell at me 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
|
| | 2:48 | 25:12 |
#+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 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
| [#B] Draft Interrogatories for Rose, Swords
> | |
> | 4:48 | 14400 |
> | Argo Status Hearing <2011-06-28 Tue 09:00>
> | |
> | 1:09 | 3450 |
> | Letter of Discovery Deficiencies
0:00 |
| Letter of Discovery Deficiencies |
| | 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 writes:
>
> > | Headline
25:6 |
| Argo Status Hearing <2011-06-28 Tue 09:00>|
| | 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,
b
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 i
Bastien,
At Tue, 26 Jul 2011 02:41:51 +0200,
bzg wrote:
>
> Hi Daniel,
>
> Daniel E.Doherty writes:
>
> > Bastien, I did not use the T specifier at all.
>
> Why?
>
> 'T' is needed for duration computation -- unless you use the
> speci
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 th
l 2011 13:25:46 +0200,
bzg wrote:
>
> Hi Daniel,
>
> Daniel E.Doherty writes:
>
> > I am trying to take a duration output by CLOCKTABLE and multiply it by
> > dollars-per-hour (or dollars-per-second, either way) and get an answer
> > in units of dollars.
>
>
other likely currency symbols 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)
11 12:43:55 +0200,
bzg wrote:
>
> Hi Daniel,
>
> Daniel E. Doherty 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.
> &
ror("No window %s from selected window" right)
windmove-do-window-select(right nil)
windmove-right(nil)
call-interactively(windmove-right nil nil)
=
Any ideas what may be causing it? Looks like something going wrong with
org-export-footnotes-seen, but that's as much as I can tell.
--
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 wrote:
>
> > Nick,
> >
> > Oops, yeah, its version 7.7, as distribute
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 tim
(face-attribute '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.
--
===
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 t
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 t
rg from ELPA.
> 2) Place (package-initialize) in `init.el`.
> 2.5) Remove .elc files.
> 3) Restart emacs.
>
> On Sat, Dec 31, 2011 at 14:33, Eric Belpaire wrote:
> > Daniel,
> >>
> >> One soultion proposed elsewhere on this list is to do
> >> (packag
801 - 900 of 1035 matches
Mail list logo