Hello,
John Hendy writes:
> Let me know if you have further suggestions on the change.
It looks good. Applied. Thank you.
Regards,
--
Nicolas Goaziou
Am Tue, 11 Mar 2014 17:59:59 -0700
schrieb Samuel Wales :
> We had a great discussion about scanners and ADFs here a while back.
> The Fujitsu ScanSnap 1500 seemed to be a favorite. We also talked
> about what resolutions to scan at.
>
> What's the current status of document scanners for Linux?
All,
I not more can calculate a clocktable with
:scope agenda-with-archives
I try to create this clocktable
#+BEGIN: clocktable :maxlevel 0 :fileskip0 t :scope agenda-with-archives :block
2014-03
#+END:
Error message is:
setq: Symbol's function definition is void: org-add-archive-files
I ru
Matt Price writes:
> is it possible to mark, not the current subtree, but one level up from
> the current subtree? I would like to add that level to the org
> bindings for expand-region,
>
> https://github.com/magnars/expand-region.el/blob/master/the-org-mode-expansions.el
you are probably look
Rainer M Krug wrote:
> Ken Mankoff writes:
>> On 2014-03-11 at 08:47, zwz wrote:
>>> In my setup, there is
>>> (setq org-export-exclude-tags '("private" "exclude")
>>>
>>> and In my test.org:
>>>
>>> * test
>>>
>>> ** Not exported:exclude:
>>>#+BEGIN_SRC ditaa :file test.png :
Sorry for asking again, but this issue is still a big problem for me, as I
have to load my settings file manually (open, eval-buffer, close) at each
startup...
I'm trying to use a custom setup for `org-mode 8.2` on `Windows 7`, but it
does not work as expected.
Sorry for pushing that, but is ve
Hi,
Is there a way to first create an agenda command with basic settings and
then reuse and extend those settings in another agenda?
Example:
first create a weekly agenda "overview-10d", which can be invoked e. g. with
C-c a a, that shows all deadlines for the next 10 days
then create another ag
Thomas Holst writes:
> Hi,
>
> zwz wrote:
>
>> Here is an example:
>>
>> * test
>> #+BEGIN_SRC ditaa
>> ++ +-+
>> || | |
>> || | |
>> ++ +-+
>> #+END_SRC
>> When I hit C-c ', the minibuffer says "Recognizing tables...done",
>> and the org src scratch
Thomas Holst writes:
> Hi,
>
> zwz wrote:
>
>> Here is an example:
>>
>> * test
>> #+BEGIN_SRC ditaa
>> ++ +-+
>> || | |
>> || | |
>> ++ +-+
>> #+END_SRC
>> When I hit C-c ', the minibuffer says "Recognizing tables...done",
>> and the org src scratch
Sebastien Vauban
writes:
> Rainer M Krug wrote:
>> Ken Mankoff writes:
>>> On 2014-03-11 at 08:47, zwz wrote:
In my setup, there is
(setq org-export-exclude-tags '("private" "exclude")
and In my test.org:
* test
** Not exported:exclude:
>>
Ken Mankoff writes:
> Hi Andreas,
>
> On 2014-03-11 at 09:41, Andreas Leha wrote:
>> Hi Ken,
>>
>> Ken Mankoff writes:
>>
>>> On 2014-03-11 at 08:47, zwz wrote:
In my setup, there is
(setq org-export-exclude-tags '("private" "exclude")
and In my test.org:
* test
>>
Rainer M Krug writes:
> Ken Mankoff writes:
>
>> On 2014-03-11 at 08:47, zwz wrote:
>>> In my setup, there is
>>> (setq org-export-exclude-tags '("private" "exclude")
>>>
>>> and In my test.org:
>>>
>>> * test
>>>
>>> ** Not exported:exclude:
>>>#+BEGIN_SRC ditaa :file test.
Hello,
I'm playing with manipulating some data in org-mode format from the
command line (OK, I admit that I'm playing with acme).
I'm wondering if there is a tool, or a way to call emacs, to do the
following:
- get some data in org-mode format from stdin
- nicely format the text
- spit the resul
On Mar 11, 2014 11:21 PM, "Nick Dokos" wrote:
>
> "Stephen J. Barr" writes:
>
> > Hello,
> >
> > I have the following code block in an org-mode file:
> >
> >
> >
> > #+CAPTION: Matlab Dynamic Programming Solution
> >
Hi List,
while
,-
| M-x org-display-outline-path
`-
works as expected for me, neither
,---
| M-: (org-display-outline-path)
`---
nor
,---
> In my example, I did not set the header argument session, and variable
> org-babel-default-header-args has the value:
> (:results . "replace")
> (:exports . "code")
> (:cache . "no")
> (:noweb . "no")
> (:hlines . "no")
> (:tangle . "no"))
> However, the block still runs.
I wanted to try a
Hi Thorsten,
Thorsten Jolitz writes:
> How is this function supposed to be called from another program? Why
> does it have (interactive "P") if the prefix arg is never used? Or do I
> simply miss something important here?
I think you miss the fact that it displays a path only if the headline
is
Hi Alan,
Alan Schmitt writes:
> Do you have tools or an approach using emacs (as a command line tool) to
> suggest?
I would call emacs in batch mode, applying some Elisp code to fill
each element. See `org-forward-element' and `org-fill-paragraph'.
HTH,
--
Bastien
M writes:
> (load "org")
Replace this with (require 'org)
And make sure (1) you have been running ~$ make (or ~$ make autoloads)
in your Org directory.
If this does not work, please use M-x org-version RET and report the
exact version number.
Thanks,
--
Bastien
Rainer Stengele writes:
> Org-mode version N/A-fixup (N/A-fixup !!check installation!! @ mixed
^^
Did you run ~$ make or ~$ make autoloads?
--
Bastien
Matt Price writes:
> is it possible to mark, not the current subtree, but one level up from
> the current subtree?
Interactively, this would be
C-c C-^ M-h
if point is on the headline,
C-c C-^ C-c C-^ M-h
if point is within the subtree.
HTH,
--
Bastien
Hi Christian,
Christian Wittern writes:
> The following minimal example shows a problem I have with export (tested
> with 8.25 from git and the one bundled in Emacs 24.3.1):
Can you run M-x org-version RET just to give the full version number?
This helps spotting possible installation problems
Hi John,
John Hendy writes:
> Feel free to counter my changes with suggestions/improvements and I'll
> re-submit.
Looks good, except for the trailing whitespaces on a line.
Can you resubmit this with a proper ChangeLog entry?
Thanks!
--
Bastien
Hi David,
David Masterson writes:
> Had that suspicion which is why I didn't file it as an official bug. I
> ran across this when setting up org-toodledo which will sync Org tasks
> with Toodledo tasks. Org-toodledo treats Toodledo Contexts as Org Tags
> (with a prepended '@') and Toodledo all
On Mar 12, 2014 10:17 AM, "Bastien" wrote:
>
> M writes:
>
> > (load "org")
>
> Replace this with (require 'org)
>
> And make sure (1) you have been running ~$ make (or ~$ make autoloads)
> in your Org directory.
>
I thought requiring org wasn't required anymore?
John
> If this does not work,
Bastien writes:
> Hi Alan,
>
> Alan Schmitt writes:
>
>> Do you have tools or an approach using emacs (as a command line tool) to
>> suggest?
>
> I would call emacs in batch mode, applying some Elisp code to fill
> each element. See `org-forward-element' and `org-fill-paragraph'.
Thanks a lot
Bastien writes:
Hi Bastien,
> Thorsten Jolitz writes:
>
>> How is this function supposed to be called from another program? Why
>> does it have (interactive "P") if the prefix arg is never used? Or do I
>> simply miss something important here?
>
> I think you miss the fact that it displays a pa
Alan Schmitt writes:
> Here is the code, if it's helpful to others.
Thanks for sharing this!
--
Bastien
Thorsten Jolitz writes:
> both print this in the message buffer
>
> ,--
> | byte-code: End of buffer
> | #("1st level" 0 9 (face org-level-1))
> `--
>
> while using M-x shows the string "1st Level" as expected.
There is no p
John Hendy writes:
> I thought requiring org wasn't required anymore?
Yes, it is not required, but better than (load "org").
--
Bastien
M writes:
> have to load my settings file manually (open, eval-buffer, close) at
> each startup...
By hand, do
M-x load-file RET path-to-file RET
Now after you have done this, do
M-x list-command-history RET
And copy-paste the relevant portion to your .emacs. That is all. No
need to m
Hi all,
Can someone have a look at this patch and check it in?
It fixes `org-delete-property` offering to delete "CATEGORY" property although
it's not present. Also skip completion when there's only one candidate.
regards,
Oleh
From ad4415a4cbf67955c636b8a3384f3163cac61462 Mon Sep 17 00:00:00 20
Hi Esben,
Esben Stien writes:
> Now, If I f.ex do C-c a s corge, I get multiple hits, but I really only
> search for level 3 items always. Is there any way to restrict the search
> to only level 3 items?
You can have a custom agenda command like this one:
(setq org-agenda-custom-commands
Hi List,
by adding a soft-dependency to outorg.el and a generic function
`outshine-use-outorg', it is now possible to call all kinds of Org-mode
functionality from an outshine buffer (i.e. a source-code buffer with
outline-minor-mode and outshine extensions enabled).
Its a first version, so not
Hi Esben,
Esben Stien writes:
> ** foo
> *** TODO 1
> *** TODO 2
> *** TODO 3
>
> If I stand on "foo" and hit a key combination, I want to insert a new
> TODO at the bottom of the current node, so that it becomes "TODO 4"
When point is on foo,
C-c C-_ C-u C-u S-M-RET
will do i
Bastien writes:
> Thorsten Jolitz writes:
>
>> both print this in the message buffer
>>
>> ,--
>> | byte-code: End of buffer
>> | #("1st level" 0 9 (face org-level-1))
>> `--
>>
>> while using M-x shows the string "1st Level
Hi Greg,
Daimrod writes:
> I've attached a small patch to support links (opening and storing) to
> Ebib's[1] entries.
>
> Can I integrate it?
Sure, please go ahead, thanks!
--
Bastien
Thorsten Jolitz writes:
> ,-
> | M-: (callOrgDisplay)
> `-
>
> with point on the second level headline shows that internal string
> representation. Only if I make `callOrgDisplay' itself a command by
> adding (interactive) and call it with M-x, the string w
Dear all,
I am still receiving donations for Org-mode, even though right now I am
only formally the maintainer of Org (it is very difficult to make time free
for me, currently). I would like to pass donations on to someone here who
has expenses related to Org, because this does not feel right any
Hi Eric,
Eric S Fraga writes:
> Unlike some other #+ directives, the #+constants: one has to be at
> column 0 or else it is not understood/parsed by org.
This is the same behavior than all #+ directives except these four:
#+TITLE:
#+AUTHOR:
#+DATE:
#+EMAIL:
Fontification should tell you in
On Wed, Mar 12, 2014 at 11:14 AM, Bastien wrote:
> John Hendy writes:
>
>> I thought requiring org wasn't required anymore?
>
> Yes, it is not required, but better than (load "org").
Great -- just making sure I'm not goofing my own setup. Looks like he
actually has both:
#+begin_quote
(require
Hi Arun,
Arun Persaud writes:
> I tried to fix this in org. It seems to work over here, but my elisp as
> well as my understanding of org-mode is not perfect ;) Let me know if it
> needs more work.
Applied, thanks!
--
Bastien
Carsten,
back in the time when me and my friend created and sold the Snow Linux
Distribution, we donated all excess money to the FSF.
This was 20 years ago, but I think the FSF serves as much a purpose
then as it does nowadays.
regards,
Joost Helberg
> "Carsten" == Carsten Dominik writes:
Bastien writes:
> Thorsten Jolitz writes:
>
>> ,-
>> | M-: (callOrgDisplay)
>> `-
>>
>> with point on the second level headline shows that internal string
>> representation. Only if I make `callOrgDisplay' itself a command by
>> adding (interactive) and ca
Hello,
Bastien writes:
> This is the same behavior than all #+ directives except these four:
>
> #+TITLE:
> #+AUTHOR:
> #+DATE:
> #+EMAIL:
>
> Fontification should tell you in all cases.
Most user-defined keywords ignore indentation
(e.g., #+LATEX_HEADER:, #+MACRO: ...).
I think we should r
Hi Nicolas,
Nicolas Goaziou writes:
> I think we should remove this historical limitation, as there is no
> reason to keep it any longer. The benefit is that such a change will be
> backward compatible.
Agreed, please go ahead,
--
Bastien
Hi Oleh,
Oleh writes:
> Can someone have a look at this patch and check it in?
I applied a different patch, things are a bit more complicate:
(org-get-category) always returns a non-empty string (at least
after `org-refresh-category-properties' as been called once),
while (org-entry-get (point)
Hi,
zwz writes:
> When I hit C-c ', the minibuffer says "Recognizing tables...done",
> and the org src scratch buffer does not turn picture-mode on.
This should be fixed now, thanks for reporting this.
--
Bastien
Joost Helberg writes:
> back in the time when me and my friend created and sold the Snow Linux
> Distribution, we donated all excess money to the FSF.
>
> This was 20 years ago, but I think the FSF serves as much a purpose
> then as it does nowadays.
Wouldn't it be a better idea to compensate th
Carsten Dominik writes:
> I am still receiving donations for Org-mode, even though right now I
> am only formally the maintainer of Org (it is very difficult to make
> time free for me, currently). I would like to pass donations on to
> someone here who has expenses related to Org, because this doe
Hi Carsten and all,
Achim Gratz writes:
> That's an interesting problem to have... :-)
FWIW I support Joost proposal to donate to the FSF.
But I'd be interested to know if Emacs maintainers accept donations.
If they do, I'd split donations between FSF and Emacs maintainers.
> Since Org certai
Hi Oleh,
Oleh writes:
> I wanted to store this file as an attachment in an org document, so I
> don't forget about it, but this attachment can't be opened due
> to `org-attach-file-list` ignoring all files that start with a dot.
I'm copying John to this email, to see if there is any reason why
Hi Michael,
Michael Brand writes:
> On Sat, Mar 1, 2014 at 12:13 PM, Bastien wrote:
>> I see. The following patch fixes it but it's just a quick try,
>> I need to review possible side-effects more carefully. In the
>> meantime, if you can confirm it works for you, that'd help.
>
> The patch w
Hi Rasmus,
Rasmus writes:
> Is it a feature that the second column doesn't narrow? I don't
> recognize it as a feature from
>
> http://orgmode.org/org.html#Column-width-and-alignment
>
> On the other hand it could be a technical limitation.
Yes, it is a technical limitation. I may have a
"R. Michael Weylandt "
writes:
> I've tried this with Org 7.9.3 and 8.2.5h to the same result:
>
> <-->
> #+TITLE: Test
> * One
> Here is a [[http://google.com/search?q=orgmode][link]]
> <-->
>
> Exporting to HTML doesn't transform the link but exporting to
Hello Carsten,
> I am still receiving donations for Org-mode, even though right now I am
> only formally the maintainer of Org (it is very difficult to make time free
> for me, currently). I would like to pass donations on to someone here who
> has expenses related to Org, because this does not f
I'm trying to create a set of files that describe project data and have a
column view block in a summary file, but the columnview is only picking up
one project, and I need it to pick up all.
P1.org and P2.org are two sample project files, and MasterP.org is the
summary file.
P1.org:
#+COLUMNS:
The babel sh example here:
http://orgmode.org/worg/org-contrib/babel/intro.html#source-code-execution
says (and shows), "Babel automatically converts the output into an
Org-mode table.". When I run that same code
#+name: directories
#+begin_src sh :results replace
cd ~ && du -sc * |grep -v t
Ohp. Nevermind. Sorry for the noise. I have a default of ":results
output", and when I set ":results value" it works.
-k.
On 2014-03-12 at 16:08, Ken Mankoff wrote:
> The babel sh example here:
> http://orgmode.org/worg/org-contrib/babel/intro.html#source-code-execution
>
> says (and shows)
+1 for Bastien for what its worth (im a relatively neewb but Bastien has
been truly epic in helping new users)
best
Z
On Wed, Mar 12, 2014 at 9:32 PM, Sebastien Vauban
wrote:
> Hello Carsten,
>
> > I am still receiving donations for Org-mode, even though right now I am
> > only formally the ma
Bastien writes:
> Agreed, please go ahead,
Done.
Regards,
--
Nicolas Goaziou
Aloha Ken,
Running emacs -Q, initialized to point to an up-to-date Org mode, this
works for me.
I evaluate this source code block so babel recognizes shell source code
blocks:
#+BEGIN_SRC emacs-lisp
(org-babel-do-load-languages
'org-babel-load-languages
'((sh . t)))
#+END_SRC
#+RESULTS:
| (sh
How much money is coming in? Might there be something that could be paid for
that would be helpful, such as getting professionally done subtitles/captions on
one of the videos? Or something else that's in the class of tasks that someone
could volunteer to do but if it's possible to spend a bit
Bastien writes:
> You can have a custom agenda command like this one:
>
> (setq org-agenda-custom-commands
>'(("c" "Level 3 courge" tags "+LEVEL=3"
> ((org-agenda-regexp-filter-preset '("+corge"))
Yeah, that works nicely;), but it's a hardcoded search string. How would
Bastien writes:
> When point is on foo,
> C-c C-_ C-u C-u S-M-RET
I wonder if my terminal blocks the shift:
M-x describe-key S-M-RET
..gives me:
C-M-j runs the command org-insert-todo-heading, which is an
interactive compiled Lisp function in `org.el'.
I'm running emacs -nw -q in terminal i
On 3/12/14 2:14 PM, Joost Helberg wrote:
back in the time when me and my friend created and sold the Snow Linux
Distribution, we donated all excess money to the FSF.
If people wanted to give to the FSF, they would have done it directly.
I've donated to Org in the past not to defray expenses but
OSiUX writes:
> Try: org-clock | org-timeline
>
> https://github.com/osiris/org-bash-utils
Yeah, that's wicked coolness;) Thanks for thanks.
--
Esben Stien is b0ef@e s a
http://www. s tn m
irc://irc. b - i . e/%23contact
sip:b0
It seems like the function "org-export-icalendar-combine-agenda-files" (as
discussed in the first link provided by @Matt) has to be replace with
"org-icalendar-combine-agenda-files" when working with a new version of org. Am
I right?
Cheers,
Dror
On Mar 5, 2014, at 22:50 PM, Matt Lundin wrote:
Hi zwz,
zwz writes:
> Ken Mankoff writes:
>
>> Hi Andreas,
>>
>> On 2014-03-11 at 09:41, Andreas Leha wrote:
>>> Hi Ken,
>>>
>>> Ken Mankoff writes:
>>>
On 2014-03-11 at 08:47, zwz wrote:
> In my setup, there is
> (setq org-export-exclude-tags '("private" "exclude")
>
> a
Bastien gnu.org> writes:
>
> Hi Arun,
>
> Arun Persaud lbl.gov> writes:
>
> > I tried to fix this in org. It seems to work over here, but my elisp as
> > well as my understanding of org-mode is not perfect ;) Let me know if it
> > needs more work.
>
> Applied, thanks!
>
Bastien,
This see
Hi Bastien,
On 2014-03-13, 00:22, Bastien wrote:
Weird, I can export this well with Emacs 24.3/Org 7.9.3e and latest
Emacs/Org.
Please try to reproduce the problem with a bare emacs -q and by just
loading your Org config.
Thank you for your help.
Now I can report that I succeeded getting the
Whoops, completely glossed over the ChangeLog bit of the patch
submission guide. Sorry about that; I'll resubmit shortly.
The trailing whitespace is the result of my texi ignorance. In a
previous patch, Nicolas clarified that sentences needed to end in two
spaces, and I add them at the end of my l
Bastien writes:
> Hi Greg,
>
> Daimrod writes:
>
>> I've attached a small patch to support links (opening and storing) to
>> Ebib's[1] entries.
>>
>> Can I integrate it?
>
> Sure, please go ahead, thanks!
Done.
Best,
--
Daimrod/Greg
Nick, thanks for looking.
After upgrading to the latest Org release 8.2.5h I did narrow it down
to fci-mode being activated in lisp mode manifesting the issue.
https://github.com/alpaker/Fill-Column-Indicator
On Mon, Mar 10, 2014 at 12:14 AM, Nick Dokos wrote:
> Grant Rettke writes:
>
>> This
Wanting to learn literate programming in org-mode I figured that my Emacs
configuration would be the simplest place to start. In that regard I was
right, it just took a lot more work then I had expected, and that is OK. It
was a non-trivial effort and I learned a lot. In my mind, the door is now
wi
I'm having trouble with Octave export, and I am not quite sure where to look.
In an Org file I have the following:
#+BEGIN_SRC octave
a = [1;3;5;7;9]
b = [2;4;6;8]
ans=a;
#+END_SRC octave
When exporting to LaTeX I get the following:
\#+BEGIN\_SRC octave
a = [1;3;5;7;9]
Hi List,
due to the relatively frequent mismatches between language names
extracted from major-mode names and language identifiers used by
Org-Babel I try to build the definite translation alist between both
names.
To avoid checking myself by hand what
,---
| M-: major-mode R
Thorsten Jolitz writes:
> due to the relatively frequent mismatches between language names
> extracted from major-mode names and language identifiers used by
> Org-Babel I try to build the definite translation alist between both
> names.
>
> To avoid checking myself by hand what
>
> ,--
78 matches
Mail list logo