Peter Davis writes:
> I'd like to put a kind of menu bar at the top of most of my .org
> pages, so I can quickly jump around the most commonly edited files. I
> can do something like:
>
> | [[file:first.org][first]] | [[file:second.org][second]] | ...
>
> and simply include that in all my files.
Marcelo de Moraes Serpa writes:
> That's simply awesome. I'll test it out. Thanks Oleh.
>
>
> On Tue, Feb 25, 2014 at 11:28 AM, Oleh wrote:
>
> > Niiice! Thanks for sharing Oleh.
> >
> > Does anyone know if a paste hook would be possible for the
> exact same use
> > case?
>
This seems like a fine option:
#+name: mode_data
| mode | paredit | auto-save |
|+-+---|
| scheme | TRUE| TRUE |
| emacs-lisp | TRUE| TRUE |
| ielm | TRUE| FALSE |
#+begin_src emacs-lisp :var data=mode_data :exports results :fi
Thanks everyone.
My tentative plan is to run some elisp that will dump the table to an
intermediate file and then dependent files may load it themselves.
Hi,
I was wondering if there is any documentation somewhere on how the orgmode
elpa repo is setup. I am interested in how the tar files are created, and
how the archive-contents file is updated. I haven't been able to find any
documentation anywhere on creating these. Thanks!
John
--
On Tue, 25 Feb 2014, Darlan Cavalcante Moreira wrote:
As I understand, "C-c C-x C-v" (org-toggle-inline-images) will
only show images inline, not latex fragments (equations). For
latex you want "C-c C-x C-v" (org-preview-latex-fragment).
I think the second should be C-c C-x C-l?
-k.
As I understand, "C-c C-x C-v" (org-toggle-inline-images) will only show
images inline, not latex fragments (equations). For latex you want "C-c
C-x C-v" (org-preview-latex-fragment).
I have a folder with org files as my personal "knowledge archive" and I
use both org-toggle-inline-images and
org
Hi Nicolas,
Nicolas Goaziou writes:
> Hello,
>
> Andreas Leha writes:
>
>> there seems to be a bug that becomes apparent when overlay
>> specifications are given to items in sublists.
>
> This should be fixed. Thank you for reporting it.
Thank you very much for the quick fix. I can confirm th
> From: Glenn Morris
> Cc: Nicolas Goaziou , sva-n...@mygooglest.com,
> b...@altern.org, 16...@debbugs.gnu.org
> Date: Tue, 25 Feb 2014 13:41:14 -0500
>
> Eli Zaretskii wrote:
>
> >> file:path
> >>
> >> is a valid file link type in Org. Therefore,
> [...]
> > But that's exactly the prob
> Hya all. i cant understand what the advantages of org-id links over internal
> ones?
> in both cases it uses a fixed path right? its not like if i move my org
> files to another PC with different paths then the links will all work? whats
> the use case scenario to use org-id over internal links?
Eli Zaretskii writes:
> But that's exactly the problem: producing a file name from a file://
> URL requires to remove the "file://" prefix. It is invalid to leave
> the 2 extra slashes and remove only "file:". Why does Org do that?
Because Org doesn't know squat about URI schemes and uses ad-hoc
Hya all. i cant understand what the advantages of org-id links over
internal ones?
in both cases it uses a fixed path right? its not like if i move my org
files to another PC with different paths then the links will all work?
whats the use case scenario to use org-id over internal links?
thanks a
Eli Zaretskii wrote:
>> file:path
>>
>> is a valid file link type in Org. Therefore,
[...]
> But that's exactly the problem: producing a file name from a file://
> URL requires to remove the "file://" prefix. It is invalid to leave
> the 2 extra slashes and remove only "file:". Why does Org
> From: Nicolas Goaziou
> Cc: Eli Zaretskii , Sebastien Vauban
> , 16...@debbugs.gnu.org
> Date: Tue, 25 Feb 2014 19:04:10 +0100
>
> >> Ugh. Bastien, could you (or someone else of Org developers) please
> >> look into this? Why does the URI above causes the recent version of
> >> Org to pass
Hi Lawrence,
emacs (in a window, not in the terminal) allows display of images.
C-c C-x C-v will display your LaTeX equations as graphics in the
buffer. No need for other software.
You could also look at UTF-8 mode (C-c C-x \) to display \alpha and
x_y as their respective greek and subscript
I'm a beginner, and I'm trying to imagine how I'd use org mode to create a
sort of running conversation with myself. That is, I'd like to do a form of
journaling where I could make notes to myself, which would include the
usual text as outlne-hierarchy, hyperlinks too, but also babel code chunks,
a
That's simply awesome. I'll test it out. Thanks Oleh.
On Tue, Feb 25, 2014 at 11:28 AM, Oleh wrote:
> > Niiice! Thanks for sharing Oleh.
> >
> > Does anyone know if a paste hook would be possible for the exact same use
> > case?
> >
>
> `org-download-yank` will insert the image based on the add
Hello,
Bastien writes:
>> Ugh. Bastien, could you (or someone else of Org developers) please
>> look into this? Why does the URI above causes the recent version of
>> Org to pass an invalid file name such as
>>
>>///opt/tomcat/4/apache-tomcat-4.1.40/... to expand-file-name
>
> I will look
> From: Bastien
> Cc: Sebastien Vauban , 16...@debbugs.gnu.org
> Date: Tue, 25 Feb 2014 18:12:05 +0100
>
> Eli Zaretskii writes:
>
> > Ugh. Bastien, could you (or someone else of Org developers) please
> > look into this? Why does the URI above causes the recent version of
> > Org to pass an
> Niiice! Thanks for sharing Oleh.
>
> Does anyone know if a paste hook would be possible for the exact same use
> case?
>
`org-download-yank` will insert the image based on the address in the kill ring.
Address can be a path to a local file (remember "0 w" in `dired`)
or a http link.
regards,
Ol
Niiice! Thanks for sharing Oleh.
Does anyone know if a paste hook would be possible for the exact same use
case?
On Mon, Feb 24, 2014 at 12:01 PM, Oleh wrote:
> > I actually posted it here:
> >
> > https://github.com/railwaycat/emacs-mac-port/issues/43
> >
> > Emacs + orgmode is the best comb
Hello,
Nick Dokos writes:
> can you take a look at this patch?
Thank you for the patch. Here we go.
> If it looks OK, I can push it to maint.
Why maint? It isn't a bugfix.
> commit f820173bf514549134e8ba10a1e539cb89f6
> Author: Nick Dokos
> Date: Mon Feb 24 14:31:33 2014 -0500
>
>
Eli Zaretskii writes:
> Ugh. Bastien, could you (or someone else of Org developers) please
> look into this? Why does the URI above causes the recent version of
> Org to pass an invalid file name such as
>
>///opt/tomcat/4/apache-tomcat-4.1.40/... to expand-file-name
I will look into this,
Hello,
Nicolas Richard writes:
> Starting with fc9ce86cfc1ecf7e86028027a12875a26500e774, hitting C-c C-o
> on a timestamp in a SCHEDULED: line doesn't work anymore ("No link
> found"). I expected it to open the agenda like it does on other links.
This should be fixed. Thank you for reporting it
Hello,
Andreas Leha writes:
> there seems to be a bug that becomes apparent when overlay
> specifications are given to items in sublists.
This should be fixed. Thank you for reporting it.
Regards,
--
Nicolas Goaziou
Martin Leduc writes:
> Hi,
> to be more specific, I can emphasize a maximum of two lines within a filled
> paragraph of any length.
>
> Thanks, now I can reproduce, at least... ;)
>
If you want more, you need to customize org-emphasis=regexp-components,
in particular the maximum number of newl
Hi,
(Org-mode version 8.2.5h (release_8.2.5h-651-g897b60)
I have an https address with an equal sign `=':
https://forums.virtualbox.org/viewforum.php?f=3
When I try to access the link, the `=' is translated as `%D':
https://forums.virtualbox.org/viewforum.php?f%3D3
I looked in org-open-at
I'd like to put a kind of menu bar at the top of most of my .org pages, so I
can quickly jump around the most commonly edited files. I can do something like:
| [[file:first.org][first]] | [[file:second.org][second]] | ...
and simply include that in all my files. However, if I change the menu, I
Hi,
to be more specific, I can emphasize a maximum of two lines within a filled
paragraph of any length.
Thanks, now I can reproduce, at least... ;)
> From: lexi.ba...@gmail.com
> To: mart...@hotmail.com
> CC: emacs-orgmode@gnu.org
> Subject: Re: Text emphasize with fill-paragraph ?
> Date:
I remember a post from some time ago, where someone reported that this
kind of formatting only worked for filled paragraphs under 3 lines
long. Sadly I cannot find said post now. Is this the same for you?
I don't know if this a bug or not.
On 2014-02-21 16:31 Martin Leduc wrote:
> Hi all,
>
> I
One week ago I installed org-drill using the last version of org-mode
(tarball version) and everythings were fine.
A few days later I tried to install it using elpa (since it's easier to be
update). But after installation I was getting this error:
Making completion list...
Collecting due drill ite
Hiya,
Starting with fc9ce86cfc1ecf7e86028027a12875a26500e774, hitting C-c C-o
on a timestamp in a SCHEDULED: line doesn't work anymore ("No link
found"). I expected it to open the agenda like it does on other links.
Here's a test case:
emacs -Q -L lisp/ ~/tmp/test.org -f forward-line -f forward-l
I will add this issue to the list of TODOs for Clojure code blocks.
One thing I can do quickly is see if the problem exists in version 7.9
org with nrepl (prior to CIDER). I have a machine which still has the
old configuration. I will try later today and report.
Regards,
Greg
(alias Soapy Smith
Hi Bastien
On Thu, Feb 6, 2014 at 9:59 AM, Bastien wrote:
> Jason Lewis writes:
>
>> when using the Shift- feature in a table to copy values down, it
>> fails to place the cursor where you expect it to if the previous column
>> has a fixed width and the contents of the cell is truncated.
>
> Fix
Oleh writes:
>>> (setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,'")
>>> (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist))
>>
>> However I don't understand why the second line is necessary (but when
>> testing it, I found it necessary).
>>
>
> `org-emphasis-alist`
Hi Soapy,
thank you! I feel at ease knowing that you could replicate
the behavior, as I was trying to find the error in my settings for a
long, long time (and as mentioned before, it did work for some time, and
I've no clue why - I've played around with some settings in the init file).
And yes,
>>> Could you maybe share your customization, then?
>
> It was clearly not as elegant as this:
>
>> I can share it:
>>
>> (setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,'")
>> (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist))
>
> However I don't understand why the
Oleh writes:
>> Could you maybe share your customization, then?
It was clearly not as elegant as this:
> I can share it:
>
> (setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,'")
> (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist))
However I don't understand why t
t...@tsdye.com (Thomas S. Dye) writes:
> Aloha Grant,
>
> Grant Rettke writes:
>
>> Hi,
>>
>> My goal is to define a table in org-mode, display it nicely to humans
>> using export, and tangle that same data table into
>> an elisp data structure for use elsewhere within the program. It might
>> lo
> Hello Alan,
>
> Alan Schmitt wrote:
>> Oleh writes:
>>> On Sat, Feb 22, 2014 at 5:06 PM, Oleh wrote:
I'm using verbatim markers to export them as in HTML.
But ~"~ isn't recognized as verbatim. I've tried fiddling with
org-verbatim-re,
but it doesn't update on revert-buffer
Hello Alan,
Alan Schmitt wrote:
> Oleh writes:
>> On Sat, Feb 22, 2014 at 5:06 PM, Oleh wrote:
>>> I'm using verbatim markers to export them as in HTML.
>>> But ~"~ isn't recognized as verbatim. I've tried fiddling with
>>> org-verbatim-re,
>>> but it doesn't update on revert-buffer.
>>>
>>> C
41 matches
Mail list logo