John Kitchin writes:
> It is formatted from org to applications. That may not be the
> direction you were going.
Ah, no -- I'm going in the other direction, into Org. I installed the
package anyway :)
It is formatted from org to applications. That may not be the direction you
were going.
On Saturday, July 16, 2016, Eric Abrahamsen wrote:
> John Kitchin > writes:
>
> > Check out ox-clip. It does formatted copy and paste. It is on Melpa.
>
> Oh cool -- thanks for the tip!
>
>
>
--
John
-
I'm having two problems with org-info.js.
Firstly, it's currently available and is linked into generated HTML at
http://orgmode.org/org-info.js; this makes it non-functional when
delivered via https.
Secondly, in HTML generated by org mode, this license condition is
added:
* As additional perm
John Kitchin writes:
> Check out ox-clip. It does formatted copy and paste. It is on Melpa.
Oh cool -- thanks for the tip!
Check out ox-clip. It does formatted copy and paste. It is on Melpa.
On Saturday, July 16, 2016, Eric Abrahamsen wrote:
> Has anyone written a Libreoffice extension that will export Org mode? I
> do this a lot, and it's a huge waste of time -- doing a search and
> replace for bold or italics, in
swfl...@flintfam.org (Samuel W. Flint) writes:
> Export to docx and use pandoc? Something like `pandoc input.doc -o
> output.org` should work.
Well dammit. I just tried it, and it worked great. Next time...
E
swfl...@flintfam.org (Samuel W. Flint) writes:
> Export to docx and use pandoc? Something like `pandoc input.doc -o
> output.org` should work.
I should have thought of that! Will give it a shot.
I also noticed (too late) that my Libreoffice will export to mediawiki
format. That's plain text, at
Export to docx and use pandoc? Something like `pandoc input.doc -o
output.org` should work.
HTH,
Sam
--
Samuel W. Flint
4096R/266596F4
(9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4)
(λs.s s) λs.s s
Hi,
On Wed, 13 Jul 2016 18:47:58 -0700
"Charles C. Berry" wrote:
> On Wed, 13 Jul 2016, Robert Klein wrote:
>
> > Hi,
> >
> > When exporting a source block, e.g.
> >
> > --- snip (example org file) ---
> > #+begin_src conf
> > Test
> >
> > ,* asterisk in src block
> > #+end_src
> > --- snip
Has anyone written a Libreoffice extension that will export Org mode? I
do this a lot, and it's a huge waste of time -- doing a search and
replace for bold or italics, in particular, is very annoying, and
sometimes doesn't work for reasons I don't understand. I just had to
convert a 200+ page docum
> I do not see an easy way to do what you want only with tangle.
>
> There are hooks you can define that might enable you to set things up.
> Maybe you can use `org-babel-pre-tangle-hook' to collect the property
> values and put them somewhere that `org-babel-post-tangle-hook' can get at
> them
On Fri, 15 Jul 2016, Joon Ro wrote:
Example:
--8<---cut here---start->8---
* Top Heading
#+NAME: get-property
#+BEGIN_SRC emacs-lisp :noweb yes :var prop="prop" :var pom=0
(car (org-entry-get-multivalued-property pom prop))
#+END_SRC
** Subheading
:PRO
That is neat, but not quite what I had in mind.
I have a roster of headlines, one for each student in a course. The file
is tagged with #+FILETAGS: course_name
During a semester, students drop, and I have tried a few different
models to designate that, e.g. move the headline to an archived
headl
Hello Lou,
Louis Turk writes:
> With this fuction appointments are set up when Emacs starts:
>
> (bh/org-agenda-to-appt)
Presumably you got this function from here:
http://doc.norang.ca/org-mode.html
> I would like to substitute it with a function that sets the appointments
> up when org-mode
14 matches
Mail list logo