Re: [O] Customizing Timestamps in html Export.

2014-12-03 Thread Ian Barton
On 02/12/14 09:45, Nicolas Goaziou wrote: Hello, Ian Barton writes: However, the using the minimal.el: #+begin_src emacs-lisp ;; activate debugging (setq debug-on-error t) (setq debug-on-quit t) (add-to-list 'load-path "~/.emacs.d/src/lisp") (require 'org) ;; The following lines are always

Re: [O] Org clocks into drawer for first clocking although configured otherwise => solved => no

2014-12-03 Thread Rainer Stengele
Am 01.12.2014 um 16:58 schrieb Rainer Stengele: > Am 27.11.2014 um 14:46 schrieb Rainer Stengele: >> Hi, >> >> I have set variable org-clock-into-drawer to: >> "Its value is 6" >> >> Since some update or Org lately it looks like the creation of a drawer is >> happening already for the first clocki

[O] FR: refile-and-link

2014-12-03 Thread Adam Spiers
Hi all! Forgive me if this has already been implemented, but I couldn't see it... I'm looking for something similar to the "extract method" operation which refactoring IDEs can perform on code. You would select a headline (or maybe even region), hit `refile-and-link', and then after the normal r

[O] how can I html export a relative link to an org file?

2014-12-03 Thread Alan Schmitt
Hello, I'm writing a web site in org mode where some results are made available in an org file. If I put a fully qualified http link to that file, all goes well, but if I use a relative link, then the link is done to an html file instead. This is to be expected according to the documentation (htt

Re: [O] org-read-date with pop-up-frames set to t

2014-12-03 Thread Alan Schmitt
On 2014-11-30 16:47, Alan Schmitt writes: > Hello, > > I'm experimenting with using frames instead of windows, and I'm seeing > some strange behavior with `org-read-date'. Here is an ECM starting from > an emacs -Q (with an emacs 24.4 and the bundled org): > > #+begin_src emacs-lisp > (setq pop-u

Re: [O] how can I html export a relative link to an org file?

2014-12-03 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > I'm writing a web site in org mode where some results are made available > in an org file. If I put a fully qualified http link to that file, all > goes well, but if I use a relative link, then the link is done to an > html file instead. > > This is to be expected a

Re: [O] Org clocks into drawer for first clocking although configured otherwise => solved => no

2014-12-03 Thread Nicolas Goaziou
Hello, Rainer Stengele writes: > after deleting that additional entry and trying again today I have set: > > org-clock-into-drawer is a variable defined in `org-clock.el'. > Its value is 6 > > > and still get drawers immediately with the first clock entry. This should be fixed. Thank you for re

Re: [O] how can I html export a relative link to an org file?

2014-12-03 Thread Alan Schmitt
On 2014-12-03 15:05, Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I'm writing a web site in org mode where some results are made available >> in an org file. If I put a fully qualified http link to that file, all >> goes well, but if I use a relative link, then the link is done

Re: [O] SCHEDULED in a comment line is not ignored by sparse-tree

2014-12-03 Thread Sebastien Vauban
James Harkins wrote: > This appears to be buggy behavior, but I'm asking here first in case > it might already have been fixed. [...] > > #+BEGIN_SRC org > ,** TODO Update lesson grades 2 > :Comp: > SCHEDULED: <2014-12-06 Sat 23:59 .+1w> > :PROPE

Re: [O] Org clocks into drawer for first clocking although configured otherwise => solved => no => yes

2014-12-03 Thread Rainer Stengele
Nicolas, this is confirmed to work again. Thanks a lot for that! Regards, Rainer Stengele Am 03.12.2014 um 15:31 schrieb Nicolas Goaziou: > Hello, > > Rainer Stengele writes: > >> after deleting that additional entry and trying again today I have set: >> >> org-clock-into-drawer is a variable

Re: [O] Customizing Timestamps in html Export.

2014-12-03 Thread Nicolas Goaziou
Hello, Ian Barton writes: > (setq org-export-allow-bind-keywords t) > (setq org-display-custom-times t) > (setq org-html-metadata-timestamp-format "%a %d %B %Y") > (setq org-time-stamp-custom-formats "%a %d %B %Y") > > #+end_src > > #+begin_src > #+BIND: org-display-custom-times t > > The date:

Re: [O] how can I html export a relative link to an org file?

2014-12-03 Thread Nicolas Goaziou
Alan Schmitt writes: > Thank you. Here is a manual patch to mention this option as that > point. Thank you. Could you add an appropriate @vindex entry above modified paragraph? Regards,

Re: [O] [RFC/PATCH] Fixes for org-timer

2014-12-03 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > I've attached a few patches for org-timer.el. Thank you. > Some additional comments on two of the patches: > > [PATCH 1/4] org-timer.el (org-timer): Recognize double prefix > > This patch makes org-timer behave as described in the docstring when > it is give

Re: [O] Problem with pretty entities and subscript

2014-12-03 Thread Nicolas Goaziou
Hello, Thomas Holst writes: > super- and subscript display does not work as expected anymore. (At > least for me :-) ) > > I have `org-pretty-entities' set to t. And in most of my files I have an > options line which contains: > > #+OPTIONS: ^:{} > > So super- and subscripts should only be displ

[O] Not LaTeX now, trying to use org-mode

2014-12-03 Thread Sharon Kimble
I'm now starting to write a org-mode document in place of doing it in LaTeX, but its left me puzzled by some things, like - a) How do you make a paragraph, or even a sentence, italic? I've tried following the "org-mode manual" but that just shows it for single words. b) I am used to using "\gls{

Re: [O] [RFC/PATCH] Fixes for org-timer

2014-12-03 Thread Kyle Meyer
Nicolas Goaziou wrote: [...] >> However, I'd actually be in favor of removing this functionality >> from org-timer (and org-timer-start) since it's already available >> directly through the interactive command >> org-timer-change-times-in-region. > > It saves a keybinding (`org-tim

Re: [O] how can I html export a relative link to an org file?

2014-12-03 Thread Alan Schmitt
On 2014-12-03 17:22, Nicolas Goaziou writes: > Alan Schmitt writes: > >> Thank you. Here is a manual patch to mention this option as that >> point. > > Thank you. Could you add an appropriate @vindex entry above modified > paragraph? Here you go. From 82f941e23929357d18b3c8f180caaf8abe3bc118 M

Re: [O] Not LaTeX now, trying to use org-mode

2014-12-03 Thread Nick Dokos
Sharon Kimble writes: > I'm now starting to write a org-mode document in place of doing it > in LaTeX, but its left me puzzled by some things, like - > > a) How do you make a paragraph, or even a sentence, italic? I've > tried following the "org-mode manual" but that just shows it for > single wo

Re: [O] how can I html export a relative link to an org file?

2014-12-03 Thread Nicolas Goaziou
Alan Schmitt writes: > Here you go. Thanks. It looks good. > I can commit is directly if you prefer. My lazy self would be delighted. Regards,

Re: [O] Undocumented command: org-table-blank-field (C-c SPC)

2014-12-03 Thread Vicente Vera
Great, thank you. I'll start looking into how could I send patches (I'm more of a 'clone/pull' Git user). 2014-12-01 13:05 GMT-03:00 Bastien : > Hi Vicente, > > Vicente Vera writes: > >> Hello. I was browsing Emacs StackExchange and found this question: >> https://emacs.stackexchange.com/question

Re: [O] [bug] YASnippet (bound to SPC) and Org in `master'

2014-12-03 Thread Nicolas Goaziou
Nicolas Goaziou writes: > Sebastien Vauban > writes: > >>> I don't understand why yas-expand (or yas/expand) appears in >>> `org-self-insert-command'. This feature was introduced for the first >>> time in 94c4f801a2a8f0e0e14b48719c22e06dd9a1e599: >>> >>> Tables: Fix auto-blanking of fields

Re: [O] Not LaTeX now, trying to use org-mode

2014-12-03 Thread Thomas S. Dye
Nick Dokos writes: > The italic paragraph spread over two lines will work, but if you spread > it over three lines, it won't. You can tweak this (and other emphasis > settings) by changing org-emphasis-regexp-components, but that's a > somewhat hazardous and error-prone process - search the list

Re: [O] [bug] YASnippet (bound to SPC) and Org in `master'

2014-12-03 Thread Sebastien Vauban
Nicolas Goaziou wrote: > Nicolas Goaziou writes: > >> Sebastien Vauban >> writes: >> I don't understand why yas-expand (or yas/expand) appears in `org-self-insert-command'. This feature was introduced for the first time in 94c4f801a2a8f0e0e14b48719c22e06dd9a1e599: Tab

Re: [O] [RFC/PATCH] Fixes for org-timer

2014-12-03 Thread Nicolas Goaziou
Kyle Meyer writes: > Do you prefer to add fixes for the current design, or just move directly > to merging the two APIs? The latter sounds better. >> Also, some comments at the beginning of the library could help. >> >> AFAIK, there are no tests for timers. Adding a new "test-timer.el" with >>

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

2014-12-03 Thread Eric S Fraga
On Friday, 28 Nov 2014 at 21:38, Jacob Gerlach wrote: [...] > On Thu, Nov 27, 2014 at 5:09 AM, Eric S Fraga wrote: >> For me, the killer feature is the ability to put inline tasks in the >> document so that I know what I need to work on without having to have a >> separate task list or todo item

[O] adding #+ATTR_XXX to list items?

2014-12-03 Thread Matt Price
I came across this bug for ox-reveal.el (which is not supported), but it seems to originate in ox-html.el. When I try something like this: - show bullet-points - show more bullet-points #+ATTR_REVEAL: :frag roll-in - one - by - one the HTML that is generated gives: ul class="org-ul">show bullet

Re: [O] adding #+ATTR_XXX to list items?

2014-12-03 Thread Nicolas Goaziou
Hello, Matt Price writes: > I came across this bug for ox-reveal.el (which is not supported), but it > seems to originate in ox-html.el. When I try something like this: > > - show bullet-points > - show more bullet-points > #+ATTR_REVEAL: :frag roll-in > - one > - by > - one > > the HTML that i

[O] "#+BEGIN_SRC mail" and org-src-fontify-natively

2014-12-03 Thread Andrea Rossetti
Hello Org users, when I start emacs -Q and do the following recipe: 1) open the test file "prova.org" (see attach) 2) confirm at the file-local variable prompt, by typing "y" 3) quit with C-x C-c then Emacs unexpectedly asks for a confirm to save the modified buffer "org-src-fontify:mail-mode

Re: [O] "#+BEGIN_SRC mail" and org-src-fontify-natively

2014-12-03 Thread Andrea Rossetti
Andrea Rossetti writes: > Hello Org users, > > when I start emacs -Q and do the following recipe: > > 1) open the test file "prova.org" (see attach) Apologies for the missing attach. "prova.org" is attached here: #+BEGIN_SRC mail To: andrea.rosse...@gmail.com Subject: blah Dear friends, blah

Re: [O] how can I html export a relative link to an org file?

2014-12-03 Thread Alan Schmitt
On 2014-12-03 21:10, Nicolas Goaziou writes: >> I can commit is directly if you prefer. > > My lazy self would be delighted. Done (on master). Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 signature.asc Description: PGP signature