I am requesting a consistent solution.
If "//" at the end of a line inserts newline when exporting in all formats,
then it should do the same when used in between a line too for ALL export
formats.
Example: #+TITLE: Line one // Line two
I am simply trying to explain why we need another solution
Yes it is the only time it is globally bound.
On Fri, Sep 26, 2014 at 4:03 PM, Jorge A. Alfaro-Murillo
wrote:
> Jorge A. Alfaro-Murillo writes:
>>
>> Grant Rettke writes:
>>>
>>> On Fri, Sep 26, 2014 at 12:17 PM, Jorge A. Alfaro-Murillo
>>> wrote:
For me `org-cycle-agenda-files' is bou
Kaushal writes:
> Interesting thing is that `\\` work fine at the end of the lines.
Yes, this is the behavior documented in the manual.
> I need to force line breaks in cases like these
>
> -
> For example, to execute the =example_1= test and run in the {{{NEWLINE}}}
>
> =/some/long/path/th
Jorge A. Alfaro-Murillo writes:
Grant Rettke writes:
On Fri, Sep 26, 2014 at 12:17 PM, Jorge A. Alfaro-Murillo
wrote:
For me `org-cycle-agenda-files' is bound to C-', not C-, maybe
you have something that sets C-' to C-, globally?
Definitely, here in my .emacs.el:
╭ │ (global-s
On Friday, 26 Sep 2014 at 07:53, Grant Rettke wrote:
> Eric do you use org in Emacs on the Pandora?
Yes. I use Pandian: Debian distribution on the Pandora. It comes with
Emacs 24.3. I install org (and gnus and others) from git.
Emacs is also available on the stock OS for the OpenPandora. I ru
Grant Rettke writes:
On Fri, Sep 26, 2014 at 12:17 PM, Jorge A. Alfaro-Murillo
wrote:
For me `org-cycle-agenda-files' is bound to C-', not C-, maybe
you have something that sets C-' to C-, globally?
Definitely, here in my .emacs.el:
╭ │ (global-set-key (kbd "C-;") 'vc-next-action) │
On Fri, Sep 26, 2014 at 12:17 PM, Jorge A. Alfaro-Murillo
wrote:
> Grant Rettke writes:
> For me `org-cycle-agenda-files' is bound to C-', not C-, maybe you have
> something that sets C-' to C-, globally?
Definitely, here in my .emacs.el:
╭
│ (global-set-key (kbd "C-;") 'vc-next-action)
│ (
On Fri, Sep 26, 2014 at 1:44 PM, Rainer M Krug wrote:
> Grant Rettke writes:
>> My eye is on you post about that topic because I would also like to know.
>
> As you are using R, and if you are using sessions, what about setting
> them from within R[1]?
>
> Footnotes:
> [1] http://stat.ethz.ch/R-
Thanks you Rasmus and Brett! It still sounds interesting although your
combined feedback has left me in a state of indecision about whether to
pursue another option or investigate git-annex further. Ha!
On 9/26/14, 9:11 AM, Rasmus wrote:
Hi,
"Tim O'Callaghan" writes:
I have no instructio
Omid writes:
> In any case, could you (Achim Gratz) please share with us the final
> patch that you and Nicolas Goaziou agreed upon?
That is commit 4ed554196b on master.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptation for Waldorf rackAttack
Grant Rettke writes:
> My eye is on you post about that topic because I would also like to know.
As you are using R, and if you are using sessions, what about setting
them from within R[1]?
Rainer
>
>
>
> On Fri, Sep 26, 2014 at 8:17 AM, Johannes Rainer
> wrote:
>> thanks Grant for this infor
Hi all,
I have explained this issue in detail in this stackexchange question:
http://emacs.stackexchange.com/questions/314/toc-of-tables-for-org-mode-long-tables
I found a sort of workable solution but it is not very practical.
In the process of making that solution workable without having to re
Grant Rettke writes:
My goal was to set a new keybinding for two keys like this:
╭ │ (local-set-key (kbd "C-,") (lambda () (interactive)
(insert " \\larr "))) │ (local-set-key (kbd "C-.") (lambda ()
(interactive) (insert " \\rarr "))) ╰
The second works fine. The first does not; it
Good afternoon,
╭
│ (print emacs-version)
│ (print org-version)
╰
╭
│ "24.3.1"
│
│ "8.2.7c"
╰
My goal was to set a new keybinding for two keys like this:
╭
│ (local-set-key (kbd "C-,") (lambda () (interactive) (insert " \\larr ")))
│ (local-set-key (kbd "C-.") (lambda () (in
[SNIP]
> -Original Message-
> From: emacs-orgmode-bounces+subhant=familycareinc@gnu.org
> [mailto:emacs-orgmode-bounces+subhant=familycareinc@gnu.org] On
> Behalf Of Marcin Borkowski
> Sent: Thursday, September 25, 2014 3:45 PM
> To: emacs-orgmode@gnu.org
> Subject: Re: [O] How to
* On 2014-09-26 at 11:53, Rasmus wrote:
> Ken Mankoff writes:
>> If I have a #+CAPTION line, I can type my figure caption as I would
>> expect. But as soon as I pass the 70th column, the spacebar triggers
>> an error. I can type letters after the 70th column, but not a
>> space. When I press the
> Do you need to enforce line breaks *outside of* a paragraph in plain
> text export? If so, what case are you worried about specifically?
I forgot to answer this question.. I need to force line breaks in cases
like these
-
For example, to execute the =example_1= test and run in the {{{NEWLI
The reason I switched to using this {{{NEWLINE}}} macro is that I wanted
consistent results wherever I used it for any kind of export.
Example:
-
#+TITLE: First Line of Title // Second Line of Title
-
Above works for only latex > pdf exports.
HTML export of above keeps the `//` character
Hi Kaushal,
I am forwarding your message to the Org mode list; you only sent it to
me and Nicolas...
Kaushal writes:
> I came across
> https://lists.gnu.org/archive/html/emacs-orgmode/2014-09/msg00466.html
> through this emacs SE page:
> http://emacs.stackexchange.com/questions/255/new-line-in-
Ken Mankoff writes:
> I'm experiencing a strange Org bug in the latest few versions.
>
> If I have a #+CAPTION line, I can type my figure caption as I would
> expect. But as soon as I pass the 70th column, the spacebar triggers an
> error. I can type letters after the 70th column, but not a space
I'm experiencing a strange Org bug in the latest few versions.
If I have a #+CAPTION line, I can type my figure caption as I would
expect. But as soon as I pass the 70th column, the spacebar triggers an
error. I can type letters after the 70th column, but not a space. When I
press the spacebar on
Hi,
"Tim O'Callaghan" writes:
> I have no instructions per-se. I did consider git, using git-annexe or
> similar tool, but the pre-internet encryption i require does not
> easily happen out of the box. If you are only syncing between your own
> git servers though and do not care so much file lev
Hi Johannes,
Johannes Rainer writes:
> I stumbled across a strange problem. I’m using org-mode to perform
> analyses in R and I have one block of R-code in which I use mclapply
> to perform parallel calculations. evaluating this code block using C-c
> C-c works fine, but I get a segfault error w
Hi Nicolas,
Thanks for all time you've put into the comments. I appreciate it,
and I will try to revise the patches over the weekend.
Nicolas Goaziou writes:
>> Using this file:
>>
>> * h1
>> :PROPERTIES:
>> :CUSTOM_ID: h1
>> :END:
>> ** h2
>> :PROPERTIES:
>> :unnum
My eye is on you post about that topic because I would also like to know.
On Fri, Sep 26, 2014 at 8:17 AM, Johannes Rainer
wrote:
> thanks Grant for this information.
>
> I was just wondering, because it seemed to me that some environment variables
> (from the shell) are present in the, while
thanks Grant for this information.
I was just wondering, because it seemed to me that some environment variables
(from the shell) are present in the, while they some (LC_ALL) are not present
in the export process.
In my case, the export call fails with an error message, while there is no
probl
Eric do you use org in Emacs on the Pandora?
Just curious also to know where Emacs on Pandora users hang out?
On Fri, Sep 26, 2014 at 3:12 AM, Eric S Fraga wrote:
> On Sunday, 21 Sep 2014 at 14:10, Gustav Wikström wrote:
>
> [...]
>
>> (For me, the biggest limitation of Org mode is lacking tools
On 2014-09-26 11:06, Daimrod writes:
> You can customize your capture templates with `M-x org-capture RET C'.
> Look especially at the plist keywords `:immediate-finish` and
> `:jump-to-captured`.
Thank you for the suggestion. Looking at the info manual I found the
documentation for "immediate-f
On 2014-09-26 11:14, Christian Moe writes:
> Hi,
>
> Doesn't C-u C-c C-c from the capture buffer do the trick?
It does, thanks a lot!
Alan
--
OpenPGP Key ID : 040D0A3B4ED2E5C7
signature.asc
Description: PGP signature
hi all!
I am wondering what the difference between the eval of a source block and the
export of a buffer is in terms of the process in which the code is evaluated.
Is the org-export call starting a new process?
Is there a way to specify environment variables for the export process?
thanks in a
The problem is that `(funcall prog-mode)' in `org-html-fontify-code'
enables fci-mode. So disabling it in `org-export-before-parsing-hook' won't
work.
But your reply gave me another idea..
I can remove enabling of fci-mode from my prog mode hook in
`org-export-before-parsing-hook'.
But then wher
Subhan Michael Tindall writes:
> Hi, I'm looking for an example org-agenda-skip-function that I can use to
> include all items for an agenda (IE alltodo) that have a certain property set
> (value doesn't particularly matter)
> IE:
>>* TODO H1
>> :PROPERTIES:
>> :P1: date
>> :END:
>>* TODO H2
Hello,
Nicolas Goaziou wrote:
> Sebastien Vauban writes:
>
>> I'd advice to use UTF-8 characters more wildly available in the
>> different fonts for drawing the Boxquote around code, in function
>> `org-ascii--box-string'.
>>
>> The results is that only \u250C and \u2514 are "universal" (except in
Hello,
Kaushal writes:
> I have fci-mode installed and enabled for programming modes.
>
> When org exports to html, htmlize figures out the syntax highlighting of
> the code by calling =(funcall lang-mode)=.
>
> That activates =fci-mode=.
>
> =fci-mode= shows the fill column using a unicode cha
Hi
Based on several previous posts, it seems that the use of header
arguments, particularly
- different ways of setting these (from the manual)
,
| - System-wide header arguments:: Set global default values
| - Language-specific header arguments:: Set default values by language
| - Head
Sorry, forgot to copy to the list:
> Hi,
>
> Doesn't C-u C-c C-c from the capture buffer do the trick?
>
> Yours,
> Christian
>
> Alan Schmitt writes:
>
>> Hello,
>>
>> I often find myself doing the following: use a capture template to
>> nicely setup an entry (often a date tree entry with a link
Hello,
Kyle Meyer writes:
> This patch fixes a small (but meaning-changing) typo.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
dear all,
I stumbled across a strange problem. I’m using org-mode to perform analyses in
R and I have one block of R-code in which I use mclapply to perform parallel
calculations. evaluating this code block using C-c C-c works fine, but I get a
segfault error when I export the org file.
This h
On Sunday, 21 Sep 2014 at 14:10, Gustav Wikström wrote:
[...]
> (For me, the biggest limitation of Org mode is lacking tools to
> utilize it on the run. The aim of this is thus to feed thoughts on how
> to simplify processes that can expand Org mode into those "more
> mobile" domains).
Just curi
Hello,
KDr2 writes:
> I found this was fixed on both maint and master branch :)
> Thanks for all your works, but would you tell us how did you do it? or give
> the commit id? (Sorry I did not find it by myself...)
This is not really fixed. I just reverted the code base to its initial
state, whi
Hello,
Omid writes:
> Apologies for waking up this old thread. But is this feature, for
> which Achim proposed a patch early on, going to be included in the Org
> mode? As of Org-mode version 8.2.7c (8.2.7c-71-g60418c-elpa)
>
> #+INCLUDE: "myfile.html" html
>
> still does not do a literal includ
Alan Schmitt writes:
> Hello,
Hello Alan,
> I often find myself doing the following: use a capture template to
> nicely setup an entry (often a date tree entry with a link to the
> current document), then jump to the newly created headline to start
> adding notes. I typically do this during mee
Hello,
Aaron Ecay writes:
> Isn’t the org-element format also easy to work on? It requires a bit
> more than just car and cdr, but it’s well documented and used in many
> places across the code base (= cognitive burden to use is lower). It’s
> also easy to produce in the sense that org-element
Hi
Based on several previous posts, it seems that the use of header
arguments, particularly
- different ways of setting these (from the manual)
,
| - System-wide header arguments:: Set global default values
| - Language-specific header arguments:: Set default values by language
| - Head
Grant Rettke writes:
> On Wed, Sep 24, 2014 at 2:52 AM, Rainer M Krug wrote:
>> would there be interest in pursuing this?
>
> Yes.
>
> I'm interested in working with other serious babel users to pool our
> efforts, provide a meaningful contribution, and do it in a way that
> works best for the m
Hello,
Rasmus writes:
> Another couple of small changes.
Thank you.
> Using this file:
>
> * h1
> :PROPERTIES:
> :CUSTOM_ID: h1
> :END:
> ** h2
> :PROPERTIES:
> :unnumbered: t
> :CUSTOM_ID: h2
> :END:
> *** h3
> *** h4
> * h5
> :PROPERTIES:
>
46 matches
Mail list logo