On Monday, 16 Mar 2015 at 22:10, Marcelo de Moraes Serpa wrote:
> Hi all,
>
> Is there a way to export an orgmode spreadsheet to a format that can be
> imported by google docs?
M-x org-table-export RET
will export to TSV or CSV which you can read into any spreadsheet
program although I have no id
Hi all,
Richard Lawrence writes:
> Hi Aaron and all,
>
> Richard Lawrence writes:
>
>> I'll take some time this weekend to see if I can wire this together with
>> the Elisp Aaron wrote for the Org exporter side.
>
> I've had some success with this. I would not say that my efforts are
> complet
Hi
1) Org-Mode tables currently do not have an easy way to format each
cell individually. For regular text, I can select a region and do M-x
fill-paragraph and that works fine, but for Org-Mode tables, I cannot
do that. Yes, I know about M-x org-table-wrap-region , I have tried to
use it for a f
Hi,
While writing technical documents, as a programmer and an Org-Mode user,
for me it's important to have ways to syntax highlight code blocks when
exporting them to LaTeX.
While I am aware of the customizations that need to be done
to Org-Mode's configuration in order to get that to work, in
pa
Hello,
Koen van der Kruk writes:
> I am planning to add a new feature to orgmode, but I don't know if there is
> already something like I described below. I am also wondering if someone
> could tell me how much time this is going to take.
> I have a little experience with orgmode and emacs, but
Richard Lawrence writes:
> With this change, what's the proper way to get the citation-references
> inside a citation? Before this change, one could simply do:
>
> (org-element-property :references citation)
>
> to get the references in a citation; what's the equivalent incantation
> now?
[...
Nicolas Goaziou writes:
> We don't need a convoluted markup for that, let's keep it simple.
But then you'd have to repeat data. E.g.
#+KEYWORDS: my keywords for meta-data that should also be printed.
my keywords for meta-data that should also be printed.
This seems error prone and undesirable
Hello,
Anders Wirzenius writes:
> Problem:
> It seems that org-plot/gnuplot assumes there is a non-empty value
> on each row of the table.
>
> Org-plot/gnuplot jumps over empty columns and picks up the value
> from the first non-empty column when executed.
>
> In the example below where column 7
Hello,
Randomcoder writes:
> 1) Org-Mode tables currently do not have an easy way to format each
> cell individually. For regular text, I can select a region and do M-x
> fill-paragraph and that works fine, but for Org-Mode tables, I cannot
> do that. Yes, I know about M-x org-table-wrap-region
Hello,
Randomcoder writes:
> I've noticed that if I have a table like this:
>
> | |
>|
> |+---|
> | Question | Answer
Hello,
Randomcoder writes:
> While writing technical documents, as a programmer and an Org-Mode user,
> for me it's important to have ways to syntax highlight code blocks when
> exporting them to LaTeX.
>
> While I am aware of the customizations that need to be done
> to Org-Mode's configuration
Gustav Wikström writes:
> Fixed patches are attached,
Applied. Thank you.
As a final step, would you mind preparing an entry in ORG-NEWS? I think
most of it can be extracted from your commit messages.
Regards,
Hello,
Rasmus writes:
> First, as discussed a while back we want to move DESCRIPTION and KEYWORDS
> out of ox.el as they are specific to certain backends. The first patch
> does this.
Thanks.
You can remove the keywords from "ox-org.el" and "ox-ascii.el", as they
do not use them. You need to
Hello,
Rasmus writes:
> Is it possible to modify or extend org-export-document-properties on the
> go? And would it be OK?
`org-export-document-properties' is a defconst, which is computed from
`org-element-document-properties', also a defconst. So, no, it
isn't meant for that.
Document prope
Jacob Gerlach writes:
> Patch attached for fuzzy links.
Thank you.
> I don't really use code blocks, so I wasn't sure what to do with
> org-export-resolve-coderef. Should the final
>
> (when (re-search...
> (cond ...
>
> become
>
> (or (re-search...
>(cond ...
> (error
No, the whole bod
Hello,
Thierry Banel writes:
> Here is a (small) patch in the documentation to add D in the list of
> Babel-supported languages.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
Rasmus writes:
> Nicolas Goaziou writes:
>
>> We don't need a convoluted markup for that, let's keep it simple.
>
> But then you'd have to repeat data. E.g.
>
> #+KEYWORDS: my keywords for meta-data that should also be printed.
> my keywords for meta-data that should also be printed.
>
> This s
Hello,
Jarmo Hurri writes:
> Please find two files attached to this message.
Thank you.
> +;; This differs from most standard languages in that
> +;;
> +;; 1) there is no such thing as a "session" in processing
> +;;
> +;; 2) results can only be exported as html; in this case, the
> +;;pro
Hello,
Thanks for the feedback.
On Sun, Mar 15, 2015 at 4:44 AM, Nicolas Goaziou wrote:
>> I don't really use code blocks, so I wasn't sure what to do with
>> org-export-resolve-coderef.
[...]
> No, the whole body could be wrapped with an `or':
>
> (or (org-element-map ...)
> (user-error
Hi Andreas,
Andreas Leha writes:
> I have been following this thread from (quite) some distance as I am
> very interested in more general citation support from orgmode. Please
> allow some basic questions:
>
> 1. For the LaTeX user
> This change means that the LaTeX user can use org syntax for
Hi Nicolas,
Nicolas Goaziou writes:
> `org-element-context' never returns contents of objects or elements.
>
>> I'm sure there is something simple I am misunderstanding here about how
>> nested objects work...can you enlighten me?
>
> You could do the following
>
> (let ((citation (org-element
Hi,
I want to change the subject inference in ox-koma-letter to only happen on
top-level headlines.
Thus, in the following example the opening would be "opening" and not "h1"
as it is currently.
* opening
** h1
Typically, "h1" is just there to help me organize the letter.
Any objections?
—Ras
Hi,
While searching for mind mapping tools that already had some integration
with orgmode, I found this video:
https://www.youtube.com/watch?v=93cqGFu3B-g, which shows a simple (but
seemingly powerful) mindmapping tool that integrates well with org.
Unfortunately the link to the code / app is now
Thanks Eric! That will do it.
On Tue, Mar 17, 2015 at 2:53 AM, Eric S Fraga wrote:
> On Monday, 16 Mar 2015 at 22:10, Marcelo de Moraes Serpa wrote:
> > Hi all,
> >
> > Is there a way to export an orgmode spreadsheet to a format that can be
> > imported by google docs?
>
> M-x org-table-export R
Hi again!
Comments below.
> From: Nicolas Goaziou [mailto:m...@nicolasgoaziou.fr]
> > +(taggroups (if downcased (mapcar (lambda (tg) (mapcar #'downcase
> > tg))
> > + taggroups) taggroups))
>
> Nitpick: indentation
Can't see what's wrong.. Autoi
> When the org mode manual discusses creating links, it gives an example
> of linking to an info node (the self-referencing example is
> `info:org#External' links). The manual continues, at node
> `info:org#Search options', to describe how specific positions within
> file links can be directly spec
Hi,
I've noticed that if I have a table like this:
| |
|
|+---|
| Question | Answer
I confirm this behaviour.
With a plain text terminal, a clock report shows like:
|---+--++--+--|
| willow-it.org | *File time* | *5:25* | |
|
| | Willow IT| 5:25 |
Both ox-man and ox-md use "m" as their menu-entry shortcut. Witch make
them merge as one in the org-export-dispatch if they are both loaded
at the same time.
Maybe ox-man should use "M" instead of "m".
On 03/12/2015 03:50 PM, Juri Linkov wrote:
>> When the org mode manual discusses creating links, it gives an example
>> of linking to an info node (the self-referencing example is
>> `info:org#External' links). The manual continues, at node
>> `info:org#Search options', to describe how specific pos
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.
-
org-entitites aren't translated when used in a LaTeX fragment.
For example when exporting $a = by(t) \rarr y(t+1) = by^{2}(t)$ to
HTML I get \(a = by(t) \rarr y(t+1) = by^{2}(t)\) whereas I should get
\(a = by(t) \rightarrow y(t+1) = by^{2}(t)\).
\rarr isn't translated to \rightarrow witch make Ma
Hi!
I just read the Org mode manual (it was a good read, thanks!), and
noted formatting- and spelling errors I found along the way. The
attached patch corrects those.
This is my first time contributing to Org mode. I have signed the FSF
papers for Emacs earlier.
-- Simen
>From 497f8a29cfa213280
Hello,
Richard Lawrence writes:
> Nicolas Goaziou writes:
>> You could do the following
>>
>> (let ((citation (org-element-lineage (org-element-context) '(citation) t))
>> references)
>> (save-excursion
>> (goto-char (org-element-property :contents-begin citation))
>>
Hi Richard,
Thank you very much for your detailed answer.
Richard Lawrence writes:
> Hi Andreas,
>
> Andreas Leha writes:
>
>> I have been following this thread from (quite) some distance as I am
>> very interested in more general citation support from orgmode. Please
>> allow some basic quest
Hello,
Rasmus writes:
> I want to change the subject inference in ox-koma-letter to only happen on
> top-level headlines.
>
> Thus, in the following example the opening would be "opening" and not "h1"
> as it is currently.
>
> * opening
> ** h1
>
> Typically, "h1" is just there to help me organi
Hello,
Ben Finney writes:
> I confirm this behaviour.
>
> With a plain text terminal, a clock report shows like:
>
> |---+--++--+--|
> | willow-it.org | *File time* | *5:25* | |
> |
> | |
Hi Andreas,
Andreas Leha writes:
>>> 2. The non-LaTeX exports
>>> These are all treated the same and will contain just text, that is
>>> produced to mimic LaTeX's output to some extent?
>>
>> Well, that depends on what you mean by `just' text. Citations can still
>> contain or be wrapped in mar
On 17-Mar-2015, Nicolas Goaziou wrote:
> Hello,
>
> Ben Finney writes:
>
> > The "\emsp" should be space characters (of some kind; either
> > U+0020 SPC or U+2003 EM SPACE) with correct alignment for the
> > character width. Displaying literal "\emsp" is a regression and
> > should not happen.
>
Marcelo de Moraes Serpa writes:
> Hi,
>
> While searching for mind mapping tools that already had some
> integration with orgmode, I found this video:
> https://www.youtube.com/watch?v=93cqGFu3B-g, which shows a simple (but
> seemingly powerful) mindmapping tool that integrates well with org.
>
>
Ben Finney writes:
> The behaviour described – displaying “\emsp” instead of space
> characters – is a regression. That's what is being reported in this
> bug.
There wasn't space characters in the first place, but "\___" constructs.
See commit bacfe5b4f7244eaf151f4e26a1d94dd8f66c1d19.
Also, th
I'm trying to accomplish a custom export task which I'd hoped to be
pretty simple: something like:
In each status section, only export the first child headline.
After several dumb ideas, I decided that doing it with a filter was
probably the Right Place. I built a filter intended to be used
Jacob Gerlach writes:
> I tried this, or more specifically:
> (or ((org-element-map
> ...
> info 'first-match))
> (user-error ...
> and got a failure on test-org-export/resolve-coderef. It's not
> obvious to me from reading the tests if there is a test that needs to
> be changed, or if it'
Nicolas Goaziou writes:
> However, I don't think :opening setting belongs to
> `org-koma-letter-headline', as it means it is potentially set each time
> a headline is being processed.
The property is at most set once cf. the second clause.
> The (when ...) could be moved within `org-koma-lette
Hello,
"Allen S. Rout" writes:
> I'm trying to accomplish a custom export task which I'd hoped to be
> pretty simple: something like:
>
>
> In each status section, only export the first child headline.
>
>
> After several dumb ideas, I decided that doing it with a filter was
> probably the Righ
Rasmus writes:
> Nicolas Goaziou writes:
>> However, I don't think :opening setting belongs to
>> `org-koma-letter-headline', as it means it is potentially set each time
>> a headline is being processed.
>
> The property is at most set once cf. the second clause.
By "potentially set", I meant
Nicolas Goaziou writes:
>> I updated the patch. Perhaps the loop determination shod be moved to a
>> separate function to keep the template clean.
>
> Yes, it needs to be factored out (maybe
> `org-koma-letter--special-headline-p') since it is also used in
> `org-koma-letter-headline'. What abou
On Tue, Mar 17, 2015 at 12:26 PM, Richard Lawrence <
richard.lawre...@berkeley.edu> wrote:
> Hi Andreas,
>
> Andreas Leha writes:
>
> > I have been following this thread from (quite) some distance as I am
> > very interested in more general citation support from orgmode. Please
> > allow some ba
I'm starting to use org tables quite a bit. One thing I would like to do is
to quickly fill in one or more cells using the value from a cell directly
above. In spreadsheets one usually does this by grabbing a cell "handle"
and draggind downwards. Is there anything analogous in org?
Thanks,
Matt
On 17 March 2015, Matt Price wrote:
I'm starting to use org tables quite a bit. One thing I would like to do is
to quickly fill in one or more cells using the value from a cell directly
above. In spreadsheets one usually does this by grabbing a cell "handle"
and draggind downwards. Is there an
Hi Dave,
Yes, I'm aware of the freemind exporter. I'm not very fond of freemind
though, I find it clunky to use.
I really liked the minimalist style of the mind-mapping application shown
in the video (also the animation effects are cool, too). Would be great if
the author could chime in and perha
Nicolas Goaziou writes:
>
> Fixed in 4d7772c6a45398eae1b25a1e4b01283976d2cf06. Thank you.
>
>
> Regards,
Working nicely. Thank you.
--
Anders
52 matches
Mail list logo