Thanks for making these changes. Once they're in and Bastien figures
out how the google-wide copyright attribution works we should be good to
go.
Thanks!
Pascal Fleury writes:
> Hi Eric, see comments inline.
>
>
> On Thu, Mar 27, 2014 at 6:43 PM, Eric Schulte wrote:
>
>> Hi Pascal,
>>
>> This
On 2014-03-29, 13:37, Nick Dokos wrote:
`#+DRAWERS: NAME1 ...'
Set the file-local set of additional drawers. The corresponding
global variable is `org-drawers'.
Has that been removed? I do rely quite heavily on this and do not want to
loose it. Which version dropped it and what is
Sharon Kimble writes:
> I have a document called 'organiser.org' which is mainly comprised of various
> TODOs under various projects, and various NEXT under birthdays and hospital
> appointments. These TODOs can be up to 4 levels in depth, and with one level 1
> TODO as the project header. How ca
Hello,
Xavier Garrido writes:
> I get a strange behavior when using subscripting /i.e./ =_= char. Here
> is a minimal example
>
> subscripting.org
>
> #+OPTIONS: ^:{}
>
> The file a_b_c works.
>
> The file a_b_c_d does not work.
>
> The file =a_b_c_d= works again.
>
> When expo
I have a document called 'organiser.org' which is mainly comprised of various
TODOs under various projects, and various NEXT under birthdays and hospital
appointments. These TODOs can be up to 4 levels in depth, and with one level 1
TODO as the project header. How can all of these TODOs be included
Nicholas,
> You may want to add gmap as a new link type with dedicated export
> functions. See `org-add-link-type'.
awesome -- thanks! (sorry i didn't see it/think of it in the manual.)
cheers, Greg
Nicolas Goaziou wrote:
> Hello,
>
> Greg Minshall writes:
>
> > but, i'm less happy wi
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Dear Orgers,
I get a strange behavior when using subscripting /i.e./ =_= char. Here
is a minimal example
subscripting.org
#+OPTIONS: ^:{}
The file a_b_c works.
The file a_b_c_d does not work.
The file =a_b_c_d= works again.
When exporting to pdf through LaTeX, the first an
Alan Schmitt writes:
> OK, I put it on the previous line. I'll commit now.
Thank you.
--
Nicolas Goaziou
Nicolas Goaziou writes:
> Alan Schmitt writes:
>
> +(mapcar #'org-babel-trim (reverse raw)))
> + (raw (org-babel-trim clean))
> + (result-params (cdr (assoc :result-params params)))
> + (parsed
> + (string-match
> +"\\(\\(.*\n\\)
Hello,
Greg Minshall writes:
> but, i'm less happy with how these links look when i've provided no
> description and they are exported. if i have a link like:
>
> [[gmap:123 Main Street, Our Town, California, United States]]
>
>
> what is *shown* on the exported web page (say) is some
Alan Schmitt writes:
+ (mapcar #'org-babel-trim (reverse raw)))
+(raw (org-babel-trim clean))
+(result-params (cdr (assoc :result-params params)))
+(parsed
+ (string-match
+ "\\(\\(.*\n\\)*\\)[^:\n]+ : \\([^=\n]+\\) =
Nicolas Goaziou writes:
> Hello,
>
> Alan Schmitt writes:
>
>> Should I push this patch?
>
> Nitpick: it is better to remove the dangling parenthesis prior to
> this. Thanks.
I'm sorry, but I don't see a dangling parenthesis. Where is it?
Thanks,
Alan
Dnia 2014-03-29, o godz. 10:58:59
Feng Shu napisał(a):
> Peter Davis writes:
>
> > I'm finishing a PDF document that will contain a number of screen
> > shots. I'd like to put them in a table to avoid just having them
> > arranged vertically on the page. Is there a way to do that?
>
> #+MACRO:
hi. i'm playing with the example in the manual of a google map link
(gmap:). technology is wonderful, and it's amazing (to simple-minded
me) to see the map pop up with the locations.
but, i'm less happy with how these links look when i've provided no
description and they are exported. if i have
Pontus Michael gmail.com> writes:
>
> I would like to propose a change to the behavior of noweb expansion in
> relation to prefix handling.
[snip]
> I recommend to introduce a change that will replace the inserted prefix
> with whitespace of equal length.
[snip]
The behavior you desire ca
Dnia 2014-03-28, o godz. 16:09:01
stardiviner napisał(a):
>
> I want to create a custom keybinding to custom function which will
> execute all necessary steps for creating an org habit.
> The bellowing is my code, but seems it doesn't work at all.
> I don't know how to write this custom function
Dnia 2014-03-27, o godz. 09:23:06
Alan Schmitt napisał(a):
> Hello,
>
> I need to ignore a heading during a LaTeX export (I don't want the
> "section" command to be generated, but I need the text to be included;
> the heading is there because the previous one is tagged with
> "export"). I found
Dnia 2014-03-28, o godz. 10:59:43
Rick Frankel napisał(a):
> On 2014-03-28 10:01, Sebastien Vauban wrote:
> > Rick Frankel wrote:
> > BTW, i used "[ ]" for the unchecked box (we use the same for
> > checked and trans)... I think i'll change the unchecked box to
> > ☐ to match the checked box (sam
Dnia 2014-03-28, o godz. 10:37:08
Pere Quintana Seguí napisał(a):
> I didn't understand your message. I thought you meant archiving the
> task, but in fact you meant archiving the logs. That's what I've done.
Take a look at the senders: *I* did mean archiving the task, and
*Peter* meant archivin
Hello,
Alan Schmitt writes:
> Should I push this patch?
Nitpick: it is better to remove the dangling parenthesis prior to this. Thanks.
Regards,
--
Nicolas Goaziou
Nick Dokos writes:
> Thorsten Jolitz writes:
>
>> Hi List,
>>
>> there are dozens of regexps that are set as buffer-local variables when
>> org-mode is turned on as major-mode, but other regexps are defined and
>> set only once as global variables when e.g. org.el is loaded, and the
>> docstrin
On 03/28/2014 10:18 PM, Steven Arntson wrote:
> Back in my mac-user days I used a program called "Scrivener" that would
> renumber chapters on the fly if I dragged them to new positions. I think
> I was missing that functionality a little, but now that I think about
> it, I shouldn't miss it. It di
Thorsten Jolitz writes:
> Hi List,
>
> there are dozens of regexps that are set as buffer-local variables when
> org-mode is turned on as major-mode, but other regexps are defined and
> set only once as global variables when e.g. org.el is loaded, and the
> docstring of these variables often rea
On 3/28/14, 10:58 PM, Feng Shu wrote:
Peter Davis writes:
I'm finishing a PDF document that will contain a number of screen
shots. I'd like to put them in a table to avoid just having them
arranged vertically on the page. Is there a way to do that?
#+MACRO: p \includegraphics[scale=1]{$1}
Hi List,
there are dozens of regexps that are set as buffer-local variables when
org-mode is turned on as major-mode, but other regexps are defined and
set only once as global variables when e.g. org.el is loaded, and the
docstring of these variables often reads like this:
,
Hi Alan,
Alan Schmitt writes:
> Should I push this patch?
Please go ahead,
--
Bastien
Hi Eric,
I see you are the author of ob-dot.el. Should I push the attached patch?
Thanks,
Alan
>From c6437e8b7132d95ca432b0690bf65ede6e248567 Mon Sep 17 00:00:00 2001
From: Alan Schmitt
Date: Thu, 27 Mar 2014 13:35:31 +0100
Subject: [PATCH] ob-dot.el: Substitute variables literally
* lisp/ob-
Hello,
Alan Schmitt writes:
> Hello,
>
> Here is a patch that allows for the output of ocaml babel blocks to be
> captured. It also makes the parsing of the resulting value more robust:
> results of type "string list" are now converted to a table, for
> instance.
>
> At the moment I only check f
Hi Rasmus,
Rasmus writes:
> This is why you would want to use a filter rather than a hook
> (i.e. you only want to retain the Org structure when exporting).
> Here's a slightly modified version of the filter I use.
Thank you for this suggestion.
I went back to my original problem (how to neatl
Hi,
I just searched worg for "test a new worg file," but the results seemed
irrelevant to my question, so...
As promised, I'm writing up my workflow for the big workshop project. I've
cloned worg, saved my (in progress) org file under exporters/beamer. Now
I'd like to see what my page will l
Hello,
Nicolas Goaziou wrote:
> Sebastien Vauban writes:
>
>> When =:hlines yes=, strips horizontal lines from the input table.
>>
>> outputs the following HTML:
>>
>> When =:hlines yes=, strips horizontal lines from the input
>> table.
>>
>> with Org-mode version 8.2.5h (release_8.2.5h-867-g25c59
Hello,
Nick Dokos writes:
> Section 15.6, "Summary of in-buffer settings", contains a reference to
> org-drawers which if I'm not mistaken no longer exists:
>
> `#+DRAWERS: NAME1 ...'
> Set the file-local set of additional drawers. The corresponding
> global variable is `org-drawers'.
33 matches
Mail list logo