Re: [O] [patch] Support CUSTOM_ID property in latex export

2014-02-15 Thread Richard Lawrence
Nicolas Goaziou writes: > Richard Lawrence writes: > >> Here is a patch to add support for using CUSTOM_ID properties for labels >> and refs in the LaTeX exporter. > > Thank you for the patch. Though, I don't understand why it is needed. > >> I also need this behavior, which is why I wrote this.

Re: [O] [patch] Support CUSTOM_ID property in latex export

2014-02-15 Thread Nicolas Goaziou
Hello, Richard Lawrence writes: > Here is a patch to add support for using CUSTOM_ID properties for labels > and refs in the LaTeX exporter. Thank you for the patch. Though, I don't understand why it is needed. > The patch uses the value of CUSTOM_ID when exporting a headline for the > associa

Re: [O] Graph not hierarchical?

2014-02-15 Thread Eric S Fraga
Lawrence Bottorff writes: > Org mode seems to lack data extraction/insertion. Check out http://orgmode.org/worg/dev/org-syntax.html and maybe org-element.el in the org mode distribution you are using. I've not tried the org element parser but others on this list have so I'm sure you can g

[O] [patch] Support CUSTOM_ID property in latex export

2014-02-15 Thread Richard Lawrence
>From 81115d0884c165778520aa1b4d4fa83580417e1c Mon Sep 17 00:00:00 2001 From: Richard Lawrence Date: Sat, 15 Feb 2014 11:59:44 -0800 Subject: [PATCH] LaTeX export: support CUSTOM_ID property in section labels and link refs * lisp/ox-latex.el (org-latex-headline): when exporting a headline, if

Re: [O] simple way to call `C-c a v' or a way to bind it to a key?

2014-02-15 Thread Thorsten Jolitz
Yasushi SHOJI writes: > Hi, > > On Feb 15, 2014 11:38 PM, "Thorsten Jolitz" wrote: >> >> ,--- >> | (global-set-key (kbd "") 'org-agenda) >> `--- > > Thanks, but that's still two keys away. I want a single key to call

Re: [O] Sub-totals

2014-02-15 Thread Cecil Westerhof
2014-02-15 18:14 GMT+01:00 Cecil Westerhof : > 2014-02-15 16:19 GMT+01:00 Michael Brand : > > What about this?: >> >> |--+--+-| >> | activity | Time | sub | >> |--+--+-| >> | Activity A |3 | | >> |--+--+-| >> | Activity B

Re: [O] Sub-totals

2014-02-15 Thread Cecil Westerhof
2014-02-15 16:19 GMT+01:00 Michael Brand : > What about this?: > > |--+--+-| > | activity | Time | sub | > |--+--+-| > | Activity A |3 | | > |--+--+-| > | Activity B |5 | 34 | > | Activity C |2 | 34 | > | Activ

Re: [O] simple way to call `C-c a v' or a way to bind it to a key?

2014-02-15 Thread Yasushi SHOJI
Hi, On Feb 15, 2014 11:38 PM, "Thorsten Jolitz" wrote: > >,--- >| (global-set-key (kbd "") 'org-agenda) >`--- Thanks, but that's still two keys away. I want a single key to call the function. Regards, --

Re: [O] Graph not hierarchical?

2014-02-15 Thread Lawrence Bottorff
Org mode seems to lack data extraction/insertion. There's agenda view, but that's just one method. Obviously, you could use things like grep or other command-line Unix utilities, but being able to organize and extract based on your stuff being stored graph-aware would be nice, IMHO. Being able to t

Re: [O] Sub-totals

2014-02-15 Thread Michael Brand
Hi Cecil What about this?: |--+--+-| | activity | Time | sub | |--+--+-| | Activity A |3 | | |--+--+-| | Activity B |5 | 34 | | Activity C |2 | 34 | | Activity D |7 | 34 | | Activity E |8 | 34 |

Re: [O] simple way to call `C-c a v' or a way to bind it to a key?

2014-02-15 Thread Thorsten Jolitz
Yasushi SHOJI writes: > Hello, > > These days I hit `C-c a v' many many times a day, and now feel that > the three key combination is too much. I'd like to improve the > situation by binding the same functionality to a key, say, F12, if > possible. > > Looking at the `org-agenda' dispatch code, t

[O] Sub-totals

2014-02-15 Thread Cecil Westerhof
At the moment I have the folowing: |--+--+-| | activity | Time | sub | |--+--+-| | Activity A |3 | | | Activity B |5 | | | Activity C |2 | | | Activity D |7 | | | Activity E |8 | | | Activity F | 12 |

Re: [O] parser: verbatim or code?

2014-02-15 Thread Nick Dokos
Yasushi SHOJI writes: > Hello, > > While writing a new exporter I've noticed that `=' is actually for > verbatim and `~' is for code emphasis despite the fact that the > current org manual says: > > You can make words *bold*, /italic/, _underlined_, =code= and > ~verbatim~ > > Is this

[O] parser: verbatim or code?

2014-02-15 Thread Yasushi SHOJI
Hello, While writing a new exporter I've noticed that `=' is actually for verbatim and `~' is for code emphasis despite the fact that the current org manual says: You can make words *bold*, /italic/, _underlined_, =code= and ~verbatim~ Is this documentation bug? regards, --

[O] simple way to call `C-c a v' or a way to bind it to a key?

2014-02-15 Thread Yasushi SHOJI
Hello, These days I hit `C-c a v' many many times a day, and now feel that the three key combination is too much. I'd like to improve the situation by binding the same functionality to a key, say, F12, if possible. Looking at the `org-agenda' dispatch code, there are quite a few lines before call

Re: [O] beamer export org 8.0.2

2014-02-15 Thread Mohamed
Achim Gratz nexgo.de> writes: > > Mohamed writes: > > I have a problem with beamer export. > > (Org-mode version 8.0.2 (8.0.2-dist /home/user/.emacs.d/elpa/org-20140127/) > > You have a problem with your installation. You are apparently running a > mixed installation between Org from a tarb

Re: [O] beamer export org 8.0.2

2014-02-15 Thread Achim Gratz
Mohamed writes: > I have a problem with beamer export. > (Org-mode version 8.0.2 (8.0.2-dist @ /home/user/.emacs.d/elpa/org-20140127/) You have a problem with your installation. You are apparently running a mixed installation between Org from a tarball and Org ELPA. Fix that first, please, then

Re: [O] Graph not hierarchical?

2014-02-15 Thread Eric S Fraga
Lawrence Bottorff writes: > Is there any way to have org mode simulate a graph structure rather than > always a (folding) hierarchy? Sure: you could superimpose a graph structure using headline properties. You could define CHILDREN, PARENT, NODES, NEXT, PREVIOUS, ... types of properties entrie

Re: [O] beamer export org 8.0.2

2014-02-15 Thread Eric S Fraga
Mohamed writes: > Dear All, > I have a problem with beamer export. > (Org-mode version 8.0.2 (8.0.2-dist @ /home/user/.emacs.d/elpa/org-20140127/) > when trying to export a small file I got the following message: There's really not enough information here to figure out what has gone wrong. Can