Re: [O] [ANN] Edit emails in Org-mode

2013-06-21 Thread Sebastien Vauban
HI Thorsten, Thorsten Jolitz wrote: > "Sebastien Vauban" writes: >> Thorsten Jolitz wrote: >>> 2.3 Usage >>> ~ >>> >>> There are only two commands involved: >>> >>>Command Keybinding Comment >>> --

Re: [O] [RFC] Replace some HTML related keywords with OPTIONS items

2013-06-21 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > Any objection to applying the following patch to master? Not at all. > Basically, > > #+HTML_INCLUDE_STYLE: nil > > becomes > > #+OPTIONS: html-style:nil > > and > > #+HTML_HTML5_FANCY: t > > becomes > > #+OPTIONS: html5-fancy:t Though, I'd also e

[O] Upgrade to org 8.0

2013-06-21 Thread Chao Lu
Dear list, I'm trying to upgrade to org 8.0.3 and met some difficulty that could not solve. Please help. 1. About installation Currently I'm using Emacs 24.3 under MacOSX mountain lion. The org mode shipped with this version of emacs is 7.9 I followed the instruction

[O] [PATCH] * lisp/org.el (org-scan-tags): do not impose a value of case-fold-search on the user

2013-06-21 Thread Nicolas Richard
Hello, when using org-contacts, (let ((filename (make-temp-file "contacts" nil ".org"))) (with-temp-file filename (insert "* Eva Luator\n:PROPERTIES:\n:EMAIL: e...@gmail.com.invalid\n:END:\n")) (let ((org-contacts-files (list filename))) (org-contacts "eva luator"))) doesn't list Ev

Re: [O] [ANN] Convert Org-mode file to Source-code file

2013-06-21 Thread Thorsten Jolitz
Charles Berry writes: > Thorsten Jolitz gmail.com> writes: > >> >> Hi List, >> >> it is now possible to convert existing Org-mode files with >> source-blocks into machine-executable source-code files, using the >> following function from `outorg.el': >> >> #+begin_src emacs-lisp >> (defun ou

Re: [O] [RFC] Replace some HTML related keywords with OPTIONS items

2013-06-21 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Any objection to applying the following patch to master? > > Basically, > > #+HTML_INCLUDE_STYLE: nil > > becomes > > #+OPTIONS: html-style:nil > > and > > #+HTML_HTML5_FANCY: t > > becomes > > #+OPTIONS: html5-fancy:t > > > Regards, Looks good! +1 fo

Re: [O] [RFC] Replace some HTML related keywords with OPTIONS items

2013-06-21 Thread Carsten Dominik
Hi Nicolas, This is a good change - I am also for merging it. - Carsten On Jun 20, 2013, at 9:20 PM, Nicolas Goaziou wrote: > Hello, > > Any objection to applying the following patch to master? > > Basically, > > #+HTML_INCLUDE_STYLE: nil > > becomes > > #+OPTIONS: html-style:nil > > a

Re: [O] [ANN] Convert Org-mode file to Source-code file

2013-06-21 Thread Thorsten Jolitz
Eric Schulte writes: > How does this differ from ":tangle yes :comments org"? I wasn't actually aware (or forgot about) the :comments argument in Babel when I wrote the conversion function (that is renamed to 'outorg-convert-org-to-outshine' now to better reflect its purpose). > e.g., > > #+Pro

Re: [O] Unexpected behaviour with gnuplot source blocks

2013-06-21 Thread Christopher Witte
On 20 June 2013 18:12, Eric Schulte wrote: > Why not do the following instead which would be equivalent and simpler. > The output will be automatically set from the value of your :file header > argument. > > #+begin_src gnuplot :file fig/transInc.eps > reset > set encoding utf8 > . > #+

Re: [O] [ANN] Edit emails in Org-mode

2013-06-21 Thread Thorsten Jolitz
"Sebastien Vauban" writes: Hi Sebastien, > Thorsten Jolitz wrote: >> "Sebastien Vauban" >> writes: >>> Thorsten Jolitz wrote: 2.3 Usage ~ There are only two commands involved: Command Keybinding Comment --

Re: [O] Starting emacs followed directly by org-agenda search and visiting file removes color formatting

2013-06-21 Thread Rainer Stengele
Am 12.06.2013 23:08, schrieb Bastien: > Hi John, > > John Hendy writes: > >> Just wanted to follow up on this. I haven't been using =C-a s= a ton >> so it drifted off my radar, but recently needed to use it a lot and >> noticed this was still persisting. > > ... it's still on my radar too, I've

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Suvayu Ali
On Fri, Jun 21, 2013 at 03:43:33AM -0400, Chao Lu wrote: > Dear list, > > I'm trying to upgrade to org 8.0.3 and met some difficulty that could not > solve. Please help. > > 1. About installation > > Currently I'm using Emacs 24.3 under MacOSX mountain lion. > The org

Re: [O] Upgrade to org 8.0

2013-06-21 Thread John Hendy
On Fri, Jun 21, 2013 at 9:38 AM, Suvayu Ali wrote: > On Fri, Jun 21, 2013 at 03:43:33AM -0400, Chao Lu wrote: >> Dear list, >> >> I'm trying to upgrade to org 8.0.3 and met some difficulty that could not >> solve. Please help. >> >> 1. About installation >> >> Currentl

Re: [O] Unexpected behaviour with gnuplot source blocks

2013-06-21 Thread Eric Schulte
Christopher Witte writes: > On 20 June 2013 18:12, Eric Schulte wrote: > >> Why not do the following instead which would be equivalent and simpler. >> The output will be automatically set from the value of your :file header >> argument. >> >> #+begin_src gnuplot :file fig/transInc.eps >> reset

Re: [O] Unexpected behaviour with gnuplot source blocks

2013-06-21 Thread Suvayu Ali
On Fri, Jun 21, 2013 at 09:02:28AM -0600, Eric Schulte wrote: > > I've added a customization variable to ob-gnuplot which may be used to > map file extensions to terminals. Currently it just holds the mapping > from eps to "postscript eps" > > ;; -*- emacs-lisp -*- > (defcustom *org-babe

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Nicolas Richard
John Hendy writes: > On Fri, Jun 21, 2013 at 9:38 AM, Suvayu Ali > wrote: >> On Fri, Jun 21, 2013 at 03:43:33AM -0400, Chao Lu wrote: >>> *Before I was using (require 'org-install) to get org code evaluated. Seems >>> org-install is obsolete now, then what should I put in my .emacs to get >>>

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Achim Gratz
Chao Lu writes: > I followed the instruction, successfully compiled org 8.0.3 and put > all the *.elc file into my load-path. We don't know which instructions you followed and consequentyl what you did. > Here is the first confusion: > Before I was using (require 'org-install) to get org code eva

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Achim Gratz
Nicolas Richard writes: > IIUC, when nothing bad happens, org has autoloads installed in emacs > which will load org as soon as needed. So you are right, (require 'org) > is unneeded. This relies heavily on luck with both the original and the new version of Org. You should at least do a `(require

Re: [O] Bug: broken agenda view? [8.0.2 (8.0.2-dist @ /usr/share/emacs/site-lisp/org-mode/)]

2013-06-21 Thread Suvayu Ali
On Thu, Jun 20, 2013 at 10:16:11PM -0400, Nick Dokos wrote: > > Did you see this: > > http://thread.gmane.org/gmane.emacs.orgmode/73666/focus=73667 Strange, I didn't receive your earlier email either! This one arrived just fine though. -- Suvayu Open source is the future. It sets us free

Re: [O] Unexpected behaviour with gnuplot source blocks

2013-06-21 Thread Eric Schulte
Suvayu Ali writes: > On Fri, Jun 21, 2013 at 09:02:28AM -0600, Eric Schulte wrote: >> >> I've added a customization variable to ob-gnuplot which may be used to >> map file extensions to terminals. Currently it just holds the mapping >> from eps to "postscript eps" >> >> ;; -*- emacs-lisp -

[O] [PATCH][ox-latex] support for latexmk

2013-06-21 Thread Rasmus
This patch allows latexmk as an option to `org-latex-pdf-process'. I've added the -g option, as I sometimes have experienced that latexmk otherwise doesn't run often enough. –Rasmus -- May contains speling mistake>From e03411adaf5c45dfb60d84016f77e75739f9c642 Mon Sep 17 00:00:00 2001 From: rasm

Re: [O] [ANN] Convert Org-mode file to Source-code file

2013-06-21 Thread Charles Berry
Thorsten Jolitz gmail.com> writes: > > Charles Berry ucsd.edu> writes: > > > Thorsten Jolitz gmail.com> writes: > > > >> > >> Hi List, > >> > >> it is now possible to convert existing Org-mode files with > >> source-blocks into machine-executable source-code files, using the > >> following

Re: [O] Unexpected behaviour with gnuplot source blocks

2013-06-21 Thread Suvayu Ali
On Fri, Jun 21, 2013 at 10:07:39AM -0600, Eric Schulte wrote: > Suvayu Ali writes: > > > > I personally use "pdfcairo color" for pdf output. > > This is already the default behavior for "term pdf" on my system, so I > don't think we need to add it to the list. I did just add some logic to > ensu

[O] Setting a parametric org-agenda-skip-function?

2013-06-21 Thread Alan Schmitt
Hello, I'm trying to have a custom agenda where I say I want to skip some tags. I wrote a function that does what I want (it takes two arguments: the list of tags to keep, and a boolean that says whether entries with no tags should be kept). The function works well, but for some reason it is not c

Re: [O] [ANN] Convert Org-mode file to Source-code file

2013-06-21 Thread Thorsten Jolitz
Charles Berry writes: > Thorsten Jolitz gmail.com> writes: > >> >> Charles Berry ucsd.edu> writes: >> >> > Thorsten Jolitz gmail.com> writes: >> > >> >> >> >> Hi List, >> >> >> >> it is now possible to convert existing Org-mode files with >> >> source-blocks into machine-executable source

Re: [O] [RFC] Replace some HTML related keywords with OPTIONS items

2013-06-21 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > This is a good change - I am also for merging it. Applied on master, since it introduces a syntax change. Tell me if you want it on maint anyway (or just cherry-pick it yourself). As for the move from #+OPTIONS: key:value to #+OPTIONS: :key value, I can provide

Re: [O] Bug: Setting HTML_INCLUDE_STYLE: nil doesn't work [8.0.3 (8.0.3-32-g0c789f-elpa @ /home/aj/.emacs.d/elpa/org-20130617/)]

2013-06-21 Thread Nicolas Goaziou
Hello, Anders Johansson writes: > I put: > #+HTML_INCLUDE_STYLE: nil > at the top of my org-file and expect the exported html file to not > include the standard styles in it's header (documentation section > "12.6.9 CSS support"). > This does not work and the styles are included as usual. > > A

Re: [O] [RFC] Replace some HTML related keywords with OPTIONS items

2013-06-21 Thread Rick Frankel
On 2013-06-21 13:28, Nicolas Goaziou wrote: Hello, Carsten Dominik writes: This is a good change - I am also for merging it. Applied on master, since it introduces a syntax change. Tell me if you want it on maint anyway (or just cherry-pick it yourself). As for the move from #+OPTIONS: key:v

Re: [O] [RFC] Replace some HTML related keywords with OPTIONS items

2013-06-21 Thread Achim Gratz
Nicolas Goaziou writes: > As for the move from #+OPTIONS: key:value to #+OPTIONS: :key value, > I can provide a patch, but it will break export in many documents. > A workaround would be to support both versions and document only the > newest one. I didn't know supporting both styles was in the ca

Re: [O] [PATCH][ox-latex] support for latexmk

2013-06-21 Thread Nicolas Goaziou
Hello, Rasmus writes: > This patch allows latexmk as an option to `org-latex-pdf-process'. > I've added the -g option, as I sometimes have experienced that latexmk > otherwise doesn't run often enough. Thank you for your patch. Though, I cannot apply it on master. Would you mind re-sending it?

Re: [O] [RFC] Replace some HTML related keywords with OPTIONS items

2013-06-21 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Nicolas Goaziou writes: >> As for the move from #+OPTIONS: key:value to #+OPTIONS: :key value, >> I can provide a patch, but it will break export in many documents. >> A workaround would be to support both versions and document only the >> newest one. > > I didn't kn

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Chao Lu
Thanks a lot for those replies, which are quite helpful. 1. lch-org.el and lch-org-export.el together completes my conf about org, which works before 8.0 2. The version I installed is 8.0.3 tar ball instead of git, usually I do not prefer living at cutting edge. - M-x org-version --> "Org-mod

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Chao Lu
On Fri, Jun 21, 2013 at 3:27 PM, Chao Lu wrote: > Thanks a lot for those replies, which are quite helpful. > > 1. lch-org.el and lch-org-export.el together completes my conf about org, > which works before 8.0 > > 2. The version I installed is 8.0.3 tar ball instead of git, usually I do > not pre

Re: [O] [RFC] Replace some HTML related keywords with OPTIONS items

2013-06-21 Thread Samuel Wales
On 6/21/13, Nicolas Goaziou wrote: > #+OPTIONS: :* t :e t :: t :f t :- t :^ t :| t > > Maybe we should expand them in order to make them less cryptic. To me, that would be ideal. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have

Re: [O] [RFC] Replace some HTML related keywords with OPTIONS items

2013-06-21 Thread Thorsten Jolitz
Nicolas Goaziou writes: > I find the new syntax weird for one character keys: > > #+OPTIONS: :* t :e t :: t :f t :- t :^ t :| t > > Maybe we should expand them in order to make them less cryptic. +1 for making this #+OPTIONS lines human readable ... -- cheers, Thorsten

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Chao Lu
This is so confusing... M-x org-version "Org-mode version 8.0.3 (8.0.3-dist @ /Users/LooChao/Dropbox/.emacs.d/lisp/org/)" M-x list-load-path-shadows: /Users/LooChao/Dropbox/.emacs.d/lisp/org/org hides /Applications/Documents/Emacs.app/Contents/Resources/lisp/org/org /Us

Re: [O] [RFC] Replace some HTML related keywords with OPTIONS items

2013-06-21 Thread Eric Schulte
>>> As for the move from #+OPTIONS: key:value to #+OPTIONS: :key value, >>> I can provide a patch, but it will break export in many documents. >>> A workaround would be to support both versions and document only the >>> newest one. >> >> I didn't know supporting both styles was in the cards. If it

[O] Exporting timestamps in html

2013-06-21 Thread John Hendy
I have the following options line in my file header: #+options: <:t num:t author:t tags:t toc:nil tasks:t todo:t Sample file: #+begin_src org #+options: <:t num:t author:t tags:t toc:nil tasks:t todo:t * Task list ** todo task 1 DEADLINE: <2013-06-21 Fri> ** todo task 2 SCHEDULED: <2013

Re: [O] [RFC] Replace some HTML related keywords with OPTIONS items

2013-06-21 Thread Achim Gratz
Nicolas Goaziou writes: > Here is a preliminary patch. It doesn't update org.texi yet. > > I find the new syntax weird for one character keys: > > #+OPTIONS: :* t :e t :: t :f t :- t :^ t :| t > > Maybe we should expand them in order to make them less cryptic. Indeed, too much punctuation. How

Re: [O] Exporting timestamps in html

2013-06-21 Thread John Hendy
On Fri, Jun 21, 2013 at 3:41 PM, John Hendy wrote: > I have the following options line in my file header: > > #+options: <:t num:t author:t tags:t toc:nil tasks:t todo:t > > Sample file: > > #+begin_src org > #+options: <:t num:t author:t tags:t toc:nil tasks:t todo:t > > * Task list > > ** todo t

[O] [PATCH] do not use mapcar* for transposing tables

2013-06-21 Thread Achim Gratz
I've recently stumbled over a mapcar* compiled into Org for transposing tables. This is a function from cl / cl-lib and should not be used at runtime. Since we can make some simplifying assumptions about the data we'll have to deal with, re-implmenting the two uses with plain mapcar was (relativ

Re: [O] Exporting timestamps in html

2013-06-21 Thread John Hendy
On Fri, Jun 21, 2013 at 3:47 PM, John Hendy wrote: > On Fri, Jun 21, 2013 at 3:41 PM, John Hendy wrote: >> I have the following options line in my file header: >> >> #+options: <:t num:t author:t tags:t toc:nil tasks:t todo:t >> >> Sample file: >> >> #+begin_src org >> #+options: <:t num:t author

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Giovanni Ridolfi
hi, Chao Lu Chris, do you have the git version or did you download the tar.gz archive? > Before I was using (require > 'org-install) to get org code evaluated. Seems org-install is obsolete > now,  then what should I put in my .emacs to get org loaded? in my .emacs I have: (setq load-p

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Suvayu Ali
On Fri, Jun 21, 2013 at 04:15:41PM -0400, Chao Lu wrote: > > >> *3. M-x locate org-publish gives: > >> '/Applications/Documents/Emacs.app/Contents/Resources/lisp/org/org-publish.elc', > >> indicating my installation has something wrong... org-publish has been replaced by ox-publish. > M-x org-ve

[O] Copying/pasting org html export into IBM Community Wiki

2013-06-21 Thread John Hendy
Greetings, My company uses a few different social media platforms, including IBM Communities, Wiki Enterprise, and Sharepoint. IBM Communities are what I'm using to manage a project, and would like to use the Wiki feature to keep a dashboard on tasks and a timeline. I've been able to export task

Re: [O] Exporting timestamps in html

2013-06-21 Thread Nicolas Goaziou
Hello, John Hendy writes: > One more update... I had the idea to try a regular timestamp, and > those export, even though SCHEDULED and DEADLINE do not. Lastly, I > used a minimal config and emacs -Q and get the same behavior: > > #+begin_src min-config > (add-to-list 'load-path "~/.elisp/org.gi

Re: [O] Copying/pasting org html export into IBM Community Wiki

2013-06-21 Thread Srinivas
John Hendy gmail.com> writes: > > Greetings, > > My company uses a few different social media platforms, including IBM > Communities, Wiki Enterprise, and Sharepoint. IBM Communities are what > I'm using to manage a project, and would like to use the Wiki feature > to keep a dashboard on tasks

[O] org-indent-region and org-indent-block do nothing

2013-06-21 Thread Thorsten Jolitz
Hi List, what might be the reason for the behaviour described in the subject? When I come back from a temporary source-code edit buffer, there is indentation introduced automatically into the source-block (2 spaces), but when I call the above functions with point in a source-block, nothing hap

Re: [O] org-indent-region and org-indent-block do nothing

2013-06-21 Thread Achim Gratz
Thorsten Jolitz writes: > When I come back from a temporary source-code edit buffer, there is > indentation introduced automatically into the source-block (2 spaces), > but when I call the above functions with point in a source-block, > nothing happens. M-x load-library org-src C-h v org-edit-src