Does freeplane do the placing or is it due to a POSITION switch in the
mm-file? Could you post the exported mm-file please for comparison,
please?
Thanks
Von: Jambunathan K
Gesendet: 04.11.2013 07:37
An: Christof Spitz
Cc: emacs-orgmode@gnu.org
Betreff: Re: freemind export?
Christof Spitz writes:
Hi,
On Thu, Oct 31 2013, Nicolas Goaziou wrote:
> co...@online.de (Jonas Hörsch) writes:
>>
>> + (cond ((eq state 'contents)
>
> I suggest to use `case' here, but it's really a matter of style.
fine with me. i wasn't sure about the usage convention for cl. i
switched to the namespaced cl-case
my installation of ox-freemind.el:
- put ox-freemind.el in list/org - directory
- (require 'cl) in init.el
- custom settings in initl.el:
'(org-export-backends (quote (ascii beamer html icalendar latex freemind)))
'(org-freemind-pretty-output t)
'(org-freemind-style-map-function (quote
org-free
John Kitchin writes:
> Hi everyone,
>
> We had another manuscript written in org-mode accepted in Topics in
> Catalysis (http://link.springer.com/article/10.1007%2Fs11244-013-0166-3)!
> Check out references 14, 39 and 40 ;)
>
> The supporting information seems to be freely available (
> http://li
Hi John,
John Hendy writes:
> I'm trying to following along with the example here:
> -
> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html#sec-4-3
>
> I don't need dual export, so I tried this instead for straight html
> compatible output:
>
> #+header: :file tree.svg
> #+he
Per section 8.4.2 of the manual, I'm trying to add a :properties column
to the clocktable. Here are my block settings:
#+BEGIN: clocktable :maxlevel 2 :scope agenda :block thisweek :properties
"CATEGORY" :inherit-props
Now, my goal is to add a "work commitment" in hours per week to some of
the
Hi all,
I added support for cider in ob-clojure.el:
http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=dbc39f
Cider is the new nrepl.el for interacting with Clojure:
https://github.com/clojure-emacs/cider
The default value of `org-babel-clojure-backend' is still
'nrepl but we may switch to
Hi Sam,
Sam Flint writes:
> I'm trying to switch to using a org-mode based LP configuration. When I
> put `(org-babel-load-file "~/.emacs.org")` after I load org-mode, I get
> load-file: Cannot open load file: /home/swflint/.emacs.el
I guess that's because ~/.emacs.org defines its own targ
Hi Matt,
Matt Price writes:
> I am sure it's possible to do this ,but I can't seem to figure out how
> to set the global visibility level of org headings to a pre-specified
> level in a list function.
>
> (org-global-cycle) cycles the visibility among OVERVIEW --> CONTENTS --> ALL
> it accepts a
Hi Dror,
Dror Atariah writes:
> What other issues are there? What do you do when you keep
> your org file under VC?
Only a small part of the answer, but you might be interested
in the Git Org merge driver:
http://orgmode.org/worg/org-contrib/gsoc2012/student-projects/git-merge-tool/
--
Bast
Hi Vicente,
Vicente Vera writes:
> Hello. I don't know if this has been mentioned before, but it would
> be nice to have fontified live code blocks, since sometimes it's hard
> to clearly distinguish---at least at first sight---between regular
> text and something like, for example, src_R[:sessi
Hi Aaron,
Aaron Ecay writes:
> * lisp/org.el (org-insert-comment, org-comment-or-uncomment-region):
> use the relevant language’s major mode comment function if called from
> within a source block.
>
> This patch makes it easier to (un)comment lines of babel source. Now
> M-; in a soucre code b
Hi Alexandre,
Alexandre Duret-Lutz writes:
> #+BEGIN_SRC C :export code :include :flags -I.
> int a = 2;
> int b = 3;
> printf("%d", a + b);
> #+END_SRC
(org-element-property :language src-block)
returns
"C\"-I.\""
on such a source code block, I guess that's where the error lies.
> When I
Hi Cyprien,
Cyprien Gay writes:
> Here is a typo I encountered.
Fixed, thanks!
--
Bastien
Hi Subhan,
Subhan Tindall writes:
> What I need to do is grab all subtrees matching e.g. 300 & copy them
> into one contiguous block in
> another file.
I would use an agenda view (perhaps a simple interactive search view)
then save the result with C-x C-s mynewfile.org RET -- using .org as
the
Hi Jay,
Jay Dixit writes:
> I'm trying to set up org-publish for HTML export and I keep getting
> strange errors related to org-footnote-normalize.
> https://gist.github.com/7131173
Do you also get errors when *exporting*, not publishing?
If so, can you send a minimal example of the file you
Hi Andreas,
Andreas Röhler writes:
> `org-sort-entries' calls a useful hook
>
> `org-after-sorting-entries-or-items-hook', which isn't mentioned in
> docstring.
It is now, thanks.
--
Bastien
b...@pku.edu.cn writes:
> Is that possible?
Not literally.
--
Bastien
Hi Jason,
Jason Lewis writes:
> Is there some way I can conditionally set the path based on the computer
> I'm exporting it on?
Nope, sorry!
--
Bastien
Jason Lewis writes:
> Creat an or buffer with a line or two
> insert at the top of the org file:
> #+SETUPFILE: somfile.org
>
> Press C-c C-c on that line.
>
> observe font highlighting disappears.
I observe the font disappear when somefile.org does *not* exist,
but things are fine when it does
Hi Stephen,
"Stephen J. Barr" writes:
> In a table, is it possible to denote that an entire column is LaTeX
> markup, rather than using the $$ markup around each expression.
>
> Sample table:
>
> |-+--|
> | Term| Explanation |
> |-+--|
>
Hi Jay,
Jay Dixit writes:
> I'm trying to use Dov Grobgeld's org-slidy (https://github.com/dov/
> org-slidy) to create HTML-based slideshows using org-mode, but it
> doesn't seem to be working.
>
> I'm not sure, but I suspect this is because the syntax for org's HTML
> export may have changed?
Hi Mark,
Mark Edgington writes:
> But I'd like to be able to do something like:
>
>:COLUMNS: %ITEM{fn:process_item} %TAGS %PRIORITY %TODO
FWIW, I'd be inclined to say this is a bit *too much* -- but I'm
curious to see if others have the same need.
--
Bastien
Hi Yasushi,
Yasushi SHOJI writes:
> * lisp/org.el (org-set-tags): Width of strings presenting on a buffer
> should be calculated with `string-width' instead of `length'.
Applied in master, thanks.
(I added TINYCHANGE at the end of your commit by mistake, I didn't
realize you signed the FSF pap
Hi Iannis,
Iannis Zannos writes:
> If the above is correct, then the org-mode manual should be updated
> to reflect the change, at page:
> http://orgmode.org/worg/org-configs/org-hooks.html
This page was obsolete, I deleted it from the server.
Please use this link instead:
http://orgmode.or
Hi Ingo,
what version of Org and notmuch are you using?
I use a recent Emacs/Org and a recent notmuch and I can
store link without problem.
Let us know, thanks,
--
Bastien
Hi Brian,
Brian Keats writes:
> I'm just getting started with org-mode, and I seem to be having an
> issue with freemind export. None of the structural elements (http://
> orgmode.org/manual/Easy-Templates.html) seem to be recognized when
> exported to freemind (except html). I'm interested in e
Hi Thorsten,
Thorsten Jolitz writes:
> I see (somehow random) underscores in html-exports, but no hint
> whatsoever in the original Org file where they might come from.
Are they really underscore or unbreakable spaces?
Do you have a minimal example?
--
Bastien
Hi List,
assume I want to derive an exporter backend from ox-org.el, and there
are just a few new transcoder functions, so all other elements/object
should be exported as Org-syntax (with inherited function
`org-org-identity').
Using this example Org-snippet
#+begin_src org
* A1
Text *A1*
** A
Bastien writes:
Hi Bastien,
> Thorsten Jolitz writes:
>
>> I see (somehow random) underscores in html-exports, but no hint
>> whatsoever in the original Org file where they might come from.
>
> Are they really underscore or unbreakable spaces?
They might have started out as unbreakable spaces
Apologies for resending -- I sent this a few hours ago but I don't see it
on gmane, or in the gnu.org archive either.
Actually the manual answers question #1 -- I should be able to use the
prologue header argument for that. And I can already do #2 (included just
to outline the desired behavior com
t...@tsdye.com (Thomas S. Dye) writes:
> Aloha Jarmo,
Greetings to Hawaii from the dark and cold north.
> I find it easiest to use separate sub-trees for the various different
> documents I create from a given body of material. In your case, I
> would make a sub-tree for the book and a sub-tre
Hello,
I finally took the time to watch the eev video
(http://angg.twu.net/eev-videos/video2.mp4) and I'm quite impressed by
it. I find it may be redundant for some features of org mode (such as
basic links to files) but I find the driving of external shell-based
programs very nice. As I've seen i
Greetings Nicolas.
Nicolas Goaziou writes:
>> 1. A way to denote that a certain element (figure, equation, part of
>>a longer equation, a piece of text etc.) goes into the Beamer
>>export. By default, material should _not_ be included in the
>>Beamer export. I don't know how to achi
>> I would like to be able to do the following with ob-lilypond (basic mode):
>>
>> 1. Wrap the source block in pre- and/or post-strings (specifically to add
> "\header { tagline = ##f }" before the music expressions).
>>
>> 2. Have lilypond compile the block.
>>
>> 3. Run "convert -trim" on the re
I am trying out clock in org-mode. Is it possible to add en subtract times?
For example I am working on project A from 09:00 until 13:00. But during
this period I also worked for fifteen minutes on project B. I would like to
subtract those fifteen minutes from project A and add them to project B.
Hi all,
I couldn't find a way to show the TODO items in the table of econtents of an
exported html of an org file.
I do not mean org-export-mark-todo-in-toc.
Please help me find a variable!
Thank you, Rainer
Cecil Westerhof writes:
As far as I know, you can do exactly this (the subtracting clock time
from one tree and adding it to another) but it's triggered on idle time,
so if you're working on something else in emacs it won't ask you to
resolve your idle clock time.
> I am trying out clock in org
2013/11/4 Pete Ley
> Cecil Westerhof writes:
>
> As far as I know, you can do exactly this (the subtracting clock time
> from one tree and adding it to another) but it's triggered on idle time,
> so if you're working on something else in emacs it won't ask you to
> resolve your idle clock time.
I pulled org from git just now, restarted Emacs, and got this error:
Symbol's function definition is void: org-element-chache reset
Any ideas why?
Thanks
--
Sam Flint
swfl...@flintfam.org
freenode: swflint
(402) 517-8468
http://flintfam.org/~swflint
BAFBF3FF
Cecil Westerhof writes:
> I am still working, so it will not work I am afraid.
Hopefully some org-mode guru can come along and explain how to trigger
the functionality arbitrarily or by some other means, since the manual
says what you're looking for is definitely doable.
Hello.
Normally outlines are supposed to start up in hidestars view, which shows one
star per level, indented, thusly:
* First Level
* Second
* Third
But after compiling both emacs and org-mode from git this morning, and
re-installing, my outlines show all the stars, and the stars canno
OK, thanks anyway. I'd love to help, but I'm not a programmer.
Brian
On Mon, Nov 4, 2013 at 7:22 AM, Bastien wrote:
> Hi Brian,
>
> Brian Keats writes:
>
> > I'm just getting started with org-mode, and I seem to be having an
> > issue with freemind export. None of the structural elements (htt
No worries. Thank you for getting back to me.
b...@gnu.org writes:
> Hi Stephen,
>
> "Stephen J. Barr" writes:
>
>> In a table, is it possible to denote that an entire column is LaTeX
>> markup, rather than using the $$ markup around each expression.
>>
>> Sample table:
>>
>> |-+---
Susan Cragin writes:
> Hello. Normally outlines are supposed to start up in hidestars view,
> which shows one star per level, indented, thusly:
>
> * First Level
> * Second
> * Third
>
> But after compiling both emacs and org-mode from git this morning, and
> re-installing, my outlines sho
Thanks
here is a part of your mm-xml-code:
Sub 1.1
and here is mine, containing no formatting attributes:
Sub 1.1
I was not able to change the setting of "org-freemind-style-map-function",
didn't understand the syntax. Seems y
Greetings again.
I need to represent a contingency table generated by R in an org file. R
output shows the labes of the vertical and the horizontal axes, but
these are pruned from the output in org-mode. Is there a nice way to
reintroduce the axes labels?
# --
Jarmo Hurri writes:
> What is the mechanism you use to select the subtrees that you are
> exporting? Are you employing SELECT_TAGS or something else?
Interleaving is too complex for me. I use separate sub-trees and then
restrict export to one sub-tree or another. This way, when I make a
mistake
Jarmo Hurri writes:
> Greetings again.
>
> I need to represent a contingency table generated by R in an org file. R
> output shows the labes of the vertical and the horizontal axes, but
> these are pruned from the output in org-mode. Is there a nice way to
> reintroduce the axes labels?
>
> # ---
I wish to lock an org buffer to a particular installation of R so that all code
blocks use it.
I found that I could not, for instance, write `:session R-3.0.1`.
Is there some best way for me to accomplish this?
Perhaps some way of setting inferior-R-program-name to a buffer local value?
Thanks
I just pulled and did a ``make test'':
org-loaddefs: 8.2.1 (release_8.2.1-191-g28f4b8)
...
...
Ran 471 tests, 467 results as expected, 4 unexpected (2013-11-04 12:18:23-0500)
5 expected failures
4 unexpected results:
FAILED ob-exp/evaluate-all-executables-in-order
FAILED ob-exp/export-ca
t...@tsdye.com (Thomas S. Dye) writes:
> library(ascii)
> ...
> print(ascii(table(data)), type="org")
Great tip. I even got the result out as an interpreted org table by
using ":results output raw". (For example, without "raw" it becomes
literal.) Thanks!
* interesting data
#+BEGIN_SRC R :expo
Bastien gnu.org> writes:
>
> FWIW, I'd be inclined to say this is a bit *too much* -- but I'm
> curious to see if others have the same need.
>
Hi Bastien,
What about it seems too much? Or put differently, what do you think would
be the negative effects of having something like this possible?
On Mon, Nov 4, 2013 at 11:22 AM, Cook, Malcolm wrote:
> I wish to lock an org buffer to a particular installation of R so that all
> code blocks use it.
>
> I found that I could not, for instance, write `:session R-3.0.1`.
>
> Is there some best way for me to accomplish this?
>
> Perhaps some way
Aaron Ecay writes:
Hi Aaron,
> I would have expected multiple author lines to have this effect, so that
> your desired list of two authors would be generated by:
> ,
> | #+author: Thorsten Jolitz
> | #+author: Thomas Mueller
> `
>
> But it seems that only the last #+author line is used;
Hello,
Thorsten Jolitz writes:
> Aaron Ecay writes:
>
> Hi Aaron,
>
>> I would have expected multiple author lines to have this effect, so that
>> your desired list of two authors would be generated by:
>> ,
>> | #+author: Thorsten Jolitz
>> | #+author: Thomas Mueller
>> `
>>
>> But it
Hello,
Nicolas Goaziou writes:
> Thorsten Jolitz writes:
>
>> Aaron Ecay writes:
>>
>> Hi Aaron,
>>
>>> I would have expected multiple author lines to have this effect, so that
>>> your desired list of two authors would be generated by:
>>> ,
>>> | #+author: Thorsten Jolitz
>>> | #+author
Thorsten Jolitz writes:
> Ok, I understand, so this is all working fine just as intended. For
> multiple authors one could use a workaround/convention like
>
> ,--
> | #+author: Thorsten_Jolitz Thomas_Mueller
> `-
Ediff shows word-level changes. In principle, diff-mode does too.
My issue with visual-line-mode is that it disrespects fill-column. I
would use it if it did not. Longlines-mode is a possible workaround.
There is an intermittent bug in Magit maint where RET goes to the
wrong line in Elisp and
Thorsten Jolitz writes:
> Nicolas Goaziou writes:
>
>> ...
>> This is orthogonal to the fact that multiple lines are not allowed. For
>> that, see BEHAVIOUR item in `org-export-options-alist'. In particular,
>> you can compare "TITLE" and "AUTHOR" entries.
>
> Ok, I understand, so this is all wo
Untested: C-v in the export dispatcher.
On 10/24/13, Subhan Tindall wrote:
> Hi, I'm looking for a way to effectively copy a sparse tree to another
> buffer.
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY can get
Sam Flint writes:
> I pulled org from git just now, restarted Emacs, and got this error:
> Symbol's function definition is void: org-element-chache reset
> Any ideas why?
You probably meant to type org-element-cache-reset... my guess is you
didn't actually re-load Org after the Git pull.
Regards
Dnia 2013-11-04, o godz. 20:30:24
Nicolas Goaziou napisał(a):
> Thorsten Jolitz writes:
>
> > Ok, I understand, so this is all working fine just as intended. For
> > multiple authors one could use a workaround/convention like
> >
> > ,--
> > | #+author
Hi Rainer,
Rainer Stengele writes:
> I couldn't find a way to show the TODO items in the table of econtents of an
> exported html of an org file.
> I do not mean org-export-mark-todo-in-toc.
> Please help me find a variable!
org-export-with-tasks ?
--
Bastien
Hi Cecil,
Cecil Westerhof writes:
> For example I am working on project A from 09:00 until 13:00. But
> during this period I also worked for fifteen minutes on project B. I
> would like to subtract those fifteen minutes from project A and add
> them to project B. Can this be done?
I assume you
Hi Thomas,
Thomas Morgan writes:
> I believe it is a bug for `M-' to make an item visible that
> doesn't match the tag in a tag-narrowed view, and I think the most
> useful thing to do is to move the line beyond the next visible item.
I pushed a fix for bugs in this area in the maint branch, pl
Hi Alan,
Alan Schmitt writes:
> Is there a way to display images for links whose description is an
> image? If I have a link of the form:
>
> [[http://www.google.com/][file:images/Google_Logo.png]]
>
> and when I try to "org-display-inline-images" on it, it tells me there
> is no image to displa
>> "Jambunathan" == Jambunathan K writes:
Hi Jambunathan,
> Uwe
> I am venturing in to the wild here and it will take multiple iterations
> for me to even get a "feel" for what needs to be happen. I am not even
> sure what is right or wrong here. Anyways...
>
On 11/04/2013 07:08 AM, Jambunathan K wrote:
I suggest that you pass me an Org file, that has the right
bidi-paragraph-direction (as a local variable) and has the right set of
bidi markers.
Here are the attached files.
hebrew.ott
Description: application/vnd.oasis.opendocument.text-template
Hi François,
François Pinard writes:
> Whenever one follows an Org link of the form file:NAME::LINENO, let me
> suggest that the found line be "org-revealed" automatically. In my
> opinion, this would be convenient for most people using such forms.
Actually I think this is a good idea -- I pus
Hi Andrea,
Andrea Rossetti writes:
> It turned out that the date format specifier "%h" is not
> accepted by the runtime (MSVCRT.DLL) of my Windows installation
> (a plain Windows 7 64 bit from year 2009).
I updated ox-rss.el so that it uses %b instead of %h.
Thanks,
--
Bastien
I wasn't familiar with pgf at all. we are usually limited by what
publishers will accept in terms of formats, which is usually pdf, eps, png
or tiff where we publish.
for other features in pdf, we did not use any for these manuscripts, but
sometimes I use some adobe specific javascript for making
Hello All
I have 57 responses as of a few minutes ago (not counting me, LOL). I will
start tabulating tomorrow sometime.
Thank you all
Mike
On Mon, November 4, 2013 1:59 pm, Achim Gratz wrote:
> Sam Flint writes:
>> I pulled org from git just now, restarted Emacs, and got this error:
>> Symbol's function definition is void: org-element-chache reset
>> Any ideas why?
>
> You probably meant to type org-element-cache-reset... my guess is
Hi Mike,
I tried to run the survey as instructed, but got an error after the message
"Just press enter". The Messages buffer contained the following in case
that is of interest:
org-customization-survey
Making completion list... [2 times]
Starting new Ispell process [ispell::default] ...
Err
On Mon, November 4, 2013 7:13 pm, Samuel W. Flint wrote:
> On Mon, November 4, 2013 1:59 pm, Achim Gratz wrote:
>> Sam Flint writes:
>>> I pulled org from git just now, restarted Emacs, and got this error:
>>> Symbol's function definition is void: org-element-chache reset
>>> Any ideas why?
>>
>> Y
Hello,
** Achim Gratz [2013-11-04 20:59:58 +0100]:
> Sam Flint writes:
> > I pulled org from git just now, restarted Emacs, and got this error:
> > Symbol's function definition is void: org-element-chache reset
> > Any ideas why?
> You probably meant to type org-element-cache-reset... my guess is
g-require-autoloaded-modules()
org-customization-survey()
ad-Orig-call-interactively(org-customization-survey record nil)
call-interactively(org-customization-survey record nil)
command-execute(org-customization-survey record)
I have org-plus-contrib-20131104.
Thanks
Alex
On Mon, Nov 4, 2
On Nov 4, 2013 10:08 PM, "Eric Schulte" wrote:
> Look in lisp/ob-lilypond.el. Specifically (1) would be done in
> `org-babel-expand-body:lilypond', and both (2) and (3) in
> `org-babel-execute:lilypond'.
Thanks. I'm not much of a LISPer so I have no idea when I might get around
to that.
In the
On Tuesday, November 5, 2013 12:24:44 PM HKT, James Harkins wrote:
On Nov 4, 2013 10:08 PM, "Eric Schulte" wrote:
Look in lisp/ob-lilypond.el. Specifically (1) would be done in
`org-babel-expand-body:lilypond', and both (2) and (3) in
`org-babel-execute:lilypond'.
Thanks. I'm not much of a L
James Harkins writes:
> Incidentally, it would be very useful if babel offered a header argument
> for commandline switches. If there is one, it was not obvious at [1] which
> one it should be.
A header argument for command line switches is implemented for some
babel languages. See lines 68-79
Susan Cragin writes:
> Hello.
> Normally outlines are supposed to start up in hidestars view, which shows one
> star per level, indented, thusly:
>
> * First Level
> * Second
> * Third
>
> But after compiling both emacs and org-mode from git this morning, and
> re-installing, my outline
I had the same problem after pulling from git yesterday and worked around
it by doing:
; This is a bug work around
(defun org-element-cache-reset (&optional all) (interactive))
before requiring org.
Regards,
Dov
On Tue, Nov 5, 2013 at 4:51 AM, Vladimir Lomov wrote:
> Hello,
> ** Achim Gratz
Hi all,
I've got this warning when compiling:
,
| Compiling /home/guerry/install/git/org-mode/lisp/ob-R.el...
|
| In end of data:
| ob-R.el:401:1:Warning: the function `org-every' is not known to be defined.
`
(There is no org-every in ob-R.el directly.)
And ~$ make test fails like thi
Hi Alexander,
Alexander Vorobiev writes:
> I tried running the function but got an error:
Maybe you are setting variables about org-remember while not having
org-remember.el in your load-path anymore ? (It is not part of recent
Org.)
HTH,
--
Bastien
2013/11/4 Bastien
> > For example I am working on project A from 09:00 until 13:00. But
> > during this period I also worked for fifteen minutes on project B. I
> > would like to subtract those fifteen minutes from project A and add
> > them to project B. Can this be done?
>
> I assume you stoppe
86 matches
Mail list logo