Re: [O] Problem with org-agenda-clockreport-mode and tag-filtered view in agenda

2014-11-26 Thread Sebastien Vauban
Dear Benoit, PROBLEM: Agenda clock report mode does not take into consideration filtered view anymore (C-u R in agenda view). It's behavior changed somewhere between version 8.2.4 (for which it works) and version 8.2.10 (for which it doesn't work anymore). Is it a bug or is it intentional?

[O] [PATCH] org-eww.el: Fix org-store-link for eww-mode

2014-11-26 Thread Marco Wahl
Hello! Find a small fix to keep up with the eww evolvement. I'll try to push the patch immediately since it is so small, resides in contrib and already helps me. But of course any comments are welcome, as always, thanks. -- http://www.wahlzone.de GPG: 0x49010A040A3AE6F2 From

[O] Customizing Timestamps in html Export.

2014-11-26 Thread Ian Barton
I can't work out how to do this. I want to customize the format of timestamps when I publish a project to html. There seem to be various variables, such as org-html-metadata-timestamp-format, which customize the format in pre and postambles and when using the DATE: buffer option, but nothing

Re: [O] [PATCH] Improve success message from org-remove-file.

2014-11-26 Thread Nicolas Goaziou
Karl Fogel kfo...@red-bean.com writes: I didn't include TINYCHANGE on purpose. The guidelines say: | If the change is a minor change made by a committer without | copyright assignment to the FSF, the commit message should also | contain the cookie TINYCHANGE (anywhere in the message).

Re: [O] Including files, a question

2014-11-26 Thread Nicolas Goaziou
Hello, Samuel W Flint swfl...@flintfam.org writes: When including org files, is there a way to ignore the #+TITLE: directives, and such? I have several separate org files, which contain different things, which can be kept separate, but would also be nice together, and would like to only

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-11-26 Thread Nicolas Goaziou
Hello, Marcin Borkowski mb...@wmi.amu.edu.pl writes: Now that I actually started work on my exporter, I'd like to investigate this further. The thing is, I'm not sure where to start. First of all, I have a bit old Org-mode (without latex-math-blocks); I guess I'll just have to update it

[O] How to view everything DONE today?

2014-11-26 Thread Sascha Ziemann
Hi, I tried to get a list of all items done today. I tried to open the agenda view but is does not show anything. What is the right command to see the items done today? Regards, Sascha

Re: [O] [RFC] Change property drawer syntax

2014-11-26 Thread Sebastien Vauban
Hello Nicoalas, Nicolas Goaziou wrote: Sebastien Vauban writes: I've done that but, now, it does not support anymore the structure I had in all my Org files: ** TODO Show typical Org entry SCHEDULED: 2014-11-08 Sat :LOGBOOK: CLOCK: [2014-11-11 Tue 12:35]--[2014-11-11 Tue

Re: [O] [RFC] Change property drawer syntax

2014-11-26 Thread Sebastien Vauban
Nicolas, Sebastien Vauban wrote: Sebastien Vauban wrote: After heavy testing (on all my Org files, I mean) of the function `org-repair-property-drawers', it works perfectly except for the following corner-case (when there are Org properties in quote blocks). I did not retest (yet) the same

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-11-26 Thread John Kitchin
I played around with this a little. Here is a minimal kind of example with a custom exporter that handles quiz blocks separately. The quiz block can have some attributes defined that get used in rendering the HTML. Is this along the lines of what you are trying to do? * A custom type

[O] bug#18785: 24.4.1; Emacs hangs with Org mode when point is in LOGBOOK

2014-11-26 Thread Eli Zaretskii
From: Sebastien Vauban sva-n...@mygooglest.com Cc: 18...@debbugs.gnu.org Date: Wed, 26 Nov 2014 14:11:31 +0100 Lisp Backtrace: line-end-position (0x88ccb0) back-to-indentation (0x88cdf8) current-left-margin (0x88cf60) move-to-left-margin (0x88d0b8) 0x126b2a8 PVEC_COMPILED funcall

Re: [O] How to view everything DONE today?

2014-11-26 Thread Richard Lawrence
Hi Sascha, Sascha Ziemann cev...@gmail.com writes: I tried to get a list of all items done today. I tried to open the agenda view but is does not show anything. What is the right command to see the items done today? If you use logging, one way to do this is to press l in the agenda, to turn

[O] bug#18785: 24.4.1; Emacs hangs with Org mode when point is in LOGBOOK

2014-11-26 Thread Glenn Morris
Eli Zaretskii wrote: sp-show--pair-function (0x88f14c) [...] Maybe. This backtrace looks very different from the last one. It indeed appears to be from smartparens, which is not part of Emacs.

[O] bug#18785: 24.4.1; Emacs hangs with Org mode when point is in LOGBOOK

2014-11-26 Thread Eli Zaretskii
From: Glenn Morris r...@gnu.org Cc: Sebastien Vauban sva-n...@mygooglest.com, 18...@debbugs.gnu.org Date: Wed, 26 Nov 2014 11:53:03 -0500 Eli Zaretskii wrote: sp-show--pair-function (0x88f14c) [...] Maybe. This backtrace looks very different from the last one. It indeed appears

Re: [O] [Patch] org-display-inline-images: Add support for remote images

2014-11-26 Thread Kit-Yan Choi
Thank you! These are interesting ideas! For both of these suggestions, I think I will need a look-up table using the remote file paths as keys, the local copy paths as values. But is it theoretically possible to have two remote file paths sharing the same local copy file name? i.e.

[O] Large LaTeX project in single file or using publishing

2014-11-26 Thread Jacob Gerlach
Hello list, I'm starting writing my thesis, for which I hope to remain in org-mode rather than regular LaTeX. I am working on adapting a thesis LaTeX template into org-mode. The template is set up with a main.tex having several individual files (chapters, appendices, etc) \include'd. I believe

Re: [O] Problem with org-agenda-clockreport-mode and tag-filtered view in agenda

2014-11-26 Thread Benoit Bidoggia
Dear Seb, Thanks for the piece of advice. I'll do that asap. I first need though to configure for the git version (now I'm using the emacs package version). I'll post on the list again when I find the problematic commit. Thanks again, best regads. BenoƮt On Wed, Nov 26, 2014 at 9:46 AM,

Re: [O] Problem with org-agenda-clockreport-mode and tag-filtered view in agenda

2014-11-26 Thread Sebastien Vauban
Benoit Bidoggia wrote: Thanks for the piece of advice. I'll do that asap. I first need though to configure for the git version (now I'm using the emacs package version). The following should do it -- if place right at the start of your .emacs file (before any ELPA package initialization).

Re: [O] Large LaTeX project in single file or using publishing

2014-11-26 Thread Scott Randby
On Wed, Nov 26, 2014 at 2:00 PM, Jacob Gerlach jacobgerl...@gmail.com wrote: Hello list, I'm starting writing my thesis, for which I hope to remain in org-mode rather than regular LaTeX. I am working on adapting a thesis LaTeX template into org-mode. The template is set up with a main.tex

Re: [O] How to view everything DONE today?

2014-11-26 Thread John Kitchin
I am not sure how to do this through the agenda, but here is a way to find headlines in the current file that were closed today. You could wrap this in a loop over the files in your agenda list. It is a little clumsy on the time comparisons but it works ;) * Getting items done today ** DONE item

Re: [O] Large LaTeX project in single file or using publishing

2014-11-26 Thread Thomas S. Dye
Aloha Jake, In my experience, the one file approach is easiest with Org mode. I've written a book in Org mode using this approach and found it to be quite comfortable. Compilation time wasn't ever a big deal for me, but this will depend on your patience obviously. I don't think there are any

Re: [O] [RFC] Change property drawer syntax

2014-11-26 Thread Nicolas Goaziou
Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: ** Sectionnement Exemple de section avec un titre court pour LaTeX : #+begin_src org ,* Ceci est un titre de section assez long :PROPERTIES: :ALT_TITLE: Ceci est un titre court :END: #+end_src Upon

Re: [O] M-RET vs C-RET

2014-11-26 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: I don't have a grand vision, but, ideally, I'd want M-RET to do the right thing, which is my book is often create an element similar to element at point, and is certainly not but my #+begin_src emacs-lisp code on a headline. I agree the logical action is to the

Re: [O] M-RET vs C-RET

2014-11-26 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Rasmus ras...@gmx.us writes: I don't have a grand vision, but, ideally, I'd want M-RET to do the right thing, which is my book is often create an element similar to element at point, and is certainly not but my #+begin_src emacs-lisp code on a

[O] Can special blocks be nested?

2014-11-26 Thread Marcin Borkowski
Hello list, this seems to work when exporting: #+BEGIN_BLOCK1 Lorem ipsum #+BEGIN_BLOCK2 dolor sit amet #+END_BLOCK2 #+END_BLOCK1 but font locking does not (the inner block begin/end markers are not colorized properly). Is this construction legal? May I depend on it being exported correctly,

Re: [O] Large LaTeX project in single file or using publishing

2014-11-26 Thread Marcin Borkowski
On 2014-11-26, at 20:00, Jacob Gerlach wrote: Hello list, I'm starting writing my thesis, for which I hope to remain in org-mode rather than regular LaTeX. Personally, I never really got that; I much prefer writing in LaTeX. (That said, I've been using LaTeX for almost 15 years now, and