Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Thomas
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

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Thomas
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

[O] 12.9.11.4 Customizing tables in ODT export -- Error in manual?

2015-01-10 Thread thomas
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

Re: [O] Time remaining report, anyone done it?

2013-10-08 Thread 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

Re: [O] Exporter aborts upon encountering even one unresolvable link

2015-09-28 Thread thomas
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>

Re: [O] ob-csharp

2016-06-05 Thread thomas
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:

[O] make code lines bold in export

2015-04-08 Thread thomas
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

Re: [O] make code lines bold in export

2015-04-12 Thread 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

[O] Fwd: Re: Continuing a numbered list

2015-04-29 Thread thomas
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

[O] [BUG] Radio Targets and double quotes

2015-05-28 Thread thomas
rd2 <<>> <<>> === What also works is to add another word between Keyword1 and "keyword2": ======= Keyword1 and "keyword2" <<>> <<>> === Thanks, thomas

Re: [O] [BUG] Radio Targets and double quotes

2015-05-28 Thread 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

Re: [O] [BUG] Radio Targets and double quotes

2015-05-29 Thread thomas
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,

[O] [BUG?] Org Mode 20150831, ob-R not working

2015-09-02 Thread thomas
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

Re: [O] (no subject)

2015-09-04 Thread thomas
; 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

[O] ob-csharp

2015-09-07 Thread thomas
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

Re: [O] ob-csharp

2015-09-08 Thread thomas
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

Re: [O] ob-csharp

2015-09-08 Thread thomas
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

[O] Export Dollar symbol (as currency)

2017-06-26 Thread thomas
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

[O] table align error

2017-10-28 Thread 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

Re: [O] table align error

2017-10-28 Thread thomas
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

Re: [O] table align error

2017-10-28 Thread thomas
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

Re: [O] table align error

2017-10-28 Thread thomas
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

Re: [O] table align error

2017-10-29 Thread thomas
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

[Orgmode] org-capture: file to top level with prepend

2010-10-02 Thread Thomas Fuchs
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

[Orgmode] Re: org-bbdb: anniversaries with unknown years

2010-10-25 Thread Thomas Baumann
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

[Orgmode] Re: Beeminder/Kibotzer

2010-11-18 Thread Thomas Renkert
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

[Orgmode][Babel] (require 'ob-eval) missing in ob-gnuplot.el

2010-12-01 Thread Thomas Holst
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

[Orgmode] [PATCH] org-mobile: allow tags-todo in agenda custom commands

2009-12-03 Thread Thomas Jost
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

[Orgmode] Organizing a students live

2009-12-18 Thread Thomas Bach
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

Re: [Orgmode] Organizing a students live

2009-12-19 Thread Thomas Bach
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

[Orgmode] Multiple column views for one file

2009-12-31 Thread Thomas Leitner
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

[Orgmode] Re: Multiple column views for one file

2010-01-01 Thread Thomas Leitner
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

Re: [Orgmode] Multiple column views for one file

2010-01-05 Thread Thomas Leitner
- 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

[Orgmode] Automatic hash keys on new lines

2010-01-08 Thread Thomas Bach
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

[Orgmode] calendar entry

2010-01-09 Thread Thomas Rhymer
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

[Orgmode] Customizing checkbox statistics faces

2010-02-23 Thread Thomas Jost
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

[Orgmode] [org-plot] Re: org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0

2010-03-01 Thread Thomas Holst
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

[Orgmode] Bug: Can't follow link to old Gnus nndoc article [6.34trans]

2010-03-09 Thread Thomas Morgan
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

Re: [Orgmode] Newbie elisp programmer requests a pointer to backtics...

2010-04-14 Thread Thomas Jost
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

[Orgmode] Removing one filter of several

2010-05-01 Thread Thomas Morgan
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

[Orgmode] Persistent filters in Org mode

2010-05-06 Thread Thomas Morgan
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

Re: [Orgmode] Persistent filters in Org mode

2010-05-16 Thread Thomas Morgan
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

Re: [Orgmode] Persistent filters in Org mode

2010-05-19 Thread Thomas Morgan
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

[Orgmode] Re: Co-maintainer, a least for some time?

2010-05-20 Thread Thomas Renkert
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...

[Orgmode] %i indentation in capture templates

2010-08-05 Thread Thomas Jack
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

Re: [Orgmode] Re: %i indentation in capture templates

2010-08-06 Thread Thomas Jack
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

[O] Maxima session support

2011-07-06 Thread Derek Thomas
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

[O] Suggestion: Stackoverflow for Orgmode

2011-07-20 Thread Thomas Renkert
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

Re: [O] Suggestion: Stackoverflow for Orgmode

2011-07-20 Thread Thomas Renkert
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

[O] [bug] org block not correctly exported to LaTeX

2011-07-21 Thread Thomas Holst
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

Re: [O] Suggestion: Stackoverflow for Orgmode

2011-07-24 Thread Thomas Renkert
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

[O] [ANN] Org-mode Q&A test drive on stackexchange.com - Please participate!

2011-07-24 Thread Thomas Renkert
: 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

Re: [O] [bug] org block not correctly exported to LaTeX

2011-07-25 Thread Thomas Holst
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

Re: [O] [bug] org block not correctly exported to LaTeX

2011-07-25 Thread Thomas Holst
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

Re: [O] [bug] org block not correctly exported to LaTeX

2011-07-26 Thread Thomas Holst
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. >>

[O] Org-babel results preamble

2011-07-30 Thread Derek Thomas
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

Re: [O] Feature request: Buffer Toc

2011-08-06 Thread Thomas Renkert
Try M-x org-toc-show in your active org buffer. You may have to activate org-toc in your org modules. Cheers, Thomas

Re: [O] Not merging org-lparse, org-xhtml & org-odt to the core

2011-08-22 Thread Thomas Renkert
larger OSS projects?). Could you give us some feedback from your perspective? What are the reasons for your decision? Regards, Thomas

Re: [O] Org-babel results preamble

2011-08-25 Thread Derek 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

[O] Convert list to paragraph

2011-08-26 Thread Derek Thomas
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

Re: [O] Convert list to paragraph

2011-08-27 Thread Derek Thomas
> 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

[O] org-agenda-custom-commands clarification on filters needed

2011-08-28 Thread Thomas Wallrafen
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

Re: [O] org-agenda-custom-commands clarification on filters needed

2011-08-29 Thread Thomas Wallrafen
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

[O] ODT image export

2011-09-20 Thread Derek Thomas
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

Re: [O] slides precess in html5presentation

2011-09-20 Thread Derek Thomas
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

Re: [O] ODT image export

2011-09-21 Thread Derek Thomas
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

Re: [O] ODT image export

2011-09-21 Thread Derek Thomas
> 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

[O] Face color for LaTeX preview

2011-09-23 Thread Derek Thomas
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

[O] Bug in export to LaTex: Lists with source code blocks

2011-10-25 Thread Thomas Holst
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

[O] Getting rid of split frame with org-capture

2011-11-10 Thread Thomas Lockney
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

[Orgmode] Re: org-mhe-store-link alters window layout

2011-02-08 Thread Thomas Baumann
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 "

[Orgmode] Re: [PATCH] org-bbdb: allow anniversaries with unknown years

2011-02-08 Thread Thomas Baumann
"" > + (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

[Orgmode] Beamer export questions/suggestions

2011-02-18 Thread Derek Thomas
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

Re: Re: [Orgmode] Beamer export questions/suggestions

2011-02-23 Thread Derek Thomas
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_

[Orgmode] Uncover bullet points with BEAMER_env: ignoreheading

2011-02-24 Thread Derek Thomas
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

Re: [Orgmode] Uncover bullet points with BEAMER_env: ignoreheading

2011-02-26 Thread Derek Thomas
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                  

[O] identation in enabled org-indent-mode and disabled OIM

2011-03-02 Thread Thomas Hisch
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'

[O] Re: identation in enabled org-indent-mode and disabled OIM

2011-03-02 Thread Thomas Hisch
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

Re: [O] Publishing notes to a website

2011-03-14 Thread Thomas Herbert
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

[O] [BUG] in LaTeX export

2011-03-15 Thread Thomas Holst
} \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

[O] Professional PDF LaTeX templates?

2011-03-15 Thread Thomas Herbert
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

Re: [O] [BUG] in LaTeX export

2011-03-17 Thread Thomas Holst
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

[O] Re: Making GTD more mangeable with org

2011-03-23 Thread Thomas Renkert
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

[O] [babel] Variable support for ob-maxima

2011-03-23 Thread Thomas Holst
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

Re: [O] [babel] Variable support for ob-maxima

2011-03-24 Thread Thomas Holst
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

Re: [O] Re: [babel] "Marker does not point anywhere" error?

2011-03-25 Thread Thomas Holst
-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

Re: [O] Re: [babel] "Marker does not point anywhere" error?

2011-03-29 Thread Thomas Holst
> | > | 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

[O] org-kill-line sometimes crashes emacs

2011-04-05 Thread Thomas Jack
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

Re: [O] org-kill-line sometimes crashes emacs

2011-04-06 Thread Thomas Jack
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

[O] Maxima persistence between code blocks

2011-04-27 Thread Derek Thomas
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

[O] Problems with capture in tables

2011-05-04 Thread Thomas Holst
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

Re: [O] Problems with capture in tables

2011-05-05 Thread 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

[O] Daisy chain file/heading links

2011-05-10 Thread Derek Thomas
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

[O] [new exporter] fails on double backslashes

2012-07-17 Thread Thomas Holst
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

[O] Feature that org mode needs most

2012-07-17 Thread Joseph Thomas
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

[O] [new exporter] no caption and no label in tables exported to LaTeX

2012-07-18 Thread Thomas Holst
for fixing the bug with two backslashes. I can confirm it works with org-version above. -- Bis neulich ... Thomas

Re: [O] [new exporter] no caption and no label in tables exported to LaTeX

2012-07-18 Thread Thomas Holst
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 >>

[O] [new exporter] problems exporting mathmode to LaTeX

2012-07-18 Thread Thomas Holst
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

Re: [O] Feature that org mode needs most

2012-07-18 Thread Joseph 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

Re: [O] Feature that org mode needs most

2012-07-18 Thread Joseph Thomas
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   2   3   4   5   6   7   8   9   10   >