[Orgmode] Re: Clocking feature request

2010-03-07 Thread Sébastien Vauban
Hi Moabi2000 and Manish,

Manish wrote:
 Moabi2000 wrote:
 Sébastien Vauban :
 I have a feature request around clocking.

 Currently, we know how much time we spend on tasks since the beginning (it
 depends the file contents). For example, having one clock file per month,
 I always see in the modeline how much time I spent reading mails since
 March 1st.

 Though, I think it'd be very interesting to know how much time I spent
 reading mails *today* as well. This can help me distributing my work
 better.

 Putting this under each task you clock in will give you time today.

 :PROPERTIES:
  :CLOCK_MODELINE_TOTAL: today
 :END:

 I don't you can show both time to today and time for the file at once
 though.

 please check out variable org-clock-modeline-total.  and a clock
 report can show the time for monthly time consumption.

Thanks for your answers, which both show me that I can override the default
globally and per item.

I guess that not seeing both together won't be such a problem (I'll see with
usage but...) as we can have reports quickly generated.

Thank you very much!

Though, the only *remaining nice feature* would maybe be the following: add a
letter indicating what's the meaning of the total. For example, we could see

`T 02:51 (Reading Emails)'

for a total limited to *today* and

`M 02:51 (Reading Emails)'

for a total limited to *monthly*.

What do you think of that?  Otherwise, it becomes difficult to distinguish
between locally overridden totals and the global default value...

Seb

-- 
Sébastien Vauban



___
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: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Tom
Stefan Vollmar vollmar at nf.mpg.de writes:

 
 Hallo, 
 
 we proudly present:
 
 Emacs Org-mode: Organizing a Scientist's Life and Work
 

I noticed the org color config in the talk was much
catchier (e.g. the keywords with bgcolor) than in the default org
config. It would be a good idea to make org more appealing by
coming up with a sexier color scheme. The appearance of org on
the main page of orgmode.org is very spartan and can be a turn
off for newbies who are used to applications with a more
elaborate visual design.

I think a better choice of default colors could improve the first
impression a bit. Maybe people could send to the list screenshots
of their config and one of the better ones could be used as a new
default.




___
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: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Benjamin Andresen
Hey,

Tom levelha...@gmail.com writes:

 Stefan Vollmar vollmar at nf.mpg.de writes:

 
 Hallo, 
 
 we proudly present:
 
 Emacs Org-mode: Organizing a Scientist's Life and Work
 

 I noticed the org color config in the talk was much
 catchier (e.g. the keywords with bgcolor) than in the default org
 config.

I agree with this. The appearance of TODO keywords being buttons is very
nice.

About the talk: Too bad that the audio quality of the wireless(?)
microphone is so bad. The talk itself was very good.

And another positive thing worth mentioning: Whoever did this
translucent overlay business from your monitor over your face. That was
a great way to handle these kinds of presentation.

br, benny


___
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] [BUG] block agenda faces

2010-03-07 Thread Łukasz Stelmach
Hello.

I've create a block agenda entry in my org-agenda custom commands:

--8---cut here---start-8---
(Ha agenda at home
 ((agenda  
  ((org-agenda-skip-function
'(org-agenda-skip-entry-if 'todo 'todo
 (tags-todo -SCHOOL-WORK-BUY
((org-agenda-sorting-strategy '(tag-up category-up))
--8---cut here---end---8---

(`org-agenda-skip-entry-if' for todos is my own invention I will share
soon (I think I've posted it somewhere but it might have been lost))

Everything's great except that DONE todos in the calendar block have
their DONE keyword in bold red instead of green.

The same agenda action launched as a single, toplevel command in
org-agenda-custom-commands works fine, wiht DONEs in green.

-- 
Miłego dnia,
Łukasz Stelmach



___
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] Table formula bug?

2010-03-07 Thread William Henney
Hi Carsten et al

Anyone have a clue what is going on here?

Cheers

Will

* Arctan2 bug
Activate the formula editor for the following table with =C-c '=, then
exit without changing anything. Note what happens to the arctan2
formula. For me, arctan2 changes to @2$20173232.
| x | y | arctan | arctan2 |
|---+---++-|
| 1 | 1 | 45 | 45. |
#+TBLFM: $3=arctan($1/$2)::$4=arctan2($1,$2)

** Versions
Org 6.34trans, Aquamacs 2.0preview4, Emacs 23.1.92.1




-- 

  Dr William Henney, Centro de Radioastronomía y Astrofísica,
  Universidad Nacional Autónoma de México, Campus Morelia


___
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] Export to latex ignores user-mail-address

2010-03-07 Thread Jambunathan K

I am seeing latex export honors user-full-name but not user-mail-address.

The document header goes something like.

#+TITLE:My Title
#+DESCRIPTION:
#+STARTUP: showall
#+LaTeX: \setlength\parindent{0.0in}
#+LaTeX: \setlength\parskip{0.1in}

orgmode-version is 6.33x -  Emacs 23.1.91.1 (i386-mingw-nt5.1.2600).






___
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] Table formula bug?

2010-03-07 Thread Carsten Dominik

Hi William,

On Mar 7, 2010, at 2:34 PM, William Henney wrote:


Hi Carsten et al

Anyone have a clue what is going on here?

Cheers

Will

* Arctan2 bug
Activate the formula editor for the following table with =C-c '=, then
exit without changing anything. Note what happens to the arctan2
formula. For me, arctan2 changes to @2$20173232.
| x | y | arctan | arctan2 |
|---+---++-|
| 1 | 1 | 45 | 45. |
#+TBLFM: $3=arctan($1/$2)::$4=arctan2($1,$2)



Org does read arctan2 as a field reference like B4 or AB2 and  
determinates that this is a row REALLY far to the right.


I have fixed this special case.  Are there more functions in calc  
which have names like this?


Thanks for the report!

- Carsten



** Versions
Org 6.34trans, Aquamacs 2.0preview4, Emacs 23.1.92.1




--

 Dr William Henney, Centro de Radioastronomía y Astrofísica,
 Universidad Nacional Autónoma de México, Campus Morelia


___
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


- Carsten





___
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] Export to latex ignores user-mail-address

2010-03-07 Thread Carsten Dominik

Hi Jambunathan,

that is because \maketitle does not show an email address.

- Carsten

On Mar 6, 2010, at 5:47 PM, Jambunathan K wrote:

I am seeing latex export honors user-full-name but not user-mail- 
address.


The document header goes something like.

#+TITLE:My Title
#+DESCRIPTION:
#+STARTUP: showall
#+LaTeX: \setlength\parindent{0.0in}
#+LaTeX: \setlength\parskip{0.1in}

orgmode-version is 6.33x -  Emacs 23.1.91.1 (i386-mingw-nt5.1.2600).






___
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


- Carsten





___
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] Re: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Carsten Dominik


On Mar 7, 2010, at 1:50 PM, Tom wrote:


Stefan Vollmar vollmar at nf.mpg.de writes:



Hallo,

we proudly present:

Emacs Org-mode: Organizing a Scientist's Life and Work



I noticed the org color config in the talk was much
catchier (e.g. the keywords with bgcolor) than in the default org
config. It would be a good idea to make org more appealing by
coming up with a sexier color scheme. The appearance of org on
the main page of orgmode.org is very spartan and can be a turn
off for newbies who are used to applications with a more
elaborate visual design.

I think a better choice of default colors could improve the first
impression a bit. Maybe people could send to the list screenshots
of their config and one of the better ones could be used as a new
default.


The problem I see here is that if a new user downloads Emacs,
it will have white background and only default colors.

I could of course make the screenshot on orgmode.org with my
color scheme[1], but then new users would not like the first
impression they get when they download emacs and install Org.

I am interested in a discussion about how to handle this issue.

- Carsten

[1] The color scheme is based on the scheme by Peter Jones, who
in particular came up with the idea to make the TODO keywords look
like buttons.  I use that idea, but with different colors.  The
exact colors were not my creation, because I am really not talended
in this area.  But I agree they look great - they were selected
by the same designer who created the special logo used on all
our spreadshirt shop items...



___
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] Export to latex ignores user-mail-address

2010-03-07 Thread Jambunathan K

Hi  Carsten

What can I do to get the email address automagically as in the header as 
below:


... [Snipped from Wikibook] 

\title{How to Structure a \LaTeX{} Document}
\author{Andrew Roberts\\
\texttt{an...@comp.leeds.ac.uk}}
\date{\today}
\maketitle

Ascii export does plugin the email-address based on email property.  
Shouldn't  (org-export-latex-make-header ...)  test the email property 
and emit the required latex line?


Btw, I would like to thank you and all other contributors for making 
available this wonderful module.


Jambunathan K.


On 3/7/2010 8:54 PM, Carsten Dominik wrote:

Hi Jambunathan,

that is because \maketitle does not show an email address.

- Carsten

On Mar 6, 2010, at 5:47 PM, Jambunathan K wrote:

I am seeing latex export honors user-full-name but not 
user-mail-address.


The document header goes something like.

#+TITLE:My Title
#+DESCRIPTION:
#+STARTUP: showall
#+LaTeX: \setlength\parindent{0.0in}
#+LaTeX: \setlength\parskip{0.1in}

orgmode-version is 6.33x -  Emacs 23.1.91.1 (i386-mingw-nt5.1.2600).






___
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


- Carsten







___
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] [babel] cannot code to execute since changing to emacs starter kit

2010-03-07 Thread Graham Smith
I guess I am being stupid here, but I have changed my set up to using
Eric's (Schulte) start up kit for emacs and now when I try to use C-c
C-c to execute a code block I get an error

C-c C-c can do nothing useful at this location

As far as I can see form the files that came with the start up kit,
babel should be initiated.

Here is my bit of code;


** Tarsus data
#+srcname:Tarsus
#+begin_src R :session BirdData
Tarsus-c(22.3,19.7,20.8,20.3,20.8,21.5,20.6,21.5)
#+end_src

Which was working during my try out of babel a few months ago.

Once again I am stuck and would appreciate some help.

This is emacs 23.1.1, and orgmode 6.34c.73.gb3e9, on Ubuntu 9.10

Many thanks,

Graham


___
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: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Tom
Carsten Dominik carsten.dominik at gmail.com writes:
 
 The problem I see here is that if a new user downloads Emacs,
 it will have white background and only default colors.
 


For every face you can define colors for light and dark background:

background: The kind of background—either light or dark.
http://www.gnu.org/software/emacs/elisp/html_node/Defining-Faces.html#Defining-
Faces

So there should be two color schemes: one for light and one for dark
background and emacs would use the first one for the default light 
background.



___
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] Table formula bug?

2010-03-07 Thread William Henney
Hi Carsten,

On Sun, Mar 7, 2010 at 9:22 AM, Carsten Dominik
carsten.domi...@gmail.com wrote:
 Org does read arctan2 as a field reference like B4 or AB2 and determinates
 that this is a row REALLY far to the right.

 I have fixed this special case.  Are there more functions in calc which have
 names like this?

I confirm that your fix works. Thanks for doing this so fast!

A quick search for digits in the (calc) Function Index info node
gives the following list:

arctan2, exp10, expm1, lnp1, log10, stir1, stir2

Here is a list of all the calc operators that I could find, some of
which might confuse your regexps:

!, !!, !!!, !=, %, , , *, +, +/-, -, /, :, ::, :=, , =, =, ==,
=, , =, ?, \, ^, _, |, ||, |||

I don't think it is necessary to allow all of these in table formulae
since many have synonyms. E.g., `x  y' can be written `pand(x, y)'

Cheers

Will



-- 

  Dr William Henney, Centro de Radioastronomía y Astrofísica,
  Universidad Nacional Autónoma de México, Campus Morelia


___
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] [babel] cannot code to execute since changing to emacs starter kit

2010-03-07 Thread Thomas S . Dye

On Mar 7, 2010, at 6:52 AM, Graham Smith wrote:


I guess I am being stupid here, but I have changed my set up to using
Eric's (Schulte) start up kit for emacs and now when I try to use C-c
C-c to execute a code block I get an error

C-c C-c can do nothing useful at this location

As far as I can see form the files that came with the start up kit,
babel should be initiated.

Here is my bit of code;


** Tarsus data
#+srcname:Tarsus
#+begin_src R :session BirdData
Tarsus-c(22.3,19.7,20.8,20.3,20.8,21.5,20.6,21.5)
#+end_src

Which was working during my try out of babel a few months ago.

Once again I am stuck and would appreciate some help.

This is emacs 23.1.1, and orgmode 6.34c.73.gb3e9, on Ubuntu 9.10

Many thanks,

Graham



Hi Graham,

Your example is R code.

I have this is in my starter-kit:

*** ON Org-babel R setup
#+begin_src emacs-lisp :tangle yes
  (require 'org-babel-R) ;; requires R and ess-mode
  (add-to-list 'org-babel-noweb-error-langs R)
#+end_src

Perhaps when you changed the setup you got rid of these by mistake?

HTH,
Tom


___
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] [babel] cannot code to execute since changing to emacs starter kit

2010-03-07 Thread Graham Smith
Tom

 Your example is R code.

 I have this is in my starter-kit:

 *** ON Org-babel R setup
 #+begin_src emacs-lisp :tangle yes
  (require 'org-babel-R)         ;; requires R and ess-mode
  (add-to-list 'org-babel-noweb-error-langs R)
 #+end_src

 Perhaps when you changed the setup you got rid of these by mistake?

Thanks for this, no I didn't get rid of these by mistake, but
mistakenly thought that the set up I had in my .emacs file for orgmode
babel was built into the starter kit and I didn't need to explicitly
add these commands.

I have now added the lines you have suggested and all seems to be working.

Graham


___
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] Re: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Manuel Amador
Carsten,

Can we get a copy of the color configuration you are using?

-- Manuel

On Sun, Mar 7, 2010 at 7:39 AM, Carsten Dominik
carsten.domi...@gmail.com wrote:

 On Mar 7, 2010, at 1:50 PM, Tom wrote:

 Stefan Vollmar vollmar at nf.mpg.de writes:


 Hallo,

 we proudly present:

 Emacs Org-mode: Organizing a Scientist's Life and Work


 I noticed the org color config in the talk was much
 catchier (e.g. the keywords with bgcolor) than in the default org
 config. It would be a good idea to make org more appealing by
 coming up with a sexier color scheme. The appearance of org on
 the main page of orgmode.org is very spartan and can be a turn
 off for newbies who are used to applications with a more
 elaborate visual design.

 I think a better choice of default colors could improve the first
 impression a bit. Maybe people could send to the list screenshots
 of their config and one of the better ones could be used as a new
 default.

 The problem I see here is that if a new user downloads Emacs,
 it will have white background and only default colors.

 I could of course make the screenshot on orgmode.org with my
 color scheme[1], but then new users would not like the first
 impression they get when they download emacs and install Org.

 I am interested in a discussion about how to handle this issue.

 - Carsten

 [1] The color scheme is based on the scheme by Peter Jones, who
    in particular came up with the idea to make the TODO keywords look
    like buttons.  I use that idea, but with different colors.  The
    exact colors were not my creation, because I am really not talended
    in this area.  But I agree they look great - they were selected
    by the same designer who created the special logo used on all
    our spreadshirt shop items...



 ___
 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




-- 
Manuel


___
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: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Łukasz Stelmach
Stefan Vollmar voll...@nf.mpg.de writes:

 we proudly present:

 Emacs Org-mode: Organizing a Scientist's Life and Work

Ogg version has a very lousy sound :-( As if it was pushed through
a ~500Hz bandpass filter. But nevertheless thank you very much.

Carsten, can I (we?) use this presentation as a base to promote org-mode
at my faculty? How did you do that keystroke showing thing?


-- 
Miłego dnia,
Łukasz Stelmach



___
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] Re: Clocking feature request

2010-03-07 Thread Daniel Clemente
El dom, mar 07 2010 a les 11:38, Sébastien Vauban va escriure:

 Though, the only *remaining nice feature* would maybe be the following: add a
 letter indicating what's the meaning of the total. For example, we could see

 `T 02:51 (Reading Emails)'

 for a total limited to *today* and
 …

  I think all this would be easier to implement if the modeline string could be 
the result of a user-defined function. Then the user could add some letters 
according to some property, or show one particular time, or another, or more 
than one, etc.



___
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] selective export

2010-03-07 Thread Graham Smith
Using babel I have the data used for the analysis (in R) under a top
level heading just called data. I want to keep this in the org file
but not in the compiled pdf.

I have had a look at the selective export in the manual, but could do
with a bit more step by step instructions on how to exclude this bit
of the outline.

Could someone give me a bit of hand holding on how to do this.

Many thanks,

Graha,


___
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] [babel] captions and figure size on export

2010-03-07 Thread Graham Smith
I have the following code beside each other in an orgmode/babel file
creating two boxplots.

When exported the first boxplot remains the default size and has no
caption or figure number, while the second is 10cm across, and has a
caption and figuer number(Fig1).

Could someone have a look at my code and see where my error is. They
look identical to me.

Thanks,

Graham

#+srcname:BoxplotFlowering
#+begin_src R :session daf :file FloweringBoxplot.pdf :exports both
boxplot(daf$Flower~daf$YEAR)
#+end_src

#+CAPTION:Boxplot comparing number of flowering daffodils between
2005 and 2006
#+LABEL:  fig:BoxplotFlowering
#+ATTR_LaTeX: width=10cm
#+results: BoxplotFlowering
[[file:FloweringBoxplot.pdf]]

#+srcname:BoxplotNonFlowering
#+begin_src R :session daf :file NonFloweringBoxplot.pdf :exports both
boxplot(daf$No.Flower~daf$YEAR)
#+end_src

#+CAPTION:Boxplot comparing number of non flowering daffodils
between 2005 and 2006
#+LABEL:  fig:BoxplotNonFlowering
#+ATTR_LaTeX: width=10cm
#+results: BoxplotNonFlowering
[[file:NonFloweringBoxplot.pdf]]


___
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] Newbie question: mobileorg and org-mode configuration

2010-03-07 Thread Neil Hepburn
Hi All

I am a new user to org-mode and was almost immediately hooked. (I'm also a 
relatively recent convert to emacs and Aquamacs.) I went out and fetched the 
mobileorg app for my iPod touch from the Apple appstore and now I'm rapidly 
losing what's left of my hair - doh!

Anyhow, I have org-mode working happily in Aqumacs emacs but I can't seem to 
get things to work with org-mobile.  Here's the basics of my setup

-my .org files reside in a folder on my iDisk so that I can sync them between 
my laptop and my desktop. That all works swell

-I have mobileorg on my iPod set to hit my idisk account and that works fine. 

The problem I am having is figuring out the configuration stuff in my 
Preferences.el file. Here's a copy of the relevant section 


(setq org-mobile-directory /Volumes/nhepburn/org/stage/)
(setq org-mobile-files (quote(/Volumes/nhepburn/org/todo.org 
/Volumes/nhepburn/org/teaching.org /Volumes/nhepburn/org/research.org)))
(setq org-mobile-inbox-for-pull /Volumes/nhepburn/org/transit.org)
(add-hook 'org-mobile-post-push-hook
(lambda () (shell-command scp -r /Volumes/nhepburn/org/stage/* 
u...@wdhost:mobile/)))
(add-hook 'org-mobile-pre-pull-hook
(lambda () (shell-command scp u...@wdhost:mobile/mobileorg.org 
/Volumes/nhepburn/org/stage/ )))
(add-hook 'org-mobile-post-pull-hook
(lambda () (shell-command scp /Volumes/nhepburn/org/stage/mobileorg.org 
u...@wdhost:mobile/)))


my *.org files for org-mode reside in ../org/ while the mobile files reside in 
../org/stage/

I've scoured the Org-mobile manual, trolled through the mailing list archive, 
and spent countless hours doing google searches. Can someone suggest the right 
bit of stuff to put in here and then how to make org-mode in Aquamacs push to 
and pull from my mobileorg stuff? 

Thanks in advance.

Regards,
Neil

___
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] Newbie question: mobileorg and org-mode configuration

2010-03-07 Thread Richard Moreland

Hi Neil,

Hope I can shed some light on the configuration for you:

- You shouldn't need to set org-mobile-files, afaik.  If you just define 
org-agenda-files, those files will be used (one less thing to maintain).


- You don't need the pre/post hooks at all.  In your case, just copying 
the files to /Volumes/nhepburn/org/state/ is enough to put them on the 
server.  (Well, sort of.. eventually it's up to OSX to sync that folder 
with your iDisk, but that should be automatic, or can be configured to 
be so).  The hooks are for those who need an additional step to copy the 
staged files from their local system to a remote server.


I think this may be good enough, you were almost there.  Let me know if 
you have trouble after making these changes.


-Richard

On 3/7/2010 7:07 PM, Neil Hepburn wrote:

Hi All

I am a new user to org-mode and was almost immediately hooked. (I'm also a 
relatively recent convert to emacs and Aquamacs.) I went out and fetched the 
mobileorg app for my iPod touch from the Apple appstore and now I'm rapidly 
losing what's left of my hair - doh!

Anyhow, I have org-mode working happily in Aqumacs emacs but I can't seem to 
get things to work with org-mobile.  Here's the basics of my setup

-my .org files reside in a folder on my iDisk so that I can sync them between 
my laptop and my desktop. That all works swell

-I have mobileorg on my iPod set to hit my idisk account and that works fine.

The problem I am having is figuring out the configuration stuff in my 
Preferences.el file. Here's a copy of the relevant section


(setq org-mobile-directory /Volumes/nhepburn/org/stage/)
(setq org-mobile-files (quote(/Volumes/nhepburn/org/todo.org 
/Volumes/nhepburn/org/teaching.org /Volumes/nhepburn/org/research.org)))
(setq org-mobile-inbox-for-pull /Volumes/nhepburn/org/transit.org)
(add-hook 'org-mobile-post-push-hook
(lambda () (shell-command scp -r /Volumes/nhepburn/org/stage/* 
u...@wdhost:mobile/)))
(add-hook 'org-mobile-pre-pull-hook
(lambda () (shell-command scp u...@wdhost:mobile/mobileorg.org 
/Volumes/nhepburn/org/stage/ )))
(add-hook 'org-mobile-post-pull-hook
(lambda () (shell-command scp /Volumes/nhepburn/org/stage/mobileorg.org 
u...@wdhost:mobile/)))


my *.org files for org-mode reside in ../org/ while the mobile files reside in 
../org/stage/

I've scoured the Org-mobile manual, trolled through the mailing list archive, 
and spent countless hours doing google searches. Can someone suggest the right 
bit of stuff to put in here and then how to make org-mode in Aquamacs push to 
and pull from my mobileorg stuff?

Thanks in advance.

Regards,
Neil

___
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



___
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: selective export

2010-03-07 Thread Matt Lundin
Graham Smith myotis...@gmail.com writes:

 Using babel I have the data used for the analysis (in R) under a top
 level heading just called data. I want to keep this in the org file
 but not in the compiled pdf.

 I have had a look at the selective export in the manual, but could do
 with a bit more step by step instructions on how to exclude this bit
 of the outline.

 Could someone give me a bit of hand holding on how to do this.

If you have not changed the default configuration of
org-export-exclude-tags, you can simply add the tag :noexport: to any
tree you would like to keep out of the published file.

Or, if you prefer, you can customize org-export-exclude-tags to exclude
trees with a different tag.

Best,
Matt


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] selective export

2010-03-07 Thread Mark Elston

Graha,

This is pretty straightforward really.  If all you want to do is exclude
a single top-level heading then I would just assign a tag to that
heading that you won't be assigning to any other heading.  In this
case you can probably get away with something simple, like 'data'.

If you're not sure how to do this put your cursor on the heading you
don't want exported and press C-cC-q and type the name of the tag
you chose.

Then, at the top of the file (or anywhere, really), put a line like
this:

#+EXPORT_EXCLUDE_TAGS: data

This will prevent the section you tagged with this tag from being
exported.

Mark

On 3/7/2010 2:10 PM, Graham Smith wrote:

Using babel I have the data used for the analysis (in R) under a top
level heading just called data. I want to keep this in the org file
but not in the compiled pdf.

I have had a look at the selective export in the manual, but could do
with a bit more step by step instructions on how to exclude this bit
of the outline.

Could someone give me a bit of hand holding on how to do this.

Many thanks,

Graha,




___
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] New Org-mode talk by Carsten Dominik

2010-03-07 Thread Nathan Neff
On Sun, Mar 7, 2010 at 11:37 PM, Nathan Neff nathan.n...@gmail.com wrote:



 On Sat, Mar 6, 2010 at 9:08 AM, Carsten Dominik carsten.domi...@gmail.com
  wrote:


 On Mar 5, 2010, at 9:07 PM, Stefan Vollmar wrote:

  Hallo,

 we proudly present:

 Emacs Org-mode: Organizing a Scientist's Life and Work

 a talk by Carsten Dominik presented on February 8th 2010
 at our institute. The recording of the talk is available here:

 http://www.nf.mpg.de/orgmode/guest-talk-dominik.html



 This is great, thanks a lot, Stefan, for all the work you have put into
 making this available.

 Next stop: I want to be on FLOSS weekly (But Randal Schwartz did not even
 react
 on my email - so I guess not :-)


 I would also like to hear Carsten on FLOSS weekly.  I remember an episode
 from several months ago, where Leo and Randall were talking about how to
 get onto
 FLOSS weekly, and that they value listener suggestions.

 So, if you want to hear org-mode on FLOSS, you can e-mail Randall directly
 from the main web page:  http://twit.tv/FLOSS and suggest they have
 Carsten as a guest.

 --Nate




 ___
 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


___
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] selective export

2010-03-07 Thread Graham Smith
Thanks to you both, so easy when you know how. The manual makes sense
as well now.

Graham


___
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: [babel] captions and figure size on export

2010-03-07 Thread Graham Smith
Graham Smith myotisone at gmail.com writes:

To follow this up, it seems that looking at the tex file that none of the latex
code is being exported


\subsection{Boxplots}
\label{sec-2.1}


\begin{verbatim}
boxplot(daf$Flower~daf$YEAR)
\end{verbatim}

\includegraphics[width=10em]{FloweringBoxplot.pdf}

\begin{verbatim}
boxplot(daf$No.Flower~daf$YEAR)
\end{verbatim}


\begin{figure}[htb]
\centering
\includegraphics[width=10cm]{NonFloweringBoxplot.pdf}
\caption{\label{fig:BoxplotFlowering}Boxplot comparing number of flowering
daffodils between 2005 and 2006}
\end{figure}

Graham



___
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] Cannot reschedule task with repeater

2010-03-07 Thread Tom
It's not clear to me in case of a timestamp like this

 2010-03-08 H 21:30 .+1d

why can't the reschedule feature change the date/time part only
and leave the repeater part intact? Why does it have to throw the
error Cannot reschedule task with repeater? 

I see no compelling reason for not allowing rescheduling in this case. 
Maybe an option could be added which the user could set if he wants
to allow rescheduling even in case of schedules with repeater.




___
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