[O] org-export-select-tags behaviour

2014-10-09 Thread Seb Frank
Hi, Quoting the manual (12.1 Selective Export): 1. Org first checks if any of the *select* tags is present in the buffer... 2. If none of the select tags is found, the whole buffer will be selected for export. Is it possible to change this behaviour (i.e., to select nothing for export if none

Re: [O] beamer columns and printout

2014-05-15 Thread Seb Frank
keeping the headlines/content? On Wed, May 14, 2014 at 5:51 PM, Seb Frank sebsfr...@gmail.com wrote: Hi, I'm interested in using org-mode to generate beamer slides and an article-like printout (using the article class, usepackage{beamerarticle} and latex export) from the same source, and I am

Re: [O] *text* in headlines and export to latex

2014-05-15 Thread Seb Frank
-01/msg00754.html ), but the solutions mentioned there don't seem to work with the current version of org. On 5/15/14, Sebastien Vauban sva-n...@mygooglest.com wrote: Seb Frank wrote: On Wed, May 14, 2014 at 7:19 PM, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Wednesday, 14 May 2014 at 18:00, Seb

[O] beamer columns and printout

2014-05-14 Thread Seb Frank
Hi, I'm interested in using org-mode to generate beamer slides and an article-like printout (using the article class, usepackage{beamerarticle} and latex export) from the same source, and I am running into two problems with the export to article when there are multiple columns. 1.) I often use

[O] *text* in headlines and export to latex

2014-05-14 Thread Seb Frank
Hi, Latex export converts *text* to \textbf -- this doesn't work well for headlines that get turned into section titles as these appear to be bold by default. Is there a way to change this to \emph in headlines that get converted to (sub)sections? Thanks, Seb

Re: [O] *text* in headlines and export to latex

2014-05-14 Thread Seb Frank
Yes -- but that changes it to emph (instead of alert) in beamer export. On Wed, May 14, 2014 at 7:19 PM, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Wednesday, 14 May 2014 at 18:00, Seb Frank wrote: Hi, Latex export converts *text* to \textbf -- this doesn't work well for headlines

[O] org-caldav: problems connecting to owndrive

2014-05-07 Thread Seb Frank
Hi there, I've been trying to setup org-caldav to sync to my owndrive calendar. Setup is #+begin_src emacs-lisp (setq org-caldav-url https://my.owndrive.com/remote.php/caldav/calendars/myusername;) (setq org-caldav-calendar-id myid) (setq org-caldav-inbox ~/org/test.org) #+end_src When I try

Re: [O] org-ref code

2014-05-01 Thread Seb Frank
Hi Eric, Now that you have mentioned it, do you have a good web resource / manual for your set up, or would you mind sharing bits of it? It looks eminently useful. I have a set up largely following this

Re: [O] customizing org-beamer--format-frame

2014-04-27 Thread Seb Frank
'(my-org-beamer \\documentclass{beamer} (\\singleside{%s} . \\singleslide{%s}) #+end_src which did the job. Best, Seb On Sat, Apr 26, 2014 at 9:05 AM, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Friday, 25 Apr 2014 at 08:24, Seb Frank wrote: Hi there, I

Re: [O] customizing org-beamer--format-frame

2014-04-27 Thread Seb Frank
Yes, that's right. H:2 On Sun, Apr 27, 2014 at 12:42 PM, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Sunday, 27 Apr 2014 at 10:14, Seb Frank wrote: Thanks so much! I was trying to get a bit more flexibility with that separate slide (e.g., have the title in the centre of the page and no toc

[O] customizing org-beamer--format-frame

2014-04-26 Thread Seb Frank
Hi there, I have customized org-beamer--format-frame to change the way headlines are treated (as I want a separate slide with only the headline in the center and plain frames not showing headlines after that). The way I currently do this is by redefining the function itself (using defun

[O] taskjuggler - using gaplength or gapduration

2014-02-12 Thread frank
:PROPERTIES: :Task_id: PSF :depends: PHII :gaplength: 7w :duration: 10d :END: The resulting export comes out: depends !!PHII duration 10d gaplength 7w which is incorrect. What am I doing wrong. Frank

[O] [PATCH] org-contacts: Implement a way to ignore certain new addresses

2013-08-22 Thread Frank Terbeck
'org-contacts-new-address-ignore notifications@github\\.com) The following is equivalent: (add-to-list 'org-contacts-new-address-ignore #'(lambda (x) (string-match notifications@github\\.com x))) Signed-off-by: Frank Terbeck f

Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation

2013-03-11 Thread Frank Terbeck
inconveniences this is usually not a big problem. I've done this, thanks for the advice. I've just given the latest git HEAD version a spin and it seems to work as expected. Thanks for taking an interesting and fixing this so promptly. ;) Regards, Frank

[O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation

2013-03-09 Thread Frank Terbeck
Without this patch (when I am _byte-compiling_ org-contacts.el), I am getting error messages like this (when attempting address completion via `completion-at-point' and `org-contacts-message-complete-function'): Symbol's function definition is void: remove-duplicates Symbol's function

Re: [O] org-capture with org-contacts template causing problems

2013-03-04 Thread Frank Terbeck
Frank Terbeck wrote: [...] When using `org-capture' (and then selecting c in the menu window), I get the following error message in the CAPTURE-contacts.org buffer: * %![Error: (invalid-function gnus-with-article-headers)] :PROPERTIES: :EMAIL: %![Error: (invalid-function gnus-with-article

Re: [O] org-capture with org-contacts template causing problems

2013-03-04 Thread Frank Terbeck
Frank Terbeck wrote: Frank Terbeck wrote: [...] When using `org-capture' (and then selecting c in the menu window), I get the following error message in the CAPTURE-contacts.org buffer: * %![Error: (invalid-function gnus-with-article-headers)] :PROPERTIES: :EMAIL: %![Error: (invalid

[O] org-capture with org-contacts template causing problems

2013-03-03 Thread Frank Terbeck
-linux-gnu, GTK+ Version 3.4.2) of 2013-03-01 on jim, modified by Debian M-x org-version: Org-mode version 7.9.3e (7.9.3e-3-gb07a9b @ /usr/share/emacs/24.3.50/lisp/org/) This is with `org-contacts.el' from org-mode's git HEAD. I'm unsure about how to debug this. Any pointers welcome. Regards, Frank

[O] Org-Mode Reference Card bug

2013-02-27 Thread Frank Mueller
. Regards,-frank

[O] Bug: Additional empty line in TeXinfo export of #+BEGIN_SRC ... #+END_SRC [7.9.3e (7.9.3e-957-g03e433 @ /home/fifr/.emacs.d/el-get/org-mode/lisp/)]

2013-02-10 Thread Frank Fischer
Consider the following minimal org-file: === One line before #+BEGIN_SRC shell Some example #+END_SRC One line after === When exporting to texi, the file contains an additional empty line before the @end example: === ... One line before @example Some example @end example One line after ... ===

[O] Taskjuggler 3

2013-02-06 Thread Frank
Any information on an exporter for taskjuggler version 3? -- Frank Breen, PG Hydrogeologist Breen GeoScience Management, Inc. PMB 354, 4234 I-75 Business Spur Sault Ste. Marie, MI. 49783 ph: (906) 248-5682 cell: (906) 322-2605 fax: (800) 471-4855 f...@breengeosci.com

Re: [O] Organizing a collection of papers

2012-06-28 Thread Frank
Victor Miller victorsmiller at gmail.com writes: I've just started using org-mode, and so far find it quite useful. I have a very large collection of technical papers in a directory tree, and I'd like to go through them and index them through org-mode. What I'd like is to have a way of

[O] i want to subscribe

2012-04-19 Thread frank
hello, respectable orgmode team , thank you

Re: [O] entering inactive timestamp 7.2.12 results in [2012-03-16 Fr]

2012-03-16 Thread Frank Haun
-custom-formats'. Use `#+STARTUP: customtime' in your file or/and set `org-display-custom-times' to `t'. Hm, and you should read this http://orgmode.org/manual/Custom-time-format.html. Frank -- http://fhaun.blogspot.com/

[O] Symbol's function definition is void: fill-forward-paragraph

2011-03-10 Thread Frank Jäkel
(nil) call-interactively(fill-paragraph) Strangely, if I now go back to the buffer and try M-q this time it will fill the paragraph as intended. A solution that worked for me was to replace all calls to fill-forward-paragraph with fill-paragraph. Cheers, Frank Emacs : GNU Emacs 22.2.1 (x86_64-pc

[Orgmode] Re: with-parsed-tramp-file-name

2010-09-30 Thread Austin F. Frank
emacs23 and 24 then the tramp author Michael Albinus has already been extremely helpful on several occasions with tramp issues and I am confident he will be able to advise. Thanks for all of your help already. I'm sure we'll chase this down. /au -- Austin Frank http://aufrank.net GPG Public Key

[Orgmode] [babel] with-parsed-tramp-file-name

2010-09-29 Thread Austin F. Frank
- Can anyone help me understand why I can't evaluate R source blocks on a remote machine? Is there further debugging information I can provide? Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgp5w6Y9DTNg3.pgp Description: PGP signature

[Orgmode] [babel] Re: Removing the blank lines between code and results blocks in LaTeX export

2010-09-09 Thread Austin F. Frank
? Or does this functionality already exist and I've missed it? And, directly to Professor Bates' question, could a similar treatment be given to the environment that controls export of verbatim regions? Sorry not to provide a patch, I've got this pesky defense thing on Monday. /au -- Austin Frank

[Orgmode] OT: smex.el (was Re: keys and command name info)

2010-08-10 Thread Austin Frank
it from http://github.com/nonsequitur/smex/, but it's also in the Emacs Lisp Package Archive). It offers ido-like completion for function names. For me, this makes the entire emacs environment, but Org especially, much more discoverable via the M-x interface. HTH, /au -- Austin Frank http

[Orgmode] [babel] help debugging latex export

2010-08-06 Thread Austin Frank
description added and be exported as plain text. Does anyone have any advice on how to begin to identify where and why this is happening? Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpNcmMvEOGeZ.pgp Description: PGP signature

[Orgmode] Re: include value of single table cell in text?

2010-07-28 Thread Austin Frank
definitely won't look at this any time soon. If this itch still needs scratching in September I may revisit it then. If a talented soul addresses it before then, even better! Thanks again, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc

[Orgmode] Re: insert .org file into other .org file by link

2010-07-28 Thread Austin Frank
---cut here---end---8--- Hope that helps! Let me know what you come up with. /au Footnotes: [fn:1] [[info:org:Export%20options][Export options]] [fn:2] [[info:org:Include%20files][Include files]] -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F

[Orgmode] Re: [babel] help debugging org-babel-execute-buffer

2010-07-27 Thread Austin Frank
-babel-execute-buffer has executed the last block in the file. The error is not thrown when I evaluate any single block individually. I'll try more of your suggestions later. Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpr6LSDqdD43

[Orgmode] include value of single table cell in text?

2010-07-27 Thread Austin Frank
! /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpSmyTtIf88T.pgp Description: PGP signature ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] [babel] help debugging org-babel-execute-buffer

2010-07-26 Thread Austin Frank
in as nil nil. I don't, however, know how this is happening. I know that I probably haven't given enough information to actually diagnose this bug. Can anyone give me a hand on what my next debugging step should be for this problem? Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key

[Orgmode] Re: [babel] apply #+TABLEFM lines during export?

2010-07-13 Thread Austin Frank
-pre-export-hook would be a reasonable suggestion? Carsten, thoughts? Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpH7G6Cm64uU.pgp Description: PGP signature ___ Emacs-orgmode mailing

[Orgmode] [babel] re-hash cached blocks on each execution? or, force re-hash?

2010-07-12 Thread Austin Frank
argument, if preferred). --8---cut here---end---8--- Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpjr3yn7t5DQ.pgp Description: PGP signature ___ Emacs

[Orgmode] Re: [babel] re-hash cached blocks on each execution? or, force re-hash?

2010-07-12 Thread Austin Frank
request remains unfulfilled. Thanks, working great. /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpJ5Z1ILw7Vf.pgp Description: PGP signature ___ Emacs-orgmode mailing list Please use `Reply All

[Orgmode] Re: [babel] apply #+TABLEFM lines during export?

2010-07-12 Thread Austin Frank
another approach that would change the precision of floats in all tables in the buffer before export? Perhaps there's a different hook I should be using for LaTeX export? Thanks! /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc

[Orgmode] [babel] report name of source block during execution

2010-07-12 Thread Austin Frank
-- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpKBkmDCLJS0.pgp Description: PGP signature ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] [babel] apply #+TABLEFM lines during export?

2010-07-10 Thread Austin Frank
export? Thanks for any help! /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpHFIPcCavpX.pgp Description: PGP signature ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list

[Orgmode] [babel] key binding requests

2010-07-10 Thread Austin Frank
tools, /au Footnotes: [fn:1] This is the only function that uses source instead of src in its name. Should this be changed for consistency? -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpUVITjy9T3J.pgp Description: PGP signature

[Orgmode] [babel] exports, caching, remote execution

2010-06-17 Thread Austin Frank
scp before exporting? Thanks for any help, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpUgec5CBe4Q.pgp Description: PGP signature ___ Emacs-orgmode mailing list Please use `Reply All

[Orgmode] Re: [babel] exports, caching, remote execution

2010-06-17 Thread Austin Frank
. Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpUhoMm4Ichl.pgp Description: PGP signature ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] [org-babel] suggestions for using tikz() graphic device with org-babel-R

2010-04-14 Thread Austin Frank
advice! /au Footnotes: [fn:1] If requested, I can send the generated tex and pdf files as well #+TITLE: Generating PGF graphics from R in org-babel #+AUTHOR:Austin F. Frank #+EMAIL: austin.fr...@gmail.com #+DATE: 2009-12-11 Fri #+LANGUAGE: en #+OPTIONS: H:3 num:nil toc:nil \n:nil

[Orgmode] Re: [org-timer] mode line request

2010-04-09 Thread Austin Frank
On Thu, Feb 25 2010, Bastien wrote: Austin Frank austin.fr...@gmail.com writes: Would it be possible for timers set using org-timer-set-timer to display their current value in the mode line? I'm working on this. Ping? I know you're a busy fella, but have you had a chance to look

[Orgmode] Re: Using Org for browsing and managing buffers

2010-04-08 Thread Austin Frank
was called. See ibuffer-quit for an example. Will report back after more testing! Thanks! /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpO8fd0TNvK1.pgp Description: PGP signature ___ Emacs-orgmode

[Orgmode] Re: Bug: (REVISED) trouble with updated latex export [6.35 (release_6.35a.26.g78cc)]

2010-04-07 Thread Austin Frank
On Wed, Apr 07 2010, Austin Frank wrote: I then document some unexpected behavior when exporting to latex. Options specified with #+LATEX_HEADER are not exported, and if `org-export-latex-packages-alist' is customized then only those packages are exported. Upgrading to Org-mode version 6.35b

[Orgmode] Re: Bug: (REVISED) trouble with updated latex export [6.35 (release_6.35a.26.g78cc)]

2010-04-07 Thread Austin Frank
On Wed, Apr 07 2010, Robert Klein wrote: Also, when I put (add-to-list 'org-export-latex-packages-alist '( listings)) What's the value of `org-export-latex-listings'? Carsten, how should listings be addressed in the new setup? Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key

[Orgmode] Re: Bug: (REVISED) trouble with updated latex export [6.35 (release_6.35a.26.g78cc)]

2010-04-07 Thread Austin Frank
loaded. In case it matters, the \tolerance{1000} line doesn't show up with an org-reload. I had to restart emacs before that aspect of the default header was incorporated. But I could be imagining things on that one. Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http

[Orgmode] Bug: trouble with updated latex export [6.35 (release_6.35a.26.g78cc)]

2010-04-06 Thread Austin Frank
customizations, I get the following latex export: #v+ #+TITLE: test.org #+AUTHOR:Austin Frank #+DATE: 2010-04-07 Wed #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t :t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc This will produce \LaTeX output. #v

[Orgmode] Bug: (REVISED) trouble with updated latex export [6.35 (release_6.35a.26.g78cc)]

2010-04-06 Thread Austin Frank
are not exported, and if `org-export-latex-packages-alist' is customized then only those packages are exported. Thanks for any help, /au With the following test file and no emacs customizations, I get the following latex export: #v+ #+TITLE: test.org #+AUTHOR:Austin Frank #+DATE: 2010-04-07 Wed

[Orgmode] Re: org-mode tutorial questionaire

2010-03-25 Thread Austin Frank
the git repo in dropbox should be a bare repo to facilitate pushing and pulling, or a working repo so that you can use it directly. Suggestions on this point are welcome). /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpjwWoCFRmzP.pgp

[Orgmode] Re: Publish atom feeds based on Org files

2010-03-19 Thread Austin Frank
David-- This is an absolutely phenomenal development. I can't wait to add this to my setup. Thank you so much for this contribution. Cheers, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpxKB93cmT3p.pgp Description: PGP signature

[Orgmode] Re: [PATCH 2/2] Fix adaptive filling.

2010-03-11 Thread Austin Frank
. This mostly means that on message sections with more than one level of quoting I get proper wrapping. Thanks for the patch, and I'd be in favor of including it in core org. Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgp3WQ7bjFkqV.pgp

[Orgmode] Re: [PATCH 2/2] Fix adaptive filling.

2010-03-03 Thread Austin Frank
with a message saved from gnus, since the man page talks about mbox files and so on. But it did work, and I figured I'd pass it on. Have a good one, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpNKqAF7j8R1.pgp Description: PGP signature

[Orgmode] [org-timer] PATCH add hooks to org-timer.el

2010-02-20 Thread Austin Frank
approach to adding hooks to timer functions, what would you suggest? Thanks for considering it, /au [1] http://www.pomodorotechnique.com From 86de94d18302bda17379c35f11423788b11348c2 Mon Sep 17 00:00:00 2001 From: Austin F. Frank austin.fr...@gmail.com Date: Sat, 20 Feb 2010 08:22:47 -0500 Subject

[Orgmode] [org-timer] mode line request

2010-02-20 Thread Austin Frank
and parts of org-timer-show-remaining-time. I'd like to be able to watch as the timer counts down towards zero. If this behavior isn't desired generally, could we introduce a variable to control whether these timers are shown in the mode line? Thanks, /au -- Austin Frank http://aufrank.net GPG Public

[Orgmode] Re: [org-timer] PATCH add hooks to org-timer.el

2010-02-20 Thread Austin Frank
ec22f579f9c1fe3169e6103ad05d05658ab90f8e Mon Sep 17 00:00:00 2001 From: Austin F. Frank austin.fr...@gmail.com Date: Sat, 20 Feb 2010 09:42:48 -0500 Subject: [PATCH] add hooks to start/stop/pause functions for relative and countdown timers --- lisp/org-timer.el | 34 -- 1 files

[Orgmode] [org-clock] default clock for non-org-mode buffers

2010-02-10 Thread Austin Frank
way of introducing this functionality already exist? If not, would other people use it? Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpVzm5iTVPy3.pgp Description: PGP signature ___ Emacs

[Orgmode] [org-habit] repetition specification

2010-02-08 Thread Austin Frank
within a given period. Is there a way of mapping this conception of habitual repetitions into the functions provided by org-habit? Is there a different way to do this in org-mode that I'm missing? Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net

[Orgmode] Re: [org-beamer] inline slides?

2010-01-29 Thread Austin Frank
the *** embedded slide *** END style of inline definition. Again, this allows slides to be embedded without changing the surrounding outline context. Just some thoughts... Thanks! /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http

[Orgmode] Re: [org-beamer] inline slides?

2010-01-29 Thread Austin Frank
as components are in the same file. Thanks for the ideas! /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpXCytVWjJmm.pgp Description: PGP signature ___ Emacs-orgmode mailing list Please use `Reply All

[Orgmode] [org-beamer] inline slides?

2010-01-26 Thread Austin Frank
beamer slides into org documents? Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpJzCvq8EDZf.pgp Description: PGP signature ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] Re: org-babel: Managing a bibtex database

2010-01-25 Thread Austin Frank
buffer, and have it exported as a working reference (at least when exporting to \LaTeX). Thanks, /au [1] http://ebib.sourceforge.net/ [2] http://repo.or.cz/w/ebib.git -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpxtqK2vlCYZ.pgp Description

[Orgmode] Re: How to combine the analogue (Moleskine) world with digital (org-mode) world ?

2010-01-25 Thread Austin Frank
://www.officedepot.com/a/products/323629/Office-Depot-Brand-Mini-Marble-Composition/ -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpnhJXUjwg7d.pgp Description: PGP signature ___ Emacs-orgmode mailing list Please use

[Orgmode] Re: [babel] R - variable names in summary

2009-12-09 Thread Austin Frank
code generated in R could be properly included and typeset in org-babel. HTH, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpdCA1QxmnkQ.pgp Description: PGP signature ___ Emacs-orgmode mailing list

[Orgmode] Re: [babel] R - variable names in summary

2009-12-08 Thread Austin Frank
the results you want. So, in your R code blocks, try print(summary(whatever)) and print(str(whatever)) If all you need is the names of the columns, print(names(whatever)) might be useful. HTH, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc

[Orgmode] Re: ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-07-20 Thread Austin Frank
application, and having that time tracking information available from within org. Does this seem possible? Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc ___ Emacs-orgmode mailing list Remember

Re: [Orgmode] Cannot use org-mode and remember templates

2009-07-17 Thread Frank Rust
(remember nil nil) I hope this helps. Thanks and regards, Frank On Thu, Jul 16, 2009 at 7:07 PM, Nick Dokos nicholas.do...@hp.com wrote: Frank Rust rusti...@gmail.com wrote: Debugger entered--Lisp error: (wrong-type-argument listp 5) org-current-time() org-remember-apply-template() run

Re: [Orgmode] Cannot use org-mode and remember templates

2009-07-17 Thread Frank Rust
version Org-mode version 6.28e Thanks a lot for all your efforts. Kind regards, Frank PS: At least I learned some aspects of lisp debugging. :) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Cannot use org-mode and remember templates

2009-07-16 Thread Frank Rust
this? Thanks for your efforts and regards, Frank ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Cannot use org-mode and remember templates

2009-07-16 Thread Frank Rust
) remember-mode() remember(nil) call-interactively(remember nil nil) Thanks, Nick I hope this helps. Thanks and regards, Frank ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] application switching hook

2009-06-02 Thread Austin Frank
-variable' for focus, but perhaps I'm looking in the wrong place. Thanks for any comments, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpSIoJYbN2mN.pgp Description: PGP signature ___ Emacs-orgmode

[Orgmode] Re: GOAL keyword with DEADLINE semantics?

2009-03-10 Thread Austin Frank
for now. Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgp45XibPyZRq.pgp Description: PGP signature ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs

[Orgmode] GOAL keyword with DEADLINE semantics?

2009-03-08 Thread Austin Frank
have a use for a customizable list of keywords that all had the same semantics that DEADLINE currently has? Thanks for considering it, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpdzgoCrVqWy.pgp Description: PGP signature

[Orgmode] Re: bug? in orgstruct-mode

2009-02-25 Thread Austin Frank
great for composing emails (message-mode) and editing commit messages (magit-log-edit-mode). Thanks for adding this feature. I understand why it can't be the default, but I would encourage folks to try it. It works really well for me. Have a good one, /au -- Austin Frank http://aufrank.net GPG

[Orgmode] bug? in orgstruct-mode

2009-02-21 Thread Austin Frank
end up invoking `message-newline-and-reformat', which moves me down a line and then inserts four blank lines-- not what I wanted to do! If orgstruct-mode learns to recognize when it's in plain list context, this problem will disappear :) Thanks! /au -- Austin Frank http://aufrank.net GPG Public

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Austin Frank
. org-config-publish.el sets org-publish-project-alist, and --8---cut here---start-8--- (setq org-export-with-toc nil org-export-with-section-numbers nil) --8---cut here---end---8--- Thanks, /au -- Austin Frank http

[Orgmode] Re: desirability of boxquote-style snippets for helping new users

2009-01-15 Thread Austin Frank
. See | `message-mark-insert-begin' and `message-mark-insert-end'. When | called with a prefix argument, use slrn style verbatim marks | (`#v+' and `#v-'). ` Just my $0.02. /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc

[Orgmode] Re: Inline images in exported HTML

2009-01-14 Thread Austin Frank
really want to change the output from R, Or b) convert them to PNGs just to allow me a quick Preview, which would no longer be quick Graham-- As another option, you might consider svg() from the RSvgDevice package. SVG images display in some modern web browsers. HTH, /au -- Austin Frank http

[Orgmode] Re: Org-mode and ESS

2008-11-12 Thread Austin Frank
a pull request to Carsten or could push it worg if folks were interested. Let me know, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgp68slAN4f7E.pgp Description: PGP signature ___ Emacs-orgmode

[Orgmode] Re: Org-mode and ESS

2008-11-12 Thread Austin Frank
]{article} | \usepackage[utf8]{inputenc} | \usepackage[T1]{fontenc} | \usepackage{graphicx} | \usepackage{hyperref} | \usepackage{Sweave} | | \title{tmp3} | \author{Austin Frank} | \date{12 November 2008} | | \begin{document} | | \maketitle | | | \section*{first figure} | \label{sec-1} | | \begin

[Orgmode] Re: possible latex export bug

2008-10-14 Thread Austin Frank
{testing} \author{Austin Frank} \date{14 October 2008} \begin{document} \maketitle \setcounter{tocdepth}{3} \tableofcontents \section{test} \label{sec-1} \begin{verbatim} a - \begin{itemize} \item 3 \end{itemize} \end{verbatim} \end{document} --8---cut here---end

[Orgmode] Re: possible latex export bug

2008-10-12 Thread Austin Frank
} \author{Austin Frank} \date{12 October 2008} \begin{document} \maketitle \setcounter{tocdepth}{3} \tableofcontents \section{test} \label{sec-1} \begin{verbatim} a - 3 \end{verbatim} #+END_LATEX \end{document} --8---cut here---end---8--- I also am seeing

[Orgmode] Re: Question about agenda

2008-10-08 Thread Austin Frank
. ` HTH, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpE9VGeInpOB.pgp Description: PGP signature ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode

[Orgmode] possible latex export bug

2008-10-02 Thread Austin Frank
this? Any debugging tips? Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpHYFsxY3RKQ.pgp Description: PGP signature ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

[Orgmode] #+LATEX_PREAMBLE

2008-10-01 Thread Austin Frank
for considering it, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpqsMSTgRZeX.pgp Description: PGP signature ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode

[Orgmode] Re: org-export-sweave

2008-09-22 Thread Austin Frank
) (^#\\+latex: \n latex single-line) (^#\\+begin_ascii.*\n \n#\\+end_ascii fundamental) -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] Re: org-export-sweave

2008-09-17 Thread Austin Frank
) + (^\\s*begin{scode} ^\\s*end{scode} r) + (^#\\+latex:\\s*begin{scode} ^#\\+latex:\\s*end{scode} r) (^#\\+begin_latex.*\n \n#\\+end_latex latex) (^#\\+latex: \n latex single-line) (^#\\+begin_ascii.*\n \n#\\+end_ascii fundamental) -- Austin Frank http

[Orgmode] org-agenda-busy-at

2008-09-17 Thread Austin Frank
is built. Is there someplace in the code that I should look to check into the feasibility of this idea? Is it just impossible? Is it one of those things where Carsten says a mystical incantation and it's done? Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http

[Orgmode] Re: Latex exporting

2008-09-10 Thread Frank Dekens
reason they never make it into my .tex file. Is there a trick to getting these to appear? I'm using v6.02 of org with Carbon Emacs on a Mac. I'll try the .emacs style from your example in the mean time, but it would still be nice to get these variables to work. Thanks, Frank D. PS

[Orgmode] org-export-sweave

2008-09-01 Thread Austin Frank
'. Thanks for any implementations tips or (even better!) working implementations ;) /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpFX0PuQTxAx.pgp Description: PGP signature ___ Emacs-orgmode mailing

[Orgmode] [WISH] LaTeX Export: Expand link abbreviations first before exporting LaTeX links

2008-07-04 Thread Frank Chang
(), it seems that only the links beginning with 'file:' can be valid image links, and the link abbreviations are not replaced first. So is it possible to expand link abbreviations first before exporting LaTeX links (maybe apply the function org-link-expand-abbrev() in org.el)? Thanks. Best regards, Frank

[Orgmode] LaTeX Export: The output of headline is incorrect when tag contains '_' or '@'

2008-07-03 Thread Frank Chang
() (maybe '\_{}') I'm a Emacs newbie, and really don't know what to do next:) So is there anyway to work around or fix it? Thanks. Best regards, Frank ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode

[Orgmode] Re: Org mode release 6.04

2008-05-25 Thread Austin Frank
edit R code. While I'm writing, I'll try to keep an eye out for sensible ways of jumping out of coding mode and back to org-mode. Thanks for this release! /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpifd0UQAibq.pgp Description: PGP

[Orgmode] adding semantics to properties

2008-05-15 Thread Austin Frank
to be able to use them in even more ways. Do people think this generalization of existing org interfaces to arbitrary properties is an interesting idea? Would you use it? Thanks for your thoughts, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc

[Orgmode] repeating events in icalendar export

2008-02-04 Thread Austin Frank
, the meeting shows up on 2/1/2008, but not on any subsequent weeks. Is there another way to get this to work? Thanks for any tips, /ɔ/ -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpaQBwlmmaeI.pgp Description: PGP signature

[Orgmode] bug report: setting tags via %^G in remember template

2008-01-31 Thread Austin Frank
result: * TODO template entry :FUN: If others don't have this problem, I will try to track down what the problem is in my setup. This is only a minor annoyance, but I reckon its a bug nonetheless. Thanks! /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net

[Orgmode] tags in remember templates

2008-01-24 Thread Austin Frank
for %^G? It would be very useful to me to have access to these tags as well as any defined in the file. Thanks, /au -- Austin Frank http://aufrank.net GPG Public Key (D7398C2F): http://aufrank.net/personal.asc pgpuj66Zqe7sf.pgp Description: PGP signature

  1   2   >