Chris Henderson writes:
> Is there any way to quickly add a file's location rather than typing
> the whole file://path/to/location. The files are mostly freemind or
> libreoffice calc/ word files.
>
> If the file or the directory is not there, it can also be created
> from within org easily.
>
>
Is there any way to quickly add a file's location rather than typing the
whole file://path/to/location. The files are mostly freemind or libreoffice
calc/ word files.
If the file or the directory is not there, it can also be created from
within org easily.
Thanks
Nicolas Goaziou writes:
> Hello,
>
> Eric Schulte writes:
>
>> This sounds like a good compromise to me. As you say, this should
>> easily and visually support both use cases and is intuitive. I've not
>> touched the export machinery myself, so I'll leave the implementation to
>> Nicolas but I
Xavier Garrido gmail.com> writes:
>
> Hi Orgers,
>
> I am having some troubles with several org files that I want to include
> into one general org file. To do that I use the #+INCLUDE: keywords and
> actually, everything is working well until I add some footnotes in both
> files. Let me sho
I also use tables, and have one big recipe.org file. I considered
ingredient properties, etc., but ended up just text and find recipes by
using simple searches. They look like this:
* Texas Skillet Corn Bread
| Ingredient | Quantity | Instructions|
|+
Hi,
Here's a couple of minor changes for ox-html.
First, I dropped the references to HTML5 hgroup since apparently W3
did the same¹.
Second, for some reason ox-html replaces a couple of entities by
itself—rather than letting org-entities do it—but uses hex references
(or whatever), rather than
Hi Orgers,
I am having some troubles with several org files that I want to include
into one general org file. To do that I use the #+INCLUDE: keywords and
actually, everything is working well until I add some footnotes in both
files. Let me show you a minimal example where the footnote numberi
Hi,
I'm trying to make a personal website with ox-html and ox-publish. In
terms of output I am looking for something like:
#+begin_src html
Section title
my text
#+end_src
This seems to be how these fancy pages get colored boxes and indented
text¹. . .
I can almost get it with
Hi list,
We all know that org-habit is great, but the only case when I actually
see the consistency graph is in the agenda, when I did *not* do my habit
today. Is there a way to display the consistency graph on demand, e.g.
in the echo area? (Also, a dynamic table with a summary of my
consistenc
Hi,
This patch allows different containers in ox-html.el depending on the
level of the heading. For example, it is possible to get a container
structure like this (level . container):
* . section
** . article
*** . div
This is good for HTML5 at least, and I suspect also for ox-publish
projec
I am revisiting a workflow that I have a hard time letting go of, despite
it's unintended use in Org-mode.
That is, I like to visually separate groups of headlines by simply having a
couple of empty headlines. This allows more nimble and simple use-case of
manually sorting buildup of headlin
Dnia 2014-03-15, o godz. 11:10:59
Marcin Borkowski napisał(a):
> Hi list,
>
> I'd like to extend the LaTeX exporter to be able to prepare tests with
> Org-mode. Four basic kinds of tests I'm thinking about are: single
> choice test, multiple choice test, cloze test and an "open" question
> (whe
Hi,
sunrise commander is a two pane file manager like midnight commander but
inside emacs. It reuses much of dired but has its own mode. I use
sunrise commander a lot so I like to create links to files from within it.
Here is a path with implements this feature.
If you like it feel free use it.
Hi,
for quite a while I have this patch in my local org-mode branch. Now I
find the time to share it.
Given a table with several sections and a capture template for entries
in this table. The sections are dynamic, so a static value for
table-line-pos does not help. With this patch table-line-pos
Hi Nicolas,
· Nicolas Goaziou wrote:
> Thomas Holst writes:
>
>> there is a bug in links to org-files:
>>
>> given the link:
>>
>> [[file:EmacsNotes.org::*Screencast%20of%20lispy.el%20with%20org-mode%20code%20base][Screencast
>> of lispy.el with org-mode code base]]
>>
>> if I hit C-c o with po
Pandoc can pull a web page, convert to Markdown and then to Org. That
doesn't do all you want, but maybe a start.
Cheers,
Alan
On 16 March 2014 05:03, Xebar Saram wrote:
> Thanks so much for the tips Erik
>
> i will explore the ingredients in table idea as suggested. do you know
> perhaps of a
This is the fourth and last patch of this series. It simply adds autoloads
for `org-annotate-file` and `org-annotate-file-show-section`.
0004-Provide-autoloads-for-org-annotate-file.patch
Description: Binary data
At Sat, 15 Mar 2014 20:03:33 +0200,
Xebar Saram wrote:
>
> Thanks so much for the tips Erik
>
> i will explore the ingredients in table idea as suggested. do you know
> perhaps of a way to quick format online recipes to an org table (that is
> webpage html to org table) or perhaps a way to conver
The third patch provides the bulk of the change. It extracts most of the
functionality of `org-annotate-file-show-section` into
`org-annotate-file-annotate` and now just acts as a wrapper around it for
setting up and returning the buffer to the caller.
0003-Allow-the-user-to-control-the-annotati
The second patch makes the annotation storage location a parameter to
`org-annotate-file-show-section`.
0002-Pass-storage-file-as-a-parameter-to-org-annotate-fil.patch
Description: Binary data
Hi All,
I was looking for a way to annotate code in Emacs for code reviews and
found a post on Stack Overflow recommending org-annotate-file [1]. This
was pretty close to what I was looking for but with two exceptions,
* I wanted to be able to store the annotations in different files
depending on
Thanks so much for the tips Erik
i will explore the ingredients in table idea as suggested. do you know
perhaps of a way to quick format online recipes to an org table (that is
webpage html to org table) or perhaps a way to convert already entered
recipes in my org files to tables
kind regards
Z
Eli Zaretskii writes:
> Do you happen to know, or can measure, how much faster is the latest
> version? Given the timing provided by the OP, it'd have to be at
> least 100 times faster, to avoid annoying delays after each command.
Basically it is,
(search-forward "call_")
versus
(re-sear
At Sat, 15 Mar 2014 09:24:23 +0200,
Xebar Saram wrote:
>
> Dear Eric and org users
>
> i am a new(ish) org user and an avid cooker. i have started using
> orgmodeas my recipe notebook and stumbled upon the old org-cook
> thread.
> Is there so documentation on this? do you still use it?
> are ther
> From: Nicolas Goaziou
> Cc: Fabrice Niessen , emacs-orgmode@gnu.org,
> 16...@debbugs.gnu.org
> Date: Sat, 15 Mar 2014 17:17:26 +0100
>
> > (while (search-forward "call_" nil t)
> > (save-excursion
> > (goto-char (match-beginning 0))
> > (when (looking-at org-babel-inlin
Hello,
Eli Zaretskii writes:
> Thanks. So this looks like a problem with Org Mode. In particular,
> org-element-inline-babel-call-successor takes a lot of time in this
> case. That function traverses the buffer from top to bottom:
>
> (while (search-forward "call_" nil t)
> (save-
Salut Bastien,
thanks a lot - that helps a little, however this will only work temporarily
and already for the next "r" refresh, the combined agendas are not there any
more, just one, if I am not mistaken.
My question was more targeting in the direction if it could be possible to
define one basic
> From: Fabrice Niessen
> Cc: 16...@debbugs.gnu.org, emacs-orgmode
> Date: Fri, 14 Mar 2014 17:00:54 +0100
>
> I realized that Emacs did not into an infloop, but simply gave me back
> control after a very long time (more than 2 mins). Good news #1.
>
> I thought at using the profiler of Emacs 2
Hi Bastien,
Thanks for the changes; comments below:
On Fri, Mar 14, 2014 at 11:09 AM, John Hendy wrote:
> Greetings,
>
>
[snip]
> The specification is clear enough for lines 1 and 2.
>
> #+begin_quote
> In line 3, the ChangeLog entry should start, in a similar format as in
> the old ChangeLog
Hello,
Thomas Holst writes:
> there is a bug in links to org-files:
>
> given the link:
>
> [[file:EmacsNotes.org::*Screencast%20of%20lispy.el%20with%20org-mode%20code%20base][Screencast
> of lispy.el with org-mode code base]]
>
> if I hit C-c o with point on the link I get an error message tha
If I were you, I will segregate the funds as though the contributor -
developer or otherwise - will receive it.
Then, I will approach each contributor with,
This is your fair share. Please receive it. If the contributor
declines, I will ask the contributor "How do you think I should
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.
Hi,
there is a bug in links to org-files:
given the link:
[[file:EmacsNotes.org::*Screencast%20of%20lispy.el%20with%20org-mode%20code%20base][Screencast
of lispy.el with org-mode code base]]
if I hit C-c o with point on the link I get an error message that it
does not exist. If I answer yes to
Hello,
Eric Schulte writes:
> This sounds like a good compromise to me. As you say, this should
> easily and visually support both use cases and is intuitive. I've not
> touched the export machinery myself, so I'll leave the implementation to
> Nicolas but I definitely support this approach.
Suvayu Ali writes:
> Patch attached.
Applied, thanks and sorry for the typo,
--
Bastien
Eric Schulte writes:
>> Sorry for being unclear here. I wanted to propose different
>> behaviour for TAGs (lets say :noexport:) and the COMMENT keyword.
>> I am perfectly fine with :noexport: only prohibiting export but
>> still allowing evaluation.
>>
>> But I propose that COMMENT be more treat
Hi.
I sometimes use timestamps for scheduling, sometimes for logging things
(manually and a few days later). It would be pretty convenient if one
could define a preferred range of time for incomplete dates, instead of
just prefer-future or default to current month or year.
Example:
It's 2013
2014-02-23 16:20, Anders Johansson wrote:
Hi,
I used the configuration:
org-catch-invisible-edits 'show
org-pretty-entities t
together with org-cdlatex. This breaks the insertion of subscripts
and superscripts through org-cdlatex because _{} is fontified and the
{} are hidden so typing for ex
On Sat, Mar 15, 2014 at 01:52:41PM +0100, Stefan Husmann wrote:
> Hello,
>
> I think both entries in org.texi intrudueced in the mentioned commit should
> begin with, say, @cindex rather than @index.
> @index is not a texinfo command.
>
> org.texi:9892: unknown command `index'
> org.texi:13806:
On Sat, 15 Mar 2014 14:08:49 +0100
Rasmus wrote:
> Sharon Kimble writes:
>
> > On Sat, 15 Mar 2014 13:06:46 +0100
> > Rasmus wrote:
> >
> >> Sharon Kimble writes:
> >>
> >> > On Sat, 15 Mar 2014 10:09:29 +
> >> > Sharon Kimble wrote:
> >> >
> >> >> I am exporting org-mode files using or
Sharon Kimble writes:
> On Sat, 15 Mar 2014 13:06:46 +0100
> Rasmus wrote:
>
>> Sharon Kimble writes:
>>
>> > On Sat, 15 Mar 2014 10:09:29 +
>> > Sharon Kimble wrote:
>> >
>> >> I am exporting org-mode files using org2blog, and I have this in my
>> >> org-file -
>> >>
>> >> #+BEGIN_SRC
On Sat, 15 Mar 2014 13:06:46 +0100
Rasmus wrote:
> Sharon Kimble writes:
>
> > On Sat, 15 Mar 2014 10:09:29 +
> > Sharon Kimble wrote:
> >
> >> I am exporting org-mode files using org2blog, and I have this in my
> >> org-file -
> >>
> >> #+BEGIN_SRC bash
> >> ## Repos for plank
> >> # fo
Hello,
I think both entries in org.texi intrudueced in the mentioned commit should
begin with, say, @cindex rather than @index.
@index is not a texinfo command.
org.texi:9892: unknown command `index'
org.texi:13806: unknown command `index'
Best Regards Stefan
Sharon Kimble writes:
> On Sat, 15 Mar 2014 10:09:29 +
> Sharon Kimble wrote:
>
>> I am exporting org-mode files using org2blog, and I have this in my
>> org-file -
>>
>> #+BEGIN_SRC bash
>> ## Repos for plank
>> # for wheezy users
>> deb http://people.ubuntu.com/~ricotz/debian-plank wheez
On Sat, 15 Mar 2014 07:07:22 -0400, Marcin Borkowski
wrote:
Dnia 2014-01-22, o godz. 12:55:43
Marcin Borkowski napisał(a):
Hi list,
I have the following problem: I want to schedule quite a few short (10
minutes, say) appointments with my students ("mass" is probably an
exaggeration, but t
Dnia 2014-03-15, o godz. 12:25:13
Marcin Borkowski (by way of Marcin Borkowski
) napisał(a):
> Dnia 2014-03-15, o godz. 07:10:31
> John Kitchin napisał(a):
>
> > I suggest you look into the acrotex package
> > (http://www.acrotex.net/) which has good support for tests. You can
> > use the regul
On Sat, 15 Mar 2014 10:09:29 +
Sharon Kimble wrote:
> I am exporting org-mode files using org2blog, and I have this in my
> org-file -
>
> #+BEGIN_SRC bash
> ## Repos for plank
> # for wheezy users
> deb http://people.ubuntu.com/~ricotz/debian-plank wheezy main
> # for jessie and sid users
Dnia 2014-03-15, o godz. 07:10:31
John Kitchin napisał(a):
> I suggest you look into the acrotex package (http://www.acrotex.net/)
> which has good support for tests. You can use the regular latex
> exporter with that.
Thanks!
However, what I'm really after is the HTML/JS export. Since I feel
On 13 March 2014 09:45, Bastien wrote:
> Hi Adam and Thomas,
>
> This is now fixed, thanks!
Oh wonderful, thank you so much Bastien!
Dnia 2014-03-13, o godz. 10:38:37
Richard Lawrence napisał(a):
> Hi Marcin,
>
> Marcin Borkowski writes:
> >
> > I'd like to export an Org-mode file to /multiple/ HTML files. For
> > instance, I might want to convert all first and second level
> > headings to files, and third-level headings to
Dnia 2014-03-13, o godz. 12:59:42
Bastien napisał(a):
> Hi Marcin,
>
> Marcin Borkowski writes:
>
> > It occurred to me that I could just walk through the file, creating
> > temporary buffers with my subtrees, demote them and export them one
> > by one to HTML. This seems doable (and even not
I suggest you look into the acrotex package (http://www.acrotex.net/) which
has good support for tests. You can use the regular latex exporter with
that.
John
---
John Kitchin
Associate Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon
Dnia 2014-01-27, o godz. 11:55:25
Bastien napisał(a):
> Hi Marcin,
>
> Marcin Borkowski writes:
>
> > at present, the only reasonable values of org-table-copy-increment
> > are nil or non-nil. How about enabling to use it as an increment
> > value? This would be very useful in the following c
Dnia 2014-01-22, o godz. 12:55:43
Marcin Borkowski napisał(a):
> Hi list,
>
> I have the following problem: I want to schedule quite a few short (10
> minutes, say) appointments with my students ("mass" is probably an
> exaggeration, but there are going to be around 50 of them). I'll have
> sev
Dnia 2014-03-13, o godz. 11:49:47
David Masterson napisał(a):
> My suggestion would be to use the money to pay for enhancements to
> Org. Take a look at the list of projects for Org, find the most
> difficult and complex project(s), put the money into a fund to be
> given to the developer(s) who
Dnia 2014-03-14, o godz. 15:38:57
Oleh napisał(a):
> Sure. Not everyone likes paredit (at first:). That's why each locally
^^
https://xkcd.com/541/
(Sorry, could not resist.;))
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam M
Hi list,
I'd like to extend the LaTeX exporter to be able to prepare tests with
Org-mode. Four basic kinds of tests I'm thinking about are: single
choice test, multiple choice test, cloze test and an "open" question
(where the expected answer is, say, at most 5 lines of text). It
would enable th
I am exporting org-mode files using org2blog, and I have this in my
org-file -
#+BEGIN_SRC bash
## Repos for plank
# for wheezy users
deb http://people.ubuntu.com/~ricotz/debian-plank wheezy main
# for jessie and sid users
deb http://people.ubuntu.com/~ricotz/debian-plank sid main
#+END_SRC
whic
Hi all,
would it be difficult to implement this little thing: when entering a
timestamp, four consecutive digits could be recognized as a year (if
within some range from the current year, possibly zero, and possibly
never) and as an hour otherwise? Typing, say, 13:00 is cumbersome,
since I need t
Sorry about that
the org version in emacs -q is version 7.9.3f.
i have tried with this capture
(setq org-capture-templates
(quote (
("x" "todo_nix" entry (file+headline
"~/org/files/agenda/TODO.org" "Linux")
"* %^{Description}" )
)))
i do see that w
Hi Xebar,
Xebar Saram writes:
> i tried it with 1 template and its still the same slowness
> also i tried it with emacs -q (pasting the capture template,
> evaluating it and running org-capture) and its still very slow
> i would be happy to try and test and other things needed
So let's start wi
Hi Bastien
thanks for the help
i am running org 8.2.5h with emacs 24.3.1
i tried it with 1 template and its still the same slowness
also i tried it with emacs -q (pasting the capture template, evaluating it
and running org-capture) and its still very slow
i would be happy to try and test and other
Hi Xebar,
can you try with only one template? Then report your Org
version and your Emacs version? Also, let us know if you
have the problem with a bare emacs (emacs -q).
--
Bastien
Hi all
I have a weird issue i really dont know how to debug. i have managed to get
org-capture working very well to my needs. only issue is when I launch
org-capture (C-c c) and choose a capture template it takes around 10-20
seconds to load the capture-template. it happens with any capture
temple
Bastien gnu.org> writes:
> > (load "org")
>
> Replace this with (require 'org)
>
> And make sure (1) you have been running ~$ make (or ~$ make autoloads)
> in your Org directory.
Hi Bastien,
thanks a lot, I'll also change this, however the 2 real sources of the problem
seemed to be the foll
Jambunathan K gmail.com> writes:
>
> M web.de> 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
>
For my
Dear Eric and org users
i am a new(ish) org user and an avid cooker. i have started using
orgmodeas my recipe notebook and stumbled upon the old org-cook
thread.
Is there so documentation on this? do you still use it?
are there any other ideas/suggestions on using orgmode as a recipe notebook?
wha
67 matches
Mail list logo