[Orgmode] external program choices?

2010-01-11 Thread Matt Price
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

[Orgmode] Re: ... but no headline or content in org-mode

2010-01-12 Thread Matt Lundin
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

[Orgmode] Re: refiling

2010-01-13 Thread Matt Lundin
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

[Orgmode] Re: Help with a custom block agenda

2010-01-13 Thread Matt Lundin
"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

[Orgmode] Re: org-encrypt-entries seems to break perl- and cperl-mode

2010-01-19 Thread Matt Lundin
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

[Orgmode] Re: formatting times as HH:MM with leading zeros

2010-01-20 Thread Matt Lundin
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 +

[Orgmode] Re: Secondary filtering and query editing within daily/weekly agenda

2010-01-23 Thread Matt Lundin
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

[Orgmode] Re: Hide file names in agenda view

2010-01-28 Thread Matt Lundin
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

[Orgmode] interacting with word processors (opeonffice, word)

2010-02-02 Thread Matt Price
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'

[Orgmode] Re: interacting with word processors (opeonffice, word)

2010-02-02 Thread Matt Lundin
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 &

[Orgmode] Re: Is there any IN Buffer setting for preamble and Remember

2010-02-03 Thread Matt Lundin
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

[Orgmode] Re: Repeating tasks in an interval

2010-02-03 Thread Matt Lundin
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

[Orgmode] Re: Scheduling an already-scheduled item

2010-02-03 Thread Matt Lundin
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

Re: [Orgmode] Re: interacting with word processors (opeonffice, word)

2010-02-04 Thread Matt Price
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

Re: [Orgmode] Re: interacting with word processors (opeonffice, word)

2010-02-05 Thread Matt Price
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 -

[Orgmode] Re: [PATCH] Close calendar buffer after scheduling an item

2010-02-05 Thread Matt Lundin
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

[Orgmode] Re: Excluding just heading from export

2010-02-06 Thread Matt Lundin
-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 _

[Orgmode] Re: What does it mean: (define-key mode-specific-map [?a] 'org-agenda)

2010-02-07 Thread Matt Lundin
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" 

[Orgmode] Re: timestamps

2010-02-08 Thread Matt Lundin
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

[Orgmode] Re: org-refile to top-level heading

2010-02-09 Thread Matt Lundin
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

[Orgmode] Re: search for DEADLINE in warning period

2010-02-09 Thread Matt Lundin
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

[Orgmode] Re: search for DEADLINE in warning period

2010-02-09 Thread Matt Lundin
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

[Orgmode] Re: Org-mode and searching for multiple occurances

2010-02-10 Thread Matt Lundin
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

[Orgmode] Re: Dated appointment reminders

2010-02-12 Thread Matt Lundin
;---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..

[Orgmode] Re: Problems Setting Drawers in .emacs

2010-02-12 Thread Matt Lundin
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

[Orgmode] Re: Annotations from pdf viewer in Linux ?

2010-02-12 Thread Matt Lundin
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

[Orgmode] org-agenda-follow-link does not work with id links

2010-02-16 Thread Matt Lundin
<---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

[Orgmode] Slow speed of week and month views

2010-02-16 Thread Matt Lundin
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

[Orgmode] Re: Linking/referencing static HTML

2010-02-17 Thread Matt Lundin
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

[Orgmode] Problem with org-agenda-goto and inline tasks

2010-02-18 Thread Matt Lundin
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 ___

[Orgmode] Re: listing tasks with no TODO keyword in global TODO list

2010-02-19 Thread Matt Lundin
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

[Orgmode] Re: Bug: (org-attach-dir) doesn't honor ATTACH_DIR_INHERIT

2010-02-22 Thread Matt Lundin
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 __

[Orgmode] Re: Remove scheduled date when switch TODO states

2010-02-22 Thread Matt Lundin
'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-

[Orgmode] Re: inserting notes at level 1 with org-remember

2010-02-25 Thread Matt Lundin
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

[Orgmode] Re: default browser - SOLVED

2010-02-26 Thread Matt Lundin
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

[Orgmode] Re: Org-Mode for Nexus One?

2010-02-28 Thread Matt Lundin
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

[Orgmode] Re: selective export

2010-03-07 Thread Matt Lundin
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.

[Orgmode] Re: Cannot reschedule task with repeater

2010-03-08 Thread Matt Lundin
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

[Orgmode] [PATCH] New variable to speed up custom agendas

2010-03-08 Thread Matt Lundin
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

[Orgmode] Re: Organizing a students live

2010-03-10 Thread Matt Lundin
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

[Orgmode] Re: icalendar: exporting times of day specified in heading?

2010-03-17 Thread Matt Lundin
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

[Orgmode] Re: Shortcut for complex searches

2010-03-18 Thread Matt Lundin
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

Re: [Orgmode] PROJ category from the org-mode front page?

2010-03-20 Thread Matt Price
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 >

[Orgmode] using orgmode to send html mail?

2010-03-21 Thread Matt Price
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

[Orgmode] Re: using orgmode to send html mail?

2010-03-22 Thread Matt Price
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

[Orgmode] Re: org-mode tutorial questionaire

2010-03-23 Thread Matt Lundin
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

[Orgmode] [PATCH] Allow org-agenda-entry-types to trump org-agenda-include-deadlines

2010-03-23 Thread Matt Lundin
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

[Orgmode] Re: org-mode tutorial questionaire

2010-03-23 Thread Matt Lundin
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

[Orgmode] Re: org-beamer: How to get items appear sequentially rather than all at once

2010-03-23 Thread Matt Lundin
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

[Orgmode] Re: Confusion about TODO tags

2010-03-23 Thread Matt Lundin
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

[Orgmode] Re: org-beamer bug

2010-03-25 Thread Matt Lundin
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

[Orgmode] Re: LaTeX package dependencies

2010-03-26 Thread Matt Lundin
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

[Orgmode] Re: Recurring TODOs and alreade done TODOs

2010-03-26 Thread Matt Lundin
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

[Orgmode] [PATCH] Speed up org-diary

2010-03-28 Thread Matt Lundin
(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

[Orgmode] Re: How to open pdf file links with evince under linux?..

2010-03-29 Thread Matt Lundin
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

[Orgmode] Re: Table of contents in another language

2010-03-31 Thread Matt Lundin
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

[Orgmode] Re: A bright new Org-mode clone project

2010-04-01 Thread Matt Lundin
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

[Orgmode] Re: Spreadsheet FR

2010-04-02 Thread Matt Lundin
" | "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

[Orgmode] Re: Spreadsheet FR

2010-04-02 Thread Matt Lundin
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

[Orgmode] Re: Org-mode and citations

2010-04-04 Thread Matt Lundin
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

[Orgmode] Re: Auto-load files into agenda list

2010-04-04 Thread Matt Lundin
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

[Orgmode] Re: Add org-habit to org-modules

2010-04-05 Thread Matt Lundin
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

[Orgmode] Re: org-protocol and web links

2010-04-06 Thread Matt Lundin
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

Re: [Orgmode] [ANN] org-mime -- using orgmode to send html mail?

2010-04-09 Thread Matt Price
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

[Orgmode] Re: Using org-agenda opens all my .org files.

2010-04-14 Thread Matt Lundin
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

[Orgmode] Re: My reference data management approach with org and emacs

2010-04-15 Thread Matt Lundin
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

[Orgmode] Re: Show entries which have been logdone in the last several days?

2010-04-15 Thread Matt Lundin
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.

[Orgmode] Re: Support (or not) for Emacs 21, and XEmacs

2010-04-16 Thread Matt Lundin
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

[Orgmode] Re: How you ORGanize yourself? (aka: Why not one file to rule'em all?)

2010-04-17 Thread Matt Lundin
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

[Orgmode] Re: [Babel] Macro for begin_src?

2010-04-17 Thread Matt Lundin
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

[Orgmode] subtitle in export?

2010-04-19 Thread Matt Price
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

[Orgmode] Re: Agenda View: Do not display items scheduled in the past

2010-04-19 Thread Matt Lundin
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

Re: [Orgmode] export-latex-final-hook

2010-04-19 Thread Matt Price
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

[Orgmode] Re: [PATCH] followup to "`org-rember-templates' docstring"

2010-04-20 Thread Matt Lundin
>> 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

[Orgmode] Re: Emacs 24; view-diary-entries-initially

2010-04-23 Thread Matt Lundin
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

[Orgmode] Re: due today notification

2010-04-24 Thread Matt Lundin
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

[Orgmode] Re: Another stupid one -- archiving and reports

2010-04-26 Thread Matt Lundin
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 __

[Orgmode] Re: Suggestions needed for handling "ideas"

2010-04-26 Thread Matt Lundin
;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

[Orgmode] Re: org-agenda-todo-ignore-scheduled setting not affecting custom agenda

2010-04-28 Thread Matt Lundin
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

[Orgmode] Re: [enhancement request] Re: Recursive calender item

2010-04-28 Thread Matt Lundin
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

[Orgmode] Re: Custom agenda view - filter by priority AND scheduled date

2010-04-28 Thread Matt Lundin
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

[Orgmode] Re: Questions about creating new nodes (headings)

2010-04-28 Thread Matt Lundin
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

[Orgmode] Re: Does anyone use "Jump" C-c C-j

2010-04-28 Thread Matt Lundin
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

[Orgmode] Re: Copying and Pasting (and Selecting)

2010-04-28 Thread Matt Lundin
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

[Orgmode] Re: Linking Mail ?

2010-04-28 Thread Matt Lundin
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

Re: [Orgmode] Calendars & Agenda mode

2010-04-28 Thread Matt Price
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

[Orgmode] Re: Linking Mail ?

2010-04-29 Thread Matt Lundin
; 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

[Orgmode] org-check-for-hidden breaks promote/demote in region

2010-05-06 Thread Matt Lundin
+ (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

[Orgmode] Re: org mode as tabbed notebook

2010-05-07 Thread Matt Lundin
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

[Orgmode] noob question : In a table , how to update a formula when inserting a new line

2010-05-07 Thread Matt Chastagnier
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

Re: [Orgmode] noob question : In a table , how to update a formula when inserting a new line

2010-05-08 Thread Matt Chastagnier
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

[Orgmode] Re: Poll: Who is using these commands

2010-05-11 Thread Matt Lundin
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 __

[Orgmode] org <--> wiki ?

2010-05-11 Thread Matt Price
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

[Orgmode] Re: Include FAQ to info? (was: Org-FAQ request for full-text dump)

2010-05-15 Thread Matt Lundin
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

[Orgmode] Re: Lazy project definitions

2010-05-17 Thread Matt Lundin
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

[Orgmode] Re: skip entry with inherited tags

2010-05-18 Thread Matt Lundin
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 ""

[Orgmode] Re: Co-maintainer, a least for some time?

2010-05-20 Thread Matt Lundin
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

[Orgmode] Re: Co-maintainer, a least for some time?

2010-05-20 Thread Matt Lundin
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

[Orgmode] Re: Jumping to scheduled item from agend doesn't put cursor on to the heading

2010-05-20 Thread Matt Lundin
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

[Orgmode] [PATCH] Don't build org-refile-cache if org-refile-use-cache is nil

2010-05-21 Thread Matt Lundin
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(+),

<    1   2   3   4   5   6   7   8   9   10   >