Hi list,
when I try to use the new exporter outside of an Org buffer, e.g. from a
function or with M-:, it seems that there is a problem with the current
buffer that is used for exporting - it is not the buffer of the Org file
given as argument.
I think the problem is here (line 2319 of org-exp
Achim Gratz writes:
> Thorsten Jolitz writes:
>> when I try to use the new exporter outside of an Org buffer, e.g. from a
>> function or with M-:, it seems that there is a problem with the current
>> buffer that is used for exporting - it is not the buffer of the Org file
Hi List,
when I try out the function
,-
| (org-insert-todo-subheading ARG)
`-
with point at beginning-of-line of
,---
| * TODO
`---
and then
,---
| ** TODO
`---
no matter if I use 1, -1 or e.g. 'todo for ARG,
Thorsten Jolitz writes:
> #+begin_src org
> *** TODO
> ** TODO
> * TODO
> #+end_src
>
> Is that a bug - or am I using the function wrongly?
> I would want the subheadings below the top-level
> heading.
Answering my own question (by experimentation):
When point
Hi List,
although using Emacs/Org-mode for almost everything, I still write my
"official" correspondence with a (quite nice) OpenOffice template. It
would be so much easier and faster to just use Org mode for that too.
I tried some LaTeX templates from the web, but they were ugly. I know
one co
suvayu ali writes:
> On Thu, Jul 5, 2012 at 2:49 PM, Thorsten Jolitz
> wrote:
>> although using Emacs/Org-mode for almost everything, I still write my
>> "official" correspondence with a (quite nice) OpenOffice template. It
>> would be so much easier and faster
suvayu ali writes:
> Well I assumed it would be since you already have a "quite nice"
> OpenOffice template.
It looks like a professional letter, while everything I found in the web
rathers proves that programmers are not designers, even with a tool like
LaTeX at hand.
> If you are after late
Michael Strey writes:
Hi Michael,
> On Fri, Jul 06, 2012 at 12:47:59AM +0200, Thorsten Jolitz wrote:
>> suvayu ali writes:
> ...
>> > [1] Off the top of the head I recall a package called `scrlttr'.
>>
>> Yes, part of KOMA (?), but thats rather low l
suvayu ali writes:
> On Fri, Jul 6, 2012 at 6:35 PM, Thorsten Jolitz
> wrote:
>> I'm just trying to repeat the nice experience I had with writing a
>> modern CV in LaTeX - download a template, put in your data, and enjoy a
>> beautifill CV (or letter) - actually muc
Nicolas Goaziou writes:
Hello Suvayu, Micheal, Bastien and especially Karl and Nicolas,
> Based on your work, I've put up the attached back-end:
> org-koma-letter.el.
thanks a lot for your tips and the actual code, that looks very
promising, so I might well write my business letters from Org m
Mehul Sanghvi writes:
> Just out of curiosity, what was the CV template you used ?
I attach 3 variations of the same template, I used the one from TRAVIS
as a basis for my CV, but the others are nice too.
%% start of file `template_en.tex'.
%% Copyright 2007 Xavier Danaux (xdan...@gmail.com).
%
Vikas Rawal writes:
>> >
>> > [1] Off the top of the head I recall a package called `scrlttr'.
>>
>> Yes, part of KOMA (?), but thats rather low level if you have to design
>> your own letters - and who knows all that stuff about professional letter
>> design?. I tried that once and the result w
Hi List,
in elisp code, with point in entry1, I do a save-excursion that inserts
another entry2 and does some work there. After existing from the
save-excursion form, I add e.g. a global ID with org-id-get-create - and
would expect to find it in entry1 when save-excursion did its job right.
But
Thorsten Jolitz writes:
> in elisp code, with point in entry1, I do a save-excursion that inserts
> another entry2 and does some work there. After existing from the
> save-excursion form, I add e.g. a global ID with org-id-get-create - and
> would expect to find it in entry1 when sa
Marcelo de Moraes Serpa writes:
Hi Marcelo,
> This is a subject that should be explored more. I see a lot of
> potential in having CLI .el scripts (i.e taking the emacs GUI out of
> the equation).
I once asked a related question on stackoverflow, and recieved this
answer that shows how to
- be
Alexandre Russel writes:
> Is there a way to have color for scala ?
Don't know about the colors, but I think ENSIME is the enhanced Scala
mode for Emacs:
https://github.com/aemoncannon/ensime
http://jawher.net/2011/01/17/scala-development-environment-emacs-sbt-ensime/
--
cheers,
Thorsten
Michael Gauland writes:
Hi Mike,
> I've recently started playing with guile source blocks, and haven't
> gotten the results I expect.
> I'd like to hear from anyone who's had more success than I have, or
> who is working on ob-scheme.el, before I wade into the code.
just as a side remark: I
Michael Gauland writes:
> Thorsten Jolitz googlemail.com> writes:
>
>> just as a side remark: I remember that, when trying to write
>> ob-picolisp, I tried to base it on ob-scheme, since it seemed the next
>> logical thing to do (its about two lisp dialects). And I wa
Hi List,
I just tried to pull the actual version of Worg and recieved this:
,
| ~/gitclone/worg/worg $ git pull
| @@@
| @ WARNING: POSSIBLE DNS SPOOFING DET
Jason Dunsmore writes:
> The server was migrated a couple of months ago. Just remove the old
> key from ~/.ssh/known_hosts and you should be good.
Thanks, that fixed the problem.
--
cheers,
Thorsten
Bob Newell writes:
> The problem obviously revolves around a blank cell being interpreted
> as zero. That's all well and good, and quite correct, but makes
> distinguishing blank and explicit zero more difficult.
I don't think thats "well and good, and quite correct", otherwise all
the statistic
Jeff Mickey writes:
> As a general question to the org list: What dynamic languages similar
> to how scheme will interact with it's inferior process (python and
> ruby?) have decently complete org babel implementations that I can
> look at to fix parts of this? I'd like to get :session working.
Achim Gratz writes:
> Eric Schulte writes:
>> Recently my Emacs start up fails when I (require 'org) because the
>> function `org-load-noerror-mustsuffix' is undefined. I was able to fix
>> this by checking out the version previous to commit 5484a33b [1].
>
> Your Emacs loads an outdated org-mac
Stelian Iancu writes:
>> I just updated Org-mode from Git a few minutes ago, and, after having
>> problems, deleted the repo and cloned it again, ran make and make
>> autoloads, but still cannot load org.el (or start with my usual
>> starter-kit customisations):
>>
>
> [SNIP]
>
> Just my 2c: in
Eric Schulte writes:
> If you are using the starter-kit, then Org-mode is required as the first
> step of your Emacs initialization. This is necessary so that the
> `org-babel-load-file' function can be used to load your customization
> from .org files. In this case the best (only) way to ensur
Eric Schulte writes:
> Thorsten Jolitz writes:
>
>> Eric Schulte writes:
>>
>>> If you are using the starter-kit, then Org-mode is required as the first
>>> step of your Emacs initialization. This is necessary so that the
>>> `org-babel
Nick Dokos writes:
>> but nevertheless, opening an .org file gives me:
>> File mode specification error:
>> (void-function org-define-obsolete-function-alias)
>>
>
> There is no such function in current org (either defined or used). The
> remaining instance was deleted in this commit:
>
> ,
Achim Gratz writes:
> Thorsten Jolitz writes:
>> I do have my bad experiences with mixed installations, so the first
>> thing I do when I install or update Emacs is to trash the Org-mode that
>> comes with Emacs and replace it with a symlink to the git version.
>
> W
Torsten Anders writes:
> I tried to update orgmode to the latest version 7.9.3d, but make failed, see
> outputs after this email.
It might be unrelated, but does 'M-x load-library RET org.el' work with your
latest version? I just had some trouble with a certain git version.
--
cheers,
Thorste
rienced some casual trouble when updating Org-mode from
Git (I simply updated at a moment, when actual org.el wouldn't load due to a
bug that was to be fixed soon fixed soon. Here is the related thread on
the mailing list:
[[gnus:nntp%2Bnews.gmane.org:gmane.emacs.orgmode#87ehhmnqu6@goog
Bastien writes:
Hi Bastien,
>> I'm asking just out of curiosity, and to learn a bit more, there are
>> no urgent problems to be solved on my side here.
>
> You're welcome!
Thanks for the answer, so there is not really a fundamental problem with
outline-minor-mode nor is it difficult to replace
Bastien writes:
Hi Bastien,
>> Why do you consider outline(-minor-mode) as completely unusable?
>
> Because of the keybindings.
I found a really nice alternative keymap here:
http://emacswiki.org/emacs/OutlineMinorMode
,--
M writes:
Hi,
> At the moment there are many little projects where I
>
> * get a text from someone (or write it myself)
> * have to read and edit it
> * send it oer email to 1 or 2 other colleagues which have to read / edit it
> * get it back and check the changes
> * maybe send the text again
M writes:
> it is not about programming and it is not about plain text files, but MS
> Office (Word) files..
>
> Dropbox is not an option, maybe a document management system (DMS) with
> versioning, but it is not in place yet.
> And even if there is, how could I then track my workflow with Emacs
"Nicolas Richard" writes:
> I use one trick which might be of interest to some people : when I have
> a dropbox folder with text (in my case, these are .tex and related
> files) files that will be worked on collaboratively, I first follow
> these steps in the directory :
>
> dropbox exclude add .
Karl Voit writes:
Hi,
> I am not completely convinced to convert my config to org/babel but
> I am not oppose either. Not sure, if there are that many advantages,
> that it is worth my effort, that's all.
its a bit like writing with LaTeX - in some simpler but common cases its
just great to wr
t...@tsdye.com (Thomas S. Dye) writes:
> I've been working with Nicolas Goaziou's new LaTeX exporter recently and
> the gap between Org mode and AucTeX has narrowed considerably.
Thats of course always true for Org-mode, and often the problem isn't
really in the software, but sits in front of the
Gregor Zattler writes:
Hi Gregor,
> * Thorsten Jolitz [24. Jan. 2013]:
>> - after figuring out that I can have full outline functionality in .el
>> files too, the (in my eyes) main advantage of an org-based config was
>> gone.
>
> could you please elaborate how
Bastien writes:
Hi Bastien,
> Gregor Zattler writes:
>
>> Hi Thorsten,
>> * Thorsten Jolitz [24. Jan. 2013]:
>>> - after figuring out that I can have full outline functionality in .el
>>> files too, the (in my eyes) main advantage of an org-based con
Bastien writes:
Hi Bastien,
> I don't understand what does not work exactly -- can you tell me?
ok, I checked more exactly in my init.el in outline-minor-mode:
(1)
M-x org-cycle on the top-level entries expands the entry one level, and
then collapses it again, i.e. cycling between two states
Hi List,
my GSoC 2012 proposal was accepted, so I'm going to spend this summer
implementing bugpile - a bugtracker for GNU Emacs Org-mode.
I use the opportunity to change to a different (more serious) email,
just in case you wonder.
Thanks to Bastien and Eric for the support so far!
--
cheer
Christian Moe writes:
> That was my thought, too. Managing comments as Org items would be
> pretty cool.
>
> Christian
>
> Eric Schulte wrote:
>
>>Thanks to Google Summer of Code and to Thorsten's Bugpile project we
>>should have an interactive web front-end to Org-mode files by the end
>>of
>>t
Hi List,
I have a strange problem with org-global-cycle (S-TAB) in console
sessions. It mainly doesn't do anything, and C-h k shows "M-TAB is bound
to pcomplete", which it actually is, but I'm hitting S-TAB not M-TAB.
Otherwise, the "S" (shift) key work, I can type uppercase and all. Is
that a h
William Gardella writes:
> Thorsten Jolitz writes:
>
>> Hi List,
>> I have a strange problem with org-global-cycle (S-TAB) in console
>> sessions. It mainly doesn't do anything, and C-h k shows "M-TAB is bound
>> to pcomplete", which it
Neil Smithline writes:
Hi Neil,
> This is way cool! Recently I have been deeply irritated by the lack of
> a functional server for Emacs Org Mode.
>
> I've run into this problem dealing with the weak presentation of Org
> Mode files on Github. Github uses the Ruby gem org-ruby
> (https://github
Eric Fraga writes:
> unfortunately, I still have problems. I am using org completely up to
> date (a few minutes ago).
me too, I just posted on the gnus.user list ...
--
cheers,
Thorsten
Neil Smithline writes:
> While I'm hoping we can turn GSoC work into production in less than 4
> years, the GIMP release notes have left me even more psyched about our
> three GSoCers!
>
> Go guys! (At least I think you're all guys :-)
Thanks for your interest and support!
The first time I heard
Hi List,
using a slightly modified version of the wikidoc.el library from Nic
Ferrier (https://github.com/nicferrier/elwikidoc) I published the
Org-mode API on Worg (with some help from Eric (Schulte) with regards to
scripting).
You can access the page via the link at the bottom of this site:
h
Bernt Hansen writes:
Hi Bernt,
> Auto-fill wrapping has stopped working correctly lately.
I had exactly the same problem you describe (no wonder because I just
copied your configuration) and solved it with Bastiens help.
You can search for subject "Strange indentation in message-mode" in the
Hi List,
I copied the "ido everywhere" approach from Bernt Hanson's setup and it
works really great (especially using 'M-x' becomes so fast that
remembering all that keychords seems less necessary).
However, I have to deactivate ido-mode everytime I want to set a
user-defined property with C-c
Jason Dunsmore writes:
> On Thu, May 31 2012, Thorsten Jolitz wrote:
>
>> However, I have to deactivate ido-mode everytime I want to set a
>> user-defined property with C-c C-x p, since ido-mode shows me all the
>> predefined property names and does not let me enter
Achim Gratz writes:
> Looking at the documentation and also the website and Worg, I see that
> we still use all these monikers interchangeably in both capitalized and
> lowercase form throughout. I seem to remember that there was some
> discussion that only one of them should be used going forwa
Achim Gratz writes:
> So my question still stands, which variant is the preferred one if any
> and should we work to standardize it across all documentation?
It would indeed be very usefull to have that written in stone once and forever,
I personally like Org-mode best.
--
cheers,
Thorsten
Florian Adamsky writes:
Hello Florian,
> I will give a talk [fn:1] next weekend about Org mode at a small hacker
> conference in Germany
Karlsruhe is too far away for me, unfortunately. However, I'm really
impressed by the beautiful design of your homepage:
,--
Florian Adamsky writes:
Hi Florian,
> Thorsten Jolitz writes:
>
>> Florian Adamsky writes:
>>
>>> I will give a talk [fn:1] next weekend about Org mode at a small hacker
>>> conference in Germany
>>
>> Karlsruhe is too far away for me, unfort
François Pinard writes:
> On the nomenclature issue of our preferred tool, if I had my say, I
> would suggest Org, and drop "mode". Org is really a major Emacs mode,
> in many acceptations of the word "major". We should speak of Org the
> same way we speak of Calc or Gnus (or Dired).
Org is n
Hello List,
following a suggestion from Bastien, I will give a weekly update from
now on about the state of things in my Google Summer of Code 2012
project "Bugpile/iOrg".
Just to remind you whats it all about:
,-
| Bugpile is a b
Thorsten Jolitz writes:
[ups - wrong keystroke and the unfinished mail was sent]
> Hello List,
>
> following a suggestion from Bastien, I will give a weekly update from
> now on about the state of things in my Google Summer of Code 2012
> project "Bugpile/iOrg".
>
&
Hi Nicolas, Hi List,
when trying to enhance the HTML back-end of the new exporter with
interactive HTML elements, one possibility (probably the easiest and
best) is to write variants for the export functions for some Org
elements that insert different HTML in the output string (HTML form
fields
Vikas Rawal writes:
> Where is the documentation for the new exporter that is in the works?
http://orgmode.org/worg/dev/org-export-reference.html
--
cheers,
Thorsten
Jacob Gerlach writes:
> Hello List,
>
> I just converted my init file to an init.org to load with babel. I
> prefer to view the source blocks with font lock
> (org-src-fontify-natively). My problem is that certain parts of the
> file don't show the fontification.
>
> I had a lot of trouble narrow
Jacob Gerlach writes:
> The MWE (with native fontification -> t) looks ok for me,
>
> Thanks for taking time to check this. I should note that if I find a
> new file (test.org) and yank the MWE, it is fontified correctly, but
> if I save and kill the buffer and then find the file again, that
t...@tsdye.com (Thomas S. Dye) writes:
Hi,
> ox.el:77:1:Error: Invalid function: "Org"
Is that line 77 in /lisp/ox.el? Maybe have a look ...
--
cheers,
Thorsten
Chris Henderson writes:
> Is there a way to get the total number of items at the parent level? I
> have lots of ** under a * and I'd like to see the number at a glance.
that was asked before, here is what I came up with [using (apply '+ ...)
instead of (eval (append (list '+ ...) ...)) would eve
Shiyuan writes:
Hi,
> We can write LaTex directly in org-mode without put it in a SRC block.
> When the code is exported, the latex syntax will be handled correctly
> to html or pdf. That's very nice part of org mode. However, if we don't
> put the latex code into a SRC block, the latex syntax i
Alexander Baier writes:
> Hello org-moders!
>
> I just tried to put a caption under/on/above (or anywhere for that
> matter) my source code block. When exporting to latex, I didn't see any
> caption belonging to my code block. Other backends have not been
> tried. How can I achieve this?
>
> F
al-set-key (kbd "C-c b n") 'boxquote-narrow-to-boxquote)
|(global-set-key (kbd "C-c b u") 'boxquote-unbox)
|(global-set-key (kbd "C-c b e") 'boxquote-text)
|(global-set-key (kbd "C-c b i") 'boxquote-title))
`
bu
Hi List,
with this org file
,
| #+name: project-name
| #+header: :exports none
| #+begin_src emacs-lisp
| (mapconcat
|'capitalize
|(split-string
| (file-name-nondirectory
| (directory-file-name
| (file-name-directory
|(buffer-file-name (current-buffer)
|
Hi List,
this does not work, although I would think it should (at least if there
is no typo or so):
,
| #+name: project-root
| #+header: :var buf-file=(buffer-file-name)
| #+begin_src emacs-lisp
| (file-name-directory
| (directory-file-name
| (file-name-directory buf-file)))
| #+end_src
t...@tsdye.com (Thomas S. Dye) writes:
Hi Thomas,
> Thorsten Jolitz writes:
>
>> Hi List,
>>
>> with this org file
>>
>> ,
>> | #+name: project-name
>> | #+header: :exports none
>> | #+begin_src emacs-lisp
>> | (mapconcat
&
t...@tsdye.com (Thomas S. Dye) writes:
Hi Thomas,
> I use this a lot in my work, but hadn't tried it in a headline. I tried
> it with the call line in a headline and that works, too. This subtree
> is in a file called personal.org.
>
> * Jolitz
>
> #+name: project-name
> #+header: :exports none
Thorsten Jolitz writes:
> Hi List,
>
> this does not work, although I would think it should (at least if there
> is no typo or so):
>
> ,
> | #+name: project-root
> | #+header: :var buf-file=(buffer-file-name)
> | #+begin_src emacs-lisp
> | (file-name-direc
Eric Schulte writes:
>> Wrong usage of :var or limitations of header arguments?
>
> This is to be expected. The two blocks above compose to something like
>
> #+begin_src emacs-lisp
> (file-name-nondirectory
>(file-name-directory
> (directory-file-name
> (file-
Shiyuan writes:
> Hi all,
> I am learning R and use Emacs to work with R. I googled around and I
> found two options: ESS and Org-R/Org-Babel.
> Babel speaks multiple languages( Any languages?-if we write some sort
> of parser, which I assume is not terribly difficult under Babel?).
>
> But if
>From bc21dacd0bb400c5bb92acff9bbf2d00560f1c92 Mon Sep 17 00:00:00 2001
From: tj
Date: Wed, 25 Jun 2014 16:27:42 +0200
Subject: [PATCH] Taskjuggler: Add valid project attributes
* ox-taskjuggler.el (org-taskjuggler--build-project): Insert all
valid attributes from project.
* ox-taskjuggler.el
Nick Garber writes:
Hello,
> In exploring the use of OrgMode for advanced project planning I've run
> across a few questions/problems with the taskjuggler exporter that I'd
> like to raise.
>
> (1) unable to set 'timingresolution'
>
> My project contains some short tasks, such as brief but requi
Hi List,
sometimes I want to call one of the org--export functions with a
different environment, i.e. with different values for the
backend-specific customizable export variables, e.g.
,
| (let ((org-taskjuggler-default-project-duration 1)) ; default is 280
|(org-taskjuggler-export-and-
Hi List,
what about adding one more option for WHICH
,[ C-h f org-entry-properties RET ]
| org-entry-properties is a compiled Lisp function in `org.el'.
|
| (org-entry-properties &optional POM WHICH SPECIFIC)
| [...]
| If WHICH is nil or `all', get all properties. If WHICH is
| `special'
tom writes:
> hi guys,
>
> I have this:
>
> (setq org-link-abbrev-alist
> '(("foo" . "file:/path/to/%(myfun).txt")))
>
> I'm trying to have "myfun" replace any spaces in the tag with
> underscores, but I'm not having much luck. Would someone mind giving
> me a hint?
#+begin_src emacs-lisp
(let (
Hi List,
I try to include a (lilypond) src_block using header-arg :var, but it
does not work:
,
| #+name: common
| #+begin_src lilypond :exports none :file common.eps
| \version "2.18.2"
| \paper{
| oddFooterMarkup = \markup {}
| }
| #+end_src
|
| #+name: score
| #+begin_src lily
Julien Cubizolles writes:
> How do I enable calc as a valid source block? The following code
>
> #+BEGIN_SRC calc
> 2 + 3
> #+END_SRC
>
> gives the error in the title.
Add it to `org-babel-load-languages', e.g. like this
,
| (org-babel-do-load-languages
| (quote org-babel-load-language
Hi List,
I wonder if I can assume that all ob-xxx.el languages, even those
written before the new parser/exporter framework existed, know how to
deal with multi-line headers like:
,
| #+name: foo
| #+header_args: :var x=bar
| #+begin_src lang
| ...
| #+end_src
`
(I would think that arg
Hi List,
doing C-c C-c on the first src_block
,
| * A
| ** B
| :PROPERTIES:
| :header-args: :var name=dblock-name
| :header-args+: :var prms=dblock-params
| :END:
|
| #+begin_src emacs-lisp
| (format "\n#+begin: %s %s\n#+end:\n" name prms)
| #+end_src
|
| #+name: dblock
Rainer M Krug writes:
> Along the same lines:
>
> When I use
>
> ,
> | :header-args: :var RNGKIND="Mersenne-Twister"
> | :header-args+: :var RNGNORMALKIND="Inversion"
> `
>
> both variables are transferred - is var+ generally redundant, or i=only
> in this case?
When I start using :var+
David Rogoff writes:
> I can’t see how to insert a datestamp with just year and month. I’m
> adding an archive of various past events that I don’t have the exact
> date for.
Maybe try
,[ C-h v org-time-stamp-custom-formats RET ]
| org-time-stamp-custom-formats is a variable defined in `org
Hi List,
evaluating this 3 times does not work as expected:
,
| * A
|
| #+header: :results raw replace
| #+begin_src emacs-lisp
| (+ 2 2)
| #+end_src
|
| #+results:
| 4
| 4
| 4
`
Independent from argument order, 'replace' (which should be default
anyway) is ignored.
--
cheers,
Th
t...@tsdye.com (Thomas S. Dye) writes:
Hi Thomas,
> Thorsten Jolitz writes:
>
>> Hi List,
>>
>> evaluating this 3 times does not work as expected:
>>
>> ,
>> | * A
>> |
>> | #+header: :results raw replace
>> | #+begin_src em
Andreas Leha writes:
> Hi Thorsten,
>
> Thorsten Jolitz writes:
>
>> Hi List,
>>
>> evaluating this 3 times does not work as expected:
>>
>> ,
>> | * A
>> |
>> | #+header: :results raw replace
>> | #+begin_src emacs-lisp
Thorsten Jolitz writes:
> Andreas Leha writes:
>
>> Hi Thorsten,
>>
>> Thorsten Jolitz writes:
>>
>>> Hi List,
>>>
>>> evaluating this 3 times does not work as expected:
>>>
>>> ,
>>> | * A
>
Andreas Leha writes:
> Hi Thorsten,
>> My use-case is actually this, and it won't work with wrapped results:
>>
>> ,
>> | ** Utility Function :ARCHIVE:
>> |
>> | #+name: create-subtree-with-dblock
>> | #+header: :var name="foo"
>> | #+header: :var prms=":bar loo"
>> | #+header: :results rep
Nick Dokos writes:
> Thorsten Jolitz writes:
>
>> Hi List,
>>
>> evaluating this 3 times does not work as expected:
>>
>> ,
>> | * A
>> |
>> | #+header: :results raw replace
>> | #+begin_src emacs-lisp
>> |
domandwonder.com/
> “Wisdom begins in wonder.” --Socrates
> ((λ (x) (x x)) (λ (x) (x x)))
> “Life has become immeasurably better since I have been forced to stop
> taking it seriously.” --Thompson
>
>
> On Mon, Jul 7, 2014 at 8:56 AM, Nick Dokos wrote:
>> Thorsten Jolitz
tes
> ((λ (x) (x x)) (λ (x) (x x)))
> “Life has become immeasurably better since I have been forced to stop
> taking it seriously.” --Thompson
>
>
> On Sun, Jul 6, 2014 at 7:05 PM, Thorsten Jolitz wrote:
>> David Rogoff writes:
>>
>>> I can’t see how to ins
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 headline, not tags? If so, how? If not, wouldn't this be
>>> useful?
>>>
>>
>> Try `s' in the agenda perhaps?
>
> Yes
Alexander Baier writes:
> On 2014-07-07 16:40 Grant Rettke wrote:
>> That property then is something that we may set as a buffer local
>> variable set in the file itself for cases where want only months in
>> the entire file?
>
> File local variables?
,[ C-h f make-variable-buffer-local RET
Hi List,
when I run 'tj3' on a taskjuggler file (.tjp) exported from Org, I get
the reports as 'Plan.html' file.
I can have a look with my browser, but thats not really what I want - I
want to integrate the reports in a LaTeX document (exported from Org).
Did anybody try to use TJ3 with Org-m
Paul Sexton writes:
> I have written a plugin for org agenda, which allows "gamification" of
> task management. Define currencies, earn them by completing tasks, and
> spend them on rewards. Inspired by HabitRPG, Epic Win and similar
> systems.
>
> http://bitbucket.org/eeeickythump/org-gamify
Lo
Nick Dokos writes:
> I think there is a problem with the ML or maybe gmane. I have received
> several replies through private Cc: but even though those replies are
> also cc:ed to the list, they haven't appeared either when I read gmane
> through gnus or through the web. I also went looking for
John Kitchin writes:
> Can't you just change your buffer mode to org-mode, compose, change back
> to message-mode and send? Did you want to do more than that?
Ok, message-mode is a text mode just like Org-mode and not a programming
mode, so it is not the perfect use-case for outshine/outorg, and
Ken Mankoff writes:
Hi Ken,
> 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
1 - 100 of 851 matches
Mail list logo