[O] Invitation to connect on LinkedIn

2011-12-26 Thread Keith Lancaster
LinkedIn





Org,

I'd like to add you to my professional network on LinkedIn.

- Keith

Keith Lancaster
Adjunct Professor at University of Houston
Houston, Texas Area

Confirm that you know Keith Lancaster:
https://www.linkedin.com/e/-l8obw9-gwof85rn-5h/isd/5330236969/Nc09ZtnS/?hs=false&tok=1UOWYZ_sZNZ501

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-l8obw9-gwof85rn-5h/vOSdlYg1NorPt_FFKOSdlMRpwHtSZO5DwH/goo/emacs-orgmode%40gnu%2Eorg/20061/I1856199221_1/?hs=false&tok=30aPsbi8ZNZ501

(c) 2011 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, USA.



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

2009-12-02 Thread Keith Lancaster
David Neu  writes:

> On Wed, Dec 2, 2009 at 9:22 AM, Leo  wrote:
>> On 2009-12-02 00:39 +0000, Keith Lancaster wrote:
>>> Darlan Cavalcante Moreira  writes:
>>>
>>>> I use wanderlust for email (including this list) and it works really
>>>> well with imap. I was somewhat hard to configure, but now that
>>>> everything is working I don't feel like going back to my previous
>>>> e-mail client (evolution).
>>>>
>>>> - Darlan Cavalcante
>>>>
>>>
>>> Thanks for all the responses! Looks like I have a bit of investigating
>>> to do. Second try posting this from gnus...
>>>
>>> Keith
>>
>> I would also recommend Gnus. Not only it is included in Emacs but also
>> actively maintained.
>>
>> Leo
>>
>
> Anyone have any experience using Gnus with Gmail via IMAP?
>

Actually, my goal (unstated in the original post) is to use Gmail via
IMAP. Based on the recommendations from the group, I got it working last
night. So far, so good. Lots of configuration, however, and I don't have
searching in place yet, and don't quite know how it all fits in with
org-mode yet.

Some pretty good info here: http://www.emacswiki.org/emacs/GnusGmail

Keith




___
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: [OT] Emacs for email?

2009-12-01 Thread Keith Lancaster
Darlan Cavalcante Moreira  writes:

> I use wanderlust for email (including this list) and it works really well with
> imap. I was somewhat hard to configure, but now that everything is working I
> don't feel like going back to my previous e-mail client (evolution).
>
> - Darlan Cavalcante
>   

Thanks for all the responses! Looks like I have a bit of investigating
to do. Second try posting this from gnus...

Keith




___
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] [OT] Emacs for email?

2009-12-01 Thread Keith Lancaster
I apologize for the WAY off topic question, but since you folk are emacs 
expertsdo you use emacs for email, and if so, what do you use? Org-mode 
caused me to switch to emacs after programming for 30 years in other editors, 
and so like many emacs converts, I'm not wanting to exit the app :-).

TIA,
Keith Lancaster
klancaster1...@acm.org




___
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] Unable to clock in on task

2009-10-27 Thread Keith Lancaster

Oops. Meant to copy list.

On Oct 27, 2009, at 10:27 AM, Keith Lancaster wrote:

Would have if I could have! (I used to run a QA dept, so I knew how  
bad my "Its blowing up" message was :-).


The symptom on my machine was the Mac equivalent of a GPF - Emacs  
disappeared and the "I'm sending this to Apple" message popped up.  
How do you get Emacs to run in a mode that will allow a backtrace in  
this kind of case?


Keith

On Oct 27, 2009, at 10:06 AM, Nick Dokos wrote:


Keith Lancaster  wrote:

Let me point out that the difference between Keith's original  
report and

Phil's report is that Phil included the backtrace - given that, the
patch was easy. So, Keith, you know what to do next time :-)

Even better, using org-submit-bug-report would have shown us that the
"agenda file list in a file" convention was being used - as you can
imagine, that's not the setting I use, so when I tried clocking in
yesterday, things worked without a problem for me.

Moralizingly-but-I-hope-not-overbearingly-so yours,
Nick



Keith Lancaster
klancaster1...@acm.org




Keith Lancaster
klancaster1...@mac.com



___
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] Unable to clock in on task

2009-10-27 Thread Keith Lancaster
That did it! The patch fixes the problem - it now handles all the  
dangling clocks and then clocks in correctly. Thanks!


Keith

On Oct 27, 2009, at 9:36 AM, Nick Dokos wrote:


Phil Rooke  wrote:


Keith Lancaster  writes:


I updated to 6.32 this morning and am now unable to clock in on
tasks. ...


I too upgraded this morning and am also having problems clocking in
(using "I" on a task in the daily agenda).  My symptoms are  
different,

Emacs doesn't crash but I do consistently get the following:

Debugger entered--Lisp error: (wrong-type-argument stringp 126)
 expand-file-name(126)
 mapcar(expand-file-name "~/Documents/Org/org-agenda-files")
 org-files-list()
 org-resolve-clocks()
 byte-code
 org-clock-in(nil)
 org-agenda-clock-in(nil)
 call-interactively(org-agenda-clock-in nil nil)



This does look like a bug: org-resolve-clock calls org-files-list  
which

does not know about the "agenda files list in a file" convention.  It
should probably call the function org-agenda-files instead of
org-files-list. org-files-list is only used in this one place and  
should

probably be deleted.

Try this patch:

diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index ea23a8d..2ce2f22 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -737,7 +737,7 @@ non-dangling (i.e., currently open and valid)  
clocks."

  (interactive "P")
  (unless org-clock-resolving-clocks
(let ((org-clock-resolving-clocks t))
-  (dolist (file (org-files-list))
+  (dolist (file (org-agenda-files))
(let ((clocks (org-find-open-clocks file)))
  (dolist (clock clocks)
(let ((dangling (or (not (org-clock-is-active))

Thanks,
Nick



Keith Lancaster
klancaster1...@acm.org




___
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] Unable to clock in on task

2009-10-26 Thread Keith Lancaster
I updated to 6.32 this morning and am now unable to clock in on tasks.  
At first, there was an issue with an org file having a dangling clock- 
in. When I attempted to log in to a task, it alerted me to the  
dangling task. No matter how I answered (cancel, etc), Emacs crashed.  
I then fixed the dangling clock in question and tried again. Now,  
emacs crashed immediately without displaying a menu. I am guessing  
that the issue is still related to a dangling clock-in, but cannot be  
sure. Is there a way to disable the clock-checking feature? I'm on  
emacs 23 cocoa on Snow Leopard.


Thanks,
Keith Lancaster
klancaster1...@acm.org




___
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] Problems using org-babel

2009-10-03 Thread Keith Lancaster
I enabled org-babel according to the instructions on worg, but am  
running into a number of issues which I am guessing are a function of  
my configuration. For example, enabling org-babel completely breaks  
remember mode, giving me a "wrong ..." argument (sorry - don't have it  
in front of me) error.  Adding a python source block still allows  
exporting, but adding a ruby block causes a "wrong..." error as well  
when I try to export. I guess the real question is how do I debug  
this? I am relatively new to emacs, and not familiar really with how  
to track some of these issues down.


Keith Lancaster
klancaster1...@mac.com





___
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] RSI

2009-09-01 Thread Keith Lancaster
Emacs can definitely lead to RSI - Richard Stallman, the creator,  
developed it.


I am quite prone to RSI, which led me to VIM due to its modal  
operation (very few modifier key combos). I used VIM for quite a while  
and did not have any issues, but org-mode pulled me to emacs. I now  
use a kinesis keyboard and have no RSI issues. The keyboard combined  
with the idea expressed below that you use different hands when  
pressing control key combinations has really helped. The Kinesis puts  
all the control keys (control, meta, command) on your thumbs. Its  
expensive, but worth every penny to me at least. Check them out at http://www.kinesis-ergo.com/


Keith


On Sep 1, 2009, at 1:11 PM, Samuel Wales wrote:


Orgers,

Repetitive strain injury is real and important.

One thing that you can do is to ensure that you have a keyboard that
has modifier keys on both sides.  You should pound a new habit into
your cerebellum: use two hands.

For example, c-c c-o should look like this:

 r hand presses ctrl
 l hand presses c
 let go
 l hand presses ctrl
 r hand presses o
 let go

This is obviously inefficient, but it is the correct thing.

Ideally, the most important c-c and c-x operations would be on the
lhs.  That way, you can hold down ctrl and press the two keys.

Many (maybe even most) will find this idea strange.  But I urge all of
you to try it for a few months.


On 2009-09-01, PT  wrote:

Matt Lundin  imapmail.org> writes:


An aside: Swapping caps-lock and control makes C-c a very convenient
key combination.



If things come that one can also configure e.g. the right control
key as a special prefix key which makes such combinations even
more convenient, because unlike "C-c a" you can press "Rctrl a"
with two hands.

In case of right handed people the right control key is usually
unused, so it's practical to use it for something else than it's
original purpose.





___
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




--
Myalgic encephalomyelitis causes death (Jason et al. 2006)
and severe suffering.  Conflicts of interest are destroying
research.  What people "know" is wrong.  Silence = death.
http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm


___
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


Keith Lancaster
klancaster1...@mac.com





___
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 release 6.29 (SOLVED)

2009-08-04 Thread Keith Lancaster

OOOPS!

Had edited an older version of the makefile, so make install was not  
copying over the new files.


Sorry about that!

Keith


On Aug 4, 2009, at 5:59 PM, Sebastian Rose wrote:


Keith Lancaster  writes:

Hi,
This is great! I'm having an issue with the org-indent-mode.

I get

org-mode: Cannot open load file: org-indent

if I enable it for a buffer (same message if I just do M-x org- 
indent-

mode).



Maybe the file is not auto-loaded? Did you call `make' after  
upgrading?




Sebastian


Keith Lancaster
klancaster1...@mac.com





___
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 release 6.29

2009-08-04 Thread Keith Lancaster

Hi,
This is great! I'm having an issue with the org-indent-mode.

I get

org-mode: Cannot open load file: org-indent

if I enable it for a buffer (same message if I just do M-x org-indent- 
mode).


I'm on 23.1.5 cocoa build for OS X.

Keith

On Aug 4, 2009, at 4:15 PM, Carsten Dominik wrote:


Hi,

I am releasing Org-mode 6.29.

Thanks to everyone who contributed, in particular Bastien, who
put a big part of this release together while I was gone.

I am most excited about the new org-indent-mode, with dynamic
outline indentation under Emacs 23.  Please test it.

Here are the user-visible changes.

Enjoy!

- Carsten







___
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] Interaction problem with org-protocol.el

2009-07-20 Thread Keith Lancaster
There seems to be an interaction issue with org-protocol. I discovered  
that my remember throws a "wrong type argument: listp, 5" if I have  
org-protocol included. Removing it fixes the problem.


The debugger gives this -
Debugger entered--Lisp error: (wrong-type-argument listp 5)
  org-current-time()
  org-remember-apply-template()
  run-hooks(remember-mode-hook)
  remember-mode()
  remember(nil)
  org-do-remember()
  org-remember(nil)
  call-interactively(org-remember)

I'm new to emacs, so I have no clue what is happening, but perhaps  
someone can see if this is a real issue. I'm on OS X Leopard with  
Carbon emacs 22.3.1.


Keith Lancaster
klancaster1...@mac.com





___
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: New screencast about org-protocol.el

2009-07-19 Thread Keith Lancaster

On Jul 19, 2009, at 2:44 PM, Greg Newman wrote:

Kieth, I've been working (in my spare time) on a applescript  
solution that's elegant.  When I get it finished and working I'll  
let everyone know.  I'm a Safari user but when it's done it will  
work with FF (or camino) too.



Greg Newman
http://20seven.org
twitter: 20seven


Great! I actually use Safari for daily use and FF for debugging /  
testing, so that's perfect.


Keith


___
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


Fwd: [Orgmode] New screencast about org-protocol.el

2009-07-19 Thread Keith Lancaster

forgot to cc

Begin forwarded message:


From: Keith Lancaster 
Date: July 19, 2009 12:24:46 PM CDT
To: Bastien 
Subject: Re: [Orgmode] New screencast about org-protocol.el


On Jul 19, 2009, at 11:57 AM, Bastien wrote:


Hi Keith,

Keith Lancaster  writes:

The screencast is great, but I can't seem to get things working.  
On OS

X, I consistently get a message from Firefox that no application is
associated with org-protocol.


Actually the screencast is a bit misleading, as you need to explicity
tell FF which program do you use with org-protocol://

See here: http://orgmode.org/worg/org-contrib/org-protocol.php

,
| 8. Next time you try to open a location "org-protocol://..." FF  
will ask

|you for the program to use. Enter the path to emacsclient.
`

So you need to enter the page to emacsclient.

If I have time, I will update the screencast to reflect this.


This happens on both FF 3 and 3.5, and regardless of how I specify
emacsclient. Any thoughts on how to debug this?


HTH,

--
Bastien


Thanks - however, I did actually do that step, and it did not work.  
One point is that on the Mac, FF does not ask about which client to  
use - it just announces that no application is associated with the  
protocol. I entered the path to emacsclient when I configured FF  
with the org-protocol setting, and it kept giving me the message. I  
had no problem configuring it on FF on Ubuntu, so it does look like  
its a mac FF issue (also, did not work on Opera 10 on the mac).


Keith Lancaster
klancaster1...@mac.com





Keith Lancaster
klancaster1...@mac.com



___
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] New screencast about org-protocol.el

2009-07-19 Thread Keith Lancaster

Greg,
Dang - this was exactly what I'd been looking for...

I'd appreciate it if you let me know if you have any luck, and I'll do  
the same.


Keith
On Jul 19, 2009, at 11:49 AM, Greg Newman wrote:


Keith,
I haven't been able to get it to work on OS X either.  FF 3.x I  
believe is broken in that respect.  I cannot get applescripts to  
work with it either.






___
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] New screencast about org-protocol.el

2009-07-19 Thread Keith Lancaster
The screencast is great, but I can't seem to get things working. On OS  
X, I consistently get a message from Firefox that no application is  
associated with org-protocol.  This happens on both FF 3 and 3.5, and  
regardless of how I specify emacsclient. Any thoughts on how to debug  
this?


Thanks,
Keith

On Jul 19, 2009, at 5:48 AM, Bastien wrote:


Hi all,

I have created a five-minutes screencast about basic usage of
org-protocol.el (also featuring ubiquity commands):

 http://vimeo.com/5662410

Enjoy,

--
Bastien


___
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


Keith Lancaster
klancaster1...@mac.com





___
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] Daily timeline

2009-07-04 Thread Keith Lancaster
I've looked through the manual and mailing list, and not found exactly  
what I was looking for - pardon me if its there and I missed it.


After first thinking that org-mode / emacs was strange - why would I  
use *emacs* and *text* when I have these other fancy tools? - I am  
COMPLETELY hooked on it.  My setup pretty much follows Bernt's great  
configuration, and I'm clocking damn near everything.


The agenda clock summary is great, but I would like to see how the day  
went from beginning to end. Not in this format necessarily, but  
something like


8:00-9:00 Project 1 Task 1
9:00-9:43 Project 2 Task 3
9:43-10:30 Project 1 Task 1   /*picked back up on this task...*/
etc

Again, the format is not important - its really just a time-ordered  
clock-time list of activities for a day that I'm after (rather than a  
summary). Is there a way to do this?



Keith Lancaster
klancaster1...@mac.com





___
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] Clocking time against checkbox items

2009-06-19 Thread Keith Lancaster

I've not seen a way to do this thus far -

I'm experimenting with using task clocking in org-mode and was  
wondering if there is a way to clock in and out on a checkbox item. I  
might have a TODO with several checkboxes under it - sort of mini  
tasks, that I still would like to track from a time standpoint. Is  
there a way to do this, or should I just make the mini tasks TODO  
items. If the latter, is there a quick way to automatically convert  
from checkbox items to TODOs?


TIA,
Keith Lancaster
klancaster1...@mac.com





___
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: Notes for a todos/tasks

2009-05-28 Thread Keith Lancaster

Thank you both for the quick responses. I'll look into both options.

I'm certain people say this a great deal, but the depth/breadth of org- 
mode is just astounding.


Keith

On May 28, 2009, at 1:59 PM, Samuel Wales wrote:


For a look at some of the issues related to notes, contacts,
conversations, etc., search for "conversation manager" and my name.

On Thu, May 28, 2009 at 11:46, Matthew Lundin   
wrote:

Hi Keith,

Keith Lancaster  writes:


(Newbie question again)

I frequently have TODOs that span some amount of time while in the
STARTED state. A simple example would be a phone call, where I try a
few times to reach the person before being successful (I may  
change to

the WAITING state for this...). When I do reach them, I want to take
notes on the conversation. There are so many different ways of
approaching this in org-mode that I'm a bit overwhelmed. What I've
been doing thus far is just entering the information in bullets  
below

the TODO, ie

- tried to call, left message
- they called, and I missed the call
- success - 

Usually, I add a time-stamp. I have to think that there is a better
way. What's the best way to handle this?


The easiest and most convenient way to do this, in my opinion, is  
to use

org-add-note. The keybindings are:

 - z :: in the agenda

 - C-c C-z :: in org-files

Using this command on a heading will open up a new, temporary buffer.
You can type your note and then hit C-c C-c. It will be saved beneath
the headline along with a time-stamp.

Hope this helps,

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





--
Myalgic encephalomyelitis denialism is causing death and severe  
suffering
worse than MS.  Conflicts of interest are destroying research.  / 
You/ can
get the disease at any time permanently.  Do science and justice  
matter to

you?  Posters: 
http://www.mefreeforall.org/fileadmin/PDFs/ME_Awareness_Posters_2009.pdf
Overview: http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm


Keith Lancaster
klancaster1...@mac.com





___
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] Notes for a todos/tasks

2009-05-28 Thread Keith Lancaster

(Newbie question again)

I frequently have TODOs that span some amount of time while in the  
STARTED state. A simple example would be a phone call, where I try a  
few times to reach the person before being successful (I may change to  
the WAITING state for this...). When I do reach them, I want to take  
notes on the conversation. There are so many different ways of  
approaching this in org-mode that I'm a bit overwhelmed. What I've  
been doing thus far is just entering the information in bullets below  
the TODO, ie


- tried to call, left message
- they called, and I missed the call
- success - 

Usually, I add a time-stamp. I have to think that there is a better  
way. What's the best way to handle this?


Thanks,
Keith Lancaster
klancaster1...@mac.com





___
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] Hiding #+XXX lines

2009-05-22 Thread Keith Lancaster
Thanks to both of you! I'll give each a try and see which works for  
me. On this topic generally, I am using separate files for each  
project. So far, I've been copying text similar to that below to each  
new project, but given the breadth of org-mode, I'm guessing that I'm  
"doing it wrong". How do you handle this?


Keith

On May 22, 2009, at 4:03 PM, Michael Mrozek wrote:


Daniel J. Sinder wrote:

As Keith Lancaster so eloquently wrote on 5/21/2009 2:41 PM:

Is it possible to hide, during normal editing, the configuration /
comment lines in a project file?


I put my entire top-of-the-file configuration in a property drawer.
It can obviously be expanded on demand, but otherwise is not expanded
(ie, when I load the file).

My .emacs has this (from Custom):
(custom-set-variables
'(org-drawers (quote ("PROPERTIES" "SETUP" "LOGBOOK"

The my .org file has this at the top (for example):
:SETUP:
#+STARTUP:   hidestars odd lognoteclock-out lognotedone
#+LANGUAGE:  en
#+OPTIONS:   H:4 num:nil toc:nil \n:nil @:t ::t |:t ^:{} *:t TeX:f
#+CATEGORY:  PROJECTS
#+TYP_TODO:  TODO(t/@) INPROGRESS(i@/@)| CANCELED(C@/@) DONE(D@/@)
#+FILETAGS:  Work
:END:

Dan


I have a top-level headline at the end of my file named "Config"  
that's

tagged with ARCHIVE so it gets grayed out and doesn't open
automatically; I don't even notice it anymore


Keith Lancaster
klancaster1...@mac.com





___
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] Hiding #+XXX lines

2009-05-21 Thread Keith Lancaster
I'm quite new to org-mode, and have only recently begun using emacs  
again (after an absence of 15 years or so..) so excuse the newbie  
question...


Is it possible to hide, during normal editing, the configuration /  
comment lines in a project file?


TIA,
Keith Lancaster
klancaster1...@mac.com





___
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: Organize Your Life In Plain Text!

2009-05-14 Thread Keith Lancaster
Whoa! Blorgit is EXACTLY what I was looking for - was planning on  
trying to integrate org-mode somehow with Webby (another ruby-based  
site generator), but this blorgit looks great.


Keith

On May 14, 2009, at 2:30 PM, Sebastian Rose wrote:


"Eric Schulte"  writes:

Rick Moynihan  writes:


2009/5/13 Sebastian Rose :


I like the idea of publishing the sources.

Shouldn't we do something like this on worg too?



This is probably overkill, but one option for publishing the raw
org-mode files is blorgit http://orgmode.org/worg/blorgit.php



How did I overlook blorgit??

This looks _really_ cool!

It's now org-remeberd und `blorgit - cool stuff from Eric Schulte' :-D


 Sebastian


___
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


Keith Lancaster
klancaster1...@mac.com





___
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