From: Manish <mailtomanish.sharma@gmail.com>
To: Jonathan Arkell <jonathana@criticalmass.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: A few new user questions, Custom agenda views, calendar in frame, and Hyperlinks on win32
Date: Thu, 20 Nov 2008 12:12:11 +0530 [thread overview]
Message-ID: <e7cdbe30811192242h4e39e473o2a7837ad70cd4a4c@mail.gmail.com> (raw)
In-Reply-To: <5146889A6969A24D82AFD05233CF024F012D518E@Haze.cmass.criticalmass.com>
On Thu, Nov 20, 2008 at 8:36 AM, Jonathan Arkell wrote:
> Hi Everybody
>
> I have some fairly simple new user questions, and I am hoping you
guys can help me out.
>
> I have a few custom agenda views that I would like to create, but I
> am having some issues. My files are laid out in 1 file per project,
> and each file starts with a level 1 outline element tagged
> :project:. (I do have other file types that are appropriately
> tagged). I thought that if I wanted to list all TODOs in all my
> (appropriately tagged) project files, it would be as easy as setting
> up a custom agenda command. The one I set up had a tags-todo type,
> with search "project" or "+project", but I get … well… no
> results. Ideally I'd like to have a couple of different lists, all
> project tagged files with TODO items and all project tagged files
> with WAITING items. Can someone give me a hand? (I'm not adverse
> to using setq in my .emacs, in fact, that might make things a little
> easier for me anyways)
Like Matt said earlier, defining FILETAGS at the top of a project file
is easier approach. Fast tag filtering is the most amazing way to
zero in on items.
>
> Secondly, I am having an issue where my Calendar is popping up in a
> new frame all the time, either when scheduling an item or through
> remember. I'd rather it pop up in a new window instead. Is this
> possible?
Can you please try:
(setq pop-up-frames nil)
>
> Finally, I am having a problem with some external links, whenever I
> try to visit a file like \\AWindowsServer\path\to\file I get the
> error message "eval: ShellExecute failed: The system cannot find the
> file specified. ^M" Is it easy to fix this? What is going on?
This seems to work for me:
;; for invoking external viewers from within dired
(require 'extview)
(push '("\\.html$" . ask) extview-application-associations)
(push '("\\.doc$" . "C:/PROGRA~1/OFFICE11/WINWORD.EXE %s")
extview-application-associations)
(push '("\\.xls$" . "C:/PROGRA~1/OFFICE11/EXCEL.EXE %s")
extview-application-associations)
(push '("\\.pdf$" . "C:/PROFRA~1/Adobe/Reader\\
8\\.0/Reader/AcroRd32.exe %s") extview-application-associations)
--
Manish
next prev parent reply other threads:[~2008-11-20 6:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-20 3:06 A few new user questions, Custom agenda views, calendar in frame, and Hyperlinks on win32 Jonathan Arkell
2008-11-20 3:39 ` Eddward DeVilla
2008-11-20 5:07 ` Matthew Lundin
2008-11-20 5:51 ` Nick Dokos
2008-11-20 6:42 ` Manish [this message]
2008-11-20 21:08 ` Mike Newman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e7cdbe30811192242h4e39e473o2a7837ad70cd4a4c@mail.gmail.com \
--to=mailtomanish.sharma@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=jonathana@criticalmass.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.