us or firefox, so I figure the setting must be somewhere in emacs
or org, but i can't figure out where. Thanks much!
Matt
--
Matt Price
matt.pr...@utoronto.ca
signature.asc
Description: This is a digitally signed message part
___
Emacs-orgmode ma
caused by some random unconcious key
> pressing.
>
> I had noticed lone elipses before. Not knowing what to do I just
> deleted them. I think a little note should be put on the website to
> advise the content is still there.
http://o
ompletion follows the hierarchy of your outline. Thus, once you
have limited the results to linux.org/general, org-refile will only
offer you subtrees belonging to "general." If you want more flexible
completion, you can fiddle around with the variables
org-refile-use-outline-path, org-co
"DONE"
((org-agenda-todo-ignore-scheduled nil)
(org-agenda-todo-ignore-with-date nil)
(org-agenda-todo-ignore-deadlines nil)))
("p" "Project list" tags "project")
("f" "FOCUS list&quo
c C-c on the #+FILETAGS line to refresh the buffer. This
applies to all settings added at the top of a file.
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailm
t that this change be implemented as
an option, not as a default. I greatly prefer the display method as it
stands.
Best,
Matt
>
> diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
> index a20bec5..77062ed 100644
> --- a/lisp/org-agenda.el
> +++ b/lisp/org-agenda.el
> @@ -4902,6 +
nning an older version of org-mode? You
can type M-x org-version to find out. The current version is 6.34, and I
believe that filtering was introduced in 6.06b.
- Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the
gt;
> into
>
> 7:00- 8:00 alwkjekisdjksj
>10:00-11:00 alsdkfjasdlfkj
>
This is controlled via the variable org-agenda-prefix-format. You can
type C-h v org-agenda-prefix-format to get all the details.
Here's very *simple* setting to get rid of file names on al
umbersome. If someone has a better solution I'd love to hear
it.
Thanks much,
Matt
--
Matt Price
matt.pr...@utoronto.ca
signature.asc
Description: This is a digitally signed message part
___
Emacs-orgmode mailing list
Please use `Reply All'
David Maus writes:
> At Tue, 2 Feb 2010 12:55:42 -0600,
> Russell Adams wrote:
>>
>> On Tue, Feb 02, 2010 at 08:44:54PM +0200, Rainer M Krug wrote:
>> > Hi Matt
>> >
>> > try latex2rtf: export org-mode to LaTeX and use latex2rtf to convert it to
&
s filed, however, you can easily convert it from a
headline to an item by typing "C-c -" on the headline.
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Cloning an item is probably your best option here.
Another possibility is simply to remove the deadline line with C-u C-c C-d
after you no longer require the item.
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
eduled time instead of the
> current date?
Just type C-c C-s (the same command you would use to schedule something
for the first time). You will be greeted with a time/date prompt. Simply
type "+1d" or "Mon" or "Feb 8" (wh
On Tue, 2010-02-02 at 22:00 +, Shelagh Manton wrote:
> On Tue, 02 Feb 2010 21:40:49 +0200, Rainer M Krug wrote:
>
> > On Tue, Feb 2, 2010 at 8:34 PM, Matt Price
> > wrote:
> >
> >> Hi,
> >>
> >> I;m getting more and more used to using org
On Fri, 2010-02-05 at 01:44 +, Shelagh Manton wrote:
> On Thu, 04 Feb 2010 15:10:51 +, Eric S Fraga wrote:
>
> > At Thu, 04 Feb 2010 09:43:31 -0500,
> > Matt Price wrote:
> >
> > [...]
> >
> >> get documentsl ooking about how I want them to -
kill it. I would prefer that the behavior of
org-mode remain consistent with that of emacs calendar.
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
-export-remove-heading-tag ":")
nil t)
(beginning-of-line)
(kill-line)))
(add-hook
'org-export-preprocess-after-tree-selection-hook
'my-org-export-remove-headings-with-tag)
--8<---cut here---end--->8---
Best,
Matt
_
ic-map [?a] 'org-agenda)
This line binds org-agenda to "C-c a". (You can checkout the
documentation for mode-specific-map by typing "C-h v
mode-specific-map").
The org-manual suggests the following line, which does the same thing:
(global-set-key "\C-ca"
f drawers in export by adding the following line to the top
of your file:
#+OPTIONS: d:t
Or you can set org-export-with-drawers to t.
Hope this helps.
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
n-steps t)
(setq org-refile-use-outline-path 'file)
I believe you'll also need to make sure that you have a (:maxlevel . N)
cons cell in your org-refile-targets setting.
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to
f
>
>
> - State "DONE" from "TODO" [2010-02-01 Mon 14:23]
>
>
> Is there a cleaner way to do it?
(setq org-agenda-todo-ignore-deadline 'near)
With this setting, your items with a deadline will not show up in your
TODO list until they
don't show near deadline entries in the global todo list.
| Near means closer than `org-deadline-warning-days' days.
| The idea behind this is that such items will appear in the agenda anyway.
| See also `org-agenda-todo-ignore-with-date'.
| See also the variable `org-agenda-tag
ng MS Access and running a query).
> Is this possible? Maybe what I am asking for is outright crazy/
> impossible but I thought I should give it a go!
You can use org-search-view (C-c a s).
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Rep
;---cut here---end--->8---
Which produces the following agenda view:
Day-agenda (W06):
Friday 12 February 2010
8:00..
10:00..
12:00..
14:00..
wers") I assume you've tried grepping
"org-drawers" in your config files...
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
t; configuration.
>
> Does anyone know of a pdf viewer that would allow to do use the setup
> described in the link above ?
I use doc-view (included in emacs 23) to view pdf files. Org-remember
nicely saves links to particular pages.
Best,
Matt
<---cut here---end--->8---
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
or timestamps within a given range rather
than searching the agenda files again for each new day---but such a
function is far beyond my elisp skills. Any help would be greatly
appreciated.
Thanks!
Matt
Footnotes:
[1] Monthly view of custom command with 25 agenda files:
org-agenda-view-mode-di
to a file called signature.org and
then place a line such as the following wherever you want the signature
to appear:
#+INCLUDE: /path/to/signature.org
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Em
nvoking org-cycle on the END headline does nothing, since all headlines
deeper than org-inlinetask-min-level are exempted from cycling. As a
result, the only way to reveal the text in the entry is to cycle the
parent twice (first to close, then to reveal).
Thanks,
Matt
___
eadings *not* marked done with the following search:
C-c a m /-DONE
Are you perhaps thinking of the default setting for stuck projects?
(setq org-stuck-projects
'("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") nil ""))
This defines
TIES:
:ATTACH_DIR: /tmp
:ATTACH_DIR_INHERIT: t
:END:
** b
--8<---cut here---end--->8---
With this structure, calling (org-attach-dir) beneath the "b" heading
results in "/tmp".
Best,
Matt
__
'org-after-todo-state-change-hook 'my-org-pending-remove-deadline)
--8<---cut here---end--->8---
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-
I cannot duplicate this. With your remember template, org mode files the
entries at the top of example.org as level 1 headlines.
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
ab t)
--8<---cut here---end--->8---
The second setting ensures that links are opened in new tabs if firefox
is running.
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies t
source on github.
- http://article.gmane.org/gmane.emacs.orgmode/22614
- http://wiki.github.com/matburt/mobileorg-android/
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://list
o keep out of the published file.
Or, if you prefer, you can customize org-export-exclude-tags to exclude
trees with a different tag.
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.
was because that seemed better than removing the repeater silently.
>
> I have now removed this limitation, because, as you say, it
> really should not be there.D
This is wonderful news! I've been wishing for this functionality for a
long time. Thanks to Tom for asking and thanks
kip function by allowing the user to tweak the arguments passed to
org-agenda-get-day-entries.
Thanks for taking a look at this, and please do excuse any grotesque
errors perpetrated by an elisp novice.
- Matt
--8<---cut here---start->8---
diff --git a/lisp/org
Daniel Martins writes:
> Today, for no apparent reason, the org-diary-class below it does not work
>
> Is the re any reason or is it my fault? My version is 6.30c
According to the change log[1] org-diary-class was added in version 6.34.
Best,
Matt
Footnotes:
[1] http://or
agenda to scan my headlines for time of day specifications (and thus
have org-agenda-search-headline-for-time set to t), I am not sure I want
org-agenda-add-entry-to-org-agenda-diary-file to alter the information I
enter at the "Day entry: " prompt.
Thanks,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
tags-todo "+mytag+TODO=\"TODO\"-SCHEDULED>\"2000-01-01")
;; other commands here
))
--8<---cut here---end--->8---
For more details on how to customize org-agenda-custom-commands, you
might want to c
At Sat, 20 Mar 2010 15:47:35 +0100,
Carsten Dominik wrote:
>
>
> On Nov 19, 2009, at 5:13 PM, Matt Price wrote:
>
> > Hi everyone,
> >
> > I've just been looking at this picture from the org-mode home page:
> > http://orgmode.org/img/tasks.png
>
Hi,
I just wondered whether anyone composes mail in orgmode & then
generates html from the source code. I'd like to be able to do that
sometimes in wanderlust, e.g. when I'm responding to html mail with
links in it.
like I say, just wondering -- glad for any help anyone can offe.r
On Sun, Mar 21, 2010 at 10:34 PM, Matt Price wrote:
> Hi,
>
> I just wondered whether anyone composes mail in orgmode & then
> generates html from the source code. I'd like to be able to do that
> sometimes in wanderlust, e.g. when I'm responding to html mail wi
top of all my org
files, even after configuring auto-mode-alist.
3. Why C-x b 2.org --> M-x org-mode --> C-x C-s as the recommended
workflow? Once the configuration file is set up, C-x C-f 2.org will
bring one right into org-mode.
Thanks again for al
etq org-agenda-entry-types
(delq :deadline org-agenda-entry-types)))
(cond
--8<---cut here---end--->8---
Thanks,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to se
Alexander Poslavsky writes:
> On Mar 23, 2010, at 8:42 PM, Matt Lundin wrote:
>
>> Hi Alex,
>>
>> Alexander Poslavsky writes:
>>
>>> There is a new tutorial on worg: http://orgmode.org/worg/org-tutorials/
>>> org4beginners.php. The idea is to
tructs LaTeX to create slides that reveal the items in the frame
one by one.
If you want to enable this behavior for all slides, you can place the
following line before the first heading:
#+beamer: \beamerdefaultoverlayspecification{<+->}
See section 9.6.3 of the beamer manual (Action
gt; -
> which I do not like so much.
I assume you mean:
,
| * blabla
| :PROPERTIES:
| :ARCHIVE_TIME: 2010-03-23 Tue 20:10
| :ARCHIVE_CATEGORY: blaaahhh
| :END:
`
If you want to avoid the context properties, use the fol
nts are defined in the constant
| `org-beamer-environments-default', and you can define more in
| `org-beamer-environments-extra'. If this property is set, the
| entry will also get a `:B_environment:' tag to make this visible.
| This tag ha
are owned by texlive-core.
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
btree-default)
"/!+DONE" 'file))
--8<---cut here---end--->8---
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
(if org-disable-agenda-to-diary (setq files nil))
--8<---cut here---end--->8---
Thanks for looking at this. I'm eager to know if there is a more elegant
way of accomplishing the same thing.
- Matt
cal-tex-cursor-month
ince i think is scary to change the
> auto-mode in emacs
Changing the pdf setting in this way does nothing to the
auto-mode-alist. The auto-mode cons cell simply instructs org-mode to
open any file matching a regexp in auto-mode-alist within emacs.
> I have the same annoying problem repor
ting for Table of Contents is Índice. You can
change this by customizing the variable org-export-language-setup.
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
d mature. The last
> thing I have to do is to find a name for it. I was thinking of
> "smog-mode", or maybe "frog-mode", but I'm open to any suggestion.
How about edomgro?
- Matt
___
Emacs-orgmode mailing list
Pl
" | "TYPE" |
|--+--+-|
| "Cheese" | 4.54 | "dairy" |
|--+--+-|
| | 4.54 | |
#+TBLFM: $LR2=vsum(@i+...@ii-1)
#+end
--8<---cut here---end--->8---
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
gt;>> field in between separators? Ie: only display those cells in field A
>>> if they are > 2, or if field B matches "Pick Me!".
>
> How about keeping a master table containing all the information, and
> then generating narrowed views as sep
ng BibTeX data for LaTeX processing. Reftex is an emacs mode
(written by Carsten) that, among other things, makes it easy to enter
cite macros and reference keys in a LaTeX file (or, if you'd like, an
org file). Most instructions you'll find on integrating BibTeX with
org-mode pres
eep the journal in one big file. I just don't
> like it. Separate files make things more maneageble for me.
Calling org-agenda loads each one of your agenda files into a separate
buffer. That means 3 years from now emacs will have to open 1,000 files
and spawn 1,000
ike this:
> ;; Except this doesn't work :-)
> (append org-modules (list ('org-habit)))
(add-to-list 'org-modules 'org-habit)
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Em
cut here---end--->8---
What do you have in your conkerorrc? I'm currently using the setup I put
up on the org-protocol page on Worg:
http://orgmode.org/worg/org-contrib/org-protocol.php#sec-8.1
Best,
Matt
___
E
m using wanderlust, will the resultant message still
be properly formatted? I remember there was some discussion about the
separation syntax in different mailers but don'tremember how it turned out.
thanks for this -- man, does it look good in html!
matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
r, once the org
files (and all the properties added by org-mode) are loaded into memory,
agenda creation is much quicker.
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
t;> http://www.jboecker.de/2010/04/14/general-reference-filing-with-org-mode.html
>>
>> Wow, this is a very nice setup, and a good way to see how org-
>> attachments can be used in practice. Maybe a link to worg/tutorials
>> would be
en called with two prefix args `C-u C-u', show
| only logging information, nothing else. `v L' is equivalent to
| `C-u v l'.
|
| `v [ or short ['
| Include inactive timestamps into the current view. Only for
| weekly/daily agenda and timeline views.
0)
of 2010-04-15 on archdesk
- Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
on a particular area of work.
Here are the functions:
http://orgmode.org/worg/org-hacks.php#set-agenda-files-by-filetag
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
you can combine
abbrev mode with skeletons.
See:
- (info "(emacs) Abbrevs") and
- http://www.emacswiki.org/emacs/SkeletonMode
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
ently exporting to latex, then
converting to odt using mk4ht oolatex. (aside: is there a really easy
way to define a new export option that automates the seond step?
right now I'm switching to a shell to do the final step, would love to
stop having to do that.)
thanks m
from displaying these items? I only want to
> see items with a timestamp today (and, of course, deadline items in
> the next two weeks).
(setq org-scheduled-past-days 0)
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' t
s takes a while to finish processing & would be
nice to have running in the background. Should just write a shell
script that runs the two commands, and then fork that process? Or is
there a slightly more elegant way that keeps all of the programmin
>> in
>> the settings screen. This makes it easier to remember which email
>> address you should use to write to the list with.
>
> This may be worth a FAQ entry.
>
I just added an FAQ on this.
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
sources, if you intend to keep
> up-to-date with emacs24 development.
>
In my experience, this git mirror stays up-to-date:
http://repo.or.cz/w/emacs.git
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replie
t is due today without using
> "agenda for current day or week" or going into column view.
C-c / m DEADLINE="" [RET]
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-org
David Frascone writes:
>
> Similarly, I'd like to archive off old completed tasks.
>
> Could someone point me to how to do these things . . . I'm sure it's
> documented somewhere :)
(info "(org) Archiving")
- Matt
__
;s one quick hack to search for non-headline todo items (i.e.,
checkboxes):
C-c a / \[ \] [RET]
This will generate a list of all "open" list items, such as,
- [ ] Review this idea
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply A
pply: the todo "STARTED" search in "a" (the
custom block agenda).
It looks as if most of your custom agenda commands are tags-todo
searches. Try the following setting:
(setq org-agenda-tags-todo-honor-ignore-options t)
Best,
Matt
>
> ;; Agenda settings
>
> (setq
te.
>
I believe one can already accomplish this in a couple of ways:
1. By setting the variable org-log-repeat to time and using the agenda's
log view to browse completed tasks.
2. By using org-clone-subtree-with-time-shift to create multiple
instances of a
ion.
This is a bit faster than the first example:
--8<---cut here---start->8---
(setq org-agenda-custom-commands
'(("c" "Custom" agenda ""
((org-agenda-entry-types
t; the C- behavior anywhere (jump over the body, and add a new
> heading at the same level. C-S- Does do what it is supposed to,
> so, I guess a good workaround is C-S-, then backspace over the
> TODO.
I cannot reproduce this behavior. C-RET correctly creates a new headline
beneath the curre
tion)
Otherwise, you can try fiddling with the other org-goto variables. Type
"C-h v org-goto [TAB]" for a full list.
- Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
ht
egion
and then type C-w to kill it and C-y to yank it.
2. I often kill folded subtrees with a simple C-k (org-kill-line).
3. I make frequent use of org-refile.
- Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to
David Frascone writes:
> 2) Which mail subsystem would be most compatible and easiest to use?
> MH? Gnus? And, would it be worth the trouble setting up on a mac?
You might want to check out this recent ML discussion:
http://thread.gmane.org/gmane.emacs.orgmode/23481/focus=23588
s from, what, notepad; so that it's impossible for me to extricate
myself from the google calendar ecosystem. if anyone has good ideas
about integration i'd love to hear them!
matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
; keyboard shutcuts. I used mutt for many, many years . . . . but, gnus
> is not mutt. I don't think an e-macs mail reader will really work for
> links,
I do not understand what you mean here.
Best,
Matt
___
Emacs-orgmode mailing list
P
+ (if (get-char-property (match-beginning 0) 'invisible)
+ (throw 'exit t
nil
(defun org-metaup (&optional arg)
--8<---cut here---end--->8---
Thanks,
Matt
Footnot
org-completion-use-ido t)
--8<---cut here---end--->8---
Note that these settings also make ido the default interface for
switch-to-buffer and find-file.
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to
formula "by hand"
(sorry for my english).
and just a big thank you for this very powerful extension of emacs ^^.
Thank you in advance for having read,
hoping for an answer if you have a bit time,
Salutation
Matt C
___
Emacs-orgmode mailing
That's it !!! Big thank you w t ... it was due to that blank line between
table and the line "#+TBLFM"
Thank you Nick Docos too for your reply :)
cheers
Matt
On Sat, May 8, 2010 at 5:48 AM, w t <1218...@gmail.com> wrote:
> On Fri, May 7, 2010 at 7:21 PM, Matt Chas
m.
I use C-c C-n and C-c C-p quite frequently. The others I do not use at
all.
My primary use for C-c C-n and C-c C-p is to move from an entry to a
heading so that I can then use speed keys to climb and descend the
outline. I would not mind if they were rebound.
Best,
Matt
__
of wikis on a small server, and would probably choose
the wiki software based on org compatibility. The only caveat is that
none of hte other users would likely be emacs or org users, so there'd
have to be some user-friendliness to the web-based editing interface.
thanks as
gt; - commit to do this again to update every few releases
I'd be happy to do this. Just to be clear, is the envisioned
org-help.org simply the org FAQ with a different title or a
redacted/abridged of the FAQ?
Best,
Matt
___
Emacs-orgmode mailing
ng tree, only the
first 2nd level entry (** Testing) showed up in the agenda. Is this the
desired result?
--8<---cut here---start->8---
* Example
** Testing
*** Nothing
** Testing two
*** NEXT A todo
** Testing three
--8<---cut here---end--->8---
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
e---end--->8---
BTW, I believe one solution to the original question is:
--8<---cut here---start->8---
(setq org-agenda-custom-commands
'(("x" "No scheduled or someday" todo ""
course, would be to coordinate this file with the mailing list. Perhaps
we could publish a remember template so that contributors, when claiming
an issue, can easily create a new todo (with a unique id) in the
org-issues file and publish the id in their reply: e.g., "opened and
claimed iss
Carsten Dominik writes:
> I think this i an excellent idea, and keeping this file on Worg so
> that people can access it on the web and modify it when needed is a
> good idea.
>
> If everyone agrees, then I am glad to accept your offer to start a
> system like this.
>
> M
Documentation:
| Normal hook run after an item has been shown from the agenda.
| Point is in the buffer where the item originated.
`
Best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
The function org-get-refile-targets was building org-refile-cache even
if org-refile-use-cache was set to nil. This caused every refile
attempt to call org-refile-cache-clear and to produce the message
"Refile cache has been cleared."
---
lisp/org.el |3 ++-
1 files changed, 2 insertions(+),
401 - 500 of 1833 matches
Mail list logo