On Thursday, 1 Oct 2015 at 22:02, Nicolas Goaziou wrote:
> It doesn't ring a bell. Wild guess: what if you set
> `org-element-use-cache' to nil prior to export?
Ah ha! If I set this to nil, the exported file looks good! And it is
the same the first time as well as the second time which is defin
On Thursday, 1 Oct 2015 at 15:07, Rainer M Krug wrote:
> This is indeed a twisted and strange thread...
"You are in a maze of twisty little passages, all alike."
For the old-timers out there... :-)
--
: Eric S Fraga (0xFFFCF67D), Emacs 24.5.1, Org release_8.3.1-203-g4ca3d3
Hello Org folks,
(This is a duplicate of a Stackexchange question posted at
http://emacs.stackexchange.com/questions/17061/is-exporting-of-smart-single-quotes-broken-in-org-8-3)
I cannot seem get single quotes to export as 'smart' quotes under Org
8.3.2. Here is a minimal file that reproduces t
Hi Fabrice,
Hope you are well. Last time I saw you was in Pont-à-Mousson in
2005.
On Fri, 2 Oct 2015 06:50:03 +0200
Fabrice Popineau wrote:
> 2015-10-02 5:30 GMT+02:00 Manfred Lotz :
>
> > On Thu, 01 Oct 2015 21:21:42 +0200
> > Rasmus wrote:
> >
> > > Hi Manfred,
> > >
> > > Manfred Lotz wr
On 2015-10-02, at 09:32, Eric S Fraga wrote:
> On Thursday, 1 Oct 2015 at 15:07, Rainer M Krug wrote:
>> This is indeed a twisted and strange thread...
>
> "You are in a maze of twisty little passages, all alike."
>
> For the old-timers out there... :-)
And now you made me feel old...
(I know
Hi,
I have
#+NAME: myplot
#+HEADER: :var type="A"
#+HEADER: :results output graphics
#+HEADER: :file test.pdf :exports both
#+BEGIN_SRC R
#+END_SRC
and call
#+CALL: myplot(type="A")
#+CALL: myplot(type="B")
but instead of getting 'test.pdf' in both cases, I would like to have
the type in the
Hi,
This is my first post to this group, so I'm sorry if I'm skipping any
conventions. And sorry for the dense subject line, I didn't want it to
be too long. Thanks a lot for the hard work on org-mode.
I have started recently to organise my lecture notes into a datetree.
Every now and th
On Friday, 2 Oct 2015 at 10:42, Marcin Borkowski wrote:
> On 2015-10-02, at 09:32, Eric S Fraga wrote:
>
>> On Thursday, 1 Oct 2015 at 15:07, Rainer M Krug wrote:
>>> This is indeed a twisted and strange thread...
>>
>> "You are in a maze of twisty little passages, all alike."
>>
>> For the old-
On 2015-10-02, at 12:31, Eric S Fraga wrote:
> But, as this is the org mailing list, to keep it on topic, adventure was
> definitely "all text"! ;-)
Now you made me want to write a text-adventure game engine on top of
Org-mode...
I'm afraid that you have just ruined a few weeks of my life...
Hello,
Jonathan Oddie writes:
> (This is a duplicate of a Stackexchange question posted at
> http://emacs.stackexchange.com/questions/17061/is-exporting-of-smart-single-quotes-broken-in-org-8-3)
>
> I cannot seem get single quotes to export as 'smart' quotes under Org
> 8.3.2. Here is a minima
Hello Nicolas,
> The smart quotes algorithm changed. Now "..." are always level 1 quotes,
> and '...' and always level 2. IOW, '...' are not treated as smart quotes
> if they are not located within "...".
>
> Note that for a given language, "..." can still be treated as single
> quotes and '...'
Hi
I'm trying to add recurring events, but only for a given period of time.
For example, I would like to write:
Project meeting, every monday between 10:00 and 12:00 from 1. October
until 1. December 2015
or
Staff conference, every friday from 15:00 to 17:00, during seven weeks
I've trie
Jonathan Oddie writes:
> Thank you for the explanation. Just to make sure I understand: it
> sounds like '...' and "..." should be thought of as markup, with "..."
> always used for outer quotes and '...' for inner quotes in org-mode
> source files.
>
> However, I could customize `org-export-sma
Hi Claude.
Claude Fuhrer writes:
I'm trying to add recurring events, but only for a given period
of time.
You should probably use org-class. See below.
For example, I would like to write:
Project meeting, every monday between 10:00 and 12:00 from
1. October until 1. December 2015
%%(o
Hello Nicolas,
Thanks for your response.
>> However, I could customize `org-export-smart-quotes-alist' to export
>> outer quotes using single quote marks and inner quotes using double
>> quote marks.
>>
>> Is that about right?
>
> Correct. However, `org-export-smart-quotes-alist' aims to be
> t
Hi all,
I can't seem to find an answer for this, maybe someone could tell me
what I am doing wrong. Based on what I read in the manual and
examples I have seen, the following is valid for creating
org-capture-templates:
(setq org-capture-templates
'(("t" "Todo" entry (file+headline (concat
Jonathan Oddie writes:
> Hello Nicolas,
>
> Thanks for your response.
>
>>> However, I could customize `org-export-smart-quotes-alist' to export
>>> outer quotes using single quote marks and inner quotes using double
>>> quote marks.
>>>
>>> Is that about right?
>>
>> Correct. However, `org-exp
Hello,
"tenspd137 ." writes:
> (setq org-capture-templates
> '(("t" "Todo" entry (file+headline (concat org-directory
> "/default.org") "Tasks")
> "* TODO %?\n %i\n %a")
> ("j" "Journal" entry (file+datetree (concat org-directory
> "/journal.org"))
> "* %?\nEntere
Aloha all,
I've started to use John Kitchin's unlinkify function, which he posted
to the list last year.
(defun jk/unlinkify ()
"Replace an org-link with the description, or if this absent, the path."
(interactive)
(let ((eop (org-element-context)))
(when (eq 'link (car eop))
(mes
Hello,
Thomas S. Dye writes:
> I've started to use John Kitchin's unlinkify function, which he posted
> to the list last year.
>
> (defun jk/unlinkify ()
> "Replace an org-link with the description, or if this absent, the path."
> (interactive)
> (let ((eop (org-element-context)))
> (w
Rasmus writes:
> Jonathan Oddie writes:
>
>> Hello Nicolas,
>>
>> Thanks for your response.
>>
However, I could customize `org-export-smart-quotes-alist' to export
outer quotes using single quote marks and inner quotes using double
quote marks.
Is that about right?
>>>
Nicolas Goaziou writes:
> Also, I think it would be clearer to rename `opening-double-quote' to
> `opening-primary-quote' and `opening-single-quote' to
> `opening-secondary-quote'. WDYT?
In fact, I thought they needed renaming as well in light of the
redefinition of " and '.
Rasmus
--
Hooray!
Aloha Nicolas,
Nicolas Goaziou writes:
> White spaces following an object are included in the object. They are
> stored in :post-blank property. You can add them with
>
> (setf (buffer-substring start end)
> (concat (or desc path)
> (make-string (org-element-property :
On Wed, Sep 30, 2015 at 3:22 PM, Fanpeng Kong wrote:
> Hi all,
>
> I tried to setup my org-mode according to Bernt Hansen’s wonderful
> documentation:
>
> http://doc.norang.ca/org-mode.html#Capture
>
> But later I found I got problem with Org Capture as in Section 6. when I
> typed C-c c, an error
Arun I writes:
> When publishing files using org-babel-tangle-publish, if the :tangle
> header argument is given to a source block, and if org-babel-tangle-publish
> is called from a directory other than the directory in which the source
> file (that is, the file being tangled) exists, then org-b
Aloha all,
Nicolas Goaziou writes:
> Hello,
>
>
> White spaces following an object are included in the object. They are
> stored in :post-blank property. You can add them with
>
> (setf (buffer-substring start end)
> (concat (or desc path)
> (make-string (org-element-p
26 matches
Mail list logo