[O] emailing agenda view

2014-09-14 Thread Ken
Is there anyway to email the agenda view to a list f recipients? Thank you, Ken -- You will be divorced within a year.

Re: [O] emailing agenda view

2014-09-15 Thread Ken
John Kitchin writes: > Ken writes: > > > Here is a function to email the buffer: > > (defun email-buffer () > "Send region as the body of an email." > (interactive) > (let ((content (buffer-string))) > (compose-mail) > (message-goto-body)

Re: [O] emailing agenda view

2014-09-15 Thread Ken
Eric Abrahamsen writes: > Ken writes: > >> Is there anyway to email the agenda view to a list f recipients? > > You can do C-x C-w to write the agenda to a file, and then email that > file to people. It would take hardly any elisp to tie those things > together...

[O] Newbie question

2013-02-08 Thread Ken
insert a date. However, in my journal I use a full timestamp. Is there any way using a defined set of keys to insert a current TIMESTAMP on an entry (say as in a journal entry)? Thank you Ken -- The only thing better than love is milk.

Re: [O] Newbie question

2013-02-08 Thread Ken
On Fri, Feb 08, 2013 at 01:15:19PM +, Julian Burgos wrote: > Hi Ken, > > If you do you will get an active timestamp with date > and time. will give you an inactive timestamp with date > and time. > I also have this code in my .emacs file, so whenever I create a > headl

[Orgmode] moving items to date-tree

2010-04-16 Thread Ken Olstad
I like the date-tree idea, but I want to file into a date tree not only by C-c C-c from Remember, but also from anywhere using C-c C-w (if the target has the DATE_TREE property). ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

[Orgmode] visiting the last node filed from Remember buffer

2010-06-10 Thread Ken Olstad
to it. Is there a convenient way to go to that note, i.e. to the location where Remember most recently stored a note, much as org-refile with two C-u prefixes (C-u C-u C-c C-w) takes me to the destination of the last org-refile? Ken ___ Emacs-orgmo

[Orgmode] RE: visiting the last node filed from Remember buffer

2010-06-10 Thread Ken Olstad
So natural, I should have thought of it. Thanks! -Original Message- From: Bernt Hansen [mailto:be...@norang.ca] Sent: Thursday, June 10, 2010 8:14 AM To: Matt Lundin Cc: Ken Olstad; Emacs-orgmode@gnu.org Subject: Re: visiting the last node filed from Remember buffer Matt Lundin writes

RE: [Orgmode] Re: visiting the last node filed from Remember buffer

2010-06-10 Thread Ken Olstad
1:10 AM To: Darlan Cavalcante Moreira Cc: Bernt Hansen; Ken Olstad; Matt Lundin; Emacs-orgmode@gnu.org Subject: Re: [Orgmode] Re: visiting the last node filed from Remember buffer Hi Darlan, Darlan Cavalcante Moreira writes: > Whenever I use remember or refile a subtree org-mode automatic

[O] Org Mode dedicated app on OS X

2011-07-04 Thread Ken Mankoff
Hi, I'm just beginning to use org-mode on OS X. I'm in a terminal a lot, and in Aquamacs Emacs a lot too, but not all the time. To make it easier to use org-mode, I would like to give it a dedicated app with the org-mode icon (unicorn) in the dock. Is there a way to do this? Fluid.app is a s

Re: [O] Org Mode dedicated app on OS X

2011-07-05 Thread Ken Mankoff
Hi Stefan, Thanks for the tips. Most already done. On Tue, 5 Jul 2011, Stefan Vollmar wrote: you could start with an Emacs-typical approach by editing your ~/.emacs-file so that .org-files are automatically opened with org-mode Yes I've followed the initial instructions and love that emacs k

Re: [O] Don't ask, don't run

2011-07-11 Thread Ken Williams
port-current-backend "never" (if org-doing-c-c-c-c "yes" "query")), so that I cover some other scenario besides export or C-c C-c. 3) Finally, is there a way to add this argument fanciness implicitly to *all* the source blocks in my file? Or will it have to go on all of them? Thanks much. -Ken

Re: [O] calculating column averages

2011-07-22 Thread Ken Williams
: :=vmean(@I..@II) -Ken

[O] LaTeX export crashes

2011-10-14 Thread Ken Williams
Hi, the following document makes a LaTeX export (C-c C-e d) crash with "Args out of range: "", -1, 0".  After that, exporting (to any format) dies with the same error. -- #+TITLE: Test doc #+AUTHOR: Ken Williams Some stuff. #+begin_src R 5+5 #+end_src ---

[O] LaTeX export crashes

2011-10-14 Thread Ken Williams
Hi, the following document makes a LaTeX export (C-c C-e d) crash with "Args out of range: "", -1, 0". After that, -- #+TITLE: Test doc #+AUTHOR: Ken Williams Some stuff. #+begin_src R 5+5 #+end_src -- Is this a known problem? If I eith

Re: [O] LaTeX export crashes

2011-10-17 Thread Ken Williams
On Thu, Oct 13, 2011 at 4:48 PM, Ken Williams wrote: > Hi, the following document makes a LaTeX export (C-c C-e d) crash with > "Args out of range: "", -1, 0".  After that, exporting (to any format) > dies with the same error. > [snip] Then Sebastien Vauban wrot

Re: [O] LaTeX export crashes

2011-10-17 Thread Ken Williams
On Mon, Oct 17, 2011 at 4:52 PM, Nick Dokos wrote: > Ken Williams wrote: > >> Here's a full stack trace, does this make it any more evident what's going >> on? >> > > Not really: you have not mentioned what version you are using. I did post my complete

Re: [O] LaTeX export crashes

2011-10-17 Thread Ken Williams
came out at the end of September, not sure why I thought that. Looking at commit 597e1eb it does seem on target. I'll probably hold off upgrading until 7.8, since I'm running in a corporate environment & I can survive fine with workarounds. Thanks for your help. -Ken

Re: [O] zotero plain, org-odt, and citations in general

2011-11-09 Thread Ken Williams
nition and reference looks like? I'd be very interested in this too. I've just started to work with Zotero and I'd assumed that to interface with org-mode I'd have to export as BiBTeX first, but if I can connect them directly that would be awesome. -Ken

[O] Hang on incomplete input

2011-11-30 Thread Ken Williams
'debug()' on a function that's now being called, or even just on long-running calculations. Any chance evaluation could be done in a separate thread or something? Thanks. -- Ken Williams, Senior Research Scientist WindLogics http://windlogics.com CONFIDENTIALITY NOTICE: This e

Re: [O] Hang on incomplete input

2011-12-01 Thread Ken Williams
macs/windows/) Windows 7 org-mode 7.7 ESS 5.14 What version of ESS do you have? Maybe that's the difference? Any suggestions for how to debug a hang like this? Is there a signal I can send it, to generate a stack trace (if signals are even possible in Windows, I'm not even sure)? -Ken

Re: [O] Hang on incomplete input

2011-12-01 Thread Ken Williams
ull .org file looks like this: ### #+TITLE: Test doc #+AUTHOR: Ken Williams #+BABEL: :session *Rt* * My Header Some code: #+begin_src R ddply(x, #+end_src ### With that change, is the hang reproducible? > If that does not bear fruit, you can M-x toggle-debug-o

Re: [O] Hang on incomplete input

2011-12-01 Thread Ken Williams
Property Accumulation merged into > Master" Thanks for the heads up, I'll make the change. But it seems like the thread you referenced might only be tangentially related to a BABEL->PROPERTIES change: http://thread.gmane.org/gmane.emacs.orgmode/49247/focus=49309 Or if it&#x

[O] More specific LaTeX output classes

2011-12-02 Thread Ken Williams
hing between input & output. Or of course it's possible some of this is already implemented and I've missed it. =) -- Ken Williams, Senior Research Scientist WindLogics http://windlogics.com CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the intended recipie

[O] Subscripts in URLs

2012-08-06 Thread Ken Williams
et* is correct, though. Was there a subsequent commit that changes things back, or maybe something else I'm missing? I'd like for the anchor text to just appear without org-mode's formatting stuff. Thanks. -- Ken Williams, Senior Research Scientist WindLogics http://windlogics.com

Re: [O] Subscripts in URLs

2012-08-07 Thread Ken Williams
From: Bastien Guerry [mailto:bastiengue...@googlemail.com] > > Ken Williams writes: > > > and export to HTML, I get a link with anchor text > > > http://www.mmm.ucar.edu/events/ISP/presentations/JNTforecastevaluati > on > > concepts.pdf, where "forecastev

[O] Org, Mobile Org, & DropBox

2012-08-08 Thread Ken Mankoff
Hi, I'm interested in using Mobile Org (on 2 devices) & DropBox. However, the mobile devices are read-only. Do I need to do the org-mobile-push and have the files move from ~/org to ~/Dropbox/MobileOrg, or can I just store all my org files in ~/Dropbox/MobileOrg and not worry about syncing,

[O] Exporting inline code sections

2012-08-13 Thread Ken Williams
;) (:exports . "both") (:results . "replace") (:session . "none"))) inline) org-babel-exp-inline-src-blocks(1 83) #[(pair) "\211A@)\n \"\207" [pair x start end] 4]((src org-babel-exp-inline-src-blocks)) mapcar(#[(pair) "\211A@)\n \"

Re: [O] Exporting inline code sections

2012-08-13 Thread Ken Williams
> -Original Message- > From: Ken Williams > Sent: Monday, August 13, 2012 3:37 PM > > I'm still at version 7.8.03, apologies if this has been addressed in a later > version already. FWIW, I just downloaded 7.8.11 and confirmed that the problem still exists

Re: [O] Exporting inline code sections

2012-08-13 Thread Ken Williams
other thing I just noticed was that every time I edit a table.el table with C-c ', two more spaces get inserted to the left of the table when it's reinserted into the org buffer. I tried to find where in the code that's happening (probably in org-edit-src-exit?) but I couldn&

Re: [O] Exporting inline code sections

2012-08-14 Thread Ken Williams
> -Original Message- > From: Bastien Guerry [mailto:bastiengue...@googlemail.com] > Sent: Monday, August 13, 2012 4:56 PM > Ken Williams writes: > > > FWIW, I just downloaded 7.8.11 and confirmed that the problem still > > exists there. > > Now fixed

Re: [O] Exporting inline code sections

2012-08-14 Thread Ken Williams
> -Original Message- > From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] > Sent: Monday, August 13, 2012 6:34 PM > > Ken Williams wrote: > > > The other thing I just noticed was that every time I edit a table.el > > table with C-c ', two more

Re: [O] Exporting inline code sections

2012-08-14 Thread Ken Williams
> -Original Message- > From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] > Sent: Tuesday, August 14, 2012 10:20 AM > > You might want to try edebug instead of the standard debugger, MUCH better, thanks! -Ken CONFIDENTIALITY NOTICE: This e-mail message is for

[O] auto-push to mobile (but only when editing org buffer)

2012-08-14 Thread Ken Mankoff
I'm trying to set up auto-pushing via org-mobile-push to make org-mode work more seamlessly with the iPhone. I have the following in my .emacs: (run-at-time "00:10" 10 'org-mobile-push) which is running org-mobile-push every 10 seconds. This is for testing. I'll reduce it to every 5 minutes once

Re: [O] auto-push to mobile (but only when editing org buffer)

2012-08-14 Thread Ken Mankoff
How can I wrap that to only run when the active buffer is in Org Mode? (run-at-time "00:10" 10 (lambda () (if (eq major-mode 'org-mode) (org-mobile-push That works well. After reading run-at-time documentation, the "00:10" isn't ideal. I now use the following, which syncs files every

[O] [patch] change indentation logic for edit-src

2012-08-16 Thread Ken Williams
xify', not sure whether that's kosher or not. One change that would be nice to make to it is to avoid prefixing the final line if it's blank, but I couldn't get that to work. Also - could that essentially be replaced by a call to string-insert-rectangle? -- Ken Wil

Re: [O] auto-push to mobile (but only when editing org buffer)

2012-08-16 Thread Ken Mankoff
Hi Marcel, On Wed, Aug 15, 2012 at 12:33 AM, Marcel van der Boom wrote: > Perhaps you will find https://gist.github.com/3111823 interesting. It > contains a bit of code to do the org-mobile-push asynchronously (and > notify me about it when done). This makes the push work in the > background, in

[O] Load Custom Agenda at emacs launch

2012-08-16 Thread Ken Mankoff
Hi, I find the first thing I do after launching emacs is to load my custom agenda, bound to C-c a c. Is there a way I can launch this from the command-line? I know I can run 'emacs -eval "(foo)"', but I haven't been able to determine the function that loads my custom agenda. Does such a function

Re: [O] Load Custom Agenda at emacs launch

2012-08-16 Thread Ken Mankoff
Hi Eric, On Thu, Aug 16, 2012 at 3:50 PM, Eric Abrahamsen wrote: > On Fri, Aug 17 2012, Ken Mankoff wrote: > >> Hi, >> >> I find the first thing I do after launching emacs is to load my custom >> agenda, bound to C-c a c. >> >> Is there a way I can launc

Re: [O] Load Custom Agenda at emacs launch

2012-08-16 Thread Ken Mankoff
On Thu, Aug 16, 2012 at 8:25 PM, Nick Dokos wrote: > > Try > > emacs -q -l /path/to/minimal/org.el\ >--eval '(progn (setq org-agenda-window-setup (quote current-window)) > (org-agenda nil "c" nil))' > > Nick Works perfectly! Thank you. -k.

Re: [O] [patch] change indentation logic for edit-src

2012-08-17 Thread Ken Williams
Hi, I know Bastien's out of touch for a few days, but could someone say whether a patch to the mailing list is the right place to put it, or should I put it on GitHub or somewhere else? Thanks. -Ken > From: Ken Williams > Sent: Thursday, August 16, 2012 2:30 PM > To: emacs-o

[O] Testing the git latest

2012-08-17 Thread Ken Williams
isp/org.el \ -l lisp/org-id.el -l testing/org-test.el \ --eval "(progn (org-reload) (setq org-confirm-babel-evaluate nil))" \ -f org-test-run-batch-tests Searching for program: no such file or directory, /bin/zsh I'm on Cygwin, is that not a supported testing conf

Re: [O] auto-push to mobile (but only when editing org buffer)

2012-08-17 Thread Ken Mankoff
On Thu, Aug 16, 2012 at 2:54 PM, Ken Mankoff wrote: > Hi Marcel, > > On Wed, Aug 15, 2012 at 12:33 AM, Marcel van der Boom > wrote: >> Perhaps you will find https://gist.github.com/3111823 interesting. It >> contains a bit of code to do the org-mobile-push asynchronously

[O] timestamped items not showing in today agenda view

2012-08-20 Thread Ken Mankoff
Hi, I have an issue where items that are scheduled with a timestamp don't show up in an agenda view. I have the following three views: (tags-todo "+DEADLINE<=\"<+3d>\"") (tags-todo "+SCHEDULED<=\"\"") (agenda "") If I have items: * Foo SCHEDULED: <2012-12-20 12:34> * Bar DEADLINE: <2012-12

Re: [O] timestamped items not showing in today agenda view

2012-08-21 Thread Ken Mankoff
Hi Bastien, On Wed, 22 Aug 2012, Bastien wrote: Can you tell what is the value of these variables? org-agenda-todo-ignore-deadlines org-agenda-todo-ignore-scheduled org-agenda-todo-ignore-timestamp org-agenda-todo-ignore-with-date org-agenda-tags-todo-honor-ignore-options At the time I wrote

Re: [O] [patch] change indentation logic for edit-src

2012-08-22 Thread Ken Williams
here are 2 spaces added *every time the table.el table is edited*. No matter what settings the user has, that seems like unhelpful behavior. -Ken CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. A

Re: [O] timestamped items not showing in today agenda view

2012-08-27 Thread Ken Mankoff
Hi List, Just to follow up on this, Bastien helped me figure it out off-list. The solution is to use or in place of , and some combination of < or <= depending on exactly what you want to see where and when. -k. On Wed, Aug 22, 2012 at 1:59 AM, Bastien wrote: > Hi Ken, > &

[O] Filtering Agenda View

2012-09-05 Thread Ken Mankoff
I'd like my agenda to not show waiting items. I'm not sure of the best way to implement this, but my current solution has been: (agenda "" ( (org-agenda-overriding-header "Scheduled") (org-agenda

Re: [O] Filtering Agenda View

2012-09-08 Thread Ken Mankoff
On Thu, Sep 6, 2012 at 9:27 AM, Memnon Anon wrote: > > Does that help? > It does perfectly. Thanks. That was an obvious one in the documentation. Sorry for not finding it myself... -k.

[O] external process modifying buffers

2012-09-16 Thread Ken Mankoff
Hi, I'd like to have my Mac iCal events appear in my agenda. I was using org-mac-iCal for this without problem, but it doesn't parse things as well as the external python ical2org program (http://www.doughellmann.com/projects/ical2org/). Right now I'm running ical2org via cron and re-generating i

Re: [O] external process modifying buffers

2012-09-16 Thread Ken Mankoff
Sun, Sep 16, 2012 at 2:08 PM, Charles Philip Chan wrote: > Ken Mankoff writes: > > Hi Ken: > >> Right now I'm running ical2org via cron and re-generating iCal.org >> (redirecting stdout with ">"). When I try to regenerate the agenda, >> emacs compla

[O] Breadcrumbs?

2012-09-24 Thread Ken Williams
always-present shown at the top of the frame, but maybe it would be better as something shown on demand in the minibuffer, possibly making it taller while shown. -- Ken Williams, Senior Research Scientist WindLogics http://windlogics.com CONFIDENTIALITY NOTI

Re: [O] Breadcrumbs?

2012-09-25 Thread Ken Williams
Very nice, thanks. I like to see the top-level heading too, so I removed the (rest ...) call near the beginning. -Ken From: Anthony Lander [mailto:anth...@landerfamily.ca] Sent: Monday, September 24, 2012 7:45 PM To: Ken Williams Cc: emacs-orgmode@gnu.org Subject: Re: [O] Breadcrumbs? Hi

Re: [O] external process modifying buffers

2012-10-13 Thread Ken Mankoff
Hi Moritz, On Tue, Sep 18, 2012 at 2:28 PM, Moritz Ulrich wrote: > Please note that `global-auto-revert-mode' reverts ALL Emacs buffers > when the underlaying file changes. This isn't just active for the > iCal.org buffer, but for all open buffers. > > If you like this behavior, ok, but if you pr

[O] Base64 embedded images?

2012-10-27 Thread Ken Williams
[[file:foo.png]] tag (usually this is the result of plotting something in R), and the Base64 encoding happens to all images during *export*. The above approaches create the Base64-encoded tag right in the org-mode buffer, which limits the other types of exports one can do (e.g. normal HTML, La

[O] Bug: org-occur with > 1 matches on a line causes 100% cpu lockup when next-line [7.8.11]

2012-10-30 Thread ken restivo
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

[O] Outline export styles

2012-11-09 Thread Ken Williams
distributions 1.1 Create a vector of 1,000 uniformly-sampled random integers is there a configuration somewhere for that? Thanks. -- Ken Williams, Senior Research Scientist WindLogics http://windlogics.com CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the intended recipient

Re: [O] Outline export styles

2012-11-09 Thread Ken Williams
ne as a headline. So it looks like I want to customize the plain-list output formats, and I'm not sure how to tie those together without specifying each one manually. -Ken > Hi, > > Does org-mode support different outline export styles (to HTML)? For > instance, if I want someth

[O] Can't get 'sh' blocks working

2013-01-02 Thread Ken Williams
.el" . I'm not sure where that's coming from, I don't have any mention of agenda stuff in my .emacs. Any pointers for the 'sh' error or for getting a stack trace? Thanks. -- Ken Williams, Senior Research Scientist WindLogics http://windlogics.com __

Re: [O] Can't get 'sh' blocks working

2013-01-02 Thread Ken Williams
quot;) ) org-babel-load-languages '((emacs-lisp . t) (sh . t) (R . t)) org-alphabetical-lists t org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-confirm-babel-evaluate nil ) From: Ken Williams Sent: Wednesday, January 02, 2013 1:0

[O] Problem exporting code

2013-01-20 Thread Ken Williams
. But now they're all "example". Has anyone seen this? Having different classes lets me do stuff like this: http://article.gmane.org/gmane.emacs.orgmode/46301 Maybe it's the new exporter? I'm using org-mode 7.9.3d. I can try downgrading, is there a location for older versions of orgmode? -Ken

Re: [O] Problem exporting code

2013-01-20 Thread Ken Williams
h. On Sun, Jan 20, 2013 at 5:44 PM, Ken Williams wrote: > I'm giving a talk tomorrow on org-mode and R, and I'm having an exporting > problem that's tripping me up. > > Usually when I export code/output sections to HTML, they get CSS classes > like "src-R

Re: [O] Problem exporting code

2013-01-20 Thread Ken Williams
On Sun, Jan 20, 2013 at 9:15 PM, Eric S Fraga wrote: > Ken Williams writes: > > Unfortunately, downgrading to 7.8.11 didn't change the behavior - all >> code sections are still exported to HTML as class "example". >> I also see that on one machine, using 7

Re: [O] Problem exporting code

2013-01-20 Thread Ken Williams
On Sun, Jan 20, 2013 at 10:57 PM, Ken Williams wrote: > > I'm grasping at straws too, not knowing my way around the elisp code very > well. =) > It looks like the function controlling this behavior is `org-export-format-source-code-or-example`, in org-exp.el:

Re: [O] Problem exporting code

2013-01-20 Thread Ken Williams
Thanks John. Here's a small org file: >>>>>>>>>>>>>>>>>>>>> #+TITLE: Sample Doc #+AUTHOR:Ken Williams #+EMAIL: kena...@gmail.com #+DATE: 2013-01-21 #+PROPERTY: results output #+PROPERTY: exports both #+LATEX_HEADER:

Re: [O] Problem exporting code

2013-01-20 Thread Ken Williams
Argh, forgot my platform details - I'm using: Either org-mode 7.9.3d or 7.8.11 (same results) Aquamacs 2.4 (but I saw the same result using Emacs on a Linux box) Aquamacs is based on GNU Emacs 23.3.50.1. -Ken On Sun, Jan 20, 2013 at 11:36 PM, John Hendy wrote: > On Sun, Jan 20, 20

Re: [O] Problem exporting code

2013-01-21 Thread Ken Williams
(is htmlize not able to be loaded via 'load-path' and 'require'?), but after downloading htmlize 1.43 and adding the following to my .emacs, I seem to be in business again: (load-file "~/share/emacs/site-lisp/htmlize/htmlize.el") Thanks everyone. On Mon, Jan 21, 2

Re: [O] Problem exporting code

2013-01-21 Thread Ken Williams
t 'load-path > "~/share/emacs/site-lisp/org" load-path)= > D'oh! I changed that from a ham-fisted (setq ...) to an (add-to-list ...) call, and I forgot to take out the final argument. Thanks for spotting it. -Ken

Re: [O] Problem exporting code

2013-01-21 Thread Ken Williams
On Mon, Jan 21, 2013 at 4:16 PM, John Hendy wrote: > On Mon, Jan 21, 2013 at 11:45 AM, Ken Williams wrote: > > > > On Mon, Jan 21, 2013 at 10:48 AM, John Hendy wrote: > >> > >> > >> Awesome that you got it going. Do you still have =(require > >&g

Re: [O] Problem exporting code

2013-01-21 Thread Ken Williams
On Mon, Jan 21, 2013 at 5:02 PM, John Hendy wrote: > > On Jan 21, 2013 4:51 PM, "Ken Williams" wrote: > > > > It's been a while since I've used this machine, so I'd updated to the > latest Aquamacs, but it looks like Aquamacs itself hasn't see

Re: [O] Problem exporting code

2013-01-22 Thread Ken Williams
On Tue, Jan 22, 2013 at 1:49 AM, Bastien wrote: > Hi Thomas and all, > > t...@tsdye.com (Thomas S. Dye) writes: > > > Ken Williams writes: > > > >>> I've been using this: > >>> - http://vgoulet.act.ulaval.ca/en/emacs/mac/ > > T

[O] More decoration for babel output

2013-01-23 Thread Ken Williams
by green/red. Would this be helpful to include by default? Patch attached. -- Ken Williams, Senior Research Scientist WindLogics http://windlogics.com CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the intended recipient(s) and may contain

[O] No pictures when exporting narrowed/subtree

2012-01-04 Thread Ken Williams
7;testout.png' plot doesn't show up. I'm still using orgmode 7.7, but I didn't see anything pertaining to this in the Changes file for 7.8, is it still an issue there? -Ken Emacs : GNU Emacs 23.3.1 (i386-mingw-nt6.1.7600) of 2011-03-10 on 3249CTO Package: Org-mode versi

Re: [O] org-jira.el updated

2012-01-06 Thread Ken Williams
-mode journals and the Jira tracker. Then I go look at the org-mode list and this is the first message I see. =) I'm going to need to upgrade to org-mode 7.8 and try this out. -Ken

Re: [O] No pictures when exporting narrowed/subtree

2012-01-13 Thread Ken Williams
> -Original Message- > ... if I put my cursor near "Some more text" and choose 'switch > buffer/subtree export' when exporting, or if I narrow (C-x n d) to that > subtree and then export, the 'testout.png' plot doesn't show up. Ping - anyone

[O] SO question on dynamic arguments

2012-02-09 Thread Ken Williams
I asked this question on Stack Overflow today, I wonder if someone might know the answer here: http://stackoverflow.com/questions/9215216/computing-argument-values-dynamically It's about computing arguments to a "#+begin_src R" block based on previous R results. Thanks.

[O] I'm tripping over #+BABEL: vs. #+PROPERTY:

2012-03-14 Thread Ken Williams
th #+begin_src R :exports none :results silent setwd('c:/Users/ken/wdir') source("src/main/R/mylib.R") #+end_src What does that translate to, using #+PROPERTY: syntax? I tried the following, but then when I execute a "#+begin_src R" block, it doesn't evalu

Re: [O] I'm tripping over #+BABEL: vs. #+PROPERTY:

2012-03-14 Thread Ken Williams
Aha! That was the trick, thanks. How about a translation of the text for question 2)? -Ken > -Original Message- > From: Eric Schulte [mailto:eric.schu...@gmx.com] > Sent: Wednesday, March 14, 2012 1:29 PM > To: Ken Williams > Cc: emacs-orgmode@gnu.org > Subject: Re

Re: [O] I'm tripping over #+BABEL: vs. #+PROPERTY:

2012-03-14 Thread Ken Williams
> -Original Message- > From: Eric Schulte [mailto:eric.schu...@gmx.com] > Sent: Wednesday, March 14, 2012 1:40 PM > To: Ken Williams > Cc: emacs-orgmode@gnu.org > Subject: Re: [O] I'm tripping over #+BABEL: vs. #+PROPERTY: > > > How about a transl

[O] Bug: Tabbing error with asterisks [7.8.03]

2012-03-23 Thread Ken Williams
I have the following document: -- #+TITLE: Test Doc #+AUTHOR: Ken Williams * Top header Top paragraph. #+begin_src R library(testthat) test_that("failures", { expect_that(6, equals(9)) expect_that(6, equals(9)) expect_that(6, equals(9)) expect_that(6

Re: [O] Bug: Tabbing error with asterisks [7.8.03]

2012-03-27 Thread Ken Williams
c C-c" on all "#begin_src R" blocks? Also, what if I need real commas in my literal stuff? Any way to escape those? Just add one more comma, maybe? -Ken

[O] Auto-fill-mode with code sections

2012-05-01 Thread Ken Williams
a configuration that will get me folding in the body sections, but not in the code sections? It could use another mechanism besides auto-fill-mode if that's what's preferred these days, but auto-fill-mode is the one I'm familiar with. Thanks. -- Ken Williams, Senior Res

Re: [O] Auto-fill-mode with code sections

2012-05-04 Thread Ken Williams
Ping - I'm still interested in this, if anyone has any recommendations. Thanks. -Ken > From: Ken Williams > Sent: Tuesday, May 01, 2012 8:51 AM > To: emacs-orgmode@gnu.org > Subject: Auto-fill-mode with code sections > > Hi, > > I use org-mode extensively with R c

[Orgmode] C-a and C-e in org-mode

2009-01-29 Thread Ken Harris
ormal arg. This is probably an easy fix (and maybe I'll write a patch later, if I have some spare time). C-a seems to always go to the start-of-line, regardless of the prefix argument (implicit or explicit). That looks like a slightly deeper proble

Re: [Orgmode] C-a and C-e in org-mode

2009-02-02 Thread Ken Harris
ten around to it yet. That's fine, but I'm simply reporting that some of us would like this fixed. :-) - Ken ___ 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

[O] BEGIN_LATEX_HEADER [cont]

2014-06-19 Thread Ken Mankoff
Hi, I'm following up on a thread suggesting a method to easily include large amounts of LaTeX header material. See https://lists.gnu.org/archive/html/emacs-orgmode/2013-03/msg00480.html Please consider this a +1 for that feature request. One suggestion was: You could have a LaTeX block and

Re: [O] BEGIN_LATEX_HEADER [cont]

2014-06-20 Thread Ken Mankoff
On 2014-06-20 at 04:50, Nicolas Goaziou wrote: > I suggest to use existing solutions instead: configure > `org-latex-classes'. I'm all for using existing solutions, but cannot see how I might use this to easily customize export differently for different documents when large amounts of LaTeX pr

Re: [O] BEGIN_LATEX_HEADER [cont]

2014-06-21 Thread Ken Mankoff
On 2014-06-21 at 20:42, Aaron Ecay wrote: > 2014ko ekainak 21an, Nicolas Goaziou-ek idatzi zuen: >> >> Aaron Ecay writes: >> >>> The first is that editing non-trivial latex code embedded in an >>> elisp string quickly becomes tedious, whereas it’s much pleasanter >>> in org using org-edit-speci

Re: [O] org-ref in action

2014-06-26 Thread Ken Mankoff
On 2014-06-26 at 10:11, Grant Rettke wrote: > Why choose bibtex over biblatex? People choose bibtex because that is how it has been done and is well supported/documented and still popular on Google results. People choose biblatex because that appears to be the new under-development with-bells-and

Re: [O] Directly search for Headlines?

2014-07-07 Thread Ken Mankoff
On 2014-07-07 at 11:19, Nick Dokos wrote: > John Durden writes: > >> Can you search directly for headlines in all agenda-files, with the >> name of the headline, not tags? If so, how? If not, wouldn't this be >> useful? >> > > Try `s' in the agenda perhaps? Yes this feature would be useful. "s

Re: [O] Directly search for Headlines?

2014-07-07 Thread Ken Mankoff
On 2014-07-07 at 15:11, Nick Dokos wrote: > Ken Mankoff writes: > >> On 2014-07-07 at 11:19, Nick Dokos wrote: >>> John Durden writes: >>> >>>> Can you search directly for headlines in all agenda-files, with the >>>> name of the he

[O] emails written in Org Mode

2014-07-08 Thread Ken Mankoff
Hi Thorsten, On a recent thread you wrote: ... *outorg-edit-buffer* (where I write my message-mode email in full org-mode). I already write emails in emacs. I'm interested in being able to compose emails using Org Mode. I see you use gnus. I use mu4e[1]. I wonder if your setup is gnus-specif

Re: [O] Directly search for Headlines?

2014-07-09 Thread Ken Mankoff
On 2014-07-08 at 17:01, Samuel Wales wrote: > On 7/7/14, Ken Mankoff wrote: >> "s" in agenda just saves all Org Buffers for me. > > c-c a s > >> My work-around is to search for "* Foo", but this doesn't find headlines >> with TODO items

Re: [O] emails written in Org Mode

2014-07-09 Thread Ken Mankoff
Hi All, Thanks for the suggestions. orgstruct++-mode and orgtbl-mode help a lot. It would be nice to be able to execute code too. I have an email in to the mu4e group about just switching to org-mode and then back to message-mode. Since mu4e isn't gnus, and doesn't use plain message-mode as the

Re: [O] emails written in Org Mode

2014-07-10 Thread Ken Mankoff
I'm sure it will in the future, and then things might be better integrated, but I think this will work for now. -k. * On 2014-07-10 at 04:28, Thorsten Jolitz wrote: > Ken Mankoff writes: > > Hi Ken, > >> orgstruct++-mode and orgtbl-mode help a lot. It would be nice to be

[O] latex export for 4th-level heading

2014-07-10 Thread Ken Mankoff
When exporting to LaTeX, fourth-level headings become \enumerate. In LaTeX, the item below \subsubsection is \paragraph, not \enumerate. Here is what happens: * Top becomes \section ** Second becomes \subsection *** Third becomes \subsubsection Fourth becomes \enumerate Is there a way to s

Re: [O] latex export for 4th-level heading

2014-07-10 Thread Ken Mankoff
* On 2014-07-10 at 17:08, Thomas S. Dye wrote: > Aloha Ken, > > Ken Mankoff writes: > >> When exporting to LaTeX, fourth-level headings become \enumerate. In >> LaTeX, the item below \subsubsection is \paragraph, not \enumerate. >> >> Here is what h

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

2014-07-10 Thread Ken Mankoff
* On 2014-07-10 at 20:45, Grant Rettke wrote: > On Wed, Jul 9, 2014 at 5:37 PM, Doyley, Marvin M. > wrote: >> I notice that you prefer to use python rather than matlab. Is there a reason >> for this ? Matlab is free at my >> institution so cost is not an issue. It won't be free in the future

Re: [O] How to call org-display-inline-images so that after a graphviz block is evaluated the image is refreshed?

2014-07-11 Thread Ken Mankoff
Try (org-redisplay-inline-images). Note "re". #+BEGIN_SRC :post (org-redisplay-inline-images) #+END_SRC #+RESULTS: -k. * On 2014-07-11 at 20:14, Grant Rettke wrote: > Hi, > > The ability to use graphviz in an org document is stellar and makes it > so much more productive to use org. > > Comb

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

2014-07-11 Thread Ken Mankoff
Hi Marvin, * On 2014-07-09 at 18:37, Doyley, Marvin M. wrote: > I notice that you prefer to use python rather than matlab. Is there a > reason for this ? Matlab is free at my institution so cost is not an > issue. An additional blog post (with good discussion and links to other posts) on the Pyth

  1   2   3   4   5   6   >