It is said that tea-time.el is integrated into org, but I have not
found it in the manual or in customize yet, at least not in a direct
way.
My understanding is that tea-time is something that tells you X, Y
minutes from now.
If it was integrated into org, that suggests to me that I can tell or
Bastien wrote:
> Yes, would be nice if the Aquamacs crowd could test this!
>
> Thanks Robert for the patch.
Actually, let me clarify -- it's even more important for the
NON-Aquamacs crowd to test this. I am pretty confident it does The
Right Thing on Aquamacs, but aquamacs uses frames much more
Alan Boudreault writes:
> Is it possible to lock the CLOSED tag ?
Yes, try this:
--8<---cut here---start->8---
(add-hook 'org-blocker-hook 'my-blocker-function)
(defun my-blocker-function (change-plist)
"Prevent TODO changes if CLOSED."
(not (equal (pli
Hi Sébastien,
Sébastien Vauban writes:
> Hello Eric,
>
> "Eric Schulte" wrote:
>> I've added some simplifying functions to the literate programming
>> functionality of org-babel. It should now be easy to embed your elisp
>> initialization into org-mode files. Specifically there is now a new
>>
Hi Brenton,
Brenton Kenkel writes:
> I'm using org-mode 6.28e on Aquamacs (based on GNU Emacs 22.3.1) on
> Mac OS X. I'm having an issue with horizontal rules and lists in HTML
> export. When I export the following to HTML, the horizontal rule tag
> is generated within the unordered list, rather
Yes, would be nice if the Aquamacs crowd could test this!
Thanks Robert for the patch.
Robert Goldman writes:
> In an earlier posting, I mentioned that I had a problem with org-mode on
> aquamacs; the cursor (really input focus) was getting "trapped" in a
> different frame when the *Calendar* b
srinivas writes:
> I am trying to test org-export-generic. I have an org file which exports
> correctly to html but when I tried the org-export-generic, I get the
> following
> error:
>
> === from *Messages* buffer
> and: Symbol's function definition is void: characterp
Please try to follow t
A lowercase version of an uppercase todo kw triggers the bug.
For example, if you have in org-todo-keywords "TODO", you can
reproduce by starting a header with "todo".
The lowercase version should not and does not act like a todo kw.
Except in refile, which is a bug.
Hope that clarifies.
--
M
Hi Paul,
Paul Mead writes:
> Having thought about this a bit more, I can see where the new behaviour
> might be useful, but it just looks a bit ugly in org-mode because (I
> guess) it's not been written to deal with narrower buffers.
can you provide a screenshot showing a case where org-mode lo
you rock Basetien!
On Thu, Jul 16, 2009 at 6:00 PM, Bastien wrote:
> Nick Dokos writes:
>
> > The navigation menu on the left of the page is out of sync: it contains
> > a link to a non-existent appendix "A Extensions" in between the
> > "Miscellaneous" link and the "B Hacking" link. The manual
Rainer Stengele writes:
> I have an error appearing when tring to export an org buffer to html.
>
> versions:
> - GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-06-30 on
> LENNART-69DE564 (patched)
> - Org-mode version 6.28trans
> - I am using the htmlize.el file from the org contrib sectio
Nick Dokos writes:
> The navigation menu on the left of the page is out of sync: it contains
> a link to a non-existent appendix "A Extensions" in between the
> "Miscellaneous" link and the "B Hacking" link. The manual itself goes
> from Ch. 14 "Miscellaneous" to "Hacking" as its Next: link. The
Thanks Nick. You beat me to it.
*Greg Newman*
http://20seven.org
twitter: 20seven
On Thu, Jul 16, 2009 at 5:44 PM, Nick Dokos wrote:
> Bastien wrote:
>
> > Greg Newman writes:
> >
> > > I found a broken link in the manual just now. The appendix link A
> > > extensions (on the left nav) g
Bastien wrote:
> Greg Newman writes:
>
> > I found a broken link in the manual just now. The appendix link A
> > extensions (on the left nav) gives a 404.
>
> I can't find the broken link.
>
> Btw, the manual lives in two locations:
>
> http://orgmode.org/org.html
> http://orgmode.org/man
Dirk-Jan Binnema writes:
> This is becoming a FAQ.
I have pushed a FAQ entry about this in Worg, thanks.
> The short answer is 'no'. The somewhat longer answer is that you can use
> diary-sexps to have appointments only on weekdays, but you cannot use them
> for things you want to tick off as '
onguarde - writes:
> The 2nd set works with or without the global-unset-key line but the first set
> simply refuses to work. M-x describe-key shows that C-j is bound to
> org-return-indent. I thought this might be the problem.
Org binds `C-j' to org-return-indent and local bindinds shadow globa
Hi Frank,
Frank Rust writes:
> I'm using a new version of emacs for windows (GNU Emacs 23.1.50.1
> (i386-mingw-nt5.1.2600) of 2009-06-30 on LENNART-69DE564 (patched)) which
> provides Org-mode in version 6.21b.
I can't reproduce your problem. Maybe try with the latest Org.
If it doesn't work
Hi Xin,
Xin Shi writes:
> I'm wondering if it's easy to implement the "javascript expand collapse" in
> the
> published page.
>
> [This might be work for Sebastian again :-), but I think this feature
> shall be useful. ]
How does it differ from what Sebastian already implemented?
--
Bastie
Hi Simon,
Simon Mullis writes:
> "(load "/usr/share/org-mode/lisp/org-exp-blocks.el")"
The convention is to "require" a feature rather than to load a file:
(require 'org-exp-blocks)
The feature 'org-exp-blocks is provided by the library at the end:
(provide 'org-exp-blocks)
HTH,
PS: we
>> "For people who cannot use git, we provide zip
>> or tar.gz snapshot release files corresponding
>> to the latest git version. "
Actually this cannot be true. AFAIK the snapshots were
done by Carsten, not by the server. I fixed that so now
the snapshots are updated each hour and will be as
>
> Please provide a backtrace: set the variable `debug-on-error' to t, e.g.
> by doing
>
> M-x set-vardebug-on-errort
>
>
> and do whatever is necessary to produce the error - the backtrace should
> appear in a buffer called '*Backtrace*.
Debugger entered--Lisp error: (wrong-type-argument lis
Hi Nick,
Nick Dokos wrote:
> Frank Rust wrote:
>> Debugger entered--Lisp error: (wrong-type-argument listp 5)
>> org-current-time()
>
> In this case, no, because Seb Vauban nailed the cause (he must have recently
> polished his crystal ball, so he did not need a backtrace at all):
> org-time-st
Samuel Wales writes:
> The docstring for org-tags-match-list-sublevels should
> probably mention 'indented.
Fixed, thanks.
--
Bastien
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http:
Bastien writes:
> Brian van den Broek writes:
>
>> Bastien:
>>
>> As you are wearing the Carsten-hat for the moment,
[The blank I left in this previous email was because I wanted to say:
"Yes, and that's a heavy hat :)" Apparently so heavy that it fell onto
my eyes and I forgot to make this no
Brian van den Broek writes:
> Bastien:
>
> As you are wearing the Carsten-hat for the moment,
> it strikes me that Rainer's expectation that a documented value for
> the variable would be available in the customization value-menu is
> reasonable. Perhaps the reversed option ought to be added to
Samuel Wales writes:
> When I have a lower case version of a todo kw as the first
> word in a header, refile skips the header. Or so it seems.
Sorry I can't reproduce this -- can you provide more details,
an example file and a minimal configuration?
Thanks,
PS: I can't see it anywhere in the
Hi Scot,
Scot Becker writes:
> Does anyone have a recipe for easy org-style folding of an elisp file?
> I'd like to divide my .emacs into segments to make it easier to
> oversee and navigate.
I use this (original idea from Tassilo IIRC):
--8<---cut here---start
"Holst Thomas (DS-ET/ECF1)" writes:
> I think I discoverd a bug in LaTeX export. I mark a subtree with C-c @
> and then export it to LaTeX with C-c C-e L.
>
> If the subtree has no further subtrees the LaTeX-file not only contains
> the region, but also the rest of the document to the end.
Fixed
Ulf Stegemann writes:
> With latest CVS Emacs and Git Org mode exporting literal examples
> (example/src) with the `-n' switch results in numbering starting on line
> *2* of the example in the resulting HTML file (LaTeX seems to be okay).
>
> The example in the manual ...
>
> --8<
Greg Newman writes:
> I found a broken link in the manual just now. The appendix link A
> extensions (on the left nav) gives a 404.
I can't find the broken link.
Btw, the manual lives in two locations:
http://orgmode.org/org.html
http://orgmode.org/manual/
Can you send the relevant link?
"Thomas S. Dye" writes:
> Org-mode's agenda column view puts column headers where Aquamacs has tabs,
> overwriting the tabs.
To me it's clearly an issue with Aquamacs. It shouldn't use this first
header line. I guess emacs-w3m and elscreen.el have similar problems.
If so, better to report to
Hi Ryan,
I have added this tip to org-hacks on Worg. If you want to contribute
directly just send me the username you use on http://repo.or.cz.
Thanks!
"Ryan C. Thompson" writes:
> I am using org-remember set to open a new frame when used, and the
> default frame size is much too large. To fi
In an earlier posting, I mentioned that I had a problem with org-mode on
aquamacs; the cursor (really input focus) was getting "trapped" in a
different frame when the *Calendar* buffer was not in the same frame as
the source of the org-schedule command (either an org-mode buffer or a
remember buffe
Dear all,
I'm using org-mode 6.28e on Aquamacs (based on GNU Emacs 22.3.1) on
Mac OS X. I'm having an issue with horizontal rules and lists in HTML
export. When I export the following to HTML, the horizontal rule tag
is generated within the unordered list, rather than after it ends:
,-
| * te
Frank Rust wrote:
> Debugger entered--Lisp error: (wrong-type-argument listp 5)
> org-current-time()
> org-remember-apply-template()
> run-hooks(text-mode-hook remember-mode-hook)
> apply(run-hooks (text-mode-hook remember-mode-hook))
> run-mode-hooks(remember-mode-hook)
> remember-mo
Paul Mead wrote:
> I've recently upgraded to Emacs 23, and I'm not at all impressed with
> the vertical split that it seems to prefer when there's supposedly
> enough buffer width to allow it - the Agenda gets squashed up and things
> like the TODO quick selection menus look terrible.
>
> Is th
Frank Rust wrote:
> I'm using a new version of emacs for windows (GNU Emacs 23.1.50.1
> (i386-mingw-nt5.1.2600) of 2009-06-30 on LENNART-69DE564 (patched)) which
> provides
> Org-mode in version 6.21b.
>
> After the last upgrade the remember templates are not working anymore.
> Everytime I s
Hi Frank,
Frank Rust wrote:
> After the last upgrade the remember templates are not working anymore.
> Everytime I select a template with my shortcuts I receive the following
> error:
>
> Select template: [t]odo [j]ournal*
> org-remember-apply-template: Wrong type argument: listp, 5*
The error ma
Hi,
I'm using a new version of emacs for windows (GNU Emacs 23.1.50.1
(i386-mingw-nt5.1.2600) of 2009-06-30 on LENNART-69DE564 (patched)) which
provides Org-mode in version 6.21b.
After the last upgrade the remember templates are not working anymore.
Everytime I select a template with my shortcut
Add the following to your .emacs file:
(setq split-width-threshold 999)
I actually like the change, but then I'm using a widescreen monitor
where it makes more sense.
Paul Mead wrote:
Benjamin Andresen writes:
Hey Paul,
I don't know if this will exactly revert it back to the previous
b
On Wed, 15 Jul 2009 12:30:59 -0700
Mike Malloy wrote:
> Hello,
> I am a newbie but have done a Google search for this.
>
> I would like to export a .org file to a Confluence wiki page. Does
> anyone have any insight of how to do this?
If you have the 6.28 version of org-mode, you can use the g
Peace all!
I have this in my .emacs to rebind keys.
(global-unset-key "\C-j") ; newline-and-indent/org-return-indent
(global-set-key (kbd "C-j") 'move-beginning-of-line)
;(global-unset-key (kbd "C-l")) ; recenter
(global-set-key (kbd "C-l") 'move-end-of-line)
The 2nd set works with or without t
Benjamin Andresen writes:
> Hey Paul,
>
> I don't know if this will exactly revert it back to the previous
> behavior, but if you change `split-width-threshold' to a bigger number
> (e.g. 999) than the default it should be more sensible looking.
>
> br,
> benny
Thanks Benny, that'll get me going
43 matches
Mail list logo