Hi
I'm looking for a way to make orgmode export quote signs to LaTeX's \enquote{}.
On stackoverflow.com (1) I found a solution that uses
(setq org-export-with-smart-quotes t)
(add-to-list 'org-export-smart-quotes-alist .)
but on my system I find neither the variable org-export-with-smart-
Hello:
I want to learn babel-mode so I'm going through
http://orgmode.org/worg/org-contrib/babel/intro.html#source-code-blocks-org.
I'm trying to execute the basic tutorial's script and for some reason can't
do it.
I'm suppose to feed a table as input to a function. This is the table:
#+nam
> > 1. Open emacs-crash-test.org
> > 2. Make the window smaller (e.g. 20 lines tall)
> > 2. Roll the mouse wheel down until you see the end of file, then up.
> > 3. CRASH
The specific org file doesn't matter.
The window size doesn't matter.
This crash happens to me occasionally (2-3 times a week),
Hi Bastien,
Bastien wrote:
> Sebastien Vauban writes:
>
>> After an update to Org 8.2.7, I have troubles tangling files.
>
> Do you still see this?
No -- hopefully...
Closing this!
Best regards,
Seb
--
Sebastien Vauban
'Mash wrote:
> Just been looking around and I have not come across a way to "highlight"
> text in org-mode to be HTML exported as the ... tags?
>
> Anyone know if this exists?
You could use org-macros.
Or simply:
#+HTML:
...
#+HTML:
Best regards,
Seb
--
Sebastien Vauban
"Salome "Södergran\"" wrote:
> I'm looking for a way to make orgmode export quote signs to LaTeX's
> \enquote{}.
> On stackoverflow.com (1) I found a solution that uses
> (setq org-export-with-smart-quotes t)
> (add-to-list 'org-export-smart-quotes-alist .)
> but on my system I find neith
Hello jenia,
> I want to learn babel-mode so I'm going through
> http://orgmode.org/worg/org-contrib/babel/intro.html#source-code-blocks-org.
>
> I'm trying to execute the basic tutorial's script and for some reason can't
> do it.
>
> I'm suppose to feed a table as input to a function. This is the
Nicolas Richard writes:
> Samuel Wales writes:
>
>> in maint, isearch very often puts ... at the top of the window. is
>> this related to recent ellipsis bugs?
>
> If you have a reproducible recipe, it would be very nice !
I think I have something -- not with isearch but certainly related.
Unf
By the way, apologies for the multiple messages. I didn't receive any
feedback after sending them so I thought my emails were being silently ignored.
Dear Eric,
On Tuesday, Aug 05 2014, Eric Abrahamsen wrote:
> Thanks for this work -- I think this is a nice feature. One concern
> about the above is that, if you're archiving many FOOs, then you'll get
> a whole bunch of duplicate A/B parent structures. There are several
> places in my agenda f
Florian Adamsky writes:
> Dear Eric,
>
> On Tuesday, Aug 05 2014, Eric Abrahamsen wrote:
>
>> Thanks for this work -- I think this is a nice feature. One concern
>> about the above is that, if you're archiving many FOOs, then you'll get
>> a whole bunch of duplicate A/B parent structures. There
The code which checks to ensure that paragraph wrappers are only
inhibited if they are inhibited for the whole list mistakenly keeps
paragraph wrappers if one item of the list is itself a list
The location of this bug is the (cdr contents) in line 2899 of
ox-html.el. I'd be inclined to remove thi
Hi,
doing an html export of
* headline
- [ ] checkbox
- item
I do not see the checkbox box anymore as I did in older versions.
I tried to find an export setting, tried several settings related to todos but
I cannot find a setting stopping the box to be exported.
Any hint where I could sear
Hi Florian,
This code looks useful and an improvement over the previous setup I was
using. https://lists.gnu.org/archive/html/emacs-orgmode/2014-05/msg01218.html
Can you explain what else is needed for your code to work? Currently I
have
#+BEGIN_SRC emacs-lisp
(setq org-archive-location (concat
'Mash Thomas Herbert wrote:
> Sebastien Vauban writes:
>> 'Mash wrote:
>>> Just been looking around and I have not come across a way to "highlight"
>>> text in org-mode to be HTML exported as the ... tags?
>>>
>>> Anyone know if this exists?
>>
>> You could use org-macros.
>>
>> Or simply:
>>
>> #
Joseph Vidal-Rosset writes:
> The following code works correctly to export into LaTeX, but the
> caption function fails in html. But caption works in html when it is
> above a table written in org-mode.
>
> #+OPTIONS: LaTeX:verbatim
> #+LaTeX_CLASS: org-article
> #+LaTeX_CLASS_OPTIONS: [koma,a4pa
Joseph Vidal-Rosset writes:
> The following code works correctly to export into LaTeX, but the
> caption function fails in html. But caption works in html when it is
> above a table written in org-mode.
>
> #+OPTIONS: LaTeX:verbatim
> #+LaTeX_CLASS: org-article
> #+LaTeX_CLASS_OPTIONS: [koma,a4p
Nicolas Goaziou writes:
> Hello,
>
> Thorsten Jolitz writes:
>
>> here is my first take of rewriting `org-entry-properties'.
>
> Interesting. A first round of comments follows.
Thanks for the review and the comments. But this looks like an entirely
different function to me, and IMO it does not
stardiviner wrote:
> I setup default =ac-sources= for auto-complete like this:
>
> #+BEGIN_SRC emacs-lisp
> (setq-default ac-sources
> '(ac-source-yasnippet
> ac-source-abbrev
> ac-source-filename
> ac-source-files-in-current-dir
>
Xebar Saram writes:
Hi Xebar,
> small question.
sorry for the late answer
> i wonder if i could request a tiny related feature (this may be very
> easy to do already).
> i would like to assign hotkeys for 2 scenarios:
>
> 1) pre selected language for 1 line
> 2) pre selected language prompting
Nicolas Goaziou writes:
Hello,
> Why limiting it to ...
I'll leave it as personnal init.el customization, maybe it evolves over
time towards a function that deals with the general case. Thanks for the
comments though.
--
cheers,
Thorsten
On 2014-08-05 08:25, Rainer Stengele wrote:
Hi,
doing an html export of
* headline
- [ ] checkbox
- item
I do not see the checkbox box anymore as I did in older versions.
I tried to find an export setting, tried several settings related to
todos but I cannot find a setting stopping the box to
Good morning,
My system is set up to tangle and weave an org file into a .emacs.el
file. By ensuring property inheritance is configured like this
╭
│ (setq org-babel-use-quick-and-dirty-noweb-expansion nil)
╰
, each heading takes properties from its parents.
Sometimes I don't want that
> From: "Vladimir Alexiev"
> Cc: <17...@debbugs.gnu.org>,
>
> Date: Tue, 5 Aug 2014 11:10:16 +0300
>
> > > 1. Open emacs-crash-test.org
> > > 2. Make the window smaller (e.g. 20 lines tall)
> > > 2. Roll the mouse wheel down until you see the end of file, then up.
> > > 3. CRASH
>
> The s
Vladimir Alexiev ontotext.com> writes:
> I have a bunch of dot settings that I want to set globally. I hacked it like
> this:
> (defadvice org-babel-expand-body:dot (before add-preamble (body params)
> activate)
A better way to hack it is like that, using the header args :prologue and
:epilog
Hi,
after a long time i recently played with ox-reveal (with
org-mode release_8.3beta-167-g003edd)
While exporting to reveal i get
Symbol's function definition is void: org-html-format-headline--wrap
What i'm missing?
Regards,
Robert
I'm doing my first steps trying to publish my org-mode content to HTML and it seems that there is something that causes problems with publishing.
I tracked it down to this paragraph which seems to cause the problem:
_
Connect at AIIM is a news communication provided by AIIM. 2014
AI
Hello Bastien,
I can't get this to work.
(org-clock-display '(16)) -- this works fine!
(let ((org-clock-display-default-range 'thisweek))
(org-clock-display))
^ This however just runs org-clock-display for all time without a prompt.
I have updated to HEAD and ran `make`.
On 28 July 2014 17
Dear Ken,
On Tuesday, Aug 05 2014, Ken Mankoff wrote:
> This code looks useful and an improvement over the previous setup I was
> using. https://lists.gnu.org/archive/html/emacs-orgmode/2014-05/msg01218.html
>
> Can you explain what else is needed for your code to work? Currently I
> have
at the
I've got a toy paper I'm writing where I ran into a couple of issues
exporting to html. The first issue is related to exporting the source of a
css block that contains proprietary properties. In short, it looks like a
list is generated for the font face, where a single value was expected.
The se
I've got a toy paper I'm writing where I ran into a couple of issues
exporting to html. The first issue is related to exporting the source of a
css block that contains proprietary properties. In short, it looks like a
list is generated for the font face, where a single value was expected.
The se
Robert Eckl writes:
> Hi,
>
> after a long time i recently played with ox-reveal (with
> org-mode release_8.3beta-167-g003edd)
>
> While exporting to reveal i get
>
> Symbol's function definition is void: org-html-format-headline--wrap
>
> What i'm missing?
>
Well, you are missing that f
Hi,
a slight enhancement:
#+begin_src emacs-lisp
(defun tj/src-block-interpreter (src-block contents)
"Interpret SRC-BLOCK element as Org syntax. CONTENTS is nil."
(let ((lang (org-element-property :language src-block))
(switches (org-element-property :switches src-block))
"Martin Beck" writes:
> I'm doing my first steps trying to publish my org-mode content to HTML and it
> seems that there is something that causes problems
> with publishing.
>
> I tracked it down to this paragraph which seems to cause the problem:
> _
> Connect at AIIM is a news commun
Hi,
maybe make parts of `org-babel-insert-header-arg' reusable by a
refactoring like this?
;; refactored org-babel-insert-header-arg (part 1)
#+begin_src emacs-lisp
(defun tj/prompt-for-header-arg (&optional lang)
"Prompt for header argument selecting from lists of common args and values.
Opt
Hello. Started another "clean" cloned local repository to try building the
documentation again and the errors persist.
'M-x org-version' gives: Org-mode version 8.3beta
(release_8.3beta-167-g003edd @ /usr/local/share/emacs/site-lisp/org/). I
installed everything except documentation.
Here's the out
Hi Florian,
* On 2014-08-05 at 11:32, Florian Adamsky wrote:
>> This code looks useful and an improvement over the previous setup I
>> was
>> using. https://lists.gnu.org/archive/html/emacs-orgmode/2014-05/msg01218.html
>>
>> Can you explain what else is needed for your code to work? Currently I
>
Vicente Vera writes:
> Hello. Started another "clean" cloned local repository to try building the
> documentation again and the errors persist.
> 'M-x org-version' gives: Org-mode version 8.3beta
> (release_8.3beta-167-g003edd @ /usr/local/share/emacs/site-lisp/org/). I
> installed everything e
> "Salome "S?dergran\"" wrote:
> > I'm looking for a way to make orgmode export quote signs to LaTeX's
> > \enquote{}.
> > On stackoverflow.com (1) I found a solution that uses
> > (setq org-export-with-smart-quotes t)
> > (add-to-list 'org-export-smart-quotes-alist .)
> > but on my syste
2014-08-05 14:43 GMT+02:00 Nick Dokos :
> Yes, tables and source blocks handle captions in the HTML exporter, but
> special blocks (which #+(BEGIN|END)_FIGURE is) don't. Captions for special
> blocks *are* handled correctly in the latex exporter. This shouldn't be
> too hard to fix: just copy the
"Salome "Södergran\"" writes:
>> "Salome "S?dergran\"" wrote:
>> > I'm looking for a way to make orgmode export quote signs to LaTeX's
>> > \enquote{}.
>> > On stackoverflow.com (1) I found a solution that uses
>> > (setq org-export-with-smart-quotes t)
>> > (add-to-list 'org-export-smart-q
Vicente Vera writes:
> Hello. Started another "clean" cloned local repository to try building
> the documentation again and the errors persist.
The error is quite likely on your side. What is the output of
which makeinfo
file `which makeinfo`
makeinfo --version
as I suspect that you pick up som
Dear Ken,
On Tuesday, Aug 05 2014, Ken Mankoff wrote:
> You are correct that M-x org-archive-subtree-hierarchical works just
> fine. But I can't get it to work with the default keybinding as you show
> above.
>
> C-c C-x C-s is my (the?) default keybinding for archiving
> trees/subtrees. Is thi
Yes that works perfectly. Not sure why I had memorized a different
keystroke. Thank you!
On Tue, Aug 5, 2014 at 1:46 PM, Florian Adamsky
wrote:
> Dear Ken,
>
> On Tuesday, Aug 05 2014, Ken Mankoff wrote:
>
> > You are correct that M-x org-archive-subtree-hierarchical works just
> > fine. But
Eric Schulte gmail.com> writes:
>
> Andreas Kiermeier gmail.com> writes:
>
> > On 4 August 2014 21:23, Eric Schulte gmail.com> wrote:
> >> Why are you setting the output type to "graphics" when you are trying to
>
> Hi Andreas,
>
> I can't reproduce your problem. I get the following from
Nick Dokos writes:
> "Salome "Södergran\"" writes:
>
>>> "Salome "S?dergran\"" wrote:
>>> > I'm looking for a way to make orgmode export quote signs to LaTeX's
>>> > \enquote{}.
>>> > On stackoverflow.com (1) I found a solution that uses
>>> > (setq org-export-with-smart-quotes t)
>>> > (a
Hi all
the github link seems dead, anyone knows where one could get and try
org-ref from?
z
On Mon, Jun 30, 2014 at 2:27 PM, Joseph Vidal-Rosset <
joseph.vidal.ros...@gmail.com> wrote:
> Thanks Eric, it works now, with the latest version of org-mode.
>
> Best wishes
>
> Jo.
>
>
> 2014-06-30 12
Charles Berry writes:
> Eric Schulte gmail.com> writes:
>
>>
>> Andreas Kiermeier gmail.com> writes:
>>
>> > On 4 August 2014 21:23, Eric Schulte gmail.com> wrote:
>> >> Why are you setting the output type to "graphics" when you are trying to
>
>>
>> Hi Andreas,
>>
>> I can't reproduce you
Bastien writes:
> SabreWolfy writes:
>
>> How do I indicate that the event should be repeated monthly for 6 months
>> only? Time-shift?
>
> FWIW, this is a frequently requested feature and I will propose
> something other than cloning headlines for the next major Org version.
I entirely agree.
On Tue, Aug 5, 2014 at 2:02 PM, Eric Schulte wrote:
> Charles Berry writes:
>
>> Eric Schulte gmail.com> writes:
[snip]
>> Eric,
>>
>> As noted by Andreas and John this is a problem for session output.
>>
>> org-babel-R-evaluate-session uses
>>
>> (string-match "^\\([ ]*[>+\\.][ ]?\\)+\\([[0-
Greetings. I'm new to OrgMode, and I'm still working my way through. It
has a lot of the old functionality and features of the PalmPilot "Bonsai"
program, which I miss terribly, and I hope you take that as a compliment.
Anyway, I'm not sure if I'm doing something wrong or I just don't yet
unders
John Hendy writes:
> On Tue, Aug 5, 2014 at 2:02 PM, Eric Schulte wrote:
>> Charles Berry writes:
>>
>>> Eric Schulte gmail.com> writes:
>
> [snip]
>
>>> Eric,
>>>
>>> As noted by Andreas and John this is a problem for session output.
>>>
>>> org-babel-R-evaluate-session uses
>>>
>>> (string-
Nick Dokos writes:
> John Hendy writes:
>
>> On Tue, Aug 5, 2014 at 2:02 PM, Eric Schulte wrote:
>>> Charles Berry writes:
>>>
Eric Schulte gmail.com> writes:
>>
>> [snip]
>>
Eric,
As noted by Andreas and John this is a problem for session output.
org-babel-R-eva
hymie! writes:
Greetings. I'm new to OrgMode, and I'm still working my way
through. It has a lot of the old functionality and features of
the PalmPilot "Bonsai" program, which I miss terribly, and I
hope you take that as a compliment.
Welcome.
I have a TODO that looks like this (I had t
hymie! lactose.homelinux.net> writes:
> Is there a way to remove deadlines for DONE tasks from the Agenda?
Add this to your .emacs:
,-
| (setq org-agenda-skip-deadline-if-done nil)
`-
Correction:
,-
| (setq org-agenda-skip-deadline-if-done t)
`-
In our last episode, the evil Dr. Lacto had captured our hero,
SabreWolfy , who said:
> (setq org-agenda-skip-deadline-if-done t)
Perfect! Thanks!
--hymie!http://lactose.homelinux.net/~hymiehy...@lactose.homelinux.net
Hi, it got moved in a re-organization to
https://github.com/jkitchin/jmax/blob/master/org/org-ref.org.
Sorry for the inconvenience!
Xebar Saram writes:
> Hi all
>
> the github link seems dead, anyone knows where one could get and try
> org-ref from?
>
> z
>
> On Mon, Jun 30, 2014 at 2:27 PM, Jo
Hello,
I'm trying to get part of the agenda header in another color, here
"TODAY":
--8<---cut here---start->8---
(add-to-list 'org-agenda-custom-commands
`("f" "Today"
(;; list of all TODO entries with deadline today
>>> The current proposal is to make them elements instead of objects in Org
>>> syntax (i.e, a `latex-environment' instead of a `latex-fragment'). In
>>> a nutshell:
>>>
>>> - Pros:
>>>+ conform to LaTeX intent,
>>>+ impossible to fill.
>>> - Cons:
>>>- documents containing \[...\] mi
Sebastien Vauban
writes:
> Hello,
>
> I'm trying to get part of the agenda header in another color, here
> "TODAY":
>
> (add-to-list 'org-agenda-custom-commands
>`("f" "Today"
> (;; list of all TODO entries with deadline today
> (tags-todo "DEA
On Tue, 5 Aug 2014, John Hendy wrote:
On Tue, Aug 5, 2014 at 2:02 PM, Eric Schulte wrote:
Charles Berry writes:
Eric Schulte gmail.com> writes:
[snip]
Eric,
As noted by Andreas and John this is a problem for session output.
org-babel-R-evaluate-session uses
(string-match "^\\([ ]*[
Yes, i had an old makeinfo (4.13) that lives in the debian wheezy
repository. Just now got the latest version and it worked. Didn't thought
about this since some commits ago the documentation was built just fine
with makeinfo 4.13.
Thank you very much Nick & Achim.
2014-08-05 12:33 GMT-04:00 Vic
I'm sure this has been asked before, but I can't seem to find it. Is
there an org markup that produces a starred latex heading?
In a book, for example, I want the Preface to be at chapter level, but
not included in the numbering. Same for HTML export, of course.
Thanks for any pointers,
Alan
Alan L Tyree writes:
> I'm sure this has been asked before, but I can't seem to find it. Is
> there an org markup that produces a starred latex heading?
>
> In a book, for example, I want the Preface to be at chapter level, but
> not included in the numbering. Same for HTML export, of course.
,-
On 6 August 2014 03:35, Charles Berry wrote:
[snip]
> org-babel-R-evaluate-session uses
>
> (string-match "^\\([ ]*[>+\\.][ ]?\\)+\\([[0-9]+\\|[ ]\\)" line)
>
> to find the start of R output in the session.
>
> This does not match the ` 0', but matches the ` .6'
> in the out
Eric Schulte writes:
> In general checking the manual before posting to the ML is a good idea.
You (voluntarily) write a meaningless one-liner and then complain I
wasted 10sec of you lifetime by not ReadingTFM - come on ...
--
cheers,
Thorsten
On Tue, 5 Aug 2014, Andreas Kiermeier wrote:
On 6 August 2014 03:35, Charles Berry wrote:
[snip]
org-babel-R-evaluate-session uses
(string-match "^\\([ ]*[>+\\.][ ]?\\)+\\([[0-9]+\\|[ ]\\)" line)
to find the start of R output in the session.
[snip]
Thanks Charles for finding this
Thorsten Jolitz writes:
> Alan L Tyree writes:
>
>> I'm sure this has been asked before, but I can't seem to find it. Is
>> there an org markup that produces a starred latex heading?
>>
>> In a book, for example, I want the Preface to be at chapter level, but
>> not included in the numbering. Sa
Bastien writes:
> regcl writes:
>
>> Thanks, but I guess I didn't find the solutions you have
>> mentioned. Could you please point them out?
>
> I'm thinking of this for example:
> http://orgmode.org/worg/org-tutorials/org-jekyll.html
>
> This is not a complete solution for the problem at hand,
Hi Chuck,
2014ko abuztuak 5an, "Charles C. Berry"-ek idatzi zuen:
[...]
>
>
> Here is the docstring from ESS's inferior-S-prompt:
>
> inferior-S-prompt is a variable defined in `ess-custom.el'.
> Its value is "[]a-zA-Z0-9.[]*\\([>+.] \\)*> "
>
> Documentation:
> Regexp used in S and R inferi
Hi Eric,
2014ko abuztuak 5an, Eric Schulte-ek idatzi zuen:
>
[...]
> I don't know.
>
> The Babel R support needs a dedicated maintainer. This was a role Dan
> Davison originally filled. I've partially filled in since, but as a
> *very* light R user I'm not the best person.
I use babel’s R s
Hi Thorsten,
2014ko abuztuak 5an, Thorsten Jolitz-ek idatzi zuen:
[...]
>
> Parse this src-block (with point at beg of block):
>
> ,
> | M-: (setq ptree (org-element-at-point))
> `
>
> #+header: :results raw
> #+begin_src emacs-lisp
> (message "hello world")
> #+end_src
>
> #+results
Hi Bastien,
2014ko uztailak 27an, Bastien-ek idatzi zuen:
>
> Hi Aaron,
>
> Aaron Ecay writes:
>
>> There’s a warning in the Org manual about using filladapt with org, but
>> I’ve never noticed any problems.
>
> Interesting -- was it always like this? Or is it due to the recent
> improvement
Hi Mark,
2014ko abuztuak 2an, Mark Edgington-ek idatzi zuen:
>
> Hi Bastien,
>
> I've attached a patch for ox-extra which doesn't yet include the
> option for choosing specific tag names (the 'ignore' tag is currently
> hard-coded). Feel free to modify / commit it.
>
> Regards,
>
> Mark
Than
Hi Thorsten,
2014ko uztailak 27an, Thorsten Jolitz-ek idatzi zuen:
>
> Thorsten Jolitz writes:
>
>> Hi List,
>>
>> whats wrong with this :post header arg:
>>
>> #+header: :post (format "#+attr_latex :float :placement {c}{scale=.6}\n%s"
>> *this*)
>> #+begin_src emacs-lisp
>> (+ 2 2)
>> #+
Hi Thorsten,
2014ko uztailak 6an, Thorsten Jolitz-ek idatzi zuen:
>
> Hi List,
>
> doing C-c C-c on the first src_block
>
> ,
> | * A
> | ** B
> | :PROPERTIES:
> | :header-args: :var name=dblock-name
> | :header-args+: :var prms=dblock-params
> | :END:
> |
> | #+begin_src
Its the first time I use this type of mail system. I connected here
using gmane and gnus. I;m not sure how to answer the thread "Can't
execute the introductory code: take table as input to produce mean".
So i'll just try to answer the best way I can who means I'll answer to:
emacs-orgmode-
78 matches
Mail list logo