Re: [O] Export datetree item subtree with its date, not the file's

2015-10-21 Thread Eric S Fraga
On Tuesday, 20 Oct 2015 at 17:49, Göktuğ Kayaalp wrote: > Hello, > > Thanks for your response. As you suggest, I switched to using the > EXPORT_DATE property. It works as expected. > > Now a little problem that I have is that I cannot have timestamps like > «10 September 2015» in my exports, but

[O] Agenda to iCal not working

2015-10-21 Thread Ken Mankoff
I'm using the examples from https://www.gnu.org/software/emacs/manual/html_node/org/Exporting-Agenda-Views.html Specifically, (setq org-agenda-custom-commands '(("X" agenda "" nil ("agenda.html" "agenda.ps")) ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps")) ("h" "Age

Re: [O] org-agenda-scheduled-leaders and repeating tasks

2015-10-21 Thread Matt Lundin
Nicolas Goaziou writes: > cesar mena writes: > >> i tracked this down to the function org-time-string-to-absolute. when >> rendering the agenda it gets called with today as its DAYNR argument, >> which causes "org-closest-date" to return "today" for the case of >> repeating timestamps. >> >> i

[O] Bug: `org-timestamp-format' does not return correct time [8.2.10 (8.2.10-41-g42228a-elpa @ /home/gk/.emacs.d/packages/org-20150601/)]

2015-10-21 Thread Göktuğ Kayaalp
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

[O] subject tree listing from publish

2015-10-21 Thread Greg O'Keefe
Hi, I keep a directory of notes as .org files, and use publish to generate .html from them. This produces sitemap.html - a table of the #+TITLEs, and theindex.html built from #+INDEX entries I have added. I would like a third summary .html page which lists the notes organised in a tree by subjec

[O] Bug: LaTeX export: internal target + \autoref{} broken [8.3.2 (8.3.2-elpaplus @ /home/myq/.emacs.d/elpa/org-plus-contrib-20150929/)]

2015-10-21 Thread ☕◦m̰̱̐y̿q̟̽
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --

Re: [O] Bug: LaTeX export: internal target + \autoref{} broken [8.3.2 (8.3.2-elpaplus @ /home/myq/.emacs.d/elpa/org-plus-contrib-20150929/)]

2015-10-21 Thread Andreas Leha
Hi ☕◦m̰̱̐y̿q̟̽, ☕◦m̰̱̐y̿q̟̽ writes: > > Given the following Org document: > > , > | #+MACRO: refp \autoref{$1}, \autopageref{$1} > | > | > | * section > | > | Please see the results in {{{refp(sec:info)}}}. > | > | * info<> > | > | The results are here. > ` > > When exporting to LaTex, I

[O] order in agenda

2015-10-21 Thread Andreas Leha
Hi all, I am aware, that overlapping events cannot be displayed really well in the (linear) agenda view. But if I have two events starting at the same (day and) time, I'd prefer the one with the later end time to appear always below the other one. Is that already achievable? Here is an excerpt

Re: [O] multi letter agenda commands

2015-10-21 Thread Matt Lundin
Subhan Michael Tindall writes: > It's already built in to custom agendas. See > http://pages.sachachua.com/.emacs.d/Sacha.html#unnumbered-80 for > excellent agenda examples. Sacha is a great resource for most things > org And there's also the manual. ;) "The initial string in each entry defines

Re: [O] preparing a R course in org for slides..can i link back to org document?

2015-10-21 Thread Matt Lundin
Xebar Saram writes: > > I am building an introduction to R course using org (and now > org-reveal!). in some slide i show code blocks and would like to show > the students the actual run of the code. > I was wondering if anyone knew if there is a way to press a link in my > reveal slide show that

Re: [O] order in agenda

2015-10-21 Thread Nick Dokos
Andreas Leha writes: > I am aware, that overlapping events cannot be displayed really well in > the (linear) agenda view. But if I have two events starting at the same > (day and) time, I'd prefer the one with the later end time to appear > always below the other one. Is that already achievable

Re: [O] Org-agenda-leaders

2015-10-21 Thread Matt Lundin
Uwe Jochum writes: > Hi all, > > when I switched to the orgmode 8.3.2 quite a lot of entries in my > weekly agenda disappeared. This seems to be related to the fact that I > renamed the agenda leaders like so: > > '(org-agenda-deadline-leaders (quote ("FRIST: " "In %3d d.: "))) > > '(org-agend

Re: [O] order in agenda

2015-10-21 Thread Andreas Leha
Hi Nick, Nick Dokos writes: > Andreas Leha writes: > >> I am aware, that overlapping events cannot be displayed really well in >> the (linear) agenda view. But if I have two events starting at the same >> (day and) time, I'd prefer the one with the later end time to appear >> always below the o

[O] ox-html HOWTO? exporting #+RESULTS inside div

2015-10-21 Thread Cook, Malcolm
Hi, I would like to contrive for the contents of results blocks to be embedded in a new div with a common class of org-results-container. Can this be accomplished through configuring ox-html somehow? Or must I contrive to modify ox-html.el source? Or is this "Just A Bad Idea" (tm). My use cas

[O] Bizarre C-c ' error

2015-10-21 Thread Lawrence Bottorff
I found this bizarre thing while doing some babel coding. I start by putting this template together #+name: leibniz_3 #+begin_src lisp :session :exports code :results silent #+end_src Then from this page I copy this code (some 40 lines d

Re: [O] preparing a R course in org for slides..can i link back to org document?

2015-10-21 Thread Ista Zahn
On Mon, Oct 19, 2015 at 7:29 AM, Eric S Fraga wrote: > On Monday, 19 Oct 2015 at 11:05, Xebar Saram wrote: >> Also if people are using other alternative to org-reveal that can do that i >> also wouldnt mind to try it out (a long as its as simple as org-revel :-)) > > You might want to try org-tree

Re: [O] preparing a R course in org for slides..can i link back to org document?

2015-10-21 Thread John Kitchin
I use org-show (https://github.com/jkitchin/jmax/tree/master/org) which is similar to these other solutions, but runs in emacs in a slide show mode. It is an adaptation of some of Sacha's code. You can see it in action here: https://www.youtube.com/watch?v=JZ8RK-R9O_g Ista Zahn writes: > On Mo

Re: [O] Bizarre C-c ' error

2015-10-21 Thread John Kitchin
I think that is normal. The comma is some way that org escapes the * so it cannot be mistaken for a headline. The comma should have no effect on running the code with C-c C-c, and it should go away when you run C-c ' in the src-block, and reappear when you exit that. If you get rid of the leading *

Re: [O] ox-html HOWTO? exporting #+RESULTS inside div

2015-10-21 Thread Charles C. Berry
On Wed, 21 Oct 2015, Cook, Malcolm wrote: Hi, I would like to contrive for the contents of results blocks to be embedded in a new div with a common class of org-results-container. Try this: --8<---cut here---start->8--- #+BEGIN_SRC shell :exports both :wr

Re: [O] Rescheduling timestamps on a headline (not the next line)

2015-10-21 Thread Matt Lundin
Michael Hoffman writes: > I am using org-mode 8.2.10. I often like to keep SCHEDULED and > DEADLINE timestamps on the headline so they are more compact and show > up even when I have collapsed that tree. Unfortunately, in this case, > (org-schedule) and (org-deadline) add a new timestamp on the s

Re: [O] Bug: `org-timestamp-format' does not return correct time [8.2.10 (8.2.10-41-g42228a-elpa @ /home/gk/.emacs.d/packages/org-20150601/)]

2015-10-21 Thread Kyle Meyer
Göktuğ Kayaalp writes: > The function `org-timestamp-format' returns bad values: > > (org-timestamp-format "<2015-10-07 Wed>" "%d %B %Y") > "30 November -001" > (org-timestamp-format "[2015-10-07 Wed]" "%d %B %Y") > "30 November -001" > (org-timestamp-format "[2015-10-07]" "%d

Re: [O] ox-html HOWTO? exporting #+RESULTS inside div

2015-10-21 Thread Cook, Malcolm
Charles, Excellent - that is precisely what I needed. Additionally, I can avoid having to include the :wrap keyword on every header by specifying a single buffer-wide header arguments, such as #+PROPERTY: header-args :wrap org-results-container Thanks, ~ malcolm_c...@stowers.org _

Re: [O] [Not a] Bug : LaTeX export: internal target + \autoref{}broken [8.3.2 (8.3.2-elpaplus /home/myq/.emacs.d/elpa/org-plus-contrib-20150929/)]

2015-10-21 Thread ☕◦m̰̱̐y̿q̟̽
Andreas Leha med.uni-goettingen.de> and Rasmus gmx.us> write: > ☕◦m̰̱̐y̿q̟̽ gmail.com> writes: > > > > Given the following Org document: > > > > , > > | #+MACRO: refp \autoref{$1}, \autopageref{$1} > > | > > | > > | * section > > | > > | Please see the results in {{{refp(sec:info)}}}. > > |

Re: [O] Bug: LaTeX export: internal target + \autoref{} broken [8.3.2 (8.3.2-elpaplus @ /home/myq/.emacs.d/elpa/org-plus-contrib-20150929/)]

2015-10-21 Thread Rasmus
☕◦m̰̱̐y̿q̟̽ writes: > Given the following Org document: > > , > | #+MACRO: refp \autoref{$1}, \autopageref{$1} > | > | > | * section > | > | Please see the results in {{{refp(sec:info)}}}. > | > | * info<> > | > | The results are here. > ` > > When exporting to LaTex, I expect `autoref'

Re: [O] Org-agenda-leaders

2015-10-21 Thread Uwe Jochum
Dear Matt, thanks! I'll try a fresh install of Emacs and orgmode this weekend and see what will happen. My Emacs is 24.3.1 on a Linux Mint machine. Besten Dank, Uwe Jochum Matt Lundin schrieb am 2015-10-21 um 17:03 Uhr: Uwe Jochum writes: Hi all, when I switched to the orgmode 8.3.2 qu