HI Thorsten,
Thorsten Jolitz wrote:
> "Sebastien Vauban" writes:
>> Thorsten Jolitz wrote:
>>> 2.3 Usage
>>> ~
>>>
>>> There are only two commands involved:
>>>
>>>Command Keybinding Comment
>>> --
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
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
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
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
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
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
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
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
> .
> #+
"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
--
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
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
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
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
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
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
>>>
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
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
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
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 -
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
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
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
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
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
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
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
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
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
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?
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
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
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
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
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
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
>>> 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
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
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
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
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
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
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
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
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
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
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
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
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
49 matches
Mail list logo