[O] (no subject)

2013-01-29 Thread Martin Beck
I'm 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 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 co

[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 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 node. > > Have you

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

2013-01-29 Thread Thomas S. Dye
Aloha Achim, Achim Gratz writes: > Thomas S. Dye 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 and stand

[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) w

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 Cavalc

[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 i

[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) ru

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

2013-01-29 Thread Thomas S. Dye
Aloha Thorsten, Thorsten Jolitz 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 or 'minted, then

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 wrote: > If I load a python source file using python-mode.el, and then subsequently > look at a .org file using org-mode.e

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: con

[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 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 > `--- > >> If

Re: [O] Macro question with new texinfo exporter

2013-01-29 Thread Thomas S. Dye
Nicolas Goaziou 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 {{{kbd("C-,")}}

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

2013-01-29 Thread Bernt Hansen
Thorsten Jolitz 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' a

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" 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 >> '3-2' where my int

[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 2

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 wrote: > > > On Tue 29-Jan-2013 21:00 > "Sebastien Vauban" 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 t

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

2013-01-29 Thread Daimrod
"Sebastien Vauban" 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 clocked file whe

[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 Dav

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

2013-01-29 Thread Sebastien Vauban
Hello Daimrod, Daimrod wrote: > "Sebastien Vauban" 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 current

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

2013-01-29 Thread Nick Dokos
Sebastien Vauban 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 amount of Org fi

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

2013-01-29 Thread Daimrod
"Sebastien Vauban" writes: > Hello Daimrod, > > Daimrod wrote: >> "Sebastien Vauban" 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 ag

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, inser

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 confusio

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 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) >>

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

2013-01-29 Thread Sebastien Vauban
Daimrod, Daimrod wrote: > "Sebastien Vauban" writes: >> Daimrod wrote: >>> "Sebastien Vauban" 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' whe

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 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 sort

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

2013-01-29 Thread Nick Dokos
Sebastien Vauban 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 that line, and

Re: [O] Testing my Org installation

2013-01-29 Thread Bastien
Hi David, David Rogers 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 there any easy tests I can

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 writes: >> These are t

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

2013-01-29 Thread Bastien
HI Sébastien, "Sebastien Vauban" 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 > > This may have something to do with my big

[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 extrapolat

[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 onl