Re: [O] Tagging an entire org file

2016-06-13 Thread Ken Mankoff
#+FILETAGS: foo -k. On 2016-06-13 at 16:43, Arun Isaac wrote: > Is there a way to tag an entire org document, and not just the > headlines? I mean, something like: > > #+TAGS: tag1, tag2, tag3, ... > > This is much like #+CATEGORY, but something that can take

Re: [O] bibliography as part of the source document?

2016-06-13 Thread Ken Mankoff
On 2016-06-13 at 13:07, Sharon Kimble wrote: > I'm trying to have all my information for a org-mode document exported > to latex contained within the source document. Specifically having the > bibliography within the source document. > > But how do I do it? I've tried

Re: [O] Changing org-block background with org-src-fontify-natively

2016-06-11 Thread Ken Mankoff
On 2016-06-11 at 07:40, Rasmus wrote: > Prettify-symbols-mode, I'm using the version that will be shipped with > Emacs 25.1. Details here: > > https://pank.eu/blog/pretty-babel-src-blocks.html That post says, >> It might be nice to reveal the burger whenever the cursor is

Re: [O] interesting dilemma with ob-ipython

2016-06-09 Thread Ken Mankoff
Hi John, On 2016-06-09 at 23:33, John Kitchin wrote: > I was looking into ob-ipython as a replacement for regular > org-babel-python [...] > > Here is the dilemma: > If I special edit this, it is in python-mode, not hy-mode. And similarly > on export, it is highlighted

[O] Open Peer-Review Reproducible Publication with Org and GRASS

2016-06-03 Thread Ken Mankoff
Hi Org and GRASS lists, I just wanted to let these two lists know that I've just posted a paper written in Org and using GRASS (text-mode) and Python for the analysis. My goal was to create not just an open access publication, but a fully reproducible publication. This is an early

Re: [O] Inquiry about ical2org

2016-05-26 Thread Ken Mankoff
On 2016-05-26 at 16:00, John Hendy wrote: > On Thu, May 26, 2016 at 2:49 AM, Eric S Fraga wrote: >> On Wednesday, 25 May 2016 at 20:33, John Hendy wrote: >> Which ical2org is this? If it's the awk script I wrote originally, >> the repeat handling was

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-20 Thread Ken Mankoff
On 2016-05-20 at 14:46, Nick Dokos wrote: > Are you getting an evaluation on export? I don't get that with o-e-b-e > set to nil. No I was not, but things were still exporting, which was confusing. I agree, seems like a bug. > ... the fact that I get both code and results

Re: [O] Bug: org-export-babel-evaluate causes everything to be exported [8.3.4 (release_8.3.4-824-ga02fe8)]

2016-05-20 Thread Ken Mankoff
Hi Chuck, On 2016-05-20 at 13:48, Charles C. Berry <ccbe...@ucsd.edu> wrote: >> On Fri, 20 May 2016, Ken Mankoff wrote: >> >> I'm still trying to find a way where: >> + code results do export >> + code does not export >> + code does not evaluate a

Re: [O] Bug: org-export-babel-evaluate causes everything to be exported [8.3.4 (release_8.3.4-824-ga02fe8)]

2016-05-20 Thread Ken Mankoff
On 2016-05-20 at 13:29, Charles C. Berry <ccbe...@ucsd.edu> wrote: > On Fri, 20 May 2016, Ken Mankoff wrote: >>> >>> #+BEGIN_SRC octave :exports results :cache nil >>> "hello, world" >>> #+END_SRC >>> #+RESULTS: >>> : hell

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-20 Thread Ken Mankoff
Nicolas Goaziou added to To: field, because he committed the change. Question: Why does "org-export-babel-evaluate" change what is exported? Shouldn't it just change what is evaluated at export time? That is what the doc string implies. A recent commit changed this behavior. -k. On

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-20 Thread Ken Mankoff
On 2016-05-20 at 13:11, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > On Friday, 20 May 2016 at 17:06, Ken Mankoff wrote: > So, if I understand correctly, you have org-export-babel-evaluate set > to nil? yes. > If I set that, I no longer get asked whether I want

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-20 Thread Ken Mankoff
Hi Eric, On 2016-05-20 at 12:59, Eric S Fraga wrote: > When I export, org asks whether to evaluate the code block and I > respond with no. The existing results block is therefore exported but > not changed. If I say yes, a new results block is generated and > exported (and I

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-20 Thread Ken Mankoff
. It doesn't appear to work for John and I the way it used to. Do you have a global "eval: no" set somewhere? On 2016-05-20 at 12:14, John Hendy <jw.he...@gmail.com> wrote: > On Fri, May 20, 2016 at 10:57 AM, Ken Mankoff <mank...@gmail.com> wrote: >> As of an Org git commit

[O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-20 Thread Ken Mankoff
Hi List, I'm repeating a question here from a recent bug report because I have a feeling official-looking bug reports might get read less than normal questions. Sorry for the re-post. As of an Org git commit a few weeks ago, Org exporting (and therefore Org) has become basically unusable for

Re: [O] Bug: org-export-babel-evaluate causes everything to be exported [8.3.4 (release_8.3.4-824-ga02fe8)]

2016-05-20 Thread Ken Mankoff
On 2016-05-20 at 07:12, Ken Mankoff <mank...@gmail.com> wrote: > On 2016-05-19 at 23:33, Charles C. Berry <ccbe...@ucsd.edu> wrote: >> On Thu, 19 May 2016, Ken Mankoff wrote: > > (setq org-export-babel-evaluate t) > > #+BEGIN_SRC octave :exports results :cache

Re: [O] Bug: org-export-babel-evaluate causes everything to be exported [8.3.4 (release_8.3.4-824-ga02fe8)]

2016-05-20 Thread Ken Mankoff
On 2016-05-19 at 23:33, Charles C. Berry <ccbe...@ucsd.edu> wrote: > On Thu, 19 May 2016, Ken Mankoff wrote: > >> I've noticed that code and results are all getting exported in the >> latest Org mode git head. This is new behavior. I haven't traced it >> to

Re: [O] Bug: org-export-babel-evaluate causes everything to be exported [8.3.4 (release_8.3.4-824-ga02fe8)]

2016-05-19 Thread Ken Mankoff
A bit of digging in git and I guess this commit may be related, http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=ec615b192d703a0201ceefd46897e4636ff00a38 summarized as "Fix `org-export-babel-evaluate' handling" -k. On 2016-05-19 at 20:13, Ken Mankoff <mank...@gmail.com&g

[O] Bug: org-export-babel-evaluate causes everything to be exported [8.3.4 (release_8.3.4-824-ga02fe8)]

2016-05-19 Thread Ken Mankoff
I've noticed that code and results are all getting exported in the latest Org mode git head. This is new behavior. I haven't traced it to what commit caused this change, but the stock 8.2.10 install does not have this bug. The offending setting is: (setq org-export-babel-evaluate nil) My full

Re: [O] Mixing Python2 and Python3 blocks in one file

2016-05-19 Thread Ken Mankoff
On 2016-05-19 at 15:21, William Henney wrote: > I think Elpy works fine with conda environments - you just have to > call pyvenv-activate with the desired path. Yes, I have discovered that since I sent my email. > You have inspired me to try and automate this for org source

Re: [O] Mixing Python2 and Python3 blocks in one file

2016-05-19 Thread Ken Mankoff
Hi Will, Thanks for the example. This makes conda + Org work better than it has for me in the past. Unfortunately, one major issues is editing and running code outside of Org via (org-edit-special). Perhaps elpy will support conda environments soon. On 2016-05-18 at 23:37, William Henney

Re: [O] Mixing Python2 and Python3 blocks in one file

2016-05-18 Thread Ken Mankoff
Hi Will, On 2016-05-17 at 21:19, William Henney wrote: > Why is the :python parameter insufficient for your needs? You can also > use it for different virtual environments Can you clarify how to do this? Does it work with conda environments too? Thanks, -k.

Re: [O] No output from babel shell src block

2016-05-12 Thread Ken Mankoff
This is a known issue with diff, I think. Add a line containing ":" below, or "echo" or "diff foo bar | cat". https://stackoverflow.com/questions/27304469/capturing-the-output-of-diff-with-org-babel I have (setq org-babel-default-header-args:sh '((:prologue . "exec 2>&1") (:epilogue . ":"))

Re: [O] add some babel supports (PHP, Lua, Redis)

2016-05-10 Thread Ken Mankoff
On 2016-05-10 at 11:58, Rasmus <ras...@gmx.us> wrote: > Ken Mankoff <mank...@gmail.com> writes: > >> On 2016-05-10 at 11:44, Rasmus <ras...@gmx.us> wrote: >>> "numbch...@gmail.com" <numbch...@gmail.com> writes: >>> >>> N

Re: [O] add some babel supports (PHP, Lua, Redis)

2016-05-10 Thread Ken Mankoff
On 2016-05-10 at 11:44, Rasmus wrote: > "numbch...@gmail.com" writes: > > Normally you "only" need to sign a piece of paper and send it by snail > mail to the FSF office in the US of A. It is easier than this - it can be done via email. Print sign and scan

Re: [O] Adding information to tangled code regarding org-source

2016-05-03 Thread Ken Mankoff
How about ":comments link" header arg? https://org-babel.readthedocs.io/en/latest/header-args/#comments -k. On 2016-05-03 at 17:33, Ethan Ligon wrote: > When one exports from org to, say, latex the resulting *.tex file > includes a comment at the top indicating the time

Re: [O] Agenda month view or year view for a specific selection of days of the week

2016-04-23 Thread Ken Mankoff
On 2016-04-23 at 15:48, leho.y...@gmail.com wrote: > Is it possible to build an agenda month view or year view for a > specific selection of days of the week (ie. saturday and sunday) ? > I'm very interesting with this feature, but the manual does not seem > to show a such

Re: [O] Several %(expression) in org-agenda-prefix-format

2016-04-15 Thread Ken Mankoff
What about setting ":CATEGORY: PD v. BS" in the top level :PROPERTIES: drawer. Then in the agenda you'd see: PD v BS: My first pleadings -k. On 2016-04-14 at 09:02, laurent.jucqu...@posteo.de wrote: > Hi list, > > I'm trying to setup some custom agenda views that would be useful for my

Re: [O] [BUG] Failure to run sh source block

2016-04-10 Thread Ken Mankoff
On 2016-04-10 at 16:44, Christian Moe wrote: > I've hit a couple of odd problems after updating to Emacs 24.5 and Org > 8.3.4 (freshly pulled). > > Trying to run a simple shell source block, e.g. > > #+begin_src sh > pwd > #+end_src > > fails with this error: > >

Re: [O] the role of org-odt-preferred-output-format etc

2016-04-10 Thread Ken Mankoff
On 2016-04-10 at 11:52, Uwe Brauer wrote: > Thanks that works, as far as the setq are concerned, what is use-package > supposed to do, in my GNU emacs 25 I cannot find it. https://github.com/jwiegley/use-package It is a replacement for (require) that takes care of installing

Re: [O] the role of org-odt-preferred-output-format etc

2016-04-10 Thread Ken Mankoff
I convert to DOC with the following on OS X: (use-package ox-odt :ensure nil :config (progn (setq org-odt-preferred-output-format "doc") (setq org-odt-convert-processes '(("LibreOffice" "/path/to/LibreOffice.app/Contents/MacOS/soffice --headless

Re: [O] orgmode and a database

2016-04-04 Thread Ken Mankoff
On 2016-04-04 at 15:46, Uwe Brauer wrote: > I am looking for a sort of database I could use with orgmode. Anybody > has a suggestion? What's about recutils? Can you be more specific? Org tables? They can be joined... Org supports SQLite

Re: [O] uncommnet-region behavior in org-src blocks

2016-03-20 Thread Ken Mankoff
On 2016-03-20 at 11:17, John Kitchin wrote: > I think you mean (setq org-src-tab-acts-natively t) right? Yes. I think I may have disabled it due to Yasnippet conflicts. -k.

Re: [O] uncommnet-region behavior in org-src blocks

2016-03-19 Thread Ken Mankoff
On 2016-03-19 at 19:27, John Kitchin wrote: > Thanks! That is a nice function. > > I adapted it to make Tab work in python mode blocks. This might already do that: (setq org-src-tab-acts-natively nil) -k.

Re: [O] uncommnet-region behavior in org-src blocks

2016-03-19 Thread Ken Mankoff
On 2016-03-19 at 13:20, Eric S Fraga wrote: > On Saturday, 19 Mar 2016 at 12:44, John Kitchin wrote: >> I noticed that you try to uncomment a region in a src block a # gets >> inserted! >> >> #+BEGIN_SRC emacs-lisp >> ; test >> #+END_SRC >> >> >> If you select ; test and run

Re: [O] OS X quick-access to Emacs

2016-03-19 Thread Ken Mankoff
On 2016-03-15 at 10:55, Ken Mankoff <mank...@gmail.com> wrote: > I've created a BitBar plugin for quick-access to Emacs, such as a new > *scratch* buffer or a new "Compose Email" buffer. I thought these > might be useful to others, hence this post. One last follow-u

[O] OS X quick-access to Emacs

2016-03-15 Thread Ken Mankoff
Hi Lists, Cross-post to Org and mu4e because Org and mu4e are my primary uses of Emacs. I've created a BitBar plugin for quick-access to Emacs, such as a new *scratch* buffer or a new "Compose Email" buffer. I thought these might be useful to others, hence this post. 1) Download and install

Re: [O] streamlined capture on iphone

2016-02-26 Thread Ken Mankoff
On 2016-02-24 at 17:59, Skip Collins wrote: > MobileOrg on the iPhone is not very useful to me. As many people do, I > use my iPhone as a way to capture input on the go, usually in the form > of short text snippets or notes. One thing that has made this work > better for

Re: [O] Org + MS DOC

2016-02-04 Thread Ken Mankoff
On 2016-02-04 at 16:28, Julian M. Burgos wrote: > The advantage of exporting via Pandoc is the possibility of including > bibliographic citations. Do you know if it is possible to do this via > ODT? I think ODT can do it w/ extra work (JabRef?) but my method does not. Yes

[O] Org + MS DOC

2016-02-04 Thread Ken Mankoff
Hi, There is occasional discussion on the list (or SE or Reddit) about how to best work with Word documents. In the past I've suggested Org -> Pandoc -> DOCX because that worked best for me when producing documents with equations, figures and tables. It didn't work great, but it worked best.

Re: [O] Evaluating simple inline expressions in org-mode

2016-02-03 Thread Ken Mankoff
On 2016-02-03 at 08:45, Gary Oberbrunner wrote: > I'd like to just have a few inline formulas evaluated in my org-mode > document (I'm exporting to LaTeX if that matters). Something like this: > > = > # a constant: > # pi = 3.14159 > > The value of

Re: [O] Keep buffer visible w/ capture template

2016-01-13 Thread Ken Mankoff
Hi Kaushal, On 2016-01-13 at 13:08, Kaushal Modi wrote: >> I'd like to keep the active buffer visible while capturing. > > That's how it works for me. I do not see a calendar buffer unless I do > something like C-c C-d (org-deadline) or C-c C-s (org-schedule) in an > org

Re: [O] Keep buffer visible w/ capture template

2016-01-13 Thread Ken Mankoff
On 2016-01-13 at 13:17, Ken Mankoff <mank...@gmail.com> wrote: > On 2016-01-13 at 13:08, Kaushal Modi <kaushal.m...@gmail.com> wrote: >>> I'd like to keep the active buffer visible while capturing. > >I think the issue is that the template requests a timestamp or

[O] Keep buffer visible w/ capture template

2016-01-13 Thread Ken Mankoff
I'd like to keep the active buffer visible while capturing. Currently, when I invoke a capture template, the text I was viewing disappears. The frame splits into two parts: The capture template, and a calendar. Is there a way to have it split into three? Or have the capture buffer open in a

[O] Tags v. PROPERTIES for noexport and ignoreheadings

2016-01-05 Thread Ken Mankoff
Hi List, I'm trying to figure out when I should be using tags and when I should be using properties, for the cases of "noexport" and "ignoringheading". I think I began using Org before either of these features were supported. Then people provide code snippets that added this functionality

Re: [O] Tags v. PROPERTIES for noexport and ignoreheadings

2016-01-05 Thread Ken Mankoff
On 2016-01-05 at 18:29, Rasmus <ras...@gmx.us> wrote: > Ken Mankoff <mank...@gmail.com> writes: >> I'm trying to figure out when I should be using tags and when I >> should be using properties, for the cases of "noexport" and >> "ignoringheading&quo

Re: [O] org files and projects nested git repositories

2016-01-01 Thread Ken Mankoff
On 2016-01-01 at 05:02, Alan Schmitt wrote: > Hello Ken, >> >> On my system this is a git repository and a cron (or actually >> LaunchAgent since I'm on OS X) does a =git commit -a >> = every night. > > I'm very interested about this. Could you please share your

Re: [O] org files and projects nested git repositories

2015-12-31 Thread Ken Mankoff
Hi Tyler, I have a similar setup. On 2015-12-31 at 12:38, Tyler Smith wrote: > ├── org > │ ├── todo.org > │ ├── reading.org > │ └── personal.org On my system this is a git repository and a cron (or actually LaunchAgent since I'm on OS X) does a =git commit -a = every

Re: [O] [ANN] Export block syntax change

2015-12-21 Thread Ken Mankoff
Does this new syntax support that oft (or occasionally?) requested LaTeX header export? I don't think so out of the box, because while LaTeX is a valid export word, LaTeX_preamble is not. But, can the new syntax be used like this? \include{preamble} #+BEGIN_EXPORT LaTeX :file

Re: [O] LaTeX export with section number, name and page in internal links

2015-12-08 Thread Ken Mankoff
> 03.12.2015, 16:31, "John Kitchin" : > > Try this. > > * Chapter 1 > ** Section 1.1 \label{manual-section-1} > :PROPERTIES: > :CUSTOM_ID: section-1 > :END: > * Chapter 2 > ** Section 2.1 > I want reference to Section 1.1 from here

Re: [O] Using org-mode with iOS?

2015-10-30 Thread Ken Mankoff
> On Oct 30, 2015, at 07:13, Peter Davis wrote: > > I don't think there will be an IOS version of emacs anytime soon http://gamma-level.com/iphoneos/ports/emacs -k. Please excuse brevity. Sent from pocket computer with tiny non-haptic feedback keyboard.

Re: [O] Org-mode reinvented?

2015-10-25 Thread Ken Mankoff
On 2015-10-25 at 07:12, John Kitchin wrote: > Interesting. One day I imagine something like this, or sharelatex > exists for collaborating on org-files with people who don't like > Emacs... One can hope, but unfortunately it seems Markdown is the default implementation

[O] Agenda to iCal not working

2015-10-21 Thread Ken Mankoff
I'm using the examples from https://www.gnu.org/software/emacs/manual/html_node/org/Exporting-Agenda-Views.html Specifically, (setq org-agenda-custom-commands '(("X" agenda "" nil ("agenda.html" "agenda.ps")) ("Y" alltodo "" nil ("todo.html" "todo.txt" "todo.ps")) ("h"

Re: [O] LaTeX equation align in orgmode?

2015-09-29 Thread Ken Mankoff
Nested align in equation is incorrect format. -k. Please excuse brevity. Sent from pocket computer with tiny non-haptic feedback keyboard. On Sep 29, 2015, at 00:06, Andreas Leha wrote: >> >> \begin{equation} >> \begin{align}

Re: [O] All TODOs are equal, but some are more equal than others...

2015-09-20 Thread Ken Mankoff
On 2015-09-20 at 07:54, Marcin Borkowski wrote: > The problem is, I have two kinds of TODO items. Some of them are > things I should do ASAP (but not on a particular date, so they are not > timestamped), and some of them are just ongoing projects, or > articles/blog posts I want

[O] DONE repeating events become TODO, not OTHER

2015-09-16 Thread Ken Mankoff
I have repeating events of type OTHER, as in: * OTHER Foo <2015-09-16 +1w> When I have finished the task for today, I mark it done. Because it is a repeating event, it doesn't actually change to DONE, instead it changes to TODO and adds a :LAST_REPEAT: item in the :PROPERTIES: drawer. How

Re: [O] DONE repeating events become TODO, not OTHER

2015-09-16 Thread Ken Mankoff
On 2015-09-16 at 17:37, Nick Dokos <ndo...@gmail.com> wrote: > Ken Mankoff <mank...@gmail.com> writes: > >> I have repeating events of type OTHER, as in: >> >> * OTHER Foo >> <2015-09-16 +1w> >> >> When I have finished the task f

Re: [O] What is the most practical workflow for capturing things in Mobileorg and later integrating them into the main files?

2015-09-11 Thread Ken Mankoff
Hi Jorge, My mobile capture work flow is: 1) Automatically pull whenever changes are made 2) Pulled items go into "refile.org" 3) refile.org tags all items as REFILE with: #+FILETAGS: REFILE as the top line 4) My default (custom) agenda shows a REFILE section if and only if it

Re: [O] Show timestamps but not SCHEDULED

2015-09-10 Thread Ken Mankoff
On 2015-09-10 at 12:33, Michael Brand <michael.ch.br...@gmail.com> wrote: > On Sun, Aug 30, 2015 at 2:26 PM, Ken Mankoff <mank...@gmail.com> wrote: > >> I'd like a custom agenda view that shows these EVENTS based on their >> timestamp, but not the SC

Re: [O] Events not showing in Calfw (for newbies)

2015-09-10 Thread Ken Mankoff
calfw expects agenda files in the `org-agenda-files` variable. If you never explicitly set that variable globally, instead setting it locally in each custom agenda, that may be the problem. Also, try calling =cfw:open-org-calendar=, not =cfw:open-calendar-buffer=. -k. On 2015-09-10 at

Re: [O] Show timestamps but not SCHEDULED

2015-08-30 Thread Ken Mankoff
On 2015-08-30 at 08:26, Ken Mankoff mank...@gmail.com wrote: I'd like a custom agenda view that shows EVENTS based on their timestamp, but not the SCHEDULED or DEADLINE timestamps. Is this possible? Example item: * EVENT Foo SCHEDULED: 2015-09-03 2015-09-04 A solution. Not very

[O] Show timestamps but not SCHEDULED

2015-08-30 Thread Ken Mankoff
Hi List, I have a class of TODO items (I call them EVENTS). These all have timestamps. Sometimes they have SCHEDULED or DEADLINE timestamps too. I'd like a custom agenda view that shows these EVENTS based on their timestamp, but not the SCHEDULED or DEADLINE timestamps. Is this possible?

Re: [O] Show timestamps but not SCHEDULED

2015-08-30 Thread Ken Mankoff
Hi, On 2015-08-30 at 08:26, Ken Mankoff mank...@gmail.com wrote: I'd like a custom agenda view that shows EVENTS based on their timestamp, but not the SCHEDULED or DEADLINE timestamps. Is this possible? Example item: * EVENT Foo SCHEDULED: 2015-09-03 2015-09-04 I think I've found

Re: [O] Easy entry of date ranges

2015-08-27 Thread Ken Mankoff
Hi Eric, Eric, Rasmus, and Nicolas, On 2015-08-27 at 05:36, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Thursday, 27 Aug 2015 at 11:46, Eric Abrahamsen wrote: Ken Mankoff mank...@gmail.com writes: Org and the calendar make it fairly easy to enter time ranges, by typing -- and then the end time

[O] Easy entry of date ranges

2015-08-26 Thread Ken Mankoff
Hi Org List Org and the calendar make it fairly easy to enter time ranges, by typing -- and then the end time or + and then the duration. I'd like to do something similar for dates, but it doesn't seem to be supported. Is there an easy way to enter a date range for a scheduled task? Thanks,

[O] skip scheduled if deadline *on other days*

2015-08-26 Thread Ken Mankoff
I'd like to not show SCHEDULED items in an agenda view if those same items have DEADLINES. I know of =org-agenda-skip-scheduled-if-deadline-is-shown=, but that seems to only work for items on the same day, and only if the DEADLINE is shown. Even if the DEADLINE isn't shown (farther in the

Re: [O] Literate programming in org

2015-08-26 Thread Ken Mankoff
Hi Max, This is one bit of literate programming I haven't mastered myself yet. I generally have code blocks and print results, and then manually re-enter them in the paragraph below. I would like what you are looking for. The best solution I have, which I don't use often, is to use sessions

Re: [O] Easy entry of date ranges

2015-08-26 Thread Ken Mankoff
On 2015-08-26 at 15:04, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Ken Mankoff mank...@gmail.com writes: Org and the calendar make it fairly easy to enter time ranges, by typing -- and then the end time or + and then the duration. I'd like to do something similar for dates, but it doesn't

Re: [O] Collaborative Team Project Management with Orgmode?

2015-08-23 Thread Ken Mankoff
This thread should merge with recent ongoing thread titled [O] Help testing orgmode connection to interactive web environment -k. Please excuse brevity. Sent from pocket computer with tiny non-haptic feedback keyboard. On Aug 21, 2015, at 11:33, Tory S. Anderson torys.ander...@gmail.com

Re: [O] named python session

2015-08-13 Thread Ken Mankoff
Hi Andreas, Glad I could help, and THANK YOU for your improvement. I had started to try to use the session name, if present, but never figured it out. It was on my TODO list. -k. On 2015-08-13 at 06:12, Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Hi Ken, Ken Mankoff mank

Re: [O] named python session

2015-08-12 Thread Ken Mankoff
Hi Andreas, On 2015-08-12 at 08:06, Andreas Leha andreas.l...@med.uni-goettingen.de wrote: How do I associate that with the python process in *mypy*? I am asked to start python when I run python-shell-send-region. I have set up my system so that Org asks for a buffer name every time

Re: [O] LaTeX special characters 8.3.1

2015-08-08 Thread Ken Mankoff
On 2015-08-08 at 14:19, Scott Randby sran...@gmail.com wrote: Until 8.3.1, I needed to use \% in an org document in order to get the % symbol displayed when exporting to LaTeX. I just discovered that \% messes up the exported document, and that using % only works. I've also experimented

Re: [O] Trouble with autofill mode

2015-08-03 Thread Ken Mankoff
On 2015-08-03 at 23:11, Vikas Rawal vikasli...@agrarianresearch.org wrote: But I guess one has to have some compromise somewhere :) Another compromise would be to stop using autofill mode and use visual-line-mode or something else. I recently made the switch after many years of auto-fill. It

Re: [O] popup org capture window on linux?

2015-07-31 Thread Ken Mankoff
Instead of -e '(org-capture)', use that to load a file that does more customization. Re-bind 'C-c C-c' to close frame after invocation. Please post when you have this, I might find it useful. I have similar behavior in the edit with emacs web plugin which brings up an emacs frame of an HTML

Re: [O] Capture-like browser plugin?

2015-07-28 Thread Ken Mankoff
The chrome version of this works on chrome. See announcement on this list about two weeks ago... -k. Please excuse brevity. Sent from pocket computer with tiny non-haptic feedback keyboard. On Jul 28, 2015, at 18:10, Bob Newell bobnew...@bobnewell.net wrote: Aloha kakou, I've had

Re: [O] yasnippet babel template conflict

2015-07-21 Thread Ken Mankoff
On 2015-07-21 at 16:05, Grant Rettke g...@wisdomandwonder.com wrote: How did you end up resolving this? I've started using yasnippet more - more configurable and universal. I overrode the default org img snippet with my own in ~/.emacs.d/snippets/org-mode/img -k.

Re: [O] New Chrome Extension

2015-07-07 Thread Ken Mankoff
Selected text works with your capture templates. Thanks for sending them. FYI I notice the test on the org-protocol.el setup pages uses this: document.location.href='org-protocol://capture://'+makeUrl(); While yours uses: capture:/L/... If you don't specify L or c then would it let me choose

Re: [O] New Chrome Extension

2015-07-07 Thread Ken Mankoff
On 2015-07-07 at 12:16, Ken Mankoff mank...@gmail.com wrote: Hi Konstantin, On 2015-07-07 at 11:44, Konstantin Kliakhandler ko...@slumpy.org wrote: I wrote up a small chrome extension for org-protocol. Comments, improvements and positive criticism are all welcome. Thanks for making this. I

Re: [O] New Chrome Extension

2015-07-07 Thread Ken Mankoff
Hi Konstantin, On 2015-07-07 at 11:44, Konstantin Kliakhandler ko...@slumpy.org wrote: I wrote up a small chrome extension for org-protocol. Comments, improvements and positive criticism are all welcome. Thanks for making this. I just set up org-protocol and pass the install test on that

Re: [O] ox-odt roundtrip editing?

2015-06-27 Thread Ken Mankoff
Hi Joakim, On 2015-06-26 at 07:45, joa...@verona.se wrote: I'm writing a manuscript for a publisher. The process looks like: - I write a chapter in org mode, export it to odt - I apply the styles the publisher wants to use with a libreoffice macro. This isn't particularily efficient, but

[O] org-mobile agenda truncated

2015-06-27 Thread Ken Mankoff
I'm noticing something with mobile org and wonder if others have the same experience. An item that is in the Agenda View is truncated (only first 10 lines shown) when viewed under the Agenda views... selector, but that same item when viewed in its actual .org file is complete. I don't see

Re: [O] Org-Mode and iCloud Reminders

2015-06-26 Thread Ken Mankoff
On 2015-06-26 at 00:38, Yuri Niyazov yuri.niya...@gmail.com wrote: what do you use for rem-org? https://lists.gnu.org/archive/html/emacs-orgmode/2015-05/msg00556.html

Re: [O] Org-Mode and iCloud Reminders

2015-06-25 Thread Ken Mankoff
I have hopes for rem https://github.com/kykim/rem but right now it is easier to have rem-org than org-rem. -k. Please excuse brevity. Sent from pocket computer with tiny non-haptic feedback keyboard. On Jun 25, 2015, at 19:43, Yuri Niyazov yuri.niya...@gmail.com wrote: Has anyone had

[O] yasnippet babel template conflict

2015-06-24 Thread Ken Mankoff
Is there any way to tell yasnippet to evaluate after Org Babel Templates? I have an img template but yasnippet takes this over. Or is the best way to handle this conflict by renaming my Org templates or deleting the Yasnippet snippets? Thanks, -k.

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-12 Thread Ken Mankoff
Hi Julian, On 2015-06-10 at 10:16, Julian Burgos jul...@hafro.is wrote: a) I first write in org-mode. Export to Word, either exporting first to ODT and then to Word, or to LaTex and then use pandoc to convert LaTex to Word. My coauthor can edit the document as he wishes, using the Track

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-11 Thread Ken Mankoff
On 2015-06-10 at 22:07, windy chxp_m...@163.com wrote: I finnally export as ODT and change into DOC version, it seems works well for that only no reference generate. Wish a more wisdom ODT exporter in org-mode. Bibtex is a big problem when export into different format files. Org - LaTeX

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-10 Thread Ken Mankoff
I found a happy medium working in Org, exporting to LaTeX, and then using Pandoc to convert to Word. I would send the Word and always the canonical PDF version in case some equations got messed up. This requires manually incorporating the tracked changes from Word, but I've never been a fan of

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-06-02 Thread Ken Mankoff
Switch to an emacs that doesn't have this bug on your system. Try Homebrew-installed versions (although I know you aren't supposed to mix brew and macports, and I think you use macports). -k. On 2015-06-02 at 01:49, Dror Atariah dror...@gmail.com wrote: No ideas? Please, I really don't

[O] Integrating Org with OS X Reminders (and Siri!)

2015-05-28 Thread Ken Mankoff
Hi List, I've written a set of small scripts so that I can use the Reminders.app on my iPhone and easily get that information into Org. This means I can pick up the phone, say Hey Siri, Remind me about something, and get that info into Org! Functionality is basic - items show up in Agenda just

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-26 Thread Ken Mankoff
On 2015-05-26 at 09:11, Dror Atariah dror...@gmail.com wrote: I use emacs that come from MacPorts, so for -Q option I start it using: /Applications/MacPorts/Emacs.app/Contents/MacOS/Emacs -Q Consider using different compilation options, and/or a different Emacs.app package. It seems like that

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-26 Thread Ken Mankoff
On 2015-05-26 at 09:18, Dror Atariah dror...@gmail.com wrote: On Tue, May 26, 2015 at 3:49 AM, Ken Mankoff mank...@gmail.com wrote: On 2015-05-25 at 14:22, Dror Atariah dror...@gmail.com wrote: Following is the section of my =init.el= that deals with org-mode (if you need more, let me know

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-26 Thread Ken Mankoff
On 2015-05-26 at 09:26, Dror Atariah dror...@gmail.com wrote: #+BEGIN_SRC python :session with_matplotlib :results file :exports both import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt fig=plt.figure(figsize=(3,2))# 4 plt.plot([1,3,2])

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-25 Thread Ken Mankoff
On 2015-05-25 at 13:25, Dror Atariah dror...@gmail.com wrote: I am sorry for reposting, but I'm still in the dark. Am I the only one who experience this kind of issue? Don't know. Did someone managed to reproduce the problem? I could not reproduce it. Does anyone see this message? :)

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-25 Thread Ken Mankoff
Nick Dokos removed from Cc. On 2015-05-25 at 14:22, Dror Atariah dror...@gmail.com wrote: I tried to evaluate the problematic file using =emacs -Q= and the problem is the same. Sorry I can't help much. It works on my system. The only difference I see is my python version: #+BEGIN_SRC python

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

2015-05-20 Thread Ken Mankoff
I use 'latexdiff' for this, but it does not have a side-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

Re: [O] Org to mindmap and back

2015-05-15 Thread Ken Mankoff
On 2015-05-14 at 12:12, Marcelo de Moraes Serpa celose...@gmail.com wrote: After some research, I could finally find the repository on github for this project, so, for anyone who might also be interested, here it is: https://github.com/dogriffiths/hipster Looks great, but when I copypaste I

Re: [O] Converting a Dissertation Template from docx to .org to use for LaTeX

2015-05-06 Thread Ken Mankoff
On 2015-05-06 at 06:28, Rasmus ras...@gmx.us wrote: Paul Harper harper.pau...@gmail.com writes: he other thing is in the end I have to convert from the .tex file to a .docx file using pandoc Org exports to odt via ox-odt. You can presumably export directly to docx using

Re: [O] \\ in headlines

2015-05-06 Thread Ken Mankoff
Recent update means you have to put it in a macro... #+TITLE: Foo @@latex:\\@@ Bar Or: #+MACRO: NEWLINE @@latex:\\@@ @@html:br@@ #+TITLE: Foo {{{NEWLINE}}} Bar https://emacs.stackexchange.com/questions/255/new-line-in-title-of-an-org-mode-exported-html-document -k. On 2015-05-06 at 07:58,

Re: [O] Converting a Dissertation Template from docx to .org to use for LaTeX

2015-05-04 Thread Ken Mankoff
Hi Paul, For this type of one-off project (a thesis), I'd suggest you a) remove all Org-generated LaTeX header, b) create your own LaTeX preamble that you \include{preamble} in your Org file, and then all of your questions become LaTeX questions, not Org questions. Those LaTeX questions are

Re: [O] Error when using org-ctrl-c-ctrl-c to add tags

2015-04-27 Thread Ken Mankoff
On 2015-04-27 at 04:26, Rasmus ras...@gmx.us wrote: Ken Mankoff mank...@gmail.com writes: I'm still experiencing this bug, although with a slightly different error message. When C-c C-c on a headline, I see: org-set-tags: Wrong type argument: listp, org-tags-completion-function Do you see

Re: [O] Error when using org-ctrl-c-ctrl-c to add tags

2015-04-26 Thread Ken Mankoff
Hi, I'm still experiencing this bug, although with a slightly different error message. When C-c C-c on a headline, I see: org-set-tags: Wrong type argument: listp, org-tags-completion-function Compared to the original report of: apply: Wrong type argument: listp, org-tags-completion-function

<    1   2   3   4   5   >