[O] (no subject)

2013-01-29 Thread Martin Beck
Im trying to create a custom agenda setup for my org-mode and I wonder how I can sort the agenda-items by date (Scheduled or deadline): newest first.I only found time-up / time-down in the parameters, but that does not seem to do what I need.Another important point would be how to handle items

Re: [O] Info: (org)Customizing tables in ODT export

2013-01-29 Thread Jambunathan K
t...@tsdye.com (Thomas S. Dye) writes: Aloha Jambu, Thanks for looking into this. Jambunathan K kjambunat...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: Aloha all, Section 12.8.11.4 of the info version of the Org mode manual is truncated in the middle of an emacs-lisp

[O] Temporally/occasionally turn off hooks?

2013-01-29 Thread Thorsten Jolitz
Hi List, I copied this from Bernt Hansens set-up: ,--- | org-insert-heading-hook is a variable defined in `org.el'. | Its value is (bh/insert-heading-inactive-timestamp) | Original value was nil

Re: [O] Info: (org)Customizing tables in ODT export

2013-01-29 Thread Thomas S. Dye
Aloha Jambu, Jambunathan K kjambunat...@gmail.com writes: I am able to scroll/move up/down the info node without any issues. In the tiff file that you have attached, the section heading corresponding to 12.8.11.4 is underlined with dots. For me, there is no such dotted underline in the

Re: [O] Info: (org)Customizing tables in ODT export

2013-01-29 Thread Thomas S. Dye
Aloha Achim, Achim Gratz strom...@nexgo.de writes: Thomas S. Dye tsd at tsdye.com writes: Section 12.8.11.4 of the info version of the Org mode manual is truncated in the middle of an emacs-lisp code block. I see the full file in pdf and html. I get the complete section shown in Emacs

[O] Bug: ODT export and environments

2013-01-29 Thread Cassio Koshikumo
Hello, I think there's a bug when exporting files to ODT using environments (center, quote etc.). Sample file: * Testing #+BEGIN_CENTER First line. Second line. #+END_CENTER When exporting that, only First line will have the correct style OrgCenter. Second line (and all subsequent ones) will

Re: [O] How to use org-capture with dynamic ID targets?

2013-01-29 Thread Darlan Cavalcante Moreira
It works! Thanks Eric. The backquote plus ',' did the job. I now understand why my previous attempts didn't work and I can imagine what would be necessary to implement the feature I requested (not worth it). -- Darlan At Tue, 29 Jan 2013 13:26:05 +0800, Eric Abrahamsen wrote: Darlan

[O] Bug(?) in LaTeX export?

2013-01-29 Thread Thorsten Jolitz
Hi List, when I export an Org file with Source blocks to LaTeX (:exports code), the blocks are converted into environments of package 'listings': ,-- | \lstset{language=...} | \begin{lstlisting} | (def ... ) | \end{lstlisting} `-- but: 1. the package

[O] Bug report: interaction with python-mode.el

2013-01-29 Thread Greg Novak
If I load a python source file using python-mode.el, and then subsequently look at a .org file using org-mode.el, I get an error: Lisp error: (wrong-type-argument stringp nil) and then I cannot see my .org file (nothing is displayed in the buffer). Specifically the steps to reproduce are: 1)

Re: [O] Bug(?) in LaTeX export?

2013-01-29 Thread Thomas S. Dye
Aloha Thorsten, Thorsten Jolitz tjol...@googlemail.com writes: Hi List, when I export an Org file with Source blocks to LaTeX (:exports code), the blocks are converted into environments of package 'listings': What is the value of the variable org-export-latex-listings? If it is 'listings

Re: [O] Bug report: interaction with python-mode.el

2013-01-29 Thread Greg Novak
Apologies, this seems to have been fixed in the latest development sources for python-mode.el. Please disregard. Thanks, Greg On Tue, Jan 29, 2013 at 3:12 PM, Greg Novak greg.no...@gmail.com wrote: If I load a python source file using python-mode.el, and then subsequently look at a .org

Re: [O] Bug(?) in LaTeX export?

2013-01-29 Thread Thorsten Jolitz
t...@tsdye.com (Thomas S. Dye) writes: Hi Tom, What is the value of the variable org-export-latex-listings? ,--- | org-export-latex-listings's value is t `--- If it is 'listings or 'minted, then there is quite a bit of

Re: [O] Macro question with new texinfo exporter

2013-01-29 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: I have the following two macros: #+MACRO: markup @@info:@$1{@@$2@@info:}@@ #+MACRO: kbd {{{markup(kbd,$1)}}} When I export to texinfo using the new exporter, the following macro call triggers an error (byte-code: Wrong type argument: consp,

[O] Date/time prompt parses '3-2' as 'Month-Day', can I configure it to parse it as 'Day-Month' ?

2013-01-29 Thread Marcel van der Boom
Hi, The date/time prompt, as described at [1], helps me a lot to quickly go over items and (re-)schedule or put a deadline to them. It has bitten me a couple of times though where I typed '3-2' where my intention was to put it at the 'third of february' and ended up with something at the 'second

Re: [O] Bug(?) in LaTeX export?

2013-01-29 Thread Thomas S. Dye
Hi Thorsten, Thorsten Jolitz tjol...@googlemail.com writes: t...@tsdye.com (Thomas S. Dye) writes: Hi Tom, What is the value of the variable org-export-latex-listings? ,--- | org-export-latex-listings's value is t

Re: [O] Macro question with new texinfo exporter

2013-01-29 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: I didn't try it, but it probably comes from the syntax of macros, which is a bit brittle wrt commas. We ought to modify it. Perhaps something like: {{{name arg1 arg2 with space arg3 \with\ quote}}} So, with the modification, I'd write

Re: [O] Temporally/occasionally turn off hooks?

2013-01-29 Thread Bernt Hansen
Thorsten Jolitz tjol...@googlemail.com writes: I copied this from Bernt Hansens set-up: ,--- | org-insert-heading-hook is a variable defined in `org.el'. | Its value is (bh/insert-heading-inactive-timestamp) | Original value was nil

Re: [O] Date/time prompt parses '3-2' as 'Month-Day', can I configure it to parse it as 'Day-Month' ?

2013-01-29 Thread Sebastien Vauban
Hi Marcel, Marcel van der Boom wrote: The date/time prompt, as described at [1], helps me a lot to quickly go over items and (re-)schedule or put a deadline to them. It has bitten me a couple of times though where I typed '3-2' where my intention was to put it at the 'third of february' and

Re: [O] Date/time prompt parses '3-2' as 'Month-Day', can I configure it to parse it as 'Day-Month' ?

2013-01-29 Thread Marcel van der Boom
On Tue 29-Jan-2013 21:00 Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Marcel van der Boom wrote: The date/time prompt, as described at [1], helps me a lot to quickly go over items and (re-)schedule or put a deadline to them. It has bitten me a couple of times though where I typed

[O] How to improve Org startup time?

2013-01-29 Thread Sebastien Vauban
Hello, Please find here an enriched log of the packages which are loaded for Org, and the time it takes. --8---cut here---start-8--- [2013-01-29 21:20:18] (info) +- Requiring `appt'... [2013-01-29 21:20:18] (info) +- Requiring `diary-lib'... [2013-01-29

Re: [O] Date/time prompt parses '3-2' as 'Month-Day', can I configure it to parse it as 'Day-Month' ?

2013-01-29 Thread Nick Dokos
Marcel van der Boom mar...@hsdev.com wrote: On Tue 29-Jan-2013 21:00 Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Marcel van der Boom wrote: The date/time prompt, as described at [1], helps me a lot to quickly go over items and (re-)schedule or put a deadline to them. It

Re: [O] How to improve Org startup time?

2013-01-29 Thread Daimrod
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hello, Hello Sebastien, I would like to have: - the minimal Org config loaded when opening any .org file; IOW, certainly not the agenda files! - all files in `org-agenda-files' when calling any agenda view (C-c a ...) - the current

[O] Testing my Org installation

2013-01-29 Thread David Rogers
Hi everyone. I'm using org-mode from ELPA. 1. Which require statements should and should not be in my init file? 2. Are there any easy tests I can do to make sure everything is working properly? M-x org-version is giving me a good answer, just wondering about anything else. -- Thanks

Re: [O] How to improve Org startup time?

2013-01-29 Thread Sebastien Vauban
Hello Daimrod, Daimrod wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: I would like to have: - the minimal Org config loaded when opening any .org file; IOW, certainly not the agenda files! - all files in `org-agenda-files' when calling any agenda view (C-c a ...) - the

Re: [O] How to improve Org startup time?

2013-01-29 Thread Nick Dokos
Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: In particular, you'll see that *16 seconds* are lost between 21:20:30 and 21:20:46. They correspond to the executiong of just *one line*: #+begin_src emacs-lisp (org-agenda-to-appt) #+end_src This may have something to do with my big

Re: [O] How to improve Org startup time?

2013-01-29 Thread Daimrod
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hello Daimrod, Daimrod wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: I would like to have: - the minimal Org config loaded when opening any .org file; IOW, certainly not the agenda files! - all files in

Re: [O] Info: (org)Customizing tables in ODT export

2013-01-29 Thread Achim Gratz
Thomas S. Dye writes: (/Users/dk/.emacs.d/src/org-mode/doc/./org.texi (/Users/dk/.emacs.d/src/org-mode/doc/texinfo.tex Loading texinfo [version 2012-01-03.18]: pdf, fonts, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references,

Re: [O] Date/time prompt parses '3-2' as 'Month-Day', can I configure it to parse it as 'Day-Month' ?

2013-01-29 Thread Achim Gratz
Nick Dokos writes: (untested) I believe you can enter dates in european dot notation: 2013.2.3 I don't know any place in Europe using such a format, the one that is used at least here is D[D].M[M].[YY[YY]] (but it also suffers from the same sort of potential ambiguity and confusion

Re: [O] How to improve Org startup time?

2013-01-29 Thread Sebastien Vauban
Hi Nick, Thanks for looking into this as well! Nick Dokos wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: In particular, you'll see that *16 seconds* are lost between 21:20:30 and 21:20:46. They correspond to the executiong of just *one line*: #+begin_src emacs-lisp

Re: [O] How to improve Org startup time?

2013-01-29 Thread Sebastien Vauban
Daimrod, Daimrod wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Daimrod wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: I would like to have: - the minimal Org config loaded when opening any .org file; IOW, certainly not the agenda files! - all files in

Re: [O] Date/time prompt parses '3-2' as 'Month-Day', can I configure it to parse it as 'Day-Month' ?

2013-01-29 Thread Nick Dokos
Achim Gratz strom...@nexgo.de wrote: Nick Dokos writes: (untested) I believe you can enter dates in european dot notation: 2013.2.3 I don't know any place in Europe using such a format, the one that is used at least here is D[D].M[M].[YY[YY]] (but it also suffers from the same

Re: [O] How to improve Org startup time?

2013-01-29 Thread Nick Dokos
Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: This may have something to do with my big amount of Org files in `org-agenda-files': 36 at this point. But is that so big?? I don't think so. I'm sure it is, as I wrote (removed from the joined log) a message call before and after

Re: [O] Testing my Org installation

2013-01-29 Thread Bastien
Hi David, David Rogers davidandrewrog...@gmail.com writes: 1. Which require statements should and should not be in my init file? None. You just need to initialize the package configuration with (package-initialize) before using any Org autoloaded function in your .emacs file. 2. Are

Re: [O] Info: (org)Customizing tables in ODT export

2013-01-29 Thread Thomas S. Dye
Hi Achim, I found my way to the top of the 'make update' output. It looks like makeinfo thinks all is well (assuming its complaints would be visible here): makeinfo --no-split org.texi -o org makeinfo --html --number-sections --no-split -o org.html org.texi Achim Gratz strom...@nexgo.de

Re: [O] How to improve Org startup time?

2013-01-29 Thread Bastien
HI Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: In particular, you'll see that *16 seconds* are lost between 21:20:30 and 21:20:46. They correspond to the executiong of just *one line*: #+begin_src emacs-lisp (org-agenda-to-appt) #+end_src

[O] Quick comment on the website

2013-01-29 Thread Aubrey Raech
Bit of an off-topic comment. The website for org-mode (http://orgmode.org/) is fantastic. It's well laid out, helpful, and beautiful to look at. Whoever's in charge of maintaining it is doing a great job! Thanks, -- Aubrey There are two types of people in the world: those who can

[O] [patch] org-mobile-edit: Fix addheading parent-level bug

2013-01-29 Thread James Harkins
I've sent some messages to this list about a bug that manifests in org-mobile (although the cause is in orgmode itself, and is not specific to org-mobile). One of those messages is a bug report, with steps to reproduce that do not depend on having MobileOrg set up (so anyone can look at it, not