[Orgmode] Re: Worg needs some reorganizing

2011-01-15 Thread Matt Lundin
ective to generate an html index of topics. (info "(org) Index entries") This would require some changes to the publishing options: (info "(org) Generating an index") Best, Matt ___ Emacs-orgmode mailing list Please use `Repl

[Orgmode] Re: [bug?] Possible bug with shifted cursor keys

2011-01-15 Thread Matt Lundin
4.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.1) of 2010-12-11 on archdesk Org-mode version 7.4 (release_7.4.195.g4821) Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: [Worg] some issues

2011-01-16 Thread Matt Lundin
These links are supposed to point to repo.or.cz, as the feeds (a syndicated git log) are generated there. I think I fixed the links; we should be able to tell in an hour or so. Worg does not have its own syndication. Best, Matt ___ Emacs-orgmode mailing list

[Orgmode] [PATCH] Add new option for ignoring past or future items in the global todo list

2011-01-17 Thread Matt Lundin
* lisp/org-agenda.el: (org-agenda-todo-ignore-deadlines): New option. (org-agenda-todo-ignore-scheduled): New option. (org-agenda-todo-ignore-timestamp): New option. (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item): Allow user to specify custom distance to ignore (future or p

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Matt Lundin
l See http://orgmode.org/worg/code/org-info-js/#linking for more details. However, it still takes a second or two for org-info.js to rearrange the page. I do find that as a workaround adding some other (unsupported) string after VIEW results in a page withou

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-17 Thread Matt Lundin
de: I noticed that both stylesheets contain a lot of instructions that seem to have been created by htmlize.el: - Are these automatically generated? If so, might I ask how? - Some of the instructions seem superfluous outside of emacs (e.g., flyspell

[Orgmode] Re: [Worg] some issues

2011-01-17 Thread Matt Lundin
Hi Achim, Achim Gratz writes: > Matt Lundin writes: > [...] > > Bastien mentioned requesting push access to Worg from you... I've > actually created an SSH key on repo.or.cz for this a while back (but > never requested push access to Worg), how does this work on the n

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Matt Lundin
g to publish to tmp directories.) Others would then be free to add their own stylesheets---though I suppose that adding alternate stylesheet links will require access to the publishing options on the server. Once we've decided on a default, we co

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Matt Lundin
o be reorganized. See how Wikipedia does it: > > http://en.wikipedia.org/wiki/Wikipedia:FAQ > http://en.wikipedia.org/wiki/Wikipedia:FAQ_Index > > Matt or Bastien, do you have an opinion on reorganizing the FAQ? I reorganized the FAQ into categories a year or so ago; it's remarkab

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Matt Lundin
function org-publish-org-to-org > > I've done this. See this page: > > http://orgmode.org/worg/index.org.html > > You cannot click on links though... Sounds like its time to add a feature to org-publish-org-to-org. :) - Matt _

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Matt Lundin
of emacs, we should each use our own local configurations/stylesheets.[1] ;) Best, Matt [1] http://www.mozilla.org/unix/customizing.html#usercss <>___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmo

[Orgmode] [PATCH] Optimize org-habit-parse-todo

2011-01-19 Thread Matt Lundin
* lisp/org-habit.el: (org-habit-parse-todo) Don't parse more days than needed. When constructing a consistency graph, org-habit (with this patch) will stop searching for timestamps when the number of matches exceeds the span of time displayed in the graph. This can produce a significant speedup

[Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Matt Lundin
.html > and > http://orgmode.org/worg/org-configs/index.html > I believe these pages have not been exported since we turned off the inline css publishing option; i.e., they have not been touched since that time, so the publishing mechanism does not export them. Best, Matt __

[Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Matt Lundin
rg-faq-nojs.org org-faq.org; rm org-faq-nojs.org So the new, "flat" FAQ is up and running. And, of course, all are welcome to suggest or contribute further refinements. Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-19 Thread Matt Lundin
Dan Davison writes: > Matt Lundin writes: > >>> So, how many of you here also use Vim? :) >> >> For quick editing (e.g., config files), I use vi(m). For anything else, >> I use emacs. Both are fantastic tools. > > Doesn't emacsclient make ema

Re: [Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-20 Thread Matt Lundin
Jeff Horn writes: > On Wed, Jan 19, 2011 at 9:51 PM, Matt Lundin wrote: >> alias emacs="emacsclient -t -a /usr/bin/emacs" > > Thanks for sharing this. My manual doesn't mention the -t flag. What > does it do? (I didn't know about -a, but it looks nifty) &g

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Matt Lundin
Nick Dokos writes: > Matt Lundin wrote: > >> So the new, "flat" FAQ is up and running. And, of course, all are >> welcome to suggest or contribute further refinements. >> > > Blue (or purple or similar color) text on black background is unreadable - >

[Orgmode] Re: [PATCH] Stable key assignment for org-fast-tag-selection

2011-01-20 Thread Matt Lundin
up . nil))) And here's the prompt for org-tag-alist: --8<---cut here---start->8--- Inherited: inbox per prof Current: Next change exits } } } { { { [d] desk [m] email [e] errands

[Orgmode] Re: C-c a t shows empty list

2011-01-20 Thread Matt Lundin
for-pull "~/Org/inbox.org") > (setq org-todo-keywords > '( > (type "TODO" "|" "DONE") > (sequence "PROJ" "|" "FINISHED") > (sequence "PROG" "|" "CANCELLED" "DONE&qu

[Orgmode] Re: (Possible Feature Request) Hiding Tags in Agenda View/Implementing Contexts in Org

2009-10-07 Thread Matt Lundin
;org-entry-tags" to get the tags > of an entry, not reliying in "re-search-forward" as in [1] org-get-tags - Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Indentation of scheduled/deadline timestamps

2009-10-07 Thread Matt Lundin
t have org-indent turned on. Thanks! Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Tagging a region of text without creating a branch

2009-10-08 Thread Matt Lundin
part of the tree beginning with item1. Also, how would a region of tagged text appear in the agenda? The agenda depends on the association of metadata with headlines. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

[Orgmode] Re: Tagging a region of text without creating a branch

2009-10-09 Thread Matt Lundin
rg-inlinetask-min-level. BTW, There is a mode (freex-mode) that uses pymacs and an external database to enable tagging of selected "nuggets" of text. But I don't believe that it works with org-mode. I you don't mind the external dependencies, you might want to check it out. http:/

Re: [Orgmode] Re: Tagging a region of text without creating a branch

2009-10-10 Thread Matt Lundin
or html for sharing, I would thus prefer that the inline tasks be excluded. Thanks! Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Tagging a region of text without creating a branch

2009-10-12 Thread Matt Lundin
At Mon, 12 Oct 2009 09:29:05 +0200, Carsten Dominik wrote: > > On Oct 10, 2009, at 5:39 PM, Matt Lundin wrote: > > > Hi Carsten, > > > > Carsten Dominik wrote: > >> > >> Yes, this should now work. Good catch. > >> > >> You m

[Orgmode] org-clock-into-drawer

2009-10-12 Thread Matt Lundin
clock entries are now inserted outside of LOGBOOK drawers. This began to happen quite recently AFAICT. Thanks, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailma

Re: [Orgmode] org-clock-into-drawer

2009-10-12 Thread Matt Lundin
Carsten Dominik wrote: > > > On Oct 12, 2009, at 3:25 PM, Matt Lundin wrote: > > > Hi Carsten, > > > > According to the docstring, the value of org-clock-into-drawer is > > derived from org-log-into-drawer. > > > > , > > | The default

[Orgmode] Re: Repeat time ranges

2009-10-13 Thread Matt Lundin
is time range repeat itself every week > for 13 occurrences. You can use a diary sexp. See the following FAQ. It contains a solution for an example almost exactly like yours above: http://orgmode.org/worg/org-faq.php#diary-sexp-in-org-files Best, Matt

[Orgmode] Any way to include filetags in tags completion?

2009-10-16 Thread Matt Lundin
iated with headlines are offered for completion. Is there a way to include filetags in the completion table? I ask because I frequently use filetags (such as "finances" and "household") to filter the agenda and would prefer (lazy emacs user that I am) not to have to type the e

[Orgmode] Re: Restructure my org-life

2009-10-19 Thread Matt Lundin
ight want to consult the following tips on Worg: http://orgmode.org/worg/org-glossary.php#sec-3.3 http://orgmode.org/worg/org-faq.php#how-to-organize-org-mode-files Hope this helps. Matt ___ Emacs-orgmode mailing list Remember: use `Reply All

[Orgmode] Re: Other modes in SRC

2009-10-20 Thread Matt Lundin
I'm not sure I understand the question, but you can include source code blocks in your org-file, which you can edit in a special buffer in the appropriate mode: http://orgmode.org/manual/Literal-examples.html - Matt ___ Emacs-orgmode mailing li

[Orgmode] Re: Added support for "habit tracking"

2009-10-20 Thread Matt Lundin
e the tag :HABIT: to track habits. This allows for easy filtering in the agenda. I'm wondering whether there might be an option to designate habits with a user-defined tag rather than the STYLE property. The advantage would be much faster agenda searches for habits. Thanks again! Matt <>

[Orgmode] Re: Arrow keys in agenda view

2009-10-21 Thread Matt Lundin
an up-to-date list of agenda commands here: http://orgmode.org/manual/Agenda-commands.html#Agenda-commands Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Added support for "habit tracking"

2009-10-21 Thread Matt Lundin
NE" from "TODO" [2009-10-11 Sun 14:06] | - State "DONE" from "TODO" [2009-10-10 Sat 14:06] | - State "DONE" from "TODO" [2009-10-10 Sat 12:00] | :END: | :PROPERTIES: | :STYLE:habit | :LAST_REP

[Orgmode] Re: [off-topic/GTD]Only Next Actions list to rule them all ?

2009-10-21 Thread Matt Lundin
n the org files would eliminate a major strength of org-mode and reduplicate what the agenda already does. But to each his/her own! :) - Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: [feature-suggestion] Schedule and tick/mark multiple items

2009-10-21 Thread Matt Lundin
;m". Then type "B" for a list of possible actions (which includes scheduling and refiling). Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Feature Request? #+CONFIG keyword - to abstract more configuration into org files,

2009-10-22 Thread Matt Lundin
ort related variables. For local options that are not part of the default in-buffer syntax, I use Local Variables. E.g., , | * COMMENT Local Variables | # Local Variables: | # org-footnote-section: "References" | # End: ` Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: How to Strip TODO headword and refile as a note

2009-10-24 Thread Matt Lundin
e item with C-c C-z or simply jump to the location of the complete item and add a new sibling with notes and/or a new TODO. But perhaps you're trying to accomplish something different... Best, Matt ___ Emacs-orgmode mailing list Remember: use `R

[Orgmode] Re: FAQ incorrect

2009-10-27 Thread Matt Lundin
ndicate that there are multiple ways of accomplishing the same thing. I also saw a typo in the fake path in the example, which I'll be sure to change. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. E

[Orgmode] Re: FAQ incorrect

2009-10-27 Thread Matt Lundin
t;)) >> >> i.e. each member of this list can be a file or a >> directory. If it is a directory, the org files in >> it will be used. >> > > Yes, I was mistaken: it's got to be a list. My mistake as well. I updated the FAQ accordingly. - Matt _

[Orgmode] Re: Proposed key binding changes: archiving and attachments

2009-10-30 Thread Matt Lundin
ew. I discovered the cause: I was occasionally hitting "a" by accident. I agree with Peter that commands with relatively destructive consequences (such as archiving) should not be bound to a single key. One wouldn't want to miss an appointment because one accidentally hits "a" i

[Orgmode] Re: exclude certain types from agenda

2009-10-30 Thread Matt Lundin
;ll have to adjust the local setting of the variable appropriately in your custom agenda commands if you want to see :VOCAB: items in a particular view. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Proposed key binding changes: archiving and attachments

2009-10-31 Thread Matt Lundin
gt; - For backward compatibility, `C-c $' in an org-mode file, and `$' in > the agenda buffer continue to archive to archive file. > > Can we agree on this? > > - Carsten This looks good to me. - Matt ___ Emacs-orgmode mailing list

[Orgmode] Re: Cannot clone Worg

2009-11-01 Thread Matt Lundin
repository corruption on the remote side. > fatal: early EOF > fatal: index-pack failed I'm getting the same error message when I try to pull recent changes from Worg. - Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to sen

[Orgmode] Re: Feature request about habit tracking

2009-11-02 Thread Matt Lundin
d items. Granted, habits appear with the org-scheduled-today face. But they do not have the normal "Scheduled:" or "Sched. 2x" warnings. And they can easily be filtered out of the agenda by pressing "K". Best, Matt ___

[Orgmode] org-refile refiles items to active clock

2009-11-04 Thread Matt Lundin
-path-completion) (setq org-refile-allow-creating-parent-nodes 'confirm) (setq org-outline-path-complete-in-steps t) (setq org-completion-use-ido nil) (setq org-refile-use-outline-path 'file) --8<---cut here---end-

[Orgmode] Re: repetitive activity over a period of time, starting at the same time each day

2009-11-07 Thread Matt Lundin
Crni Gorac writes: > On Fri, Nov 6, 2009 at 5:51 PM, Matt Lundin wrote: >> Crni Gorac writes: >> >>> How to specify a time interval for a TODO that will say span over two >>> weeks, working days only, and that will start each day at 10am.  I >>> tried

[Orgmode] Re: Monthly events based on count of specific weekdays

2009-11-08 Thread Matt Lundin
g on every 2nd Thursday of the month | <%%(diary-float t 4 2)> ` Here's how to schedule the examples above: * First Tuesday of month <%%(diary-float t 2 1)> * Third Sunday of month <%%(diary-float t 0 3)> * First or third Wednesday of month <%%(or (diar

[Orgmode] Re: Best way to implement Keywords feature

2009-11-08 Thread Matt Lundin
t; search for TODO keywords, and this functionality would be pretty useful > to me - can you point to the section number? http://orgmode.org/manual/Matching-tags-and-properties.html - Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Monthly events based on count of specific weekdays

2009-11-08 Thread Matt Lundin
Ben Finney writes: > Matt Lundin writes: > >> Ben Finney writes: >> >> > How can I set an event in Org mode that repeats every month, on a >> > specific weekday, on a week counted from the start of the month? > […] > >> > Taking “fir

[Orgmode] Re: contact management in org-mode?

2009-11-08 Thread Matt Lundin
to forgo all the nice automation that BBDB offers. (Do you really want to enter all new email addresses manually in an org file?) I've found BBDB to be incredibly convenient. But I use Gnus for email. If I were using Gmail or Thunderbird or Mutt, I wouldn't use BBDB at all. Just a few tho

[Orgmode] org-agenda-diary-entry without date tree

2009-11-14 Thread Matt Lundin
date tree. Ideally, new appointments would appear as first level headlines in the org-agenda-diary-file (i.e., my inbox), ready to be refiled. Thanks, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

[Orgmode] org-indent-mode and visual-line-mode

2009-11-18 Thread Matt Price
again. I would *love* to have both of htese working properly -- is there anything I can do? Thanks very much, Matt -- Matt Price matt.pr...@utoronto.ca signature.asc Description: This is a digitally signed message part ___ Emacs-orgmode mailing

Re: [Orgmode] org-indent-mode and visual-line-mode

2009-11-19 Thread Matt Price
On Thu, 2009-11-19 at 14:17 +0100, Carsten Dominik wrote: > On Nov 18, 2009, at 9:07 PM, Matt Price wrote: > > > Are these two incompatible, or is there something wrong with my setup? > > Using org-mode 6.33c and a recent emacs snapshot (20090909), turning > > org-indent-m

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

2009-11-19 Thread Matt Price
possible to have combine types with more complex (non-DONE) states, so that e.g. the heading displays: * PROJ INPROGRESS Organize the interstellar dust meeting or * PROJ DONE Organize the interstellar dust meeting ? Just wondering. Thanks, Matt -- Matt Price matt.pr...@utoronto.ca signature.a

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-19 Thread Matt Price
On Fri, 2009-11-20 at 09:33 +1100, Ben Finney wrote: > Matt Price writes: > > > Visual-line-mode is a replacement for longlines-mode; it soft-wraps > > text at the screen boundary, and does a much better job than > > longlines-mode did. > > I think you're

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-20 Thread Matt Price
On Fri, 2009-11-20 at 08:28 +0100, Carsten Dominik wrote: > Hi Matt, > > personally, I never use visual-line-mode, mainly because cursor motion > becomes unpredictable to me (down doe not get me into the next line, > so for example keyboard macros are much harder to make

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-20 Thread Matt Price
d I had to run 'make' to get the changes to apply. glad I caught myself in time! This is so great for me, Carsten, I'm so grateful! thanks so much, matt -- Matt Price matt.pr...@utoronto.ca signature.asc Description: This is a digitally signed message part

[Orgmode] Re: latex export and beamer columns

2009-11-22 Thread Matt Lundin
images. Could you perhaps use the following? , | In a double pipe heat exchanger, | | #+begin_center | [[file:images/double-pipe-heat-exchanger.png]] | #+end_center | | the heat transfer etc. ad nauseum... ` 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] Wrapped links with long descriptions

2009-11-22 Thread Matt Lundin
le.com/][The famous search engine that many people turn to when then need to find something on the internet.]] --8<---cut here---end--->8--- Thanks in advance for your help. - Matt ___ Emacs-orgmode mailing list

[Orgmode] Re: Agenda: Column View and Filtering

2009-11-23 Thread Matt Lundin
((org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp ":duties:")))) (agenda "" ((org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp ":studium:") ;; add more agenda views here

[Orgmode] Column summaries no longer displayed in agenda

2009-11-23 Thread Matt Lundin
SCHEDULED: <2009-11-23 Mon> :LOGBOOK: CLOCK: [2009-11-23 Mon 06:55]--[2009-11-23 Mon 07:03] => 0:08 :END: :PROPERTIES: :Effort: 2:00 :END: ** TODO Another item SCHEDULED: <2009-11-23 Mon> :PROPERTIES: :Effort: 1:00 :END: --8<

[Orgmode] Re: Bug with time summary in column view?

2009-11-24 Thread Matt Lundin
properly. Leave calculated columns blank if there is no underlying value. Don't return zero if a property is missing. Changes are also applied to xemacs colview. --8<---cut here---end--->8--- - Matt ___

[Orgmode] Re: How lecturers/professors manage weekly classes appts on org?

2009-11-25 Thread Matt Lundin
orgmode.org/worg/org-faq.php#diary-sexp-in-org-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] Boolean word/regexp search problem

2009-11-27 Thread Matt Lundin
(`{' and `}') to the query string. The opening bracket/brace | will add a positive search term prefixed by `+', indicating | that this search term must occur/match in the entry. The | closing bracket/brace will add a negative search term which | must

[Orgmode] Re: Boolean word/regexp search problem

2009-11-27 Thread Matt Lundin
Hi Carsten, Matthew Lundin writes: > Matt Lundin writes: > >> The word/regexp agenda search to work with more than one word or regexp >> unless the first word or regexp is also preceded by a "+" or "-". I've investigated this further and beg your per

[Orgmode] Re: [OT] Emacs for email?

2009-12-01 Thread Matt Lundin
;s work, gnus integrates exceptionally well with org-mode - 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

Re: [Orgmode] [OT] Emacs for email?

2009-12-02 Thread Matt Price
I hate evolution, but i'm used to it, and don't want to break my work habits till i've figured something else out. Anyway thanks much in advance! matt > - Darlan Cavalcante > > At Tue, 1 Dec 2009 15:34:24 -0600, > Keith Lancaster wrote: > > > > I apo

[Orgmode] Re: [OT] Emacs for email?

2009-12-02 Thread Matt Lundin
d messages are hidden -- so it makes it easy to get down to "zero" without having to refile, archive, or delete anything. Automatic archiving/expiry takes care of the problem of overly large mailboxes. - Matt ___ Emacs-orgmode mailing list P

[Orgmode] Re: [OT] Emacs for email?

2009-12-03 Thread Matt Lundin
I never came > across a more powerful and flexible mechanism for using roles. I second the recommendation of gnus-alias. I have rules set up to set my email address automatically depending on the "To" or "Cc" line. And, as others have ment

[Orgmode] Worg currently not publishing

2009-12-03 Thread Matt Lundin
p-2009 10:31 37K --- --8<---cut here---end--->8--- - Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://l

[Orgmode] Problems with org-docview

2009-12-03 Thread Matt Lundin
` In addition, org-docview stores links to pdf files as absolute paths, regardless of the setting of org-link-file-path-type. E.g, with org-link-file-path-type set to relative, the resulting link remains an absolute path: , | [[docview:/home/matt/general.pdf::4][/home/matt/general.pdf]] `--

Re: [Orgmode] [OT] Emacs for email?

2009-12-03 Thread Matt Price
On Wed, 2009-12-02 at 22:04 +0100, David Maus wrote: > At Wed, 02 Dec 2009 08:43:51 -0500, > Matt Price wrote: > > > > [1 ] > > [1.1 ] > > On Tue, 2009-12-01 at 20:57 -0300, Darlan Cavalcante Moreira wrote: > > > I use wanderlust for email (includ

[Orgmode] Re: [OT] Emacs for email?

2009-12-03 Thread Matt Lundin
ies. Moreover, it is activated in the default setting of org-modules: , | org-modules is a variable defined in `org.el'. | Its value is | (org-bbdb org-bibtex org-docview org-gnus org-info org-jsinfo org-irc org-mew org-mhe org-rmail org-vm org-w3m org-wl) ` Best, Matt

[Orgmode] Re: Agenda not working or am I misunderstanding how it works?

2009-12-04 Thread Matt Lundin
h the above setting scheduled items marked PUBLISHED and REJECTED do not show up in the agenda. - 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] Problem with org-id-locations-file

2009-12-05 Thread Matt Lundin
hanks, 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-mode, grep and folding issue

2009-12-05 Thread Matt Lundin
nd reveals them properly when you press return. In short, use "C-c a s" when you want to see all headlines containing a word/regexp. Use "C-c a /" when you want to see the matching lines in the results. - Matt ___ Emacs-orgmode ma

[Orgmode] Re: Agenda not working or am I misunderstanding how it works?

2009-12-05 Thread Matt Lundin
er version of org-mode that came > with it -- 5.03b That's a very old version of org-mode. Emacs 23 shipped with version 6.21b. Could you confirm your version of org-mode by typing "M-x org-version". - Matt ___ Emacs-orgmode

[Orgmode] Re: access scattered notes centralized

2009-12-13 Thread Matt Lundin
(that is, i wanna know > what notes i have). > > Can i do this in emacs org-mode? How? http://orgmode.org/manual/Agenda-files.html#Agenda-files - Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

[Orgmode] Re: Question about searches (ultimately for agenda)

2009-12-15 Thread Matt Lundin
o: > Jack-TODO="DONE"-TODO="RETURNED" Provided DONE and RETURNED are inactive todos than the following should suffice: C-a M Jack [RET] AFAIK, C-a M returns only active TODOs that match the tag. Thus any inactive state will be excluded. (There may be a variable that controls

[Orgmode] Re: Question about searches (ultimately for agenda)

2009-12-16 Thread Matt Lundin
Mueen Nawaz writes: > On 12/15/09 21:26, Matt Lundin wrote: >> Provided DONE and RETURNED are inactive todos than the following should >> suffice: >> >> C-a M Jack [RET] > > I think you meant C-c a M Jack [RET] Yes indeed. I'm still practicing typi

[Orgmode] Re: Shift keys when you have multiple todo sets in one file

2009-12-17 Thread Matt Lundin
a different state, the cycling from set to set works as expected, TODO --> DONE --> WAITING --> nil --> TODO. E.g. #+TODO: TODO | DONE #+TODO: WAITING 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: change default pdf reader for link

2009-12-17 Thread Matt Lundin
. Simply type M-x customize-variable [RET] org-file-apps [RET] 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: Shift keys when you have multiple todo sets in one file

2009-12-19 Thread Matt Lundin
;t seem to have that command. Is this only in the > "trunk" version? This feature was introduced in version 6.33: http://orgmode.org/Changes.html#sec-1.2.2 Version 6.33f is currently available as tar download from the org-mode website: http://orgmode.org/org-6.33f.tar.gz Best

[Orgmode] Re: Best way to use org-mode as a work log

2009-12-19 Thread Matt Lundin
recount of the events and tasks worked on during > the day. You might want to check out Bernt Hansen's nice walk-through, which deals extensively with clocking: http://doc.norang.ca/org-mode.html Best, Matt ___ Emacs-orgmode mailing list Please

[Orgmode] Re: Shift keys when you have multiple todo sets in one file

2009-12-19 Thread Matt Lundin
Mueen Nawaz writes: > On 12/19/09 06:06, Matt Lundin wrote: >> Mueen Nawaz writes: >> >>>> As an aside, I've found that it's very fast to use the new speed >>>> commands to change todo states. If org-use-speed-commands is turned on, >>>&

[Orgmode] Can no longer retrieve TIMESTAMP and TIMESTAMP_IA with org-entry-get

2009-12-19 Thread Matt Lundin
---start->8--- * TODO Test:computer: <2009-12-19 Sat> [2009-12-19 Sat 17:47] (org-entry-get nil "TIMESTAMP_IA") (org-entry-get nil "TIMESTAMP") (org-entry-properties) --8<---cut h

[Orgmode] Re: Organizing a students live

2009-12-20 Thread Matt Lundin
a period. > > The package "remind" (and its simple interface "wyrd") do this job > wonderfully but I do not know how to deal with this problem in Org > mode The following FAQ should help: http://orgmode.org/worg/org-faq.php#diary-sexp-in-org-files - Matt __

[Orgmode] Re: Feature request: Prompt to remove deadline/scheduled dates

2009-12-23 Thread Matt Lundin
e | scheduling will use the corresponding date. ` Perhaps you are looking for something different---e.g., log info about when an item was unscheduled? The phrase "so it could be logged" in the first paragraph of your message makes me suspect I may not understand your request. Best,

[Orgmode] Re: custom agenda view

2009-12-24 Thread Matt Lundin
following work? Since STARTED is a todo state, it needs to be specified with a different syntax. (setq org-agenda-custom-commands (quote (("w" "work tasks" tags-todo "@WORK/!STARTED" ((org-agenda-todo-ignore-with-date nil

[Orgmode] Re: The quote tag in orgmode

2009-12-29 Thread Matt Lundin
Water Lin writes: > I want to quote some text which I copy from others. What kind of tags I > should use? > > I want the tag published as something like "blockquote" in html. > http://orgmode.org/manual/Paragraphs.html#Paragraphs - Matt

[Orgmode] Re: Agenda repeats diary entries

2009-12-29 Thread Matt Lundin
ournal: Something else. Wednesday 9 December 2009 Thursday 10 December 2009 Friday 11 December 2009 Saturday 12 December 2009 Sunday 13 December 2009 Monday 14 December 2009 W51 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: Multiple column views for one file

2009-12-31 Thread Matt Lundin
ar %Director :END: ** Citizen Kane --8<---cut here---end--->8--- The same method could be used for books, running, etc. Another 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: Error in FAQ

2010-01-07 Thread Matt Lundin
Joe Snikeris writes: > There is an error in the FAQ found here: > http://orgmode.org/worg/org-faq.php#visual-line-mode > > The line: > (define-key org-mode-map "\C-a" 'move-end-of-line))) > > should read: > (define-key org-mode-map "\C-e" 'm

[Orgmode] Re: About the in-buffer setting of nologdone

2010-01-09 Thread Matt Lundin
to the top of your or org file: #+STARTUP: nologdone Then type C-c C-c on the line to refresh the buffer. 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] 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

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