[O] Filter by tags issues

2015-02-27 Thread Chris Henderson
I'm having an annoying issue with filter by tag.

I filter everything that has @computer, process one item and send it to the
archive file; as soon as I archive it, the next item on the list pops up -
this item might be a @home item.

How do I stop this from happening?

Thanks.


[O] Tag filter inheritence

2014-12-09 Thread Chris Henderson
When I filter by tag (C-c / m) for, say, @internet, the tag for the parent
also shows up (which might have a different tag, say, @errands). Is there
any way to see _only_ tags that have @internet and filter out tags
inherited from the parent?


[O] Filter by tags

2014-10-04 Thread Chris Henderson
I have 4 * items (* Tasks, * Projects, * Someday/ maybe and * Read and
Review) - how do I select tags (e.g. @internet, @home, @work etc.) only
from * Tasks and * Projects?

Thanks.


[O] Adding items in table

2014-10-02 Thread Chris Henderson
I have a table and would like to add all costs (in $) in column 3 as a
total. Wondering how do I do that. I have done =vsum($2..$9) - but this
hangs my org file and I have to kill it with the -9 switch.

Thanks.


Re: [O] Fwd: Re: Adding items in table

2014-10-02 Thread Chris Henderson
Here's an example of the table (hope the line breaks are ok)

|Item | Model | price |
| x | v  | $323.98
| y | x  | $184.45|
| Total |   | ??  |

On Thu, Oct 2, 2014 at 7:01 PM, Christian Moe m...@christianmoe.com wrote:


 Christian Moe writes:

 You probably don't really want to replace the contents of column 3 ($3)
 with a sum of columns including column 3 ($2..$9)?

 To get useful help you'll need to provide the table, or a minimal
 example of a table with the same structure.

 Yours,
 Christian

 
  Chris Henderson writes:
 
  I have a table and would like to add all costs (in $) in column 3 as a
  total. Wondering how do I do that. I have done =vsum($2..$9) - but
 this
  hangs my org file and I have to kill it with the -9 switch.
 
  Thanks.





[O] Org habit graph can't see

2014-08-29 Thread Chris Henderson
I can't see graph in org-agenda. At the moment, I only have one entry from
todo to done - is one entry too little information to develop graph and
will it develop later as I put in more entries?

* Habits
*** TODO Do dishes
SCHEDULED: 2014-08-31 Sun +1d
- State DONE   from TODO   [2014-08-30 Sat 12:09]
:PROPERTIES:
:STYLE:habit
:LAST_REPEAT: [2014-08-30 Sat 12:09]
:END:


[O] OS X mail message linking

2014-08-24 Thread Chris Henderson
I'm looking at http://orgmode.org/worg/org-contrib/org-mac-message.html

How do I setup multiple Gmail accounts with this? As in,  (setq
org-mac-mail-account account) - what should be the account name?

Thanks.


[O] Tab completion for link to file

2014-08-10 Thread Chris Henderson
How can I get auto tab completion for links to files?

e.g. [[file+sys:///Users/chris/projects/marketing 2014]]

Thanks.


Re: [O] Tab completion for link to file

2014-08-10 Thread Chris Henderson
yep, thanks.


On Sun, Aug 10, 2014 at 6:49 PM, Daimrod daim...@gmail.com wrote:

 Chris Henderson henders...@gmail.com writes:

 Hi Chris,

  How can I get auto tab completion for links to files?

 Is C-u C-c C-l what you're looking for?

 From the *Help* of `org-insert-link':
  With a C-u prefix, prompts for a file to link to.  The file name can
  be selected using completion.


 
  e.g. [[file+sys:///Users/chris/projects/marketing 2014]]
 
  Thanks.

 --
 Daimrod/Greg




Re: [O] File name with space

2014-07-26 Thread Chris Henderson
Yes it does. Thanks!


On Sat, Jul 26, 2014 at 7:38 AM, Nick Dokos ndo...@gmail.com wrote:

 Chris Henderson henders...@gmail.com writes:

  How do I link a local file or folder that has space? Looks like the link
 goes broken.
 
  e.g. file+sys:///Users/chris/projects/marketing plan for 2014 --
 doesn't work.
 
  I tried:
 
  file+sys:///Users/chris/projects/marketing\ plan\ for\ 2014 -- which
 also doesn't work.

 file+sys:///Users/chris/projects/marketing%20plan%20for%202014

 should work at least in the buffer and HTML export.

 Nick






[O] Advanced video tutorial

2014-07-26 Thread Chris Henderson
Is there any Advanced video tutorial (beyond the basics) for org-mode
published in the last 1 year or so? By Advanced, I mean things archiving/
note taking/ drawers and various other new efficiency gains features that
have come out with recent orgs.

Most tutorials I found on the net only state the basics.

Thanks.


[O] File name with space

2014-07-25 Thread Chris Henderson
How do I link a local file or folder that has space? Looks like the link
goes broken.

e.g. file+sys:///Users/chris/projects/marketing plan for 2014 -- doesn't
work.

I tried:

file+sys:///Users/chris/projects/marketing\ plan\ for\ 2014 -- which also
doesn't work.


Re: [O] Printing org file in color

2014-06-27 Thread Chris Henderson
On Wed, Jun 25, 2014 at 6:25 PM, Bastien b...@gnu.org wrote:

 Hi Chris,

 Chris Henderson henders...@gmail.com writes:

  I'd like to print out my org file in expanded mode in color. How do I
  do that?

 I suggest M-x htmlize-buffer RET then printing from your web browser.


I can't find  htmlize-buffer in my org 8.2.5g. Is this recently been
introduced?

Also, I have created a HTML file using htmlfontify-buffer but can't seem to
open this file using Firefox or Safari (it shows blank). The file, however,
opens file in Lynx.

Thanks.


[O] Printing org file in color

2014-06-25 Thread Chris Henderson
I'd like to print out my org file in expanded mode in color. How do I do
that?

Thanks.


[O] Get total number of items

2014-06-22 Thread Chris Henderson
Is there a way to get the total number of items at the parent level? I have
lots of ** under a * and I'd like to see the number at a glance.

Thanks.


[O] Bulk select and tag

2014-06-20 Thread Chris Henderson
Wondering how can I select multiple ** items and apply tag on them.

Thanks.


[O] Drawer items showing up on tab cycle

2014-04-20 Thread Chris Henderson
According to http://orgmode.org/manual/Drawers.html, drawer items should
only show when cursor is on the drawer and tab is pressed. But my drawer
items shows up when I do tab cycling.

I have * Tasks ** buy book *** Book note :book note: my notes on books
:END:

When I press tab on * Tasks, drawer items show up.

Thanks


Re: [O] Drawer items showing up on tab cycle

2014-04-20 Thread Chris Henderson
Sorry but not sure what you mean. I don't seem to have any space character
in the drawer's name. I inserted the drawer using M-x org-insert-drawer.

Thanks for further clarification.


On Sun, Apr 20, 2014 at 6:08 PM, Nicolas Goaziou n.goaz...@gmail.comwrote:

 Hello,

 Chris Henderson henders...@gmail.com writes:

  According to http://orgmode.org/manual/Drawers.html, drawer items should
  only show when cursor is on the drawer and tab is pressed. But my drawer
  items shows up when I do tab cycling.
 
  I have * Tasks ** buy book *** Book note :book note: my notes on books
  :END:
 
  When I press tab on * Tasks, drawer items show up.

 You cannot have a space character in drawer's name.


 Regards,

 --
 Nicolas Goaziou



Re: [O] Shortcut to file

2014-04-12 Thread Chris Henderson
C-u C-c C-l solves all problems. Now I can link any file (PDF etc.) from
anywhere within org and with tab completion. Thanks.


On Sat, Apr 12, 2014 at 1:58 PM, Nick Dokos ndo...@gmail.com wrote:

 Chris Henderson henders...@gmail.com writes:

  Looks like org-insert-link doesn't have any tab completion feature to
 list files on the
  system. How do I get that?
 
  I can tab complete file+sys: but then can't do ~/directory/file.txt
 
  Thanks.
 
  On Sun, Mar 16, 2014 at 3:31 PM, Eric Abrahamsen 
 e...@ericabrahamsen.net wrote:
 
  Chris Henderson henders...@gmail.com writes:
 
   Is there any way to quickly add a file's location rather than
 typing
   the whole file://path/to/location. The files are mostly freemind or
   libreoffice calc/ word files.
  
   If the file or the directory is not there, it can also be created
   from within org easily.
  
   Thanks
 
  Are these links to files? You can use `org-insert-link' with a prefix
  argument, to get the usual find-file interface, and a link inserted
 once
  you've found it.

 You must have missed the prefix argument part of Eric's answer: C-u C-c
 C-l

 --
 Nick





Re: [O] Shortcut to file

2014-04-11 Thread Chris Henderson
Looks like org-insert-link doesn't have any tab completion feature to list
files on the system. How do I get that?

I can tab complete file+sys: but then can't do ~/directory/file.txt

Thanks.


On Sun, Mar 16, 2014 at 3:31 PM, Eric Abrahamsen e...@ericabrahamsen.netwrote:

 Chris Henderson henders...@gmail.com writes:

  Is there any way to quickly add a file's location rather than typing
  the whole file://path/to/location. The files are mostly freemind or
  libreoffice calc/ word files.
 
  If the file or the directory is not there, it can also be created
  from within org easily.
 
  Thanks

 Are these links to files? You can use `org-insert-link' with a prefix
 argument, to get the usual find-file interface, and a link inserted once
 you've found it.





Re: [O] mobile-org http links not recognized on iPhone

2014-03-28 Thread Chris Henderson
If my link is like: [[http://orgmode.org]] - MobileOrg's view as document
mode doesn't recognize this as a valid link. It only does that if the link
is in [[link][description]] format. Is there any way around this?

Thanks.


On Tue, Mar 18, 2014 at 3:26 AM, Sean Escriva sean.escr...@gmail.comwrote:


 Chris Henderson henders...@gmail.com writes:

  http links on mobile-org on iPhone is not click-able and I need to select
  all, copy and paste the link on safari instead of just clicking and
 opening
  it directly. Is this normal behavior?

 No links should be clickable, they are for me. For example, with the
 following link in my one of my org agenda files:

   - [[http://queue.acm.org/detail.cfm?id%3D2413037][Thinking Methodically
 about Performance]]

 In MobilOrg I can view the node in the doc, using the right arrow, and
 then choose View as Document. The links are clickable in this view, as
 other views assume editing.

 --
 -sean



Re: [O] mobile-org http links not recognized on iPhone

2014-03-19 Thread Chris Henderson
I've just tested this and you are right. If I follow the orgmode convention
of http links and use the View in mobile-org, the links are clickable.

But if I cut and paste a link like http://www.something.com in orgmode,
it's not clickable in mobile-org View.

I guess I'll have to follow the orgmode convention and redo all my http
links.

Thanks.


On Tue, Mar 18, 2014 at 3:26 AM, Sean Escriva sean.escr...@gmail.comwrote:


 Chris Henderson henders...@gmail.com writes:

  http links on mobile-org on iPhone is not click-able and I need to select
  all, copy and paste the link on safari instead of just clicking and
 opening
  it directly. Is this normal behavior?

 No links should be clickable, they are for me. For example, with the
 following link in my one of my org agenda files:

   - [[http://queue.acm.org/detail.cfm?id%3D2413037][Thinking Methodically
 about Performance]]

 In MobilOrg I can view the node in the doc, using the right arrow, and
 then choose View as Document. The links are clickable in this view, as
 other views assume editing.

 --
 -sean



[O] mobile-org http links not recognized on iPhone

2014-03-16 Thread Chris Henderson
http links on mobile-org on iPhone is not click-able and I need to select
all, copy and paste the link on safari instead of just clicking and opening
it directly. Is this normal behavior?

Just to note that I can open http links from org-mode on my computer using
C-c C-o


[O] Shortcut to file

2014-03-15 Thread Chris Henderson
Is there any way to quickly add a file's location rather than typing the
whole file://path/to/location. The files are mostly freemind or libreoffice
calc/ word files.

If the file or the directory is not there, it can also be created from
within org easily.

Thanks


[O] mobileorg capture todo's

2014-03-07 Thread Chris Henderson
The org file on my computer has * Tasks * Projects * Someday/ Maybe. If I
capture on mobileorg, is there a way for the captured items to be listed on
my computer's org file under the * Tasks section when I sync it? I think at
the moment they are added to the flagged.org file and I'm not sure how to
move items from that to my mail org file. I never open the flagged.org file.

Thanks.


Re: [O] Org indent mode

2014-03-01 Thread Chris Henderson
Got it. Thanks.


On Sat, Mar 1, 2014 at 3:46 PM, Josiah Schwab jsch...@gmail.com wrote:

 Yes.  We are clearly talking past each other.  You need to set the
 org-hide text style (or face) so that it is the same color as your
 background.  Then the stars will appear invisible.

 This is explained in the section of the docs I linked to: The leading
 stars are not truly replaced by whitespace, they are only fontified with
 the face org-hide that uses the background color as font color. If you are
 not using either white or black background, you may have to customize this
 face to get the wanted effect.

 Here's one way you might do that.  Do M-x apropos and then search for
 org-hide.  Click org-hide and then click customize this face.  Then set
 the foreground color to be the same as your background color.

 Hope that helps.

 Josiah



 On Fri, Feb 28, 2014 at 8:27 PM, Chris Henderson henders...@gmail.comwrote:

 Hi,

 I'm not sure how to customize this. I have tried different variations of

 #+STARTUP: hidestars
 #+STARTUP: odd
 #+STARTUP: oddeven

 but they don't seem to be working. Maybe I'm doing something wrong.



 On Sat, Mar 1, 2014 at 3:10 PM, Josiah Schwab jsch...@gmail.com wrote:

 But did you try customizing the org-hide face?

 Josiah
 On Feb 28, 2014 7:14 PM, Chris Henderson henders...@gmail.com wrote:

 I've added (setq org-hide-leading-stars t) but still getting the
 leading stars. Thanks.


 On Sat, Mar 1, 2014 at 1:45 PM, Josiah Schwab jsch...@gmail.comwrote:

 You may need to customize the org-hide face.

 See the section Hiding Leading Stars at
 http://orgmode.org/manual/Clean-view.html

 Josiah


 On Fri, Feb 28, 2014 at 6:27 PM, Chris Henderson henders...@gmail.com
  wrote:

 I'm trying to setup Org indent mode for cleaner view but the
 preceding starts show up dimmed in grey color. How do I make them totally
 invisible?

 I've put this at the top of the .emacs:

 (setq org-startup-indented t)
 (setq org-indent-mode t)

 and running emacs version 24.3.1 and org version 8.2.5 from the
 command-line.








[O] Change Todo colors

2014-02-28 Thread Chris Henderson
I'd like to change the color of Next to Red and Started to brown. At the
moment, todo/ next and started all showing as red.

Here is my .emacs snippet.

(setq org-todo-keywords
'((sequence TODO(t) Next(n) Started(s) | DONE(d!))
  (sequence | CANCELED(c

(setq org-todo-keyword-faces
   '((CANCELED . (:foreground blue :weight bold


[O] Org indent mode

2014-02-28 Thread Chris Henderson
I'm trying to setup Org indent mode for cleaner view but the preceding
starts show up dimmed in grey color. How do I make them totally invisible?

I've put this at the top of the .emacs:

(setq org-startup-indented t)
(setq org-indent-mode t)

and running emacs version 24.3.1 and org version 8.2.5 from the
command-line.


Re: [O] Org indent mode

2014-02-28 Thread Chris Henderson
I've added (setq org-hide-leading-stars t) but still getting the leading
stars. Thanks.


On Sat, Mar 1, 2014 at 1:45 PM, Josiah Schwab jsch...@gmail.com wrote:

 You may need to customize the org-hide face.

 See the section Hiding Leading Stars at
 http://orgmode.org/manual/Clean-view.html

 Josiah


 On Fri, Feb 28, 2014 at 6:27 PM, Chris Henderson henders...@gmail.comwrote:

 I'm trying to setup Org indent mode for cleaner view but the preceding
 starts show up dimmed in grey color. How do I make them totally invisible?

 I've put this at the top of the .emacs:

 (setq org-startup-indented t)
 (setq org-indent-mode t)

 and running emacs version 24.3.1 and org version 8.2.5 from the
 command-line.





Re: [O] Org indent mode

2014-02-28 Thread Chris Henderson
Hi,

I'm not sure how to customize this. I have tried different variations of

#+STARTUP: hidestars
#+STARTUP: odd
#+STARTUP: oddeven

but they don't seem to be working. Maybe I'm doing something wrong.



On Sat, Mar 1, 2014 at 3:10 PM, Josiah Schwab jsch...@gmail.com wrote:

 But did you try customizing the org-hide face?

 Josiah
 On Feb 28, 2014 7:14 PM, Chris Henderson henders...@gmail.com wrote:

 I've added (setq org-hide-leading-stars t) but still getting the leading
 stars. Thanks.


 On Sat, Mar 1, 2014 at 1:45 PM, Josiah Schwab jsch...@gmail.com wrote:

 You may need to customize the org-hide face.

 See the section Hiding Leading Stars at
 http://orgmode.org/manual/Clean-view.html

 Josiah


 On Fri, Feb 28, 2014 at 6:27 PM, Chris Henderson 
 henders...@gmail.comwrote:

 I'm trying to setup Org indent mode for cleaner view but the preceding
 starts show up dimmed in grey color. How do I make them totally invisible?

 I've put this at the top of the .emacs:

 (setq org-startup-indented t)
 (setq org-indent-mode t)

 and running emacs version 24.3.1 and org version 8.2.5 from the
 command-line.






[O] Hide done/ cancelled items

2014-02-07 Thread Chris Henderson
Is there a way to hide done/ cancelled items?

I have ** A Project and lots of *** items that are done and I want to hide
to avoid distractions. After the project is done, I will move the ** A
Project along with all the *** items to the _archive file.

Thanks.


Re: [O] Org habit graph not showing

2014-01-29 Thread Chris Henderson
On Wed, Jan 29, 2014 at 5:06 PM, Chris Henderson henders...@gmail.comwrote:

 On Wed, Jan 29, 2014 at 6:07 AM, Bastien b...@gnu.org wrote:

 Chris Henderson henders...@gmail.com writes:

  Is this the underlying issue causing the problem? How can I get rid
  of this issue? Should I completely delete /Users/chris/.emacs.d/elpa/
  and install orgmode again?

 Yes, please do try that -- delete all ELPA Org instances
 and install Org package from a fresh Emacs session.

 Then use

   (package-initialize)

 before

 (require 'org)

 in your .emacs.el


 Adding (package-initialize) seem to have done the trick as in I don't get
 the version mismatch error anymore. But still can't see the graph. The
 following items are on the menu bar when I do
 alt-x org-agenda a (Org-Agenda Week Ddl Grid Habit vl Wrap)

 Thanks.


According to this:
https://lists.gnu.org/archive/html/emacs-orgmode/2010-09/msg00238.html

The habit should display on your agenda as a TODO item with a colored bar
after it.

But it doesn't. I only get:

Week-agenda (W05):
Monday 27 January 2014 W05
Tuesday28 January 2014
Wednesday  29 January 2014
Thursday   30 January 2014
Friday 31 January 2014
Saturday1 February 2014
Sunday  2 February 2014

for

* TODO meeting
  SCHEDULED: 2014-01-31 Fri .+1d
  - State DONE   from TODO   [2014-01-30 Thu 17:33]
  - State DONE   from TODO   [2014-01-30 Thu 17:31]
  - State DONE   from TODO   [2014-01-30 Thu 17:30]
  - State DONE   from TODO   [2014-01-30 Thu 17:30]
  - State DONE   from TODO   [2014-01-30 Thu 17:30]
  - State DONE   from TODO   [2014-01-30 Thu 17:25]
  :PROPERTIES:
  :LAST_REPEAT: [2014-01-30 Thu 17:33]
  :END:
  :LAST_REPEAT: [2014-01-30 Thu 17:25]
  :STYLE:habit
  :END


Re: [O] Org habit graph not showing

2014-01-28 Thread Chris Henderson
On Tue, Jan 28, 2014 at 6:30 PM, Chris Henderson henders...@gmail.comwrote:

 On Tue, Jan 28, 2014 at 5:42 PM, Bastien b...@gnu.org wrote:

 Chris Henderson henders...@gmail.com writes:

  If I put (require 'org-habit) in my .emacs file, when I do C-c c to
  add task and press C-c C-c to finish the capture, I get error:
  Symbol's value as variable is void: org-bookmark-names-plist

 That's a symptom of a mixed installation.

 How did you install Org?

 --
  Bastien


 I install via alt-x package-list. My .emacs has orgmode.org and gnu
 listed as package source. I just deleted and installed orgmode again and
 still having the issue.

 Delete:

 D org20131202 installed  Outline-based notes
 management and organizer
 D org-plus-contrib   20131202 installed  Outline-based notes
 management and organizer

 - quit emacs

 - launch emacs again and alt-x package-list

 I org20140127 available  Outline-based notes
 management and organizer
 I org-plus-contrib   20140127 available  Outline-based notes
 management and organizer

 Got the following warnings:

 Compiling file
 /Users/chris/.emacs.d/elpa/org-plus-contrib-20140127/ob-C.el at Tue Jan 28
 18:24:25 2014
 Entering directory `/Users/chris/.emacs.d/elpa/org-plus-contrib-20140127/'

 In end of data:
 ob-C.el:244:1:Warning: the function `org-babel-result-cond' is not known
 to be defined.

 Compiling file
 /Users/chris/.emacs.d/elpa/org-plus-contrib-20140127/ob-R.el at Tue Jan 28
 18:24:25 2014

 In end of data:
 ob-R.el:391:1:Warning: the function `org-babel-result-cond' is not known
 to be defined.

 Done (Total of 92 files compiled, 12 failed, 4 skipped)


I get two different versions of org-mode coming from the same location
depending on if I enable (require 'org-habit) in my .emacs or not. If I
enable it, I get: Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @
/Users/chris/.emacs.d/elpa/org-20140127/) and if I don't, I get: Org-mode
version 8.2.5g (8.2.5g-7-gb2dce8-elpa @
/Users/chris/.emacs.d/elpa/org-20140127/)

Is this the underlying issue causing the problem? How can I get rid of this
issue? Should I completely delete /Users/chris/.emacs.d/elpa/ and install
orgmode again?


Re: [O] Org habit graph not showing

2014-01-28 Thread Chris Henderson
On Wed, Jan 29, 2014 at 6:07 AM, Bastien b...@gnu.org wrote:

 Chris Henderson henders...@gmail.com writes:

  Is this the underlying issue causing the problem? How can I get rid
  of this issue? Should I completely delete /Users/chris/.emacs.d/elpa/
  and install orgmode again?

 Yes, please do try that -- delete all ELPA Org instances
 and install Org package from a fresh Emacs session.

 Then use

   (package-initialize)

 before

 (require 'org)

 in your .emacs.el


Adding (package-initialize) seem to have done the trick as in I don't get
the version mismatch error anymore. But still can't see the graph. The
following items are on the menu bar when I do
alt-x org-agenda a (Org-Agenda Week Ddl Grid Habit vl Wrap)

Thanks.


[O] Org habit graph not showing

2014-01-27 Thread Chris Henderson
I’m running org mode version 8.2.3c and emacs version 24.3.1 on OS X
Mavericks in the CLI.

I’d like to get the org habit graph when I do “alt-x org-agenda a” but
there is no graph.

My habit.org file looks like this:

* TODO write journal
  SCHEDULED: 2014-01-28 Tue .+1d/3d
  - State DONE   from TODO   [2014-01-27 Mon 20:50]
  - State DONE   from TODO   [2013-12-03 Tue 06:37]
  - State DONE   from TODO   [2013-12-02 Mon 21:54]
  :PROPERTIES:
  :LAST_REPEAT: [2014-01-27 Mon 20:50]
  :STYLE:habit
  :END:

My .emacs file is in http://pastebin.com/iaXzRmxk


Re: [O] Org habit graph not showing

2014-01-27 Thread Chris Henderson
On Tue, Jan 28, 2014 at 5:42 PM, Bastien b...@gnu.org wrote:

 Chris Henderson henders...@gmail.com writes:

  If I put (require 'org-habit) in my .emacs file, when I do C-c c to
  add task and press C-c C-c to finish the capture, I get error:
  Symbol's value as variable is void: org-bookmark-names-plist

 That's a symptom of a mixed installation.

 How did you install Org?

 --
  Bastien


I install via alt-x package-list. My .emacs has orgmode.org and gnu listed
as package source. I just deleted and installed orgmode again and still
having the issue.

Delete:

D org20131202 installed  Outline-based notes management
and organizer
D org-plus-contrib   20131202 installed  Outline-based notes management
and organizer

- quit emacs

- launch emacs again and alt-x package-list

I org20140127 available  Outline-based notes management
and organizer
I org-plus-contrib   20140127 available  Outline-based notes management
and organizer

Got the following warnings:

Compiling file /Users/chris/.emacs.d/elpa/org-plus-contrib-20140127/ob-C.el
at Tue Jan 28 18:24:25 2014
Entering directory `/Users/chris/.emacs.d/elpa/org-plus-contrib-20140127/'

In end of data:
ob-C.el:244:1:Warning: the function `org-babel-result-cond' is not known to
be defined.

Compiling file /Users/chris/.emacs.d/elpa/org-plus-contrib-20140127/ob-R.el
at Tue Jan 28 18:24:25 2014

In end of data:
ob-R.el:391:1:Warning: the function `org-babel-result-cond' is not known to
be defined.

Done (Total of 92 files compiled, 12 failed, 4 skipped)


Re: [O] org habit consistency graph

2013-12-03 Thread Chris Henderson
Anyone else help me identify the issue? Thanks.


On Tue, Dec 3, 2013 at 7:15 PM, Alan Schmitt alan.schm...@polytechnique.org
 wrote:

 henders...@gmail.com writes:

  Tried that and it didn't work. Here's my agenda view (still no graph) by
  doing C-a a a:
 
  Week-agenda (W49):
  Monday  2 December 2013 W49
  Tuesday 3 December 2013
  Wednesday   4 December 2013
  Thursday5 December 2013
  Friday  6 December 2013
  Saturday7 December 2013
  Sunday  8 December 2013
 
  These things are enabled: Org-Agenda Week Ddl Grid Habit vl Wrap
 
  I have also added this line in my .emacs: (require 'org-habit)

 Sorry, I have no idea what is wrong. I looked at my setup and the only
 difference I see is that I don't require org-habit.

 Alan



Re: [O] org habit consistency graph

2013-12-02 Thread Chris Henderson
Tried that and it didn't work. Here's my agenda view (still no graph) by
doing C-a a a:

Week-agenda (W49):
Monday  2 December 2013 W49
Tuesday 3 December 2013
Wednesday   4 December 2013
Thursday5 December 2013
Friday  6 December 2013
Saturday7 December 2013
Sunday  8 December 2013

These things are enabled: Org-Agenda Week Ddl Grid Habit vl Wrap

I have also added this line in my .emacs: (require 'org-habit)

Emacs version 24.3.1.

Thanks.


On Tue, Dec 3, 2013 at 12:16 AM, Alan Schmitt 
alan.schm...@polytechnique.org wrote:

 henders...@gmail.com writes:

  I'm trying to setup habit tracking on org but can't see any consistency
  graph.
 
  I have setup a simple TODO item and set the style as habit by using C-c
 C-x
  p (org-set-property).
 
  * TODO exercise
SCHEDULED: 2013-12-03 Tue .+1d
- State DONE   from TODO   [2013-12-02 Mon 17:31]
- State DONE   from TODO   [2013-12-02 Mon 17:30]
:PROPERTIES:
:LAST_REPEAT: [2013-12-02 Mon 17:31]
:STYLE:habit
:END:

 Looking at one of my habits, I see I have a /3d at the end of the
 schedule marker:

 SCHEDULED: 2013-12-03 Tue .+1d/3d

 Maybe it is required for the style to be in effect?

 Alan



[O] org habit consistency graph

2013-12-01 Thread Chris Henderson
I'm trying to setup habit tracking on org but can't see any consistency
graph.

I have setup a simple TODO item and set the style as habit by using C-c C-x
p (org-set-property).

* TODO exercise
  SCHEDULED: 2013-12-03 Tue .+1d
  - State DONE   from TODO   [2013-12-02 Mon 17:31]
  - State DONE   from TODO   [2013-12-02 Mon 17:30]
  :PROPERTIES:
  :LAST_REPEAT: [2013-12-02 Mon 17:31]
  :STYLE:habit
  :END:

Orgmode version is 8.2.3c (20131202)

Thanks.


[O] Mobile org - add new items to org file

2013-10-22 Thread Chris Henderson
My org file on my computer is gtd.org which has 3 top level headings: *
Tasks, * Projects and * Read and Review.

If I add any entry to mobile org, sync it via dropbox and do a
org-mobile-pull from my computer, the new entries go to a file called
flagged.org. Is there any way to make the new entries go to my gtd.org file
instead? Also: would it be possible to define where in gtd.org file the new
entries should go, like some new entries should go under Tasks and some
should go under Projects.

Thanks.


[O] Create sub-directories and files from within org

2013-10-18 Thread Chris Henderson
If I create a project with ** project name, is there any way to create a
sub-directory at *** level in ~/projects/project name and create txt files
in that directory - all from within org?

Thanks.


[O] Killing the tag search window

2013-10-15 Thread Chris Henderson
I use C-c a m to search tags. How do I close this window when I'm done? At
the moment, I'm using C-x k to kill this window, C-c o to jump to my org
file and then C-x 1 make the window full screen.

Is there any other way to close the tags window?

Thanks.


Re: [O] Killing the tag search window

2013-10-15 Thread Chris Henderson
Thanks! That's a huge productivity gain for me.

Although, I don't see q buries it in the buffer.


On Tue, Oct 15, 2013 at 10:35 PM, Carsten Dominik
drostekirs...@gmail.comwrote:

 Both q and x do this.  q just buries the buffer, x will also kill
 the buffer.

 - Carste

 On Oct 15, 2013, at 1:15 PM, Chris Henderson henders...@gmail.com wrote:

  I use C-c a m to search tags. How do I close this window when I'm done?
 At the moment, I'm using C-x k to kill this window, C-c o to jump to my org
 file and then C-x 1 make the window full screen.
 
  Is there any other way to close the tags window?
 
  Thanks.




[O] Tasks started tag

2013-10-12 Thread Chris Henderson
I have the following line in my .emacs for tasks which I invoke with C-c
C-t. How can I add another tag called 'Started' for tasks I already started:

(setq org-todo-keywords
'((sequence TODO(t) | DONE(d))
  (sequence | CANCELED(c

(setq org-todo-keyword-faces
   '((CANCELED . (:foreground blue :weight bold

Thanks.


[O] Calendar change date on OS X Mountain Lion doesn't work

2013-08-13 Thread Chris Henderson
When using C-c C-s or C-s C-d to schedule or deadline a task, shift - left
or right arrow doesn't work for changing the date. Is there any alternate
key combo for OS X?

org mode 8.0.3 on Emacs 24.3.1.

Thanks.


[O] global keys not working on version 20130401

2013-04-03 Thread Chris Henderson
I have installed version 20130401 on emacs 24.3 on os x mountain lion via
M-x package list. But my global keys don't seem to be working. I get an
error:
Invalid function: org-no-popups. The only orgmode that seem to work for me
is version: 20121217.

My global keys are:

^c-c capture
^c-t todo
^c-^c - org-tag-list

Here's the snippet from .emacs

(add-to-list 'auto-mode-alist '(\\.org\\' . org-mode))
 (add-hook 'org-mode-hook 'turn-on-font-lock) ; not needed when
global-font-lock-mode is on
 (global-set-key \C-cl 'org-store-link)
 (global-set-key \C-ca 'org-agenda)
 (global-set-key \C-cb 'org-iswitchb)
 (global-set-key \C-cl 'org-store-link)
 (global-set-key \C-cc 'org-capture)

(setq org-tag-alist '((computer . ?c) (Errands . ?e) (work . ?o)
(calls . ?a)
(Internet . ?i) (waitingfor . ?w)))

(setq org-agenda-files '(~/org))

(setq org-capture-templates
   '((t Tasks entry (file+headline ~/org/gtd_home.org Tasks)
  ** %?\n  %i Added:%U)
 (p Project entry (file+headline ~/org/gtd_home.org
Projects)
  ** %?\n  %i Added:%U)))

(setq org-todo-keywords
'((sequence TODO(t) | DONE(d))
  (sequence | CANCELED(c

(setq org-todo-keyword-faces
   '((CANCELED . (:foreground blue :weight bold

Thanks.


Re: [O] Errors after upgrading emacs to 24.3.1 and org to 7.9.4

2013-03-22 Thread Chris Henderson
On Fri, Mar 22, 2013 at 3:38 AM, Eric S Fraga e.fr...@ucl.ac.uk wrote:
 Chris Henderson henders...@gmail.com writes:

 I have upgraded emacs from version 24 to 24.3.1 via homebrew on os x
 mountain lion and every time I start emacs I get error:

 error: Invalid face, modeline

 modeline changed to mode-line a while back although probably sometime
 between 24 and 24.3.1 (I track emacs-snapshot).  It could be that you
 have a custom face set that depends on modeline?

Thanks, I have changed modeline to mode-line and it's now working fine.



Re: [O] Errors after upgrading emacs to 24.3.1 and org to 7.9.4

2013-03-22 Thread Chris Henderson
On Thu, Mar 21, 2013 at 8:28 AM, Chris Henderson henders...@gmail.com wrote:
 I have also upgraded org to version 7.9.4 via emacs M-x package-list
 option and now my custom keys don't work: when I press ^C-c it used to
 give me option as to where I want to put something: either project,
 someday/maybe, read and review or tasks. Now I get error: C-c c is
 undefined

 (setq org-capture-templates
'((t Tasks entry (file+headline ~/org/gtd_home.org Tasks)
   ** %?\n  %i Added:%U)
  (p Project entry (file+headline ~/org/gtd_home.org Projects)
   ** %?\n  %i Added:%U)
  (r Read and Review entry (file+headline
 ~/org/gtd_home.org Read and Review)
   ** %?\n  %i Added:%U)
  (s Someday/ Maybe entry (file+headline
 ~/org/gtd_home.org Someday/ Maybe)
   ** %?\n  %i Added:%U)
  (j Journal entry (file+datetree ~/org/journal.org)
   * %?\nEntered on %U\n  %i\n  %a)))

 ^C-t which used to give me todo, cancel etc. don't seem to work as well:

 (setq org-todo-keywords
 '((sequence TODO(t) | DONE(d))
   (sequence | CANCELED(c


I have downgraded org-mode to version 7.9.2 (org-20121217) and my
org-capture (^C-c) is now working fine. Is there any reason why it
doesn't work with the latest version?

Thanks.



[O] Errors after upgrading emacs to 24.3.1 and org to 7.9.4

2013-03-20 Thread Chris Henderson
I have upgraded emacs from version 24 to 24.3.1 via homebrew on os x
mountain lion and every time I start emacs I get error:

error: Invalid face, modeline

I have also upgraded org to version 7.9.4 via emacs M-x package-list
option and now my custom keys don't work: when I press ^C-c it used to
give me option as to where I want to put something: either project,
someday/maybe, read and review or tasks. Now I get error: C-c c is
undefined

(setq org-capture-templates
   '((t Tasks entry (file+headline ~/org/gtd_home.org Tasks)
  ** %?\n  %i Added:%U)
 (p Project entry (file+headline ~/org/gtd_home.org Projects)
  ** %?\n  %i Added:%U)
 (r Read and Review entry (file+headline
~/org/gtd_home.org Read and Review)
  ** %?\n  %i Added:%U)
 (s Someday/ Maybe entry (file+headline
~/org/gtd_home.org Someday/ Maybe)
  ** %?\n  %i Added:%U)
 (j Journal entry (file+datetree ~/org/journal.org)
  * %?\nEntered on %U\n  %i\n  %a)))

^C-t which used to give me todo, cancel etc. don't seem to work as well:

(setq org-todo-keywords
'((sequence TODO(t) | DONE(d))
  (sequence | CANCELED(c

Please help.



Re: [O] Word wrap in org-mode

2012-10-21 Thread Chris Henderson
On Mon, Oct 22, 2012 at 9:47 AM, Myles English mylesengl...@gmail.com wrote:

 Chris Henderson writes:

 Is there a way to do word wrap in org-mode? When I copy and paste long
 texts, it goes across the window. Alt-q doesn't do word wrap.

 Maybe I am misunderstanding, but M-q works for me and is bound to
 `(fill-paragraph)', perhaps yours is bound to something else?  Press:

 C-h k M-q

 to find out.

This is what I get:

It is bound to M-q.

(fill-paragraph optional JUSTIFY REGION)

Should it work?

Thanks.



[O] Select a region and archive

2012-10-17 Thread Chris Henderson
I am trying to select a region and archive it. At the moment it only
archives where the cursor is. This is what I am doing:

- select a region - ctrl-space and C-e to go the end of the line.
- archive - C-c C-x C-x

Thanks.



Re: [O] Warning (initialization): An error occurred while loading /Users/user/.emacs

2012-10-10 Thread Chris Henderson
On Wed, Oct 10, 2012 at 5:58 PM, Sebastien Vauban
wxhgmqzgw...@spammotel.com wrote:
 Hi Chris,

 Chris Henderson wrote:
 I am getting this error when I add the following line to .emacs file:

 Warning (initialization): An error occurred while loading
 `/Users/user/.emacs':

 Symbol's value as variable is void: org-directory

 It says it all: you're using an undefined variable (org-directory).

 (setq org-default-notes-file (concat org-directory ~/org/note.org))

 Adapt your code as this:

 --8---cut here---start-8---
   (setq org-directory ~/org/)
   (setq org-default-notes-file (concat org-directory note.org))
 --8---cut here---end---8---

Thanks. It works.



[O] Windows XP: date and time-stamp for DONE items not showing-up

2011-08-08 Thread Chris Henderson
I'm new to orgmode and emacs.

I have downloaded emacs 23.3 for XP and trying to use orgmode that
comes bundled with this version of emacs.

I'm following this tutorial:
http://orgmode.org/worg/org-tutorials/orgtutorial_dto.html

When I mark a project as Done it doesn't show the CLOSED and date
and time-stamp as described in the tutorial. It just puts the DONE
in front of the task.

My _emacs file is under the C:\Documents and Settings\user_name
directory and it only has the following:

(require 'org-install)
(add-to-list 'auto-mode-alist '(\\.org$ . org-mode))
(define-key global-map \C-cl 'org-store-link)
(define-key global-map \C-ca 'org-agenda)
(setq org-log-done t)

I have put emacs under C:\ drive and all the org files are under the
C:\emacs-23.3-bin-i386\emacs-23.3\lisp\org directory.

Could someone please tell me how to get the CLOSED and time and date
stamp for items that are marked as done?

Thanks.