Re: [O] (org-entry-get (point) CLOCK) fails now

2015-08-30 Thread Martin Kaffanke
did after the get-entry: (let* ( (clockentry (org-entry-get (point) CLOCK)) (clockstart (apply 'encode-time (org-parse-time-string clockentry))) ) . ) So maybe you just know how to rewrite this two lines? Thanks, Martin

Re: [O] org-mode 3.5.1 at emacs 24: invalid-functon 41

2015-08-29 Thread Martin Steffen
in the meantime I did not also update emacs itself---, but if it disappeared in the now latest version, I am content as well. Thanks, Martin Nicolas Hello, Nicolas Martin Steffen mstef...@ifi.uio.no writes: org-element--set-regexps: Invalid function: 41 Nicolas 41

[O] org-comment-string fontification stopped working in sublevel headlines

2015-08-23 Thread Martin Carlé
Hello, guess the commit c27c101f (08/16/2015 04:14 PM) with the title org.el: Fix `org-comment-string' fontification has chosen a bit too harsh 'fixation' method: Since then, the 'org-special-keyword' face for 'COMMENT' is not applied to heading of lower levels any more but only to the top

Re: [O] org-mode 3.5.1 at emacs 24: invalid-functon 41

2015-08-18 Thread Martin Steffen
Bastien bzg at gnu.org writes: Hi Martin, Martin Steffen msteffen at ifi.uio.no writes: (setq load-path (cons ~/gnu/emacs/24/lisp/org/lisp load-path)) (setq load-path (cons ~/gnu/emacs/24/lisp/org/contrib/lisp load-path)) (add-to-list 'auto-mode-alist '(\\.org\\' . org-mode

[O] org-mode 3.5.1 @ emacs 24: invalid-functon 41

2015-08-18 Thread Martin Steffen
Hi, I have recently git-pulled the latest org-mode (and make-compiled it). Since the upgrade, org is basically broken. If I visit a file, emacs answers with invalid-function 41 (I have debug-on-error to t, but it does not give much info where it chokes). I have now org-version 3.5.1. Before the

Re: [O] fontenc makes pdf non-searchable

2015-08-07 Thread Martin Leduc
Hi Bastien, thanks a lot for your response but I finally solved the issue by installing the package cm-super. Cheers, Martin From: b...@gnu.org To: mart...@hotmail.com CC: emacs-orgmode@gnu.org Subject: Re: fontenc makes pdf non-searchable Date: Wed, 5 Aug 2015 02:00:52 +0200 Hi Martin

[O] How to open Link in Heading in Agenda without mouse click?

2015-06-08 Thread Martin Beck
in the agenda view without the mouse. Example headline: * Link to important file [[file+sys:serverdirfilename.mm][Mindmap]] [2015-06-08 Mo 10:34] Which command can I use to open the link/linked file directly in the agenda view? Is there a standard keybinding for it? Kind regards Martin

[O] [OT] djvu?

2015-05-31 Thread Martin Schöön
Anyone using djvu? http://en.wikipedia.org/wiki/DjVu http://www.djvu.org/ Just curious. -- Martin Schöön http://hem.bredband.net/b262106/index.html

[O] Include other sources (zotero, database) in org-mode search?

2015-05-28 Thread Martin Beck
relevant sources (org and external) with ONE search? Kind regards MArtin

Re: [O] How to create synopsis output of versioned text?

2015-05-20 Thread Martin Weigele
-by-side option. -k. On 2015-05-20 at 14:13, Martin Weigele mar...@weigele.de wrote: When dealing with different versions of text, e.g. old and new (law) code, it is sometimes nice to be able to create a synopsis of the versions of the text in tabular form. Any suggestions how

[O] How to create synopsis output of versioned text?

2015-05-20 Thread Martin Weigele
, but something that does it automatically from the individual text versions with a tabular output - old version left, new version right column, with similar sections or code pieces matching in the same row would be cool. As a last resort, even outside orgmode. :) Martin

Re: [O] Freemind import

2015-04-29 Thread Martin
direction from the mindmap format to org mode format? regards Stephen Hi Stephen, I have the same problem - did you find a solution in the meantime? Kind regards Martin

Re: [O] Problems with Hyperlinks containing backslashes

2015-04-08 Thread Martin Beck
/dir/ How can I solve that? Kind regards Martin

[O] Bug: Evaluating octave code with :results verbatim prints table [8.2.10 (8.2.10-35-g19a7d6-elpaplus @ /home/martinv/.emacs.d/elpa/org-plus-contrib-20150330/)]

2015-04-06 Thread Martin Vuk
delimeters. Martin Vuk Emacs : GNU Emacs 24.4.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8) of 2015-04-04 on veliki-picard Package: Org-mode version 8.2.10 (8.2.10-35-g19a7d6-elpaplus @ /home/martinv/.emacs.d/elpa/org-plus

[O] How to create agenda which ignores headings with deadline/scheduled dates older than 3 months

2015-03-30 Thread Martin Beck
Hi, how can I set up an agenda view in org-mode which does NOT show old entries which contain scheduled or deadline dates older than 3 months? I did not find an option for that - maybe Ive overlooked it? Kind regards Martin

Re: [O] [bug] fuzzy link not matching commented headlines

2015-03-27 Thread Martin Carlé
relevant to author during writing phase. (Notes in drawers are fine, but cannot be linked up, as far as I know.) All best, mc On 2015-03-26 Thu 22:09, Nicolas Goaziou wrote: Hello, Martin Carlé m...@aiguphonie.com writes: Guess it's a bug that fuzzy links won't match a commented headline

[O] [bug] fuzzy link not matching commented headlines

2015-03-26 Thread Martin Carlé
Guess it's a bug that fuzzy links won't match a commented headline whereas the other internal link types (custom_id and org ID) do. Or is there a special purpose for this specific type of link regarding comments? Just check the following example:

Re: [O] fontenc makes pdf non-searchable

2015-03-23 Thread Martin Leduc
You're right, I customized org-latex-pdf-process, which now call a script that basically does latex/dvips/ps2pdf. I cannot use pdflatex since my figures are from eps images. Martin dboyd2 at mmm.com (J. David Boyd) writes: And how did you determine that please? I assume you mean how I

Re: [O] fontenc makes pdf non-searchable

2015-03-22 Thread Martin Leduc
correctly. Thanks again ! Martin Date: Sun, 22 Mar 2015 13:56:45 -0400 From: w...@pobox.com To: mart...@hotmail.com CC: emacs-orgmode@gnu.org Subject: Re: [O] fontenc makes pdf non-searchable On 21 March 2015, Martin Leduc wrote: You can find a minimal example here [1], with the org

Re: [O] fontenc makes pdf non-searchable

2015-03-21 Thread Martin Leduc
, and compile it. It should now search normally. Martin Date: Sat, 21 Mar 2015 12:24:31 -0400 From: w...@pobox.com To: mart...@hotmail.com CC: emacs-orgmode@gnu.org Subject: Re: [O] fontenc makes pdf non-searchable On 21 March 2015, Martin Leduc wrote: I'm using org-mode to write

[O] fontenc makes pdf non-searchable

2015-03-20 Thread Martin Leduc
fontenc. What should I do to make the pdf searchable with the org exporter ? Thanks, Martin

Re: [O] org-contacts search case insensitive

2014-11-18 Thread Martin Gross
I am on Org-mode version 8.3beta and my org-contacts search is case insensitive. Indeed! Thank you very much.

[O] org-contacts search case insensitive

2014-11-17 Thread Martin Gross
usung Emacs 24.3.1 Orgmode 7.9.2. Thank you very much in advance! Martin

Re: [O] Solution for very long hyperlinks when exporting to latex?

2014-10-03 Thread Martin Weigele
Problem solved by uncommenting the [NO-DEFAULT-PACKAGES] and [EXTRA] parts (see elisp part below) in the emacs lisp initialisation of .emacs. Am Mittwoch, 1. Oktober 2014, 02:29:23 schrieb Martin Weigele: That is exactly the problem, Rasmus... I am lost in the complexity of object

[O] ox-odt: column width in list-tables

2014-10-01 Thread Martin Gürtler
-table column widths is currently the only manual step I ever need to do after exporting. Thanks, Martin

[O] ox-odt doesn't honor :anchor page

2014-09-30 Thread Martin Gürtler
Jambunathan's version of ox-odt I get images anchored to the page, but there seem to be problems if there are two images on one page, images covering each other when both are anchored to the page.. One of the few cases where doc is ahead of implementation? Regards Martin

[O] Image collisions (was Re: ox-odt doesn't honor :anchor page)

2014-09-30 Thread Martin Gürtler
is of limited use, because I get collisions (images at same position). Well, org-mode export is not LateX - there is probably no way to control that within the org mode file.. Regards, Martin -- Dr. Martin Gürtler Phone: +49-341-2254303 Mobile: +49-1578-4469069

Re: [O] Image collisions (was Re: ox-odt doesn't honor :anchor page)

2014-09-30 Thread Martin Gürtler
hi, Am 30.09.2014 um 11:30 schrieb Christian Moe: Martin Gürtler writes: Hi, thanks for the fast response. Am 30.09.2014 um 09:58 schrieb Christian Moe: Confirmed, but it seems to be a documentation error, not a bug. It works if you leave out the quotation marks: #+ATTR_ODT

[O] Solution for very long hyperlinks when exporting to latex?

2014-09-30 Thread Martin Weigele
to .emacs which works fine otherwise). I am not sure if it has to do with the exporter or with latex/koma script only, or maybe all three of them. Surely someone must have come across this problem and may be able to provide a hint? Thanks, Martin

Re: [O] Solution for very long hyperlinks when exporting to latex?

2014-09-30 Thread Martin Weigele
is perhaps just passed on to url as 'hyphens'). Thx anyway, Martin Am Mittwoch, 1. Oktober 2014, 01:02:07 schrieb Rasmus: Hi Martin, Martin Weigele mar...@weigele.de writes: very happy with orgmode but rather desperate these days trying to get very long url hyperlinks in footnotes to typeset

Re: [O] Solution for very long hyperlinks when exporting to latex?

2014-09-30 Thread Martin Weigele
contain only one such instance. ;; If there is more than one, they won't work right. ) Am Mittwoch, 1. Oktober 2014, 02:04:34 schrieb Rasmus: Martin Weigele mar...@weigele.de writes: Hi Rasmus, thank you very much, Wasn't really aware

Re: [O] Solution for very long hyperlinks when exporting to latex?

2014-09-30 Thread Martin Weigele
That is exactly the problem, Rasmus... I am lost in the complexity of object and metalevels and don't really know where to start reducing it. Except for the naughty monster urls everything else works fine. Thanks anyway. :) Good night, Martin Am Mittwoch, 1. Oktober 2014, 02:20:45 schrieb

Re: [O] Cooperating with oneself using the cloud?

2014-09-16 Thread Martin Schöön
-perfect-home-server -- Martin Schöön http://hem.bredband.net/b262106/index.html

[O] Cooperating with oneself using the cloud?

2014-09-15 Thread Martin Schöön
Sync work really well but only if both computers run simultaneous which is not the case. Other options? Dropboxish services that keep prying eyes at bay? -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] Problems with org-export: byte-code: Invalid function: 0

2014-08-08 Thread Martin Beck
a problem. So my question is: how can I track down the component (which should not be in my system) that causes this problem? Kind regards Martin Kind regards Martin

Re: [O] Problems with org-export: byte-code: Invalid function: 0

2014-08-07 Thread Martin Beck
Nick Dokos ndokos at gmail.com writes: Martin Beck Elwood151 at web.de writes: I tracked it down to this paragraph which seems to cause the problem: _ Connect at AIIM is a news communication provided by AIIM. 2014 AIIM - The Global Community of Information Professionals 1100

[O] Problems with org-export: byte-code: Invalid function: 0

2014-08-05 Thread Martin Beck
message: Invalid function: 0 Kind regards Martin

Re: [O] Launching Emacs org-mode commands from Windows 7 command line?

2014-08-01 Thread Martin Beck
? emacsclient --eval (org-search-view nil search string) Thanks a lot, Andy! That does the trick! Martin

[O] Launching Emacs org-mode commands from Windows 7 command line?

2014-07-31 Thread Martin Beck
*: End of file during parsing And I get no a search or search result in Emacs org-mode. Any tips are appreciated. Im using Windows 7, Emacs 24.3 and org-mode 8.2.6 Kind regards Martin

[O] Export org-mode buffer to dynamic html document (collapse/expand details)

2014-07-31 Thread Martin Beck
appreciated Kind regards Martin

Re: [O] How to list inactive timestamps and logged items together in agenda?

2014-07-29 Thread Martin Beck
Samuel Wales samologist at gmail.com writes: i have these notes in my .emacs-alike: (setq org-agenda-include-inactive-timestamps t) (setq org-agenda-start-with-log-mode t) i also find that it really helps to have inactive lines be their own font instead of the default font. I use the

Re: [O] An Org centric research lab: Goodbye MS word, excel, and powerpoint

2014-07-11 Thread Martin Schöön
Python is widely used in industry and these days many CAD/CAE tools use Python for scripting... -- Martin Schöön http://hem.bredband.net/b262106/index.html

[O] How to filter agenda for Word1 OR Word2?

2014-07-11 Thread Martin Beck
how to solve that. :-( Thanks a lot and kind regards Martin

[O] org-special-keyword face not showing in sublevels anymore since commit 69700e1

2014-06-30 Thread Martin Carlé
It appears that by commit 69700e1 [22.04.2014 13:09] a little bug slipped into the codebase, sinc the org-special-keyword face is only shown at the top level in the correct face, but then gets simply overwritten by the respective sublevel face. I guess, this is not intented and would be nice to

[O] How to deactivate key binding ! for org-agenda-toggle-deadlines?

2014-06-25 Thread Martin Beck
question. Kind regards Martin

Re: [O] Alternative to arrow keys (more ergonomic)?

2014-06-13 Thread Martin Beck
a good idea to use it for that. Sorry, if it may be obvious, but how do I remap CapsLock to H (Hyper)? Kind regards Martin

Re: [O] Alternative to arrow keys (more ergonomic)?

2014-06-13 Thread Martin Beck
Martin Beck elwood151 at web.de writes: Sorry, if it may be obvious, but how do I remap CapsLock to H (Hyper)? Kind regards Martin p.s. I tried ;; remap CapsLock Key to Hyper Key ;;source: http://ergoemacs.org/emacs/emacs_hyper_super_keys.html , http://emacs-fu.blogspot.de/2008/12

[O] Lots of sticky search agendas clutter buffer list

2014-06-13 Thread Martin Beck
(s: with one command? Kind regards Martin

Re: [O] Scroll agenda to a certain line after refresh or creation?

2014-06-13 Thread Martin Beck
to just execute it like a shell command with M-x, but I did not find a way to do that. How can I define that this command is executed each time I build or refresh a certain (not all) block agenda? Kind regards Martin

Re: [O] [bug] [new exporter] [markdown] spoiled URL containing '=' if using http/s org-links

2014-06-13 Thread Martin Carlé
-markups-brackets been hidden, at least optionally, and instead be fontified just similar as link are? Or could there be posted some hint how to best hack this as a private solution? Thank you and the list for answering, mc On 2014-06-13 Fri 13:43, Bastien b...@gnu.org wrote: Hi Martin, can you

[O] Alternative to arrow keys (more ergonomic)?

2014-06-12 Thread Martin Beck
would be available in the agenda view? Kind regards Martin

[O] How to list inactive timestamps and logged items together in agenda?

2014-06-05 Thread Martin Beck
in/out during the agenda span? In theory, those timestamps already exist in the LOGBOOK drawer, but they seem to be ignored by the org-agenda-include-inactive-timestamps option). Kind regards Martin

[O] Scroll agenda to a certain line after refresh or creation?

2014-06-05 Thread Martin Beck
, not in others)? Kind regards Martin

Re: [O] LaTex export questions

2014-05-31 Thread Martin Schöön
) to create a small DIY book binding introduction. I have experimented with this a bit and find you can do decent paperbacks with very limited resources. -- Martin Schöön http://hem.bredband.net/b262106/index.html

[O] Fwd: Advice needed: Cant find a decent way to autosync my work TODO org file between laptop and work pc

2014-05-25 Thread Martin Schöön
on this may differ depending on your company, where you live and the service provider. -- Martin Schöön http://hem.bredband.net/b262106/index.html

[O] Can I create an agenda sorted manually keeping its order at refresh?

2014-05-13 Thread Martin Beck
a sorting strategy behind an agenda, so I can rearrange lines manually with M-Arrow Up/M-Arrow Down, but as soon as I refresh it with r, the sorting is lost (which makes sense for the sorting strategy variable, but is not what I want). Kind regards Martin

[O] Can org-mode 8 be used together with ergoemacs?

2014-05-09 Thread Martin Beck
ergoemacs and org-mode together? I think I read somewhere, that ergoemacs does not work nicely with org-mode, as it remaps important keys. Kind regards Martin

Re: [O] Using KOMA and Memoir?

2014-05-09 Thread Martin Schöön
On 9 May 2014 12:58, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: On Fri, May 09, 2014 at 09:46:15AM +0100, Eric S Fraga wrote: On Thursday, 8 May 2014 at 22:17, Martin Schöön wrote: which is what several of us have been trying to get across! At the very least, you need

Re: [O] Using KOMA and Memoir?

2014-05-09 Thread Martin Schöön
First of all: sorry for the previous, empty post. I misclicked. Further comments below. On 9 May 2014 12:58, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: On Fri, May 09, 2014 at 09:46:15AM +0100, Eric S Fraga wrote: On Thursday, 8 May 2014 at 22:17, Martin Schöön wrote: which is what

Re: [O] Using KOMA and Memoir?

2014-05-08 Thread Martin Schöön
On 8 May 2014 00:29, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: On Wed, May 07, 2014 at 11:19:07PM +0200, Martin Schöön wrote: Quick up-date before bed-time: I commented out the (add-to-list 'org-latex-classes stuff and restarted emacs: No rerror message and still no org-latex-classes

Re: [O] Using KOMA and Memoir?

2014-05-08 Thread Martin Schöön
;;(setq framemove-hook-into-windmove t) ;; Org-mode stuff ;; Added 2014-03-02 ;; to make emacs find org-mode other than default: (add-to-list 'load-path /home/martin/Program/Org-mode/org-8.2.5h/lisp) (add-to-list 'load-path /home/martin/Program/Org

Re: [O] Using KOMA and Memoir?

2014-05-07 Thread Martin Schöön
just fine. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] Using KOMA and Memoir?

2014-05-07 Thread Martin Schöön
find: Warning (initialization): An error occurred while loading `/home/martin/.emacs': Symbol's value as variable is void: org-latex-classes Running emacs --debug-init does not yield any further information. Kind of puzzling I think since LaTeX works rather well as long as I stay away from KOMA. My

Re: [O] Using KOMA and Memoir?

2014-05-07 Thread Martin Schöön
On 7 May 2014 22:44, Nick Dokos ndo...@gmail.com wrote: Martin Schöön martin.sch...@gmail.com writes: On 7 May 2014 09:38, Eric S Fraga e.fr...@ucl.ac.uk wrote: Note that you probably want to have that customisation *after* loading org and ox-latex in particular

Re: [O] Using KOMA and Memoir?

2014-05-07 Thread Martin Schöön
Quick up-date before bed-time: I commented out the (add-to-list 'org-latex-classes stuff and restarted emacs: No rerror message and still no org-latex-classes variable found when trying out C-h v org-latex-classes. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] Using KOMA and Memoir?

2014-05-06 Thread Martin Schöön
On 6 May 2014 09:34, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Monday, 5 May 2014 at 22:23, Martin Schöön wrote: [...] Thanks Eric, that was quick. I will try it but not tonight, too tired. And I hope it works for you. Let us know how you get on. No luck thus far. I added your code

Re: [O] Using KOMA and Memoir?

2014-05-06 Thread Martin Schöön
On 6 May 2014 23:28, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: On Tue, May 06, 2014 at 09:41:27PM +0200, Martin Schöön wrote: I the altered #+latex_class: article to #+latex_class: komaarticle in my org-file. Whe trying to export it I am told komaarticle is not a known Latex class

[O] Using KOMA and Memoir?

2014-05-05 Thread Martin Schöön
in the middle of a small project for which I think KOMA's article class is a better choice than the ordinary article class. How do I make it work? Is it even possible? This hobby, not work, so don't drop everything you are doing to help me. -- Martin Schöön http://hem.bredband.net/b262106

Re: [O] Using KOMA and Memoir?

2014-05-05 Thread Martin Schöön
On 5 May 2014 20:31, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Monday, 5 May 2014 at 19:36, Martin Schöön wrote: I have tried to get KOMA and Memoir work in Org-mode. In short: I only get error messages telling me they are unknown LaTeX classes. It would help to know what you have

Re: [O] First attempt at exporting to PDF.

2014-05-03 Thread Martin Schöön
Here is how my first org-mode file for export to pdf using LaTeX starts: #+LATEX_CLASS: article #+LATEX_CLASS_OPTIONS: [a4paper] #+OPTIONS: toc:nil #+OPTIONS: ^:{} #+TITLE: Ett första försök att blanda in LaTeX i en Org-mod fil #+AUTHOR: Martin Schöön The first two rows should be self explaining

Re: [O] setting left margin in PDF output of ORG file

2014-04-25 Thread Martin Schöön
with typography is one of the reasons word-processors such as MS Word and OpenOffice Write should be banned :-) -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] setting left margin in PDF output of ORG file

2014-04-25 Thread Martin Schöön
are great but their manuals are not even close to any of the books I listed. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] (OT) How to follow a mailing list with very high activity (like this one here)?

2014-04-18 Thread Martin Beck
for following such a list on MacOS X, I'd be grateful to know. I'll let you know how it went on... Kind regards Martin

Re: [O] Trouble with Tables and Python

2014-04-16 Thread Martin Schöön
Thanks for the explanations and guiding. Now this works the way I want it to. -- Martin Schöön http://hem.bredband.net/b262106/index.html

[O] Trouble with Tables and Python

2014-04-15 Thread Martin Schöön
blatantly obvious once pointed out to me.) OS: #! Linux (Based on Debian stable, 64-bit) Emacs: 23.4.1 Org-mode: 8.2.5h Python: 2.7.3 TIA, -- Martin Schöön http://hem.bredband.net/b262106/index.html table_making_example_1.org Description: Binary data table_making_example_2.org Description: Binary

[O] Assign clocking gaps to tasks in clockcheck view?

2014-04-09 Thread Martin Beck
into those clocking gap lines in the agenda, so I can not select them for further action.- Kind regards Martin

Re: [O] parse #+MYVAR?

2014-04-03 Thread Martin
Thanks, thats very good for me. :) Martin John Kitchin writes: maybe this post: http://kitchingroup.cheme.cmu.edu/blog/2013/05/05/Getting-keyword-options-in-org-files/is close what you are looking for. you have to figure out how to go through all the buffers,but the code here should do

Re: [O] Get counting of items

2014-04-03 Thread Martin Gross
...) or write a more sophisticated (interactive) spec. Very impressive. Thank you very much! Martin

[O] parse #+MYVAR?

2014-04-02 Thread Martin
differs in my buffers, this is an identifyer of the special org file. How can I do that? Thanks, Martin

[O] Get counting of items

2014-04-01 Thread Martin Gross
(interactive) (save-excursion (goto-char (point-min)) (message Counting of first level outline items: %d (count-matches \n* Probably there is a very much better approaching to this problem. Could please somebody help me? Thanks in advance, Martin

[O] org-dblock-write:myownfunc does not split my window?

2014-04-01 Thread Martin
should be splitted but does not acutall split my window. What am I doing wrong? And how can I make it right? Thanks, Martin

Re: [O] iCal-Export: Strange Results

2014-03-21 Thread G. Martin Butz
Hi Bastien, thanks for getting back to this. Meanwhile I can live with exporting the whole agenda to ics. Am 21.03.2014 09:03, schrieb Bastien: Hi, G. Martin Butz m...@mkblog.org writes: While importing and viewing one of my org files, I do get strange results: + I only see dates from

Re: [O] iCal-Export: Strange Results

2014-03-21 Thread G. Martin Butz
setting for all exports. Probably this will do it. I'll check. Best Martin -- | G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |

Re: [O] special table from clock

2014-03-20 Thread Martin
Bastien writes: Hi Martin, One quick idea is to use properties and to look at org-collector.el from the contrib/ repository. Where do I find the contrib/ repository? What is not clear is whether you are confortable with writing Elisp. If you are, then starting from org-collector.el

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-15 Thread Martin Beck
problem, the evaluation of my .emacs file was interrupted at the (server-start) command.. Kind regards Martin

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-15 Thread Martin Beck
... Kind regards Martin

[O] special table from clock

2014-03-13 Thread Martin
for that in my APPT entries: I could use properties (but how?) and I would really like to use the CLOCK entries for calculating the times. Thanks for your Ideas, Martin

[O] ical export: Still trying to clarify strange results

2014-02-27 Thread G. Martin Butz
: --8-- BEGIN:VCALENDAR VERSION:2.0 X-WR-CALNAME:test PRODID:-//G. Martin Butz//Emacs with Org mode//EN X-WR-TIMEZONE:CET X-WR-CALDESC:test CALSCALE:GREGORIAN BEGIN:VTODO UID:TODO-d092bad5-6559-405f-8afd-a9515b372323 DTSTAMP:20140227T082604Z DTSTART

Re: [O] Text emphasize with fill-paragraph ?

2014-02-25 Thread Martin Leduc
Martin Leduc wrote: Hi all, I don't know whether it is a bug, an unimplemented feature or simply that I use it wrongly, but I can't emphasize text (with // ** or _ _) within a filled paragraph. Moreover, sometime I get it to work but I'm not sure how to reproduce. Thanks, Martin

[O] Text emphasize with fill-paragraph ?

2014-02-21 Thread Martin Leduc
Hi all, I don't know whether it is a bug, an unimplemented feature or simply that I use it wrongly, but I can't emphasize text (with // ** or _ _) within a filled paragraph. Moreover, sometime I get it to work but I'm not sure how to reproduce. Thanks, Martin

[O] iCal-Export: Strange Results

2014-02-20 Thread G. Martin Butz
))) (org-icalendar-include-todo t) (org-icalendar-store-UID t) (org-icalendar-use-plain-timestamp nil) My org-mode-version is 8.2.4 with Emacs 24.3.1 Can anyone provide a hint, what am I doing wrong? Best Regards Martin -- | G. Martin

Re: [O] How to load .el file during startup and execute its commands (Win7/org8)

2014-02-10 Thread Martin Beck
have been executed and it should have also set my agenda files.   **However, the list of agenda files is empty after startup. When I then _manually_ ofen the file `myname_orgmodeconfig.el` and execute the command `eval-buffer`, everything is fine.** How can I fix that? Kind regards Martin

[O] Can I use an already defined agenda view in another agenda command?

2014-01-21 Thread Martin Beck
overview-today which loads the same settings like all items, but only shows the deadlines until today. Goals: - Later changes in overview-10d will also be used in overview-today. - Standard settings can be defined once and then used in different other agendas. Kind regards Martin

[O] How to bind opening a custom agenda to a single key?

2014-01-16 Thread Martin Beck
is (global-set-key (kbd f12) org-agenda) which at least brings me to the overview over all defined agendas, but how can I bind F12 directly to the Agenda with trigger h? Kind regards Martin

[O] File mode specification error: (error :END: line missing at position 63362)

2014-01-13 Thread Martin Beck
regards Martin

[O] Show timegrid even if empty?

2014-01-13 Thread Martin Beck
) But there is no timegrid displayed, if no headlines match the agenda. How can I always show the timegrid? Kind regards Martin

[O] How to include past deadlines and scheduled TODOs in an Agenda?

2014-01-13 Thread Martin Beck
-sorting-strategy (quote (deadline-down priority-down))) (org-agenda-time-grid nil) (org-deadline-warning-days 0) (org-agenda-span (quote day Maybe there is an option in the background which filters out the older todos? HOw can I solve that? Kind regards Martin

Re: [O] new odt-exporter: problems with formatting in captions

2013-12-18 Thread Martin Gürtler
=boolean/ /attribute /optional /define Looks to me like one should have #+NAME and #+CAPTION in the org file, I'd consider the former a candidate for the short caption. HTH, Martin

[O] new odt-exporter: problems with formatting in captions

2013-12-16 Thread Martin Gürtler
comfortable than putting in the utf characters via C-8-RET (which is handy, though, for simple formulae). Regards Martin -- Dr. Martin Gürtler Phone: +49-341-2254303 Mobile: +49-1578-4469069

Re: [O] Recent items Agenda view?

2013-10-14 Thread Martin Beck
Eric S Fraga e.fraga at ucl.ac.uk writes: Martin Beck elwood151 at web.de writes: Hi, I'm often having the problem that I want to quickly attach an information to an item I've created or I've been working on during the last days and then have to invoke a keyword search. How

<    1   2   3   4   5   6   >