[Orgmode] Bug: Agenda view switches back to week with "g" [7.4]

2010-12-21 Thread Joel J. Adamson


Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

 http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.


When I go into the weekly agenda, I use "d" (org-agenda-day-view) to get
the daily view, which brings up the first day of the week.  I then press
"g" (org-agenda-redo) which takes me back to week view.  Previously "g"
would refresh the day-view bringing me to the current day of the week.

Emacs  : GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.22.0)
 of 2010-12-20 on edna
Package: Org-mode version 7.4

current state:
==
(setq
 org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
 org-default-priority 68
 org-speed-command-hook '(org-speed-command-default-hook
  org-babel-speed-command-hook)
 org-agenda-custom-commands '(("c" "Agenda with Current Projects"
   ((agenda "") (tags "CURRENT" nil)))
  )
 org-agenda-files '("~/Documents/org/inbox.org" "~/Documents/org/appts.org"
"~/Documents/org/proj.org")
 org-clock-into-drawer t
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-agenda-todo-ignore-scheduled t
 org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup)
 org-deadline-warning-days 7
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-tags-exclude-from-inheritance '("CURRENT")
 org-tab-first-hook '(org-hide-block-toggle-maybe
  org-src-native-tab-command-maybe
  org-babel-hide-result-toggle-maybe)
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
 org-src-mode-configure-edit-buffer)
 org-finalize-agenda-hook '(org-agenda-to-appt)
 org-confirm-shell-link-function 'yes-or-no-p
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-use-tag-inheritance nil
 org-clock-persist t
 org-agenda-include-all-todo t
 org-clock-sound "/usr/share/sounds/freedesktop/stereo/complete.oga"
 org-todo-keywords '((sequence "reminder(r)" "todo(t)" "wait(w!)" "|"
  "done(d!)")
 )
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
  org-cycle-show-empty-lines
  org-optimize-window-after-visibility-change)
 org-export-preprocess-before-normalizing-links-hook 
'(org-remove-file-link-modifiers)
 org-agenda-window-frame-fractions '(1.0 . 1.0)
 org-mode-hook '(org-clock-load
 #[nil "\300\301\302\303\304$\207"
   [org-add-hook change-major-mode-hook org-show-block-all
append local]
   5]
 #[nil "\300\301\302\303\304$\207"
   [org-add-hook change-major-mode-hook
org-babel-show-result-all append local]
   5]
 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
  org-babel-execute-safely-maybe)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-clock-modeline-total 'today
 org-agenda-todo-ignore-with-date t
 org-export-interblocks '((lob org-babel-exp-lob-one-liners)
  (src org-babel-exp-inline-src-blocks))
 org-occur-hook '(org-first-headline-recenter)
 org-export-preprocess-before-selecting-backend-code-hook 
'(org-beamer-select-beamer-code)
 org-agenda-todo-ignore-deadlines t
 org-agenda-use-time-grid nil
 org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
   org-beamer-auto-fragile-frames
   org-beamer-place-default-actions-for-lists)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-clock-idle-time 10
 org-export-blocks '((src org-babel-exp-src-blocks nil)
 (comment org-export-blocks-format-comment t)
 (ditaa org-export-blocks-format-ditaa nil)
 (dot org-export-blocks-format-dot nil))
 )
-- 
Joel J. Adamson -- http://www.unc.edu/~adamsonj
University of North Carolina at Chapel Hill
CB #3280, Coker Hall
Chapel Hill, NC 27599-3280


pgpeZQNWMBxPm.pgp
Description: PGP signature
___
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] Featurep weekday-only timestamps

2009-04-20 Thread Joel J. Adamson
Howdy Org-moders,

I use org from git updated weekly.  I would really like to be able to
specify a timestamp for certain days of the week, e.g. M-F, or MWF,
without specifying multiple timestamps for a single headline.  Doing
that for something that happens twice a week is no hassle, but doing it
five times seems like too much.

What I'd like is to have a headline like this:
** Sacrifice for Demons <2009-04-20 Mon,Wed,Fri 10:00 +1w>
** Wake Up <2009-04-20 Mon-Fri 5:45 +1w >

Is there a way to do this that I have missed?  Could this feature be added?

Thanks,
Joel

-- 
Joel J. Adamson -- http://www.unc.edu/~adamsonj
University of North Carolina at Chapel Hill
CB #3280, Coker Hall
Chapel Hill, NC 27599-3280


___
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: OT: HOWTO Configure TeX:: was Re: [Orgmode] Rebuilding orgcard for US Letter

2008-05-20 Thread Joel J. Adamson
"Eric J. Haywiser" <[EMAIL PROTECTED]> writes:

> On Mon, 19 May 2008, Marc Oscar Singer wrote:
>
>> Nick Dokos wrote:
>>> Marc Oscar Singer <[EMAIL PROTECTED]> wrote:
>>>
>>>   Your TeX installation seems to be misconfigured/incomplete.
>>>
>> That was true.  Once I installed it, I was able to run make doc.
>> Unfortunately, I still was getting an A4 sized orgcard.  I had to
>> add -t letter to the dvips command to coerce the output to be
>> letter.  Not sure why.
>
> If you are running the teTeX which ships with many Linux distros, the
> default paper is A4.  Running texconfig then selecting paper|letter
> from the menus should solve your problems.  The same solution may work
> in other circumstances as well.

Wow!  Thanks for pointing that out ;)  I've been using teTeX for almost
three years and didn't know about that!

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu
http://www.unc.edu/~adamsonj

Ineffective security measure:

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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] Memory leak?

2008-05-19 Thread Joel J. Adamson
[EMAIL PROTECTED] ([AvataR]) writes:

> Good time of day!
>
> I try to use Org-mode and discover possible memory leak.
> When i'm in simple org mode, and press [TAB] for a lot, looks like an
> legion of Langoliers eat my memory. In 10-20 seconds emacs uses about
> 100M of RAM.  

In what context are you pressing TAB?  Are you completing something?

Joel
-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu
http://www.unc.edu/~adamsonj

Ineffective security measure:

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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: Customizing HTML Export

2008-05-16 Thread Joel J. Adamson
Dennis J Lin <[EMAIL PROTECTED]> writes:

> Salutations!
>
> [EMAIL PROTECTED] (Joel J. Adamson) writes:
>
>> Most TeX systems come with pdflatex, which directly produces pdf, with
>> limitations (pdflatex can't use eps graphics, my preferred format, but
>> must use png or gif --- someone please correct me if I'm wrong).  But
>
> What I tend to do is convert the eps to a pdf.  There is a epstopdf
> command (which I think comes with xpdf.)

Yeah, there are plenty of conversion utilities: for some reason when I
send people eps and they are using Macintosh, it won't just display it
as Postscript...I find that ironic given Apple's history with Postscript.

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu
http://www.unc.edu/~adamsonj

Ineffective security measure:

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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: Customizing HTML Export

2008-05-14 Thread Joel J. Adamson
Carsten Dominik <[EMAIL PROTECTED]> writes:

> On May 14, 2008, at 4:52 PM, Joel J. Adamson wrote:
>
>> Peter Jones <[EMAIL PROTECTED]> writes:
>>
>>> [EMAIL PROTECTED] (Joel J. Adamson) writes:
>>>> I want you to know that LaTeX is worth it, in case you have yet to
>>>> give
>>>> it a fair shot.
>>>
>>> I haven't given LaTex a fair shot yet, but it is the next technology
>>> on my list of "things to learn".
>>
>> I love it!  Check this out
>>
>> \documentclass{article}
>> \usepackage[garamond]{mathdesign}
>> \title{A Greeting}
>> \author{Peter Jones, FRS}
>> \begin{document}
>> \maketitle
>>
>> Hello!  How about a nice equation?
>>
>> \begin{equation}
>>  \label{eq:1}
>>  \nu = \int_a^bt\times sin(x) dx
>> \end{equation}
>
>
> Ouch, please do not forget to write \sin instead of sin, or you are
> writing the product of s, i, and n. :-)

Oops, unfortunately in my current position I don't write out a lot of
equations, so I'm rusty ;)  That will change very soon, though.

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu
http://www.unc.edu/~adamsonj

Ineffective security measure:

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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: Customizing HTML Export

2008-05-14 Thread Joel J. Adamson
Peter Jones <[EMAIL PROTECTED]> writes:

> [EMAIL PROTECTED] (Joel J. Adamson) writes:
>> I want you to know that LaTeX is worth it, in case you have yet to give
>> it a fair shot.
>
> I haven't given LaTex a fair shot yet, but it is the next technology
> on my list of "things to learn".

I love it!  Check this out

\documentclass{article}
\usepackage[garamond]{mathdesign}
\title{A Greeting}
\author{Peter Jones, FRS}
\begin{document}
\maketitle

Hello!  How about a nice equation?

\begin{equation}
  \label{eq:1}
  \nu = \int_a^bt\times sin(x) dx
\end{equation}

\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: 

> What I'm doing right now is using the HTML export from org-mode as a
> way to generate requirements outlines for my clients.  I then use a
> CSS file that I've written that makes the HTML look very nice so that
> I can export it to PDF.
>
> I realize that LaTex is a better way to go to PDF, but I do have some
> concerns:
>
>  1. A lot of software and configuration needs to be in-place to use
> LaTex

What system are you using?  TeX systems are pretty easy to install, and
highly automated.  If you are using Windows, MikTeX does all the dirty
work for you, including a synaptic-esque package manager.  For Mac or
Linux there's TeXLive, which I haven't used, but my experience is that
it's all pretty easy to install (although it can take forever to
download, often >700 MB).  For Debian-based systems, all you have to do
is find the TeX system in your package manager of choice.  I use
Slackware, and teTeX came with the system (although i've urged the
maintainers to start using TeXLive).

>  2. The default fonts used when converting LaTex to PDF are ugly, to
>  say the least 3. HTML and CSS is much more accessible to me right now

Yes, I'm aware of that, but that depends on the fonts on your system and
a few other variables.  With MikTeX and other systems, installing new
fonts is pretty easy, but it does take some learning to get all the ins
and outs.  I use Garamond for most of my documents, and it prints beautifully.

> Joel, want to point me in the right direction for learning LaTex and
> producing nice looking PDF documents?

The best thing to do is visit www.tug.org, get the "Not So Short
Introduction to LaTeX" and read about it for a while.  There are tons of
tutorials on the internet, and you'll find a lot of them at tug.org.
Most TeX systems come with pdflatex, which directly produces pdf, with
limitations (pdflatex can't use eps graphics, my preferred format, but
must use png or gif --- someone please correct me if I'm wrong).  But
for that you can just generate the dvi and then use dvipdf to get a
pdf.  Again when I use my own fonts
("\usepackage[garamond]{mathdesign}") then I get nice results with
printing and pdf.  I used dvipng to produce this attachment.

Joel

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.


<>
-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu
http://www.unc.edu/~adamsonj

Ineffective security measure:

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.


___
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] Customizing HTML Export

2008-05-13 Thread Joel J. Adamson
Peter Jones <[EMAIL PROTECTED]> writes:

> I'm trying to come up with the best way to insert author and date
> information after the title h1 in an HTML export of a single org file.
>
> This may seem silly, but I have a CSS file that turns the title h1 and
> author info into a title page for printing.  I'm doing this as opposed
> to using latex.

Are you publishing on the web, or on paper?  What do you have against
using LaTeX?  Do you have much experience with it?  As weird as the
markup looks, it is really worth it to me.

I want you to know that LaTeX is worth it, in case you have yet to give
it a fair shot.

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu
http://www.unc.edu/~adamsonj

Ineffective security measure:

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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] leading stars not hidden

2008-05-12 Thread Joel J. Adamson
Dan Davison <[EMAIL PROTECTED]> writes:

> On Mon, May 12, 2008 at 10:39:06AM -0400, Joel J. Adamson wrote:
>> David Rawlins <[EMAIL PROTECTED]> writes:
>> 
>> > I'm using gnome-terminal in debian etch with a white background.
>> > The org-hide face foreground is set to "white," but it actually
>> > shows up as a light grey. Has anyone else run into this problem
>> > and found a solution? I can change to a black background and make
>> > it work, but I'd rather not.
>>  Just out of curiosity, if you're using Gnome, why not use the X
>> display of Emacs? I myself use emacslient -t and co., so I'm
>> genuinely curious what you're using it for.
>
> I do the same thing (i.e. run emacs from gnome-terminal with emacs
> -nw), for (probably questionable) aesthetic reasons: I like my emacs
> sessions to have the same look as all my terminal sessions. I'm a
> recent convert/refugee to gnome from a fairly brutal minimalist window
> manager (ion3), and am quite taken with things like semi-transparent
> backgrounds. So I have a darkish desktop background pattern which is
> visible behind my emacs and terminal sessions. The leading stars are
> not very visible in a dark face, so that's OK. I assume there's no
> obvious way to set the org-hide face so that the leading stars are
> transparent? (or even, transparent to the same degree as the
> background of my gnome-terminal?)

Perhaps another Gnomer can correct me: you can enable transparency for
any client frame using compiz.  Have you tried it out?

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu
http://www.unc.edu/~adamsonj

Ineffective security measure:

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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] leading stars not hidden

2008-05-12 Thread Joel J. Adamson
David Rawlins <[EMAIL PROTECTED]> writes:

> I'm using gnome-terminal in debian etch with a white background.  The
> org-hide face foreground is set to "white," but it actually shows up
> as a light grey.  Has anyone else run into this problem and found a
> solution?  I can change to a black background and make it work, but
> I'd rather not.

Just out of curiosity, if you're using Gnome, why not use the X display
of Emacs?  I myself use emacslient -t and co., so I'm genuinely curious
what you're using it for.

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu
http://www.unc.edu/~adamsonj

Ineffective security measure:

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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] Search all `org-agenda-files'

2008-04-18 Thread Joel J. Adamson
Leo <[EMAIL PROTECTED]> writes:

> Dear All,
>
> Have you ever wanted to retrieve some information from your org files
> regarding some projects?
>
> I wonder whether a command similar to `occur' but applies to all files
> listed in `org-agenda-files' and their corresponding ARCHIVED files
> might be desirable for org users.

Try using ibuffer, filtering by name to files containing "org" or
whatever appropriate regex, then the command "O" will run something like
M-x occur.  You have to mark the files before you run O.

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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] Agenda view for logging?

2008-04-10 Thread Joel J. Adamson
Richard G Riley <[EMAIL PROTECTED]> writes:

> Hello, , Joel J. Adamson! 

Hello, are you just being friendly or do we know each other IRL?

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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] Agenda view for logging?

2008-04-10 Thread Joel J. Adamson
Carsten Dominik <[EMAIL PROTECTED]> writes:

> Hi Jose, Manish
>
> I don't really think that it would be reasonable to make any entry
> that contains a string that looks like a time show up in the agenda.

I think I missed part of this conversation.  If I put

** Wash the dog <2008-04-10 09:56 >

in one of my org-agenda-files, it shows up at 9:56 in the agenda
time-grid.  Is this not the intended behavior?

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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] Agenda view for logging?

2008-04-10 Thread Joel J. Adamson
Jose Robins <[EMAIL PROTECTED]> writes:

> Carsten Dominik wrote:
>
> On Apr 9, 2008, at 7:00 PM, Jose Robins wrote:
>
> Thanks Manish for the response. I didn't realize I had to "schedule"
> it as well. Now it works...
>
> Well, how else should the agenda know on which date the entry should be
> shown...
>
> - Carsten
>
> My (apparently flawed) reasoning was that, the feature was meant to provide a
> quick and dirty way to show tasks meant for "today" in the agenda view and
> would show up on today's agenda regardless of whether it was scheduled or not.

Everything I give a time-stamp to shows up in the agenda time grid.  Are
you seeing something different?  I don't have to schedule or deadline
anything.

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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] Org-mode versus Taskpaper - now for real

2008-04-03 Thread Joel J. Adamson
Manish <[EMAIL PROTECTED]> writes:

>   On Thu, Apr 3, 2008 at 3:25 PM, Rick Moynihan wrote:
>   >  Emacs might be Org's greatest ally, but it's also simultaneously
>   > Org's biggest problem.  My point here, isn't to bash Emacs, it is
>   > what it is, and it's damn good...  But with apologies to RMS, it
>   > is the product of a radical, hair-brained, compiler-writing,
>   > AI-lab, academic!!  You really couldn't find anyone further away
>   > from the mainstream computer user!
>   >
>
> I am so glad that that "radical, hair-brained, compiler-writing,
> AI-lab, academic" did what he did.

I absolutely agree.

First of all, do you want to be a mainstream computer user?  I don't.

Secondly, rms was pretty close to mainstream computer users in 1983.
Consider historical context.

And while you're still considering historical context, consider that
most of the "developments" in computer use since then, outside of
hardware improvements, have been in the *wrong* direction, toward less
concise, less expressive and overall less powerful computer use
behavior.

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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: Please test links

2008-03-17 Thread Joel J. Adamson
Bernt Hansen <[EMAIL PROTECTED]> writes:

> Bernt Hansen <[EMAIL PROTECTED]> writes:
>
>> Carsten Dominik <[EMAIL PROTECTED]> writes:
>>
>>> Please report back which of these link types you are using, and
>>> if they are still working after a pull in your it repo.
>>> If not, I'd appreciate detailed backtraces so that this remaining
>>> issues can be fixed.
>>
>> I use bbdb and gnus links.
>>
>> Attempting to org-store-link in a gnus mail message
>>

Howdy,

I updated from git this morning and

gnus
bbdb
hypertext (www)

all work just fine for me.

Joel
-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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] makeinfo error in git

2008-03-10 Thread Joel J. Adamson
Howdy,

I did "make" on a git-clone from this morning at 10:06 EDT, and got:

,
| makeinfo --no-split org.texi -o org
| org.texi:4408: Misplaced {.
| org.texi:4408: Misplaced }.
| makeinfo: Removing output file `org' due to errors; use --force to preserve.
| make: *** [org] Error 1
`----

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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] file level categories

2008-03-06 Thread Joel J. Adamson
Carsten Dominik <[EMAIL PROTECTED]> writes:

> You really should have only of these lines in the buffer, if you need
> multiple categories, use properties.

Carsten,

I'm a little confused.  Forgetting for the moment what the OP wants to
accomplish, if I have multiple

#+CATEGORY

lines in a buffer, each one shows up in my agenda indexed by the
category immediately preceding it.  Is there some other way *I should*
do this?

Thanks,
Joel
-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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] Cannot Access Agenda, plus Window bug (?)

2008-02-29 Thread Joel J. Adamson
Hello OrgMode users,

I'm using Org Mode 5.22a, installed today on Slackware Linux 12.0 with
Emacs 23.0.60.2.  I've gotten the following backtrace from (setq
debug-on-error t) when I call up org-agenda with my usuall "\C-a a"
command.

,
| Debugger entered--Lisp error: (error "before first heading")
|   signal(error ("before first heading"))
|   error("before first heading")
|   org-back-to-heading(t)
|   org-get-tags-at(240)
|   byte-code...
|   org-agenda-get-todos()
|   org-agenda-get-day-entries("/home/joel/usb/org/notes.org" (2 29 2008) :todo)
|   byte-code...
|   org-agenda-list(nil)
|   call-interactively(org-agenda-list)
|   byte-code...
|   org-agenda(nil)
|   call-interactively(org-agenda nil nil)
`

I get no agenda, just "before first heading."

This started this morning (before I upgraded) in version 5.13i, when I
couldn't get from my org-agenda to the .org files: I would hit RET or
SPC on an agenda item, then the first line of file would appear at the
top of the window, the modeline disappeared and any attempt to switch
buffers enlarged the minibuffer to half the window height (using
iswitchb with many buffers open).  I could not switch to any .org
buffers.

This is after several days of uninterrupted perfect use.  My emacs
session was running since Monday.

Is either of these a February 29 bug?

Thanks,
Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





___
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