Re: [O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-19 Thread Vladimir Lomov
Hello, ** Vladimir Lomov [2012-07-20 10:19:45 +0900]: > ** Vladimir Lomov [2012-07-19 21:33:57 +0900]: >> Hello, >>> ** Eric Schulte [2012-07-18 22:13:45 -0600]: >>> This attached alternate patch introduces two new compatibility macros >>> named `org-flet' and `org-labels' in org-macs.el. These

Re: [O] Org mode export to Groff MM. Feature Freeze

2012-07-19 Thread Luis Anaya
Hi: Nicolas, I finished the first pass for simplification for the org-e-man.el. There is probably more that can be removed, but I'm feeling very sleepy right now... In other news: One thing I wanted to know if I could could replicate a document with all the brandings that we use at work. I mana

[O] [new exporter]

2012-07-19 Thread Andreas Leha
Hi all, I started to get the error : org-open-file: Symbol's function definition is void: org-e-latex-export-to-pdf when trying to export to pdf in the new exporter. Any thought what might be causing this? I am using Org-mode version 7.8.11 (release_7.8.11-217-g99ef57) on emacs 24.1.50.1. Tha

Re: [O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-19 Thread Vladimir Lomov
** Vladimir Lomov [2012-07-19 21:33:57 +0900]: > Hello, > ** Eric Schulte [2012-07-18 22:13:45 -0600]: >> Achim Gratz writes: >>> Eric Schulte writes: This attached alternate patch introduces two new compatibility macros named `org-flet' and `org-labels' in org-macs.el. These macros

Re: [O] [Orgmode] Re: contact management in org-mode?

2012-07-19 Thread Karl Voit
Hi Russell! * Russell Adams wrote: > > First, I've found myself very lax updating my Contacts.org file. This is no technical issue :-) > With a moderately large contact file column mode goes so slowly I > find myself reluctant to use it. Thus my contact list is now > significantly out of date

Re: [O] Org mode export to Groff MM. Feature Freeze

2012-07-19 Thread Luis Anaya
Nicolas Goaziou writes: > 1. Please do not leave trailing parenthesis (i.e at line 228). Actually, it closes on line 306. I was surprised when you mentioned it being that I use paredit mode to make sure that I do not leave trailing parenthesis (because... I do leave them :) ) This defcustom wi

[O] Smarter fill-paragraph behaviour in #+XXX: comments

2012-07-19 Thread Paul Sexton
I became annoyed at how, when pressing M-Q (fill-paragraph) while in a block like this: #+CAPTION: This is a really long caption that I need #+CAPTION: to describe my table in excruciating and unnecessary detail Org takes no account of the #+ directives and simply smooshes all the lines togethe

Re: [O] Nice example of reproducible research in Org -- add to Worg?

2012-07-19 Thread Thomas S. Dye
John Hendy writes: > On Thu, Jul 19, 2012 at 1:32 PM, Thomas S. Dye wrote: >> John Hendy writes: >> >>> I was looking for Org + ggobi examples and the top google hit was this page: >>> - >>> http://www.biomedicale.univ-paris5.fr/SpikeOMatic/ReproducibleDataAnalysis/ReproducibleDataAnalysis.html

Re: [O] defining custom timestamps

2012-07-19 Thread Jude DaShiell
Someone please correct me if I'm wrong. I think the format strings for org-mode to format dates may come from the date (1) man page. On Thu, 19 Jul 2012, Matt Price wrote: > Hi, > > On HTML export, want my timestamps to display as: > > Thursday, July 19 > > or maybe: > > July 19 (Thu) > >

[O] possible org bug

2012-07-19 Thread Robert Louis McIntyre
I'm trying to upgrade my org distribution and ran into a problem exporting java code blocks to html. I'm using the following: GNU Emacs 24.1.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-06-11 on shirley.hoetzel.info Org-mode version 7.8.11 (release_7.8.11-217-g99ef57 @ /home/r/config/ema

Re: [O] Nice example of reproducible research in Org -- add to Worg?

2012-07-19 Thread John Hendy
On Thu, Jul 19, 2012 at 1:32 PM, Thomas S. Dye wrote: > John Hendy writes: > >> I was looking for Org + ggobi examples and the top google hit was this page: >> - >> http://www.biomedicale.univ-paris5.fr/SpikeOMatic/ReproducibleDataAnalysis/ReproducibleDataAnalysis.html >> >> I initially thought I

Re: [O] Org mode export to Groff MM. Feature Freeze

2012-07-19 Thread Luis Anaya
Nicolas Goaziou writes: > Hello, > > It sure looks interesting. Well, I did it in the spur of the moment. What I'll do is to open a ticket for each of the item to keep track of them. > Here are a few comment about org-e-man.el. > > 1. Please do not leave trailing parenthesis (i.e at line 228)

Re: [O] Nice example of reproducible research in Org -- add to Worg?

2012-07-19 Thread Thomas S. Dye
John Hendy writes: > I was looking for Org + ggobi examples and the top google hit was this page: > - > http://www.biomedicale.univ-paris5.fr/SpikeOMatic/ReproducibleDataAnalysis/ReproducibleDataAnalysis.html > > I initially thought I was looking at Worg due to the theme, but it's > not! It has q

Re: [O] O[GSoC] Org-sync

2012-07-19 Thread Suvayu Ali
On Thu, Jul 19, 2012 at 08:45:33AM -0500, Erik Mitchell wrote: > >> I plan on writing backends for Redmine, Bugzilla, Google Code, Google > >> Task, Toodledo, Remember the milk. > >> But I may not have the time to do them all. What backends would you > >> like me to implement first? Something not i

[O] Nice example of reproducible research in Org -- add to Worg?

2012-07-19 Thread John Hendy
I was looking for Org + ggobi examples and the top google hit was this page: - http://www.biomedicale.univ-paris5.fr/SpikeOMatic/ReproducibleDataAnalysis/ReproducibleDataAnalysis.html I initially thought I was looking at Worg due to the theme, but it's not! It has quite a nice paper providing a r

Re: [O] Setting Refiling Targets

2012-07-19 Thread Moritz Ulrich
Try (setq org-refile-targets `((nil :maxlevel . 9) (org-agenda-files :maxlevel . 9) (,(concat org-directory "/projects/project.org") :maxlevel . 9))) Notice the ` instead of ' and the ,. This feature is called 'quasiquote'. On Thu, Jul 19, 2

Re: [O] Updating org from git repository

2012-07-19 Thread James Harkins
Achim Gratz NexGo.DE> writes: > James Harkins gmail.com> writes: > > So, how do I solve the problem with org-version? > > I already sent an answer to your original question, but somehow that didn't make > it to the list: most likely you've missed a "(require 'org-install)" in your > startup seq

Re: [O] Org mode export to Groff MM. Feature Freeze

2012-07-19 Thread Nicolas Goaziou
Hello, It sure looks interesting. Here are a few comment about org-e-man.el. 1. Please do not leave trailing parenthesis (i.e at line 228). 2. You can remove every `declare-function'. You only need to (require 'org-export) in the file header, actually. 3. You can remove `org-e-man-bab

Re: [O] Centering R babel plots in LaTeX/Beamer export?

2012-07-19 Thread John Hendy
On Thu, Jul 12, 2012 at 4:22 PM, John Hendy wrote: > On Mon, Jul 9, 2012 at 6:24 PM, Nick Dokos wrote: >> John Hendy wrote: >> >>> On Mon, Jul 9, 2012 at 4:26 PM, Nick Dokos wrote: >>> > John Hendy wrote: >>> > >>> >> I'm exporting a Beamer presentation with R babel blocks and my plots >>> >>

Re: [O] defining custom timestamps

2012-07-19 Thread Giovanni Ridolfi
Hi, Matt, Da: Matt Price Inviato: Giovedì 19 Luglio 2012 16:54 > On HTML export,  want my timestamps to display as: > Thursday, July 19 get the variable:  C-h v org-time-stamp-custom-formats and customize with this: ("<%A , %B %e>" . "<%A , %B %e %H:%M>") > or maybe: > July 19 (Thu) exe

[O] defining custom timestamps

2012-07-19 Thread Matt Price
Hi, On HTML export, want my timestamps to display as: Thursday, July 19 or maybe: July 19 (Thu) instead of the default 2012-07-19 Thu I've tried setting org-time-stamp-custom-formats but I haven't been able to find the documentation that explains the formatting strings. Also I'm not exactl

[O] Fix documentation for `org-mobile-post-pull-hook'

2012-07-19 Thread Moritz Ulrich
This hook only runs when there were new items in the inbox. Documentation says it runs after each `org-mobile-pull'. -- Moritz Ulrich

Re: [O] changing all timestamps in a document by a certain value?

2012-07-19 Thread Matt Price
On Wed, Jul 18, 2012 at 11:48 PM, Nick Dokos wrote: > Matt Price wrote: > > > I'm revising my course syllabi for next Fall and therefore need to > > update all the timestamps. In this case, I need to add 361 days to > > every stamp. Is there a function somewhere that can read a timestamp, > >

Re: [O] Feature that org mode needs most

2012-07-19 Thread Giovanni Ridolfi
Da: John Hendy Inviato: Mercoledì 18 Luglio 2012 20:26 Hi, John > You might want to check out Brent's answer to a similar question I > asked a bit back (basically an expanded version of some answers given > above): > - http://www.mail-archive.com/emacs-orgmode@gnu.org/msg40499.html I haven't to

Re: [O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-19 Thread Jambunathan K
Thanks. I have taken care for org-odt.el. Any `flet's in org-e-odt.el will also be removed in the next commit. --

Re: [O] O[GSoC] Org-sync

2012-07-19 Thread Erik Mitchell
>> I plan on writing backends for Redmine, Bugzilla, Google Code, Google >> Task, Toodledo, Remember the milk. >> But I may not have the time to do them all. What backends would you >> like me to implement first? Something not in this list? I've thought about writing adapters for Redmine, Jira, an

Re: [O] O[GSoC] Org-sync

2012-07-19 Thread Wes Hardaker
Aurélien Aptel writes: > I plan on writing backends for Redmine, Bugzilla, Google Code, Google > Task, Toodledo, Remember the milk. > But I may not have the time to do them all. What backends would you > like me to implement first? Something not in this list? I think a RtM plugin would be fantas

Re: [O] Setting Refiling Targets

2012-07-19 Thread Varun Vats
Hi Moritz, Thank you for the tip. That worked for me! -- Sincerely, Varun Vats Graduate Student University of Wisconsin, Madison mailvarunv...@gmail.com

Re: [O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-19 Thread Vladimir Lomov
Hello, ** Eric Schulte [2012-07-18 22:13:45 -0600]: > Achim Gratz writes: >> Eric Schulte writes: >>> This attached alternate patch introduces two new compatibility macros >>> named `org-flet' and `org-labels' in org-macs.el. These macros are >>> aliased to the appropriate cl macro depending on

Re: [O] [Orgmode] Re: contact management in org-mode?

2012-07-19 Thread Russell Adams
Regarding contact management in Org the way I described it below, I wanted to share issues I've had since. First, I've found myself very lax updating my Contacts.org file. With a moderately large contact file column mode goes so slowly I find myself reluctant to use it. Thus my contact list is now

[O] Setting Refiling Targets

2012-07-19 Thread Varun Vats
Hi, I am trying to add to my refile target list a file that exists in a sub-directory of org-directory. I have tried to do this by concatenating the variable org-directory with the string containing the path to the file like so: (setq org-refile-targets '((nil :maxlevel . 9)