Bastien altern.org> writes:
>
> This is a more general problem: converting .odt (or even HTML, .tex,
> etc.) back to org-mode would indeed be wonderful.
>
> The most promising road I see for that would be to let pandoc *read*
> Org files: http://johnmacfarlane.net/pandoc/
>
> Any haskell hacke
Thomas quantentunnel.de> writes:
>
>
> There is ODT2ORG
> (https://bitbucket.org/josemaria.alkala/odt2org/wiki/Home)
> which lets you import odt files in org-mode.
> It works quite well and may need
> just some minor polishing.
>
>
http://leapon.net/en/m
Hi there,
in the manual, section
12.9.11.4 Customizing tables in ODT export
the table style tag has superfluous quotes:
#+ATTR_ODT: :style "TableWithHeaderRowAndColumn"
This does not work. I guess it should be corrected to
#+ATTR_ODT: :style TableWithHeaderRowAndColumn
- thomas
> Thanks, it does help to have a fresh starting points.
>
> I completely forgot that I already wrote about my progress in this
> venture, a year ago:
>
> http://lists.gnu.org/archive/html/emacs-orgmode/2012-10/msg00245.html
>
see here:
http://thread.gmane.org/gmane.emacs.orgmode/61459/focus=61
customize this behaviour of the exporter.
- thomas
On 25.09.2015 04:50, D. C. Toedt wrote:
I just updated to 8.3.1 from 8.3beta (from git). That appears to have
been a terrible mistake on my part.
From this thread
<https://lists.gnu.org/archive/html/emacs-orgmode/2015-09/msg00040.html>
Hi,
I'm sorry, I could not find the time yet to figure out how to
"officially" contribute to Emacs (the papers are signed, though).
In the meantime you can find ob-csharp on github:
https://github.com/thomas-villagers/ob-csharp
- thomas
On 07.09.2015 19:23, thomas wrote:
savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main); // *MAKE THIS LINE BOLD*
}
}
#+END_SRC
Is there an - easy - way to do this? My first guess: I need to write an
export filter ... what would you think?
Thanks,
thomas
On 12.04.2015 10:20, thomas wrote:
Hi John,
thank you for your quick reply. I have to admit to do this at the
moment would be way over my head ...
I found an easy method to boldify inline code here:
http://orgmode.org/Changes.html
the next item. I could use a cookie here to force start at 2,
I know.
===
- thomas
On 30.04.2015 04:59, DJ wrote:
1. blah blah\\
yatta yatta
| m | n | foo |
|---+---+-|
| x | y | z |
and this text should be part of item 1. That is the real problem -
a paragraph
rd2
<<>>
<<>>
===
What also works is to add another word between Keyword1 and "keyword2":
=======
Keyword1 and "keyword2"
<<>>
<<>>
===
Thanks,
thomas
Hi Nicolas,
I have Org-mode version 8.2.10 (8.2.10-40-gc763fa-elpa @
/home/thomas/.emacs.d/elpa/org-20150504/)
org-export-with-smart-quotes is set to t.
The error goes away when org-export-with-smart-quotes is not true.
M-x org-reload (sorry, I do not know how C-u org-reload could work
Nicolas,
thank you.
- thomas
On 29.05.2015 09:31, Nicolas Goaziou wrote:
Hello,
thomas writes:
I have Org-mode version 8.2.10 (8.2.10-40-gc763fa-elpa @
/home/thomas/.emacs.d/elpa/org-20150504/)
You may want to switch to development version. It should be fixed there.
Regards,
Hi There,
updating from Org Mode 20150713 to 20150831 (Elpa package) gives me an
error at startup:
#+BEGIN_EXAMPLE
Warning (initialization): An error occurred while loading
`/home/thomas/.emacs':
Invalid function: org-babel-header-args-safe-fn
To ensure normal operation, you s
;
emacs
emacs -q
and install org from elpa again. A few days ago I ran into that same
issue :-)
- thomas
On 04.09.2015 16:51, Eduardo Mercovich wrote:
Hello everbody.
I'm an emacs/org-mode newbie but I'm learning, so please forgive me if
this is obvious for you.
A couple d
Hi,
could not find ob-csharp in org mode. I created one to make the pointy
haired boss happy.
It's based on Eric's ob-java.el with some bits taken from other ob files.
It works for the simple examples following below.
Hope this is useful and I'm open for hints to improve the
is really necessary (besides syntax
highlighting in the org buffer).
We might leave it out?
- thomas
On 08.09.2015 00:44, Rüdiger Sonderfeld wrote:
On Monday 07 September 2015 15:10:59 Grant Rettke wrote:
On Mon, Sep 7, 2015 at 2:28 PM, Thomas S. Dye wrote:
It can live in core, con
well allright. I did some tests and think csharp-mode is not necessary.
So I guess it would be OK to leave it out. Can anybody confirm?
- thomas
On 08.09.2015 09:36, thomas wrote:
Thanks for the quick replies.
I'd really like to contribute to core, if that's possible
(practica
econd $-symbol breaks the paragraph and the text between the two
dollar signs is interpreted as a latex formula.
I tried \textdollar and \$ but without avail; my orgmode's version is
"org-20160314".
Ideas?
thank you,
thomas
Hi!
org mode table align ( key) is broken on my installation.
I'm using the latest version from github:
Org mode version 9.1.2 (release_9.1.2-154-g99dbca @
/home/thomas/dev/elisp/orgmode/org-mode/lisp/)
This is the message I get when pressing on any table:
org-table-align: Wrong n
hm, I recompiled org mode and found this warning:
Compiling /home/thomas/dev/elisp/orgmode/org-mode/lisp/org-table.el...
In org-table-align:
org-table.el:812:24:Warning: split-string called with 4 arguments, but
accepts
only 1-3
this might be related to my error ... line 812 in org
2202d9db07c6bb02c03f6ba6b992542b82f0dafe M lisp
:04 04 cd9214392a149e0b2bd695221c3d33e48ab21678
93fd5cba6bb6814617f5d73d4f40f1bb12bc8295 M testing
- thomas
On 28.10.2017 16:25, thomas wrote:
hm, I recompiled org mode and found this warning:
Compiling /home/thomas/dev/elisp/orgmode/org-mode
OK, I found it - orgmode 9.1 seems to be incompatible with emacs 24.3.
Switched to 25, that fixed it.
- thomas
On 28.10.2017 17:20, thomas wrote:
bisecting the repo I found
6d6a30d4cd682732ba40328bbeb96122a50f96ff is the first bad commit
commit 6d6a30d4cd682732ba40328bbeb96122a50f96ff
Author
Hi Nicolas,
thank you for the clarification!
- thomas
On 29.10.2017 09:17, Nicolas Goaziou wrote:
Hello,
thomas writes:
OK, I found it - orgmode 9.1 seems to be incompatible with emacs 24.3.
Switched to 25, that fixed it.
The change you are referring to belong to Org 9.2, not Org 9.1
ng
outline-next-heading
in this situation leads to jumping to the second headline in the file.
The appended patch fixes this problem by checking if we are on a headline
and then skips jumping to next headline.
Regards
Thomas
patch
Description: Binary data
I will look into that.
Thomas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
ce I am not a programmer, I cannot really help but simply express my support
for the idea and would like to see more productivity features like that in Org
(which has tremendously increased my productivity already).
- Thomas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
I get an error when
I try to eval gnuplot source.
definition of function org-babel-eval-wipe-error-buffer is void
#+begin_src emacs-lisp
(require 'ob-eval)
#+end_src
fixes this, so I think it is missing in ob-gnuplot.el
Bis neulich ...
Thomas
--
"Das Leben ist so einfach,
dass
against a small bug in org-mobile. It adds
support for agenda custom views that use "tags-todo".
Tested with org-mode 6.33f and latest version from the git repository.
Cheers,
Thomas
---
lisp/org-mobile.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp
a how to integrate the classes and their
homeworks now.
Greets,
Thomas.
Footnotes:
[1] http://www.newartisans.com/2007/08/using-org-mode-as-a-day-planner.html
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to t
to y resumir
But there are some still things that don’t fit together e.g. that
classes (teoría) show up on vacations…
BTW: Is it possible to inherit from higher CATEGORYs instead of
overwriting it? So that I could only write :CATEGORY: examen?
I will think and try out a bit more wit
find this
proposal useful and if it could be implemented?
Best regards,
Thomas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
USA, UK
:END:
*** <2009-12-31 Thu> Pragmatic Thinking and Learning :book:
:PROPERTIES:
:Author: Andy Hunt
:Pages:288
:END:
-- Thomas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- will go
with your suggestion.
-- Thomas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
is its use?
Regards,
Thomas.
"GNU Emacs 23.1.50.1 (i486-pc-linux-gnu, GTK+ Version 2.18.0)
of 2009-09-27 on palmer, modified by Debian"
"Org-mode version 6.30c"
___
Emacs-orgmode mailing list
Please use `Reply All
At the command line, cursor movement and partial date entry do not work in
org mode in the calendar buffer. All I can do is enter a complete date in
-MM-DD. Shift- also does not work to change the timestamp date.
This is not a problem in the GUI emacs, and M-x calendar works as advertised
in
ommit/937dffeeb112e6ee6d02c0fe31767cee3b57275c/
Could you please merge it in the official git tree?
My .emacs is available on GitHub. The necessary code for customizingthe
checkbox statistics faces is here:
http://github.com/Schnouki/emacs-config/commit/d7ce3da1dbd40b3c4e425d069c3cf17b940644f8
Regards,
--
Thomas/Sch
x%---
Mit freundlichen Grüßen / Best regards
Thomas
--
"Das Leben ist so einfach,
dass es schon wieder schwierig ist!"
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgm
e if the group fails to open.
>From 271f6880df3227764b090e5ad9b1c6ab16deee76 Mon Sep 17 00:00:00 2001
From: Thomas Morgan
Date: Sun, 7 Mar 2010 20:43:41 -0800
Subject: [PATCH] Make `org-gnus-follow-link' immediately read all articles in group
instead of starting with 1.
---
lisp/org-gnus.el | 17 -
1
ere->", uninteresting lines elided):
Hello,
I had the same question a few months ago. I googled something like "lisp
backquote comma" and found these links:
- http://www.psg.com/~dlamkins/sl/chapter20.html
- http://cl-cookbook.sourceforge.net/macros.html
Hope this helps :)
Rega
Hello, Org mode hackers,
Having added several filters to an agenda view,
is there a way to remove just one of them?
Thanks,
Thomas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
e.
Thanks,
Thomas
>From 052ef9205845c78cb24d6fea8f89484bbe12a528 Mon Sep 17 00:00:00 2001
From: Thomas Morgan
Date: Fri, 23 Apr 2010 11:48:03 +0200
Subject: [PATCH] New option `org-agenda-persistent-filters'.
When set, keep filters from one agenda view to the next.
---
lisp/or
istent filter,
perhaps the command could edit that if given an argument.
It might also be useful to save filters to registers and restore
them later.
Best regards,
Thomas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the lis
the agenda view, and there would be a command to
restore it.
Thomas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
bugs and patches via the "answers"-interface.
By this, maybe at least some of the maintenance tasks can be distributed
more evenly among people who would occasionaly check out a few lines of
code but who don't feel familiar enough with lisp an a large scale.
Just a thought...
I have the following capture template:
("t" "Todo" entry (file+headline (concat org-directory "/inbox.org") "inbox")
"* TODO %?\n%i\n%a")
Yet, with "foo\nbar\nbaz" in the region, this expands to:
...
*** TODO
foo
bar
baz
...
The manual says of %i that "The entire text w
2010/8/6 Sébastien Vauban :
> But just wanted to confirm you this seems, then, a bug to me (regarding what
> the doc promises).
Thanks for the confirmation.
The following patch seems to fix the problem:
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 111f7f7..1e407f1 100644
--- a/li
I've been poking around in the ob-maxima.el and maxima.el files and I
believe that maxima.el provides the commands necessary to simulate
session support in org-babel. Unfortunately my elisp skills are
rudimentary and I don't know how to write a function that when called
by C-c C-c in the source bl
Hello,
I have been using Orgmode for the last two years. In fact, I started learning
Emacs only to use orgmode (btw: a huge thank you to Carsten and the other
contributors!).
I noticed that - as more people with a diverse range of background knowledge
start to use orgmode - the mailing list is ge
Jambunathan K gmail.com> writes:
>
> The biggest diasadvantage would be fragmentation of information.
>
> All information needs to have authoritative sources and archives. I
> believe the info manual, GNU mailing list and the Orgmode.org domain (of
> which Worg is but a part) are the right pla
not inserted if they are indented.
Tested with:
emacs 23.2.1 on WinXP
Org-mode version 7.6 (release_7.6.75.g67e9) (local patch to makefile)
Thanks again for org-mode. More and more of my collegues are starting to
use it!
--
Mit freundlichen Grüßen / Best regards
Thomas Holst
DGS-EC/ESE4
Tel
skbot on the webserver
Regards,
Thomas
2011/7/21 Bastien
> Hi Thomas,
>
> thanks for sharing this idea.
>
> Something like ask.orgmode.org with a StackOverflow interface would be
> very nice. I am copying Jason, http://orgmode.org webmaster, to make
> sure this would
: Org-Mode: Your Life
in Plain
Text. An Emacs Mode for Notes, Todo Lists, Project Planning, and
Authoring." />
If people like this idea, maybe we could put this link on the
orgmode.org frontpage?
Thanks for reading.
regards,
Thomas
blems finding the end of the output when recalculating the source
block. The org-babel output gets appended not rewritten.
My workaround is not indenting the source block. Then everything works
as expected. But indented soure blocks look nicer.
Thanks again for looking into this.
--
Mit freundlichen Grüßen / Best regards
Thomas Holst
DGS-EC/ESE4
Tel. +49 (711) 811-40681
PC-Fax +49 (711) 811-5182208
Hi Eric,
thanks for looking into this.
· Eric Schulte wrote:
> Thomas Holst writes:
>> Hi Bastien,
>>
>> thanks for your answer.
>>
>>>> when the follwing org-file is exported to LaTeX, #+BEGIN_ORG
>>>> and #+END_ORG is inserted in the te
Hi Bernt,
· Bernt Hansen wrote:
> Thomas Holst writes:
>
>> Hi Bastien,
>>
>> thanks for your answer.
>>
>>>> when the follwing org-file is exported to LaTeX, #+BEGIN_ORG
>>>> and #+END_ORG is inserted in the tex-file.
>>
I have found that using org-plot to plot the results output of an
org-babel code block is very useful in prototyping my code. One minor
annoyance is the need to remove and replace the #+PLOT: header at the
beginning of the results output. Is it possible to specify a
"preamble" in the source block
Try M-x org-toc-show in your active org buffer.
You may have to activate org-toc in your org modules.
Cheers,
Thomas
larger OSS projects?).
Could you give us some feedback from your perspective?
What are the reasons for your decision?
Regards,
Thomas
On Thu, Aug 25, 2011 at 9:50 AM, Eric S Fraga wrote:
> I am slowly going through all the org emails that I have received in the
> three weeks I was off. This was one of them and appears to not have
> been answered?
>
> In any case, possibly naming the src block may achieve what you want
> because
I find it convenient to outline LaTeX documents using org-mode. I
often find myself with every sentence in a paragraph as an item in an
org list. This makes it convenient to manipulate the paragraph. Is
it possible to export a certain list bullet style (+,-, etc.) as a
paragraph instead of as a
> Nick Dokos writes:
>
>> (defun org-list-to-paragraph ()
>> "Convert the list at point into a paragraph."
>> (interactive)
>> (insert (org-list-to-generic (org-list-parse-list t) '(:ustart "" :splice
>> t :isep " " :nobr t
>>
>>
>> (defun org-lists-to-paragraphs ()
>> (goto-char (po
da-filter-preset
'("+home")
nil)))
#+end_src
So, how would I set the filters properly given that I want the agenda
tob be first and a list of todo items below?
Any pointers to documentation or hints greatly appreciated :)
bye,
thomas
Hi
On Mon, Aug 29, 2011 at 09:53:01AM +0800, Eric Abrahamsen wrote:
> On Sun, Aug 28 2011, Thomas Wallrafen wrote:
>
> > Hi org'ers,
> >
> > I am currently trying to figure out a way to build a composite view for
> > an agenda containing agenda and todos, whi
I got the odt export working and I'm very excited about the
possibility of using it, but when I export a file with an image link,
the image isn't embedded. Instead there's a link to the file. Do I
need to take any special steps to embed images in export?
A few other questions, is there any funct
On Tue, Sep 20, 2011 at 11:46 AM, Matt Price wrote:
> and it for the most part works really great, except that the slides
> 'precess' ovr time - -that is, the slides slowly slide ot the left,
> until eventually (after about 20 slides) the left side of a slide will
> become invisible. Has anyone e
Jambunathan,
Thanks that looks like it's exactly what I need. I have been
partially successful in getting the exporter running, but it stalls
out after creating the odt file and opening it in openoffice. Any
tips for getting ppt or odp export up and running. One thing I have
noticed is if I hav
> It is important that
>
> M-: (executable-find "soffice")
>
> should report some valid path.
This returns a valid result. Also, executing the printed soffice
command at the command line works. Internally, emacs prints a failed
message after the command in the *Messages* buffer.
It seems that t
Since my last pull from git master, the preview images of my LaTeX
fragments have been black. I've tried customizing
org-format-latex-options, but while the :scale property works,
changing the :foreground property has no effect. I would like to have
it use my default foreground color. Any help w
Hello,
there is a bug when exporting to LaTeX if there is a source code block
inside a list.
I have a file with the following contents:
#+begin_org
#+TITLE: Lists mit Source-Blocks
#+AUTHOR:thomas.ho...@gmx.de
#+EMAIL: Thomas Holst
#+DATE: 25.10.2011
#+LANGUAGE: en
I'm attempting to get some code working that should create a new frame
with *just* org-capture, but when I run it, I keep getting a split
despite various attempts at running delete-other-windows. I'm running
on "GNU Emacs 24.0.90.1 (i386-apple-darwin10.8.0, NS
apple-appkit-1038.36)" so perhaps this
Looks good to me, thank you for bringing this up.
Carsten, could you please check the patch in?
Thanks again
Thomas
Stephen Eglen writes:
> If I run M-x org-store-link when my current emacs frame is just showing
> one MH-E window (and nothing else in the frame), e.g. the "
""
> + (diary-ordinal-suffix years)))
> (tmp (cond
> ((functionp form)
> (funcall form name years suffix))
Thanks for adding this feature.
Carsten, could you please check this in?
The ChangeLog should mention that any customized
"org-bbdb-anniversary-format-alist" has to be updated, otherwise there
will be an "Bad sexp at line 637 in /home/tb/org/diary.org:
(org-bbdb-anniversaries)" error with the new format.
Thomas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Before I get to my questions, I would like to commend all those
involved in the development of org-mode. I'm a new user and I've been
amazed by the features, utility, and the support/documentation
provided.
My first question relates to frames in beamer export. Is it possible
to set a tag or othe
Eric and Chris,
Thanks for your responses.
Eric,
I'm currently using latex directly in org, but this method doesn't
play nicely with export to a regular tex file. Would it be possible
to use something similar to this?
#+begin_src org
** A plain slide
*** [path/to/fig]
:PROPERTIES:
:FIGURE_
t so the bullets
are not revealed sequentially. Is there a way to include this flag in
the export? Thanks,
Derek Thomas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
e?
Thanks,
Derek
On Fri, Feb 25, 2011 at 4:17 PM, Eric S Fraga wrote:
> Derek Thomas writes:
>
>> I've been using BEAMER_env: ignoreheading to generate columns of
>> bulleted lists as follows
>> #+begin_src org
>> * hidden heading 1
TION AT ALL!!
why is there no consistent identation between disable OIM and enabled
OIM, or is there a way to enable this consitent identation ??
(using latest git version of orgmode)
regards,
thomas
___
Emacs-orgmode mailing list
Please use `Reply All'
On Wed, Mar 2, 2011 at 1:17 PM, Nicolas wrote:
> Hello,
>
> Thomas Hisch writes:
>
>> why is there no consistent identation between disable OIM and enabled
>> OIM, or is there a way to enable this consitent identation ??
>
> You have to keep in mind that OIM fakes i
Kyle Sexton mocker.org> writes:
I'm looking for advice on ways people are publishing their org notes
to a website. So far I've looked at blorgit and it's really nice, but
the dependency for a backend emacs session and running through sinatra
makes me wary of putting it out on my server for the
} \textbf{_abc} \emph{a\_{}bc} \textbf{a\_{}bc}
#+end_src
So emphasised text strings starting with an underscore are not exported
correctly and confuse LaTeX.
emacs 23.2 on WinXP, org-mode version 7.5 (release_7.5.34.g54c51)
(localy patched Makefile and org-git-link.el)
Best regards
Thomas
P.S. org
Afternoon,
I wonder if anyone had any good examples of org-mode LaTeX templates
with which to export professional looking PDFs?
It is my big issue with org-mode at the moment, and I have tried
reading what I can on LaTeX styling but it is getting to the point
that I am spending way to muc
Hi Bastien,
· Bastien wrote:
> Hi Thomas,
>
> Thomas Holst writes:
>
>> _abc /_abc/ *_abc* /a_bc/ *a_bc*
>
> You need to escape the underscore:
>
> \_abc /\_abc/ *\_abc* /a\_bc/ *a\_bc*
>
> HTH,
thank you for your answer. Escaping does help. B
nd so on.
Your code would be a great starting point for a more capable dashboard/home
screen. (I have some more ideas on this topic but would rather try your code
first - but maybe this would be a great addition to orgmode, especially for new
users?)
Thomas
lisp code may not be the best. If there are
better ways to accomplish variable support please let me know.
--
Best regards
Thomas
--- a/ob-maxima.el 2011-03-17 08:37:24.977544600 +0100
+++ b/ob-maxima.el 2011-03-23 14:13:26.780223600 +0100
@@ -47,29 +47,48 @@
"Expand a block of
Hi Eric,
· Eric Schulte wrote:
> Thomas Holst writes:
[... snip ...]
> Great, thanks for sharing this patch, I'd very much like to apply this.
> Have you seen the instructions for contributing to Org-mode [1]? Any
> patch over 10 lines long requires signed FSF copyright att
-mode version 7.5 (release_7.5.62.gfb2ac)
GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1
Regards
Thomas
> |
> | This variable was introduced, or its default value was changed, in
> | version 23.2 of Emacs.
> |
> | [back]
that did the trick for me. Thanks a lot! I searched for ansi-color, but
obviously overlooked the above variable.
Best regards
Thomas
Steps to reproduce:
Include an entry like this in your org-capture-templates:
("t" "Todo" entry (file+headline "~/org/gtd.org" "Tasks")
"* TODO %?\n %i\n %a")
Now, delete everything in ~/org/gtd.org except for a lone "Tasks" headline.
Put point on the next line, and start a capture wi
On Tue, Apr 5, 2011 at 8:20 PM, Nick Dokos wrote:
> Yes, I can. What version of emacs are you using?
>
> Mine is: GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version
> 2.22.0) of 2011-03-16. I'll update
Thanks! Glad it's not just me.
I'm all the way back on "GNU Emacs 23.1.1 (x86_64-pc-l
I'm interested in using org-mode with babel to organize my maxima
code. Am I correct in my reading of ob-maxima.el that the babel
module for maxima doesn't support persistent variables between code
blocks? If so, this seems like a severe limitation. I did some
searching and found this guide
(htt
line is appended at the end. That's obviously not what I want.
Tested this with =emacs -Q=
GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1
Org-mode version 7.5 (release_7.5.246.gace72) (local modification to
makefile and org-git-link)
WinXP
--
Mit freundlichen Grüßen / Best regards
Thomas Holst
Hi Aankhen,
thanks for your answer.
· Aankhen wrote:
> Hi,
>
> On Wed, May 4, 2011 at 12:55, Thomas Holst wrote:
>> I am trying to put a line into a table via org capture.
>>
>> My org file looks like this:
>> [snip]
>>
>> My capture template looks
Hi, is there a way to daisy chain the searches in links? I'm linking
several files that are organized in a heading, subheading, paragraph
format (paragraphs are numbered) and I'd like to specify a link like
this [[file:example.org::*Heading::*Subheading::P. 1][test link]].
The problem is that the
Hello,
right now I am testing the new exporter. It works very well except on
backslashes. Here is a minimal example which shows the problem:
#+BEGIN_SRC org
#+TITLE: new-exporter.org
#+AUTHOR:Thomas Holst
#+EMAIL: thomas.ho...@de.bosch.com
#+DATE: 2012-07-16 Mo
Hello.
I couldn't believe I hadn't been aware of org mode until a few months ago,
as someone who's been using emacs for everything for many years.
I use it to journal how all my time is spent in a given work day- for both
work related tasks and non-work tasks (ex. getting coffee, lunch,
conversat
for fixing the bug with two backslashes. I can
confirm it works with org-version above.
--
Bis neulich ...
Thomas
Hi Nicolas,
· Nicolas Goaziou wrote:
> Hello,
>
> Thomas Holst writes:
>
>> Labels and captions are not exported to LaTeX.
>>
>> ECM:
>> #+BEGIN_SRC org
>> * Captions for Tables
>> #+CAPTION: A Caption for Testing
>>
and looks totaly wrong in pdf.
Again with emacs -Q
(emacs-version)
"GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
of 2011-09-19 on 3249CTO"
(org-version)
Org-mode version 7.8.11
(release_7.8.11-201-g528b17
@ c:/daten/users/de_hts2fe/git/org-mode/lisp/)
--
Bis neulich ...
Thomas
s on as an option), I
would be your biggest fan :)
Regards,
Joe
On Wed, Jul 18, 2012 at 4:50 AM, Giovanni Ridolfi wrote:
>
>
> Hi, Joseph,
> (I cc'ed also Bernt Hansen, aka "the king of clocking" ;-)
> maybe he has better ideas; he's more experience than me, for
experience than me, for sure ;)
>
>
> Da: Joseph Thomas
> Inviato: Martedì 17 Luglio 2012 23:15
>
> > there's no easy way I can see to make quick adjustments to clocked time
> between activities.
>
> > Every day I will forget to clock to a new activity at some p
1 - 100 of 1506 matches
Mail list logo