Hi,
Ive been using org-mode for a while, and it is quite excellent!
I have a question about checkboxes I came across recently. What is the
reason for disallowing the commands for adding and toggling checkboxes
on descripton list items (that is "- partA :: partB" list items) ?
(attempting to do so
Hello,
Samuel Wales writes:
> My understanding from Bastien is that the old exporters will still be
> fully usable (my concerns are HTML and ASCII)? Is this yours,
> Nicolas?
No. When they are ready, they will completely replace old
exporters. Only old exporters with no equivalent back-end f
"Mikhail Titov" writes:
[...]
>> > I would recommend using the `default-directory' variable. That should
>> > hold the value of the directory of the Org-mode file or the value of the
>> > :dir header argument if present.
>>
>> Huh... now it works... I remember I've tried before but for some reas
Hi,
the following cases fail to display italics correctly in org-mode 7.4:
- snip -
1. The user would also certainly think that “it’s all actually happening,”
simply because it /would be happening,/ albeit in an environment that is
differen
> -Original Message-
> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode-
> bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov
> Sent: Thursday, June 07, 2012 6:03 PM
> To: 'Eric Schulte'
> Cc: emacs-orgmode@gnu.org
> Subject: Re: [O] [babel] session initialization (w
I am having a problem with org-mobile-pull. I am updating TODO state
of my file on my ipad. I then "sync" it, and do an org-mobile-pull. I
get an error of the following type
* Heading not found on level 1: Sample households, Nayanagar
F(edit:todo) [[olp:nayanagar.org:Sample households,
Nayanag
I have a debian system. I am trying to update orgmode using git. But
M-x org-version continues to show me version 7.7. How do I find where
is it picking up this version from? It seems to me that this is the
default version that shipped with my emacs. Debian repository has a
more updated version (7.
#+TITLE: Example of name collision bug
#+AUTHOR:
#+EMAIL:
#+DATE: 2012-06-07 Thu
#+OPTIONS: H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
* Figure and trivial code reference
Here we have a figure.
This example works as expected; we get a latex figure on export.
[[./foo
This is a quick hack on org-table-transpose-table-at-point to print
out a property list instead of a table.
#+begin_src elisp
(defun vikas-convert ()
"table to props"
(interactive)
(let ((contents
(apply #'mapcar* #'list
;; remove 'hline from list
(delq
Avery Chan wrote:
> It /does/ go away if I add the headline. So I think you're saying:
>
> 1. Plain list checkbox items cannot have a time-estimate associated them.
> 2. Plain list checkbox items cannot track time.
> 3. Only headlines/TODO headlines can have these features.
>
> I suppose that a
> -Original Message-
> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode-
> bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Schulte
> Sent: Thursday, June 07, 2012 5:44 PM
> To: Mikhail Titov
> Cc: emacs-orgmode@gnu.org; 'Eric Schulte'
> Subject: Re: [O] [babel] session ini
"Mikhail Titov" writes:
>> -Original Message-
>> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode-
>> bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Schulte
>> Sent: Wednesday, June 06, 2012 2:02 PM
>> To: Mikhail Titov
>> Cc: emacs-orgmode@gnu.org; 'henry atting'; 'Eri
"Mikhail Titov" writes:
>> -Original Message-
>> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode-
>> bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov
>> Sent: Wednesday, June 06, 2012 6:06 PM
>> To: 'Eric Schulte'
>> Cc: emacs-orgmode@gnu.org
>> Subject: Re: [O]
> -Original Message-
> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode-
> bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov
> Sent: Wednesday, June 06, 2012 6:06 PM
> To: 'Eric Schulte'
> Cc: emacs-orgmode@gnu.org
> Subject: Re: [O] [babel] session initialization (
Hello Nicolas,
Thanks for your email. You write:
"ATTR_HTML is only for paragraphs, not links."
This puzzles me, because (1) the old exporter works fine
on links that are inside paragraphs, as my example showed,
and (2) the Manual says ATTR_HTML lines are for links:
12.5.4 Links in HTML export
Hello,
I want to write a document where I show:
- Org code to type in a buffer
- (sometimes) its LaTeX translation
- its effect in the output PDF
Though, I have big troubles outputting the Org code one is suppose to write in
the Org buffers. It often gets replaced or modified... See examples in
Won't using "\\" in this construct produce what the OP requested?
This:
#+BEGIN_SRC org
Some text\\
new line.
#+END_SRC
Becomes this:
#+BEGIN_HTML
Some text
new line.
#+END_HTML
Terry
--
T.F. Torrey
> Hi Enda,
>
> Enda writes:
>
>> When I prepare an org file to convert into html, I have
Achim Gratz writes:
> Nicolas Goaziou writes:
>> declarations (instead of requires) are here to avoid circular
>> dependencies. Why do you want to revert that in the first place?
>
> ...because so many of them were missing that it seemed easier to simply
> pull in the definitions by requirement.
Nicolas Goaziou writes:
>> One of test fails (but independently of compiling or not compiling the
>> rest of the new exporter). The failing test is
>> test-org-element/src-block-interpreter, it appears that the test
>> expects the block to be indented by two spaces, but it starts at the
>> beginni
Nicolas Goaziou writes:
> declarations (instead of requires) are here to avoid circular
> dependencies. Why do you want to revert that in the first place?
...because so many of them were missing that it seemed easier to simply
pull in the definitions by requirement.
>> The way org-export is struc
Hello,
"Sebastien Vauban"
writes:
> A quick question about the future of the exporters:
>
> when the new exporter will be (more) integrated into Org,
>
> - will the old ones be removed?
Yes.
> - will the packages be renamed?
Yes.
> - will the variables be renamed (for example, from
> `or
Hello,
Achim Gratz writes:
>here's my first stab on fixing some of that:
>
> From d7ef1bfbaef873521731697d86112029f02cdc8b Mon Sep 17 00:00:00 2001
> From: Achim Gratz
> Date: Sat, 2 Jun 2012 18:38:24 +0200
> Subject: [PATCH 5/5] Make byte-compiler more happy
>
> * contrib/lisp/org-e-ascii.el:
On 06/06/2012 01:46 AM, Nick Dokos wrote:
Simon Thum wrote:
Hi all,
I am using org-mode's taskjuggler export on two machines (win7 standard
emacs 23.3/linux emacs 23.4.2) with 99% identical configuartion. Except
for one funny thing:
What org-version? Do you byte-compile the code on both pl
Hello,
Yagnesh Raghava Yakkala writes:
> Please try to export attachment org file. the bug is reproduced with minimal
> configuration. org version is: Org-mode version 7.8.10
> (release_7.8.10-649-gfe2e2f @ /home/yagnesh/.emacs.d/el-get/org-mode/lisp/)
>
> FYI, generated latex file is also att
Hello,
William Crandall writes:
> If org-mode source text is:
>
> --
> A paragraph about
> #+ATTR_HTML: title="Link hover text"
> [[http://orgmode.org]]
> exalting new emacs mode...
> --
> "M-x org-e
"Mikhail Titov" writes:
>> -Original Message-
>> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode-
>> bounces+mlt=gmx...@gnu.org] On Behalf Of henry atting
>> Sent: Wednesday, June 06, 2012 10:19 AM
>> To: emacs-orgmode@gnu.org
>> Subject: Re: [O] python/babel inline i
Hello,
"Mark E. Shoulson" writes:
> Update on the smart-quotes patch. Supports the odt exporter now too,
> which I think covers all the current major "new" exporters for which
> it is relevant (adding smart quotes to ASCII export is a contradiction
> in terms;
ASCII exporter also handle UTF-8.
On Tue, Apr 3, 2012 at 9:42 AM, Nathan Neff wrote:
> I'm using org-mode to keep my notes about a slideshow.
>
> The slideshow is a separate PDF, which is fine with me.
>
> I'd like to have a quick 1-button press in emacs that would go
> to the next headline, and "open" the headline like the super-
> -Original Message-
> From: henry atting [mailto:nsmp...@online.de]
> Sent: Thursday, June 07, 2012 3:43 AM
> To: Mikhail Titov
> Cc: 'henry atting'; emacs-orgmode@gnu.org
> Subject: Re: python/babel inline images
>
> >> The code itself works flawlessly. So
> >> the workaround which I alr
> -Original Message-
> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode-
> bounces+mlt=gmx...@gnu.org] On Behalf Of Rainer M Krug
> Sent: Thursday, June 07, 2012 6:32 AM
> To: emacs-orgmode
> Subject: [O] Org variables in LaTeX - how?
>
> -BEGIN PGP SIGNED MESSAGE--
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
I must admit, I don't know the inner workings of LaTeX, so this might be
impossible, but anyway:
I have the following two variables:
#+PROPERTY: var VER=89
#+PROPERTY: var+ STATE="up-to-date"
I create a file in one code block via sh, named FIL
When I update org, I do:
make ./update
sudo make ./install
sudo make ./install-info
Then info org shows the correct version of org.
On Wed, 6 Jun 2012, Memnon Anon wrote:
> Mike Fitzgerald writes:
>
> > C-h i still brings up the old info files.
> >
> > files are there:
> >
> > org.pdf
> > rg.t
32 matches
Mail list logo