table alignment tags in Org export

2022-08-20 Thread Alex Fenton
row. If exporting to Org (org-org-export-as-org), the tags disappear - i.e. the table is as-was, minus the first row. Is there a way to retain the alignment information when re-exporting to Org? cheers alex

table alignment tags in Org export

2022-08-19 Thread Alex Fenton
in the first row. If exporting to Org (org-org-export-as-org), the tags disappear - i.e. the table is as-was, minus the first row. Is there a way to retain the alignment information when re-exporting to Org? - either a function or some setting somewhere cheers alex

Help with assigning org-attach-id-dir using directory local variables

2022-06-10 Thread Alen Alex Ninan
make an error, do you have any recommendation on how I can resolve this? I am new to Emacs, and I am not good at Emacs Lisp currently. It's something I am trying to learn. Any suggestions or recommendation would help. I am open to testing this out in stock Emacs if that's something that will help. Thanks & Regards, Alen Alex

[PATCH] two small fixes for org-fast-tag-selection

2022-02-10 Thread Alex Giorev
- The first patch fixes the problem of TODO keywords and tags sharing keys when they are automatically generated and when `org-fast-tag-selection-include-todo' is set. - The problem solved by the second patch is the following: when invoking the fast selection interface, and pressing the key of a

[PATCH] Fix org-set-tags-command active region bug

2022-02-09 Thread Alex Giorev
When `org-loop-over-headlines-in-active-region' is 'start-level, the command should loop only over the headings having the same level as the first one, but it loops over all headings in the region. This patch fixes the issue. From 289d6bdcb8328554c6dd4136d38f1220d239940e Mon Sep 17 00:00:00 2001

A couple of `org-priority' fixes

2022-02-04 Thread Alex Giorev
I found a couple of problems in org-priority, I think these patches fix them. - The first patch is truly minor, it just adds a bit to the docstring - The problem which prompted the second patch arises when all priorities are lowercase (you can test this by evaluating (setq org-priority-highest ?a

Re: [ANN] ox-pandoc, revived

2021-11-30 Thread Alex Fenton
. If exporting with oc-csl, citations and bibliographies are "just" formatted text by the time pandoc sees it. I may add an oc-pandoc to massage org citations into pandoc format if there is a need to have citations be resolved by pandoc rather than Org Mode. best alex

[ANN] ox-pandoc, revived

2021-11-30 Thread Alex Fenton
in Org 9.5. This feature is experimental and I welcome feedback and reports on this or any other aspect of the package. best alex

Ox-pandoc and Org-cite

2021-10-14 Thread Alex Fenton
ted, though an issue [2] is filed)? Cheers alex [1] https://github.com/a-fent/ox-pandoc [2] https://github.com/jgm/pandoc/issues/7329

org-info-store-link uses :desc instead of :description

2021-04-27 Thread Alex
In the definition of |org-info-store-link|, when calling |org-link-store-props|, the |:desc| key is given whereas I think |:description| was intended.

org-read-date-minibuffer-local-map should use C-n/p/f/b

2020-05-29 Thread Alex Branham
(that I know about anyway), perhaps the same should be done for org itself? #+begin_src emacs-lisp (define-key org-read-date-minibuffer-local-map (kbd "C-n") (lambda () (interactive) (org-eval-in-calendar '(calendar-forward-week 1 #+end_src Thanks, Alex

Re: android phone computer and orgmode

2019-12-06 Thread Alex Roper
. I look forward to hearing more about what you decide on. Personally I'm very, very excited that orgzly is getting native git support. Alex On 12/3/19 2:03 PM, Jude DaShiell wrote: > Since I use a command line on the computer I got orgsly and dropbox > working on the phone. > If I can g

Re: mobile org

2019-11-17 Thread Alex Roper
. By default it does use some sort of cloud locator service for NAT hole punching etc, but I believe you can turn that off. In general, though I do wish there were more options in this space. Alex On 11/17/19 6:03 PM, Jude DaShiell wrote: > I can't do that unless termux emacs is a different applicat

Re: mobile org

2019-11-17 Thread Alex Roper
I use termux + emacs personally, and then sync with git from the command line. It's obviously not especially phone-optimized UX, typing on a command line...but depending on your needs and alternatives it may be acceptable. Alex On 11/17/19 4:01 PM, Jude DaShiell wrote: > Will mobile org w

[O] Update Org in Emacs

2019-03-26 Thread Alex Branham
Hello - Is it possible to update Org upstream? Emacs is shipping 9.1.X while the latest stable org release is 9.2.X. I ask since I sometimes use emacs -Q (org 9.1), where

[O] Bug: org-todo calls unbound org-clock-out-if-current

2019-02-14 Thread Alex Branham
Hello - On the tip of the maint branch (8fc22d464d2bc4a3397516854375b177835d10bb) any call to functions like 'org-todo' results in an error 'void-function org-clock-out-if-current'. Here's a sample backtrace: Debugger entered--Lisp error: (void-function org-clock-out-if-current)

[O] How to add tblname from ob-shell fragments?

2018-10-11 Thread Alex Bennée
and collect the data in the background. Is there any way to get the results to emit a tblname with the result? -- Alex Bennée

[O] Highlighting list item bullets

2018-09-18 Thread Alex Helfet
gist: https://gist.github.com/fluffysquirrels/1aaec7cab234893bfd46cdad721dda85 The code is rough but very short and readable. I have some test cases working, with a screenshot of how they look on my machine. Thanks! Alex

Re: [O] How to use org-protocol with text that includes &?

2018-08-30 Thread Alex Branham
> Would url-encoding help? Indeed it does, thank you! Alex

[O] How to use org-protocol with text that includes &?

2018-08-29 Thread Alex Branham
elp. How should I format text that includes & so that it gets properly captured? Thanks, Alex

[O] Support flymake with org-lint

2018-06-08 Thread Alex Branham
the buffer though. Alex >From b53c4068cb64c152c417014916c7d8c11e4651fb Mon Sep 17 00:00:00 2001 From: Alex Branham Date: Wed, 6 Jun 2018 14:44:12 -0500 Subject: [PATCH] Add support for flymake * lisp/org-flymake.el (org-flymake-org-lint-backend): New function * lisp/org-flymake.el (org-flymake-se

Re: [O] Babel - :export-dir and :file-ext arguments cause all blocks to emit files

2018-05-25 Thread Alex Fenton
, with the benefit of hindsight. I worry that introducing it would break org documents in the wild, but maybe it is worth it. You (all) are a better judge of what is a reasonable non-back-compatible change. all the best alex

Re: [O] Babel - :export-dir and :file-ext arguments cause all blocks to emit files

2018-05-24 Thread Alex Fenton
On 25/05/18 01:13, Nicolas Goaziou wrote: Hello, Alex Fenton <a...@pressure.to> writes: As far I understand it, |:output-dir| and |:file-ext| that were intended to be used in the global document header, applying to all blocks. However, it seems to mean that all blocks rega

[O] Babel - :export-dir and :file-ext arguments cause all blocks to emit files

2018-05-24 Thread Alex Fenton
-cause-all-output-to-be-saved-to Thanks alex

[O] Advice for debugging org-export

2018-05-14 Thread Alex Bennée
ebug-items to work out the correct furtling I need to do I inevitably lock up Emacs as the pretty printer struggles to dump the entire org AST in :parent. Is there anyway of suppressing the :parent and associated data so I can just concentrate on the data for the actual node I have? -- Alex Bennée

Re: [O] Trouble with scheduled item with deadline on agenda

2018-04-26 Thread Alex Branham
On Thu 26 Apr 2018 at 20:20, Bastien wrote: > Er, indeed - both bugs should now be fixed in maint. Looks good to me, thanks!

Re: [O] Trouble with scheduled item with deadline on agenda

2018-04-26 Thread Alex Branham
On Thu 26 Apr 2018 at 19:25, Bastien <b...@gnu.org> wrote: > Hi Alex, > > Alex Branham <alex.bran...@gmail.com> writes: > >> now deadlines aren't being put into the agenda at all >> unless they are also scheduled. :-( > > Is this a bug or expected?

Re: [O] Trouble with scheduled item with deadline on agenda

2018-04-26 Thread Alex Branham
ow in maint, can you double check and let > me know if things are working okay? Thanks for the reply. It seems like this might be fixed though it's hard to tell because now deadlines aren't being put into the agenda at all unless they are also scheduled. :-( Alex

Re: [O] Bug: Multiple tag selection broken on maint

2018-04-23 Thread Alex Branham
> Fixed. Thank you. Thanks! Alex

Re: [O] Bug: Multiple tag selection broken on maint

2018-04-20 Thread Alex Branham
(:endgroup . nil))) then I can reproduce it. Thanks, Alex

Re: [O] Bug: Multiple tag selection broken on maint

2018-04-20 Thread Alex Branham
On Fri 20 Apr 2018 at 04:27, Nicolas Goaziou wrote: >> I'm tracking maint. With the following file: >> >> #+BEGIN_EXAMPLE >> #+TAGS: office(c) car(C) >> * one >> #+END_EXAMPLE > > FWIW, I couldn't reproduce it on master. That's surprising, since I can reproduce this

Re: [O] Support showing stars as pretty bullets

2018-04-10 Thread Alex Branham
t;*") ))) (should-not (equal t (org-test-with-temp-text "* Test *" (org-pretty-mode) (org-pretty-compose-p 8 8 "*") ---- >From 3278c7dd9d426bf205542c78d51456a9

Re: [O] Support showing stars as pretty bullets

2018-04-04 Thread Alex Branham
On Tue 03 Apr 2018 at 15:33, Nicolas Goaziou wrote: >> Fair enough. How about the attached patch instead? It only sets up the >> two local variables in org.el and puts the rest in org-entities.el since >> that file is also concerned with replacing characters with

Re: [O] Support showing stars as pretty bullets

2018-04-03 Thread Alex Branham
On Tue 03 Apr 2018 at 01:39, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Alex Branham <alex.bran...@gmail.com> writes: > >> Why not, if you don't mind me asking? Other major modes (python, elisp, >> and latex off the top of my head) setup pret

Re: [O] Support showing stars as pretty bullets

2018-04-02 Thread Alex Branham
On Mon 02 Apr 2018 at 13:47, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Alex Branham <alex.bran...@gmail.com> writes: > >> I've written this patch that makes use of prettify-symbols-mode to show >> the stars in org headings as nice UTF bu

[O] Support showing stars as pretty bullets

2018-04-01 Thread Alex Branham
-mode and hiding leading stars. Everything seems to work well for me. I've already signed the FSF copyright assignment papers. Please cc me on replies since I'm not subscribed to the devel list :-) Thanks, Alex Footnotes: [1] https://github.com/sabof/org-bullets

[O] Trouble with scheduled item with deadline on agenda

2018-03-29 Thread Alex Branham
would expect that it doesn't appear on my agenda today. However, it looks like the prewarning -20d is causing it to appear anyway. Am I misunderstanding something here or is this a bug? Thanks, Alex

[O] Bug: Multiple tag selection broken on maint

2018-03-22 Thread Alex Branham
gets added. Emacs : GNU Emacs 26.0.91 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2018-03-20 Package: Org mode version 9.1.7 (release_9.1.7-31-gb5a90a @ /home/alex/.emacs.d/lib/org/lisp/)

[O] Broken worg link

2018-02-27 Thread Alex Branham
On this page: https://orgmode.org/worg/org-tutorials/org-google-sync.html the link ical2org.awk 404s for me. Thanks, Alex

Re: [O] face for upcoming deadlines in agenda

2018-02-26 Thread Alex Branham
On Mon 26 Feb 2018 at 18:30, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Alex Branham <alex.bran...@gmail.com> writes: > >> I've attached a patch which gives a name to the 0.0 face in >> org-agenda-deadline-faces. This lets themes custo

Re: [O] face for upcoming deadlines in agenda

2018-02-26 Thread Alex Branham
I've attached a patch which gives a name to the 0.0 face in org-agenda-deadline-faces. This lets themes customize the value more easily. (I've already signed the FSF copyright papers) Thanks again! Alex -- >F

Re: [O] face for upcoming deadlines in agenda

2018-02-26 Thread Alex Branham
On Mon 26 Feb 2018 at 16:16, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Alex Branham <alex.bran...@gmail.com> writes: > >> Is there a face that controls agenda items with an upcoming deadline are >> displayed? It seems to just use "de

Re: [O] Hooking document specific src blocks into default actions

2018-02-26 Thread Alex Bennée
Alex Bennée <alex.ben...@linaro.org> writes: > Hi, > > I've been using these for a while but I recently wanted to add a > function at the head of the ctrl-c-ctrl-c processing: > > (defvar my-org-default-action nil > "Default action for this docum

[O] face for upcoming deadlines in agenda

2018-02-26 Thread Alex Branham
at? I'd do it myself, but the way Emacs deals with faces is a bit of a mystery to me. Thanks, Alex Emacs : GNU Emacs 26.0.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.26) of 2018-02-10 Package: Org mode version 9.1.7 (release_9.1.7-1-ga01045 @ /home/alex/.emacs.d/lib/org/lisp/)

[O] Hooking document specific src blocks into default actions

2018-02-26 Thread Alex Bennée
cument than this? One where the eventual result can be returned into the calling lisp so org-ctrl-c-ctrl-c-hook can move on if we didn't do anything? -- Alex Bennée

[O] Error with git-fetch from org repo

2017-12-15 Thread Alex Branham
Hello - I've been trying to git fetch from the org repo (git://orgmode.org/org-mode.git) today and keep getting this error: Fetching origin fatal: read error: Connection reset by peer error: Could not fetch origin Has anyone else had problems connecting? Thanks, Alex

Re: [O] [PATCH] make org-comment-dwim comment headings if on a heading

2017-11-29 Thread Alex Branham
> > Would you mind writing an entry in ORG-NEWS? It could go in > "Miscellaneous" section. Patch attached, thanks! > > Thank you! > > Regards, >From 1d62a9c612c97dd35929a40c49d86a5812a853e9 Mon Sep 17 00:00:00 2001 From: Alex Branham <bran...@utexas.edu>

Re: [O] [PATCH] make org-comment-dwim comment headings if on a heading

2017-11-26 Thread Alex Branham
behavior. Calling M-x org-comment-dwim directly works as I expect (and M-; works like this too). Do you have any idea what might be going on? I thought they would behave the same since comment-dwim is mapped to org-comment-dwim, but that doesn't seem to be the case... Thanks, Alex On Wed 22

[O] [PATCH] make org-comment-dwim comment headings if on a heading

2017-11-20 Thread Alex Branham
This patch changes the behavior of `org-comment-dwim' so that if point is on a heading, it will toggle the heading. Alex >From 655cd7afdfdf28797052952eae0c4e87cd86f445 Mon Sep 17 00:00:00 2001 From: Alex Branham <bran...@utexas.edu> Date: Mon, 20 Nov 2017 15:12:34 -0600 Subject: [PA

[O] [PATCH] documentation fix

2017-10-31 Thread Alex Branham
Hello, I tripped myself up by trying to set org-agenda-show-log instead of org-agenda-start-with-log, so hopefully this patch will help other people down the line. Alex >From 47e1c3a9cd66d73c01ec0b4072228c02abbe0450 Mon Sep 17 00:00:00 2001 From: Alex Branham <bran...@utexas.edu>

Re: [O] Ediff org files starts folded

2017-10-25 Thread Alex Branham
Thanks, I think this does exactly what I was looking for! Alex On Wed 25 Oct 2017 at 18:30, Oleh Krehel <ohwoeo...@gmail.com> wrote: > Here's what I use: > > (defun ora-ediff-prepare-buffer () > (when (memq major-mode '(org-mode emacs-lisp-mode)) > (outline-show

[O] Ediff org files starts folded

2017-10-25 Thread Alex Branham
Hello - Whenever I ediff an org file, the three windows start with the content folded and out of site. I have to navigate to windows A, B, and C and hit S- until everything is visible. Does anyone know a way to start org mode files unfolded when ediffing them? Thanks! Alex

Re: [O] Table (used a "spreadsheet") org-sbe issues when the value is a string

2017-09-07 Thread Alex Bennée
Alex Bennée <alex.ben...@linaro.org> writes: > Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > >> Hello, >> >> Alex Bennée <alex.ben...@linaro.org> writes: >> >>> So calling scramble-string works as expected... >>&

Re: [O] Table (used a "spreadsheet") org-sbe issues when the value is a string

2017-09-06 Thread Alex Bennée
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Alex Bennée <alex.ben...@linaro.org> writes: > >> So calling scramble-string works as expected... >> >> #+tblname: reversed-strings >> | abcde | #ERROR | >>

Re: [O] Table (used a "spreadsheet") org-sbe issues when the value is a string

2017-09-06 Thread Alex Bennée
om a source block: #+name: call-scramble-string-via-sbe #+begin_src emacs-lisp :var val="thing" (org-sbe scramble-string (str val)) #+end_src So is this just broken untested functionality or are there any working examples from which we could reverse engineer the proper docstring? -- Alex Bennée

[O] Firefox webextension for org capture

2017-08-17 Thread Alex Branham
the (nonworking) keyboard shortcut. When it starts working again, the default is control-shift-l Alex

Re: [O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-11 Thread Alex Branham
isp/org-agenda.el (org-agenda-time-grid): ... > > Could you provide an ORG-NEWS entry, too? Yes, done. Alex >From da08983716a275b745288a25995e6c9d4e3104ca Mon Sep 17 00:00:00 2001 From: Alex Branham <bran...@utexas.edu> Date: Tue, 11 Jul 2017 08:08:58 +0200 Subject: [PATCH] org-agenda:

Re: [O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-11 Thread Alex Branham
(assuming that it displays at all). Currently that's hard coded as six periods "..". Alex On Mon 10 Jul 2017 at 20:02, Samuel Wales <samolog...@gmail.com> wrote: > i am confused > > org-agenda-current-time-string seems similar > > org-agenda-time-gri

Re: [O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-07 Thread Alex Branham
-agenda-time-grid to a list with three elements will see a slightly different agenda now (the default ".." will get dropped). The order of the items in the list is also a bit weird --- they get displayed in the order 3, 4, 2. I've updated the docstring to try to make this a bit

[O] [PATCH] allow users to customize string in org-agenda-time-grid

2017-07-07 Thread Alex Branham
Hello, This small patch allows users to customize the string to display after the time in the agenda view. I think I formatted the patch correctly, but please let me know if I missed something, Alex >F

Re: [O] [PATCH] protocol: allow users to disable warning about old style links

2017-06-16 Thread Alex Branham
Hi, thanks for the reply. On Fri 16 Jun 2017 at 06:13, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Alex Branham <bran...@utexas.edu> writes: > >> This patch allows org mode users to disable the warning issued about >>old org protocol st

[O] [PATCH] protocol: allow users to disable warning about old style links

2017-06-14 Thread Alex Branham
. Thanks, Alex >From 8bfc951308324de8e455128950193c046691f1f8 Mon Sep 17 00:00:00 2001 From: Alex Branham <bran...@utexas.edu> Date: Wed, 14 Jun 2017 14:06:18 +0200 Subject: [PATCH] protocol: allow user to disable warning about old style links --- lisp/org-protocol.el | 11 +-- 1 fil

[O] Schedule next READY item under heading

2017-03-19 Thread Alex Branham
. Thanks in advance! Alex

[O] Bug: Errors when saving from babel block [9.0.5 (9.0.5-elpa @ ~/.emacs.d/elpa/org-20170210/)]

2017-03-19 Thread Alex Branham
In the latest org release (9.0.5), I get errors when trying to save a buffer while editing inside a babel source block. I can reproduce this using Emacs 25.1 and 25.2rc2. Using: emacs -Q -l ~/org-debug.el where org-debug.el just consists of (package-initialize) since I've previously

Re: [O] ob-async

2017-02-20 Thread Alex Bennée
t the various approaches and if something generic could be included with org-mode itself. Any thoughts? -- Alex Bennée

[O] Capturing the results of shell execution

2017-01-17 Thread Alex Bennée
=arm64 make clean > /dev/null make -j9 > /dev/null echo "Build complete: `date`" #+end_src Ideally I'd like #+RESULTS to have a nice 0/1 which can be used to gate other parts of the process. Am I missing something? -- Alex Bennée

[O] Switching buffers from babel snippets

2017-01-14 Thread Alex Bennée
to org-mode after the code is run and switch to it? -- Alex Bennée

Re: [O] latex exporting to different directory with v9.0

2016-11-10 Thread Alex Fenton
I removed default-directory setting and, hopefully, applied the necessary changes to commands. I'm very grateful for your help with this and for trying this change/reversion. I'll try it with the next release. Best, alex

Re: [O] latex exporting to different directory with v9.0

2016-11-06 Thread Alex Fenton
and output directories are the same. I'm just wondering whether, for the cases where that's not true (calling a compiler from one directory to compile a file somewhere else), the responsibility for setting the correct default-directory, if necessary, could be left to the calling function, rather than having an enforced switch hard-coded in the core org-compile-file function. Thanks again, alex

[O] latex exporting to different directory with v9.0

2016-11-05 Thread Alex Fenton
-directory, but how is it now intended to do this within org's export/publishing framework? symlinks are not an option since I'm sometimes working on Windows. thanks alex

Re: [O] Emacs movement keys

2016-08-24 Thread Alex Recker
> "You know you're an Emacs user when..." You try to M-f your way through a URI and accidentally turn it into an integral.

Re: [O] Emacs movement keys

2016-08-23 Thread Alex Recker
> And did you know that even outside Emacs you can move/delete wordwise by > pressing ctrl togeter with the right/left arrows or delete or backspace? I'm always surprised by how often C-a/C-e and M-f/M-b work in programs that aren't Emacs. Of course there is probably some historical reason

[O] bug#23917: bug#23917: bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-20 Thread Alex Bennée
Eli Zaretskii <e...@gnu.org> writes: >> From: Alex Bennée <alex.ben...@linaro.org> >> Cc: monn...@iro.umontreal.ca, 23...@debbugs.gnu.org, rpl...@gmail.com, >> jwieg...@gmail.com, nljlistb...@gmail.com, m...@lunaryorn.com >> Date: Tue, 19 Jul 2016 18:45:

[O] bug#23917: bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-19 Thread Alex Bennée
Eli Zaretskii <e...@gnu.org> writes: >> From: Alex Bennée <alex.ben...@linaro.org> >> Cc: Stefan Monnier <monn...@iro.umontreal.ca>, 23...@debbugs.gnu.org, >> rpl...@gmail.com, jwieg...@gmail.com, nljlistb...@gmail.com >> Date: Tue, 19 Jul 2016 18:05:3

[O] bug#23917: bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-19 Thread Alex Bennée
s an easy way to identify which buffer modification hooks are responsible so I can take steps as a user to mitigate the problems. -- Alex Bennée

[O] Best approaches for implementing a developer workflow using ORG?

2016-07-08 Thread Alex Bennée
pturing multiple checkbox links in a row. Maybe there is some way to stuff some meta-data in the link? However ideally I'd like to solve the problem of programitically following org-links as I'd like to automate the bringing up of review comments when I doing re-basing. It is of course possible that I'm abusing org-mode a bit too much using it in this way and I should use something more database like to store this stuff. However I would appreciate any suggestions of ways to tackle this problem. Regards, -- Alex Bennée

[O] Some functions not being autoloaded in ELPA Org-mode

2016-05-21 Thread Alex
As an example, see `orgtbl-mode'. While this function has an autoload cookie, it is not being autoloaded in the org-autoloads.el file. However this function's autoload form is in org-loaddefs.el. Is org-autoloads.el not being updated correctly?

Re: [O] Bug: orgtbl-self-insert-command does not overwrite whitespace [8.3.4 (8.3.4-50-g83e373-elpa @ /home/alex/.emacs.d/elpa/org-20160509/)]

2016-05-21 Thread Alex
Hello, Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Alex G <agram...@gmail.com> writes: > >> Oh, it seems like backspace works fine in text modes like >> fundamental-mode and message-mode, but not prog-derived modes. I'd say >> t

Re: [O] Bug: orgtbl-self-insert-command does not overwrite whitespace [8.3.4 (8.3.4-50-g83e373-elpa @ /home/alex/.emacs.d/elpa/org-20160509/)]

2016-05-20 Thread Alex
Alex G <agram...@gmail.com> writes: >> > Backspace works as expected, however. >> I'm afraid that as of org-20160516 on ELPA, backspace also does not >> overwrite whitespace. > > Oh, it seems like backspace works fine in text modes like > fundamental-mode an

Re: [O] Bug: orgtbl-self-insert-command does not overwrite whitespace [8.3.4 (8.3.4-50-g83e373-elpa @ /home/alex/.emacs.d/elpa/org-20160509/)]

2016-05-19 Thread Alex G
> > Backspace works as expected, however. > I'm afraid that as of org-20160516 on ELPA, backspace also does not > overwrite whitespace. Oh, it seems like backspace works fine in text modes like fundamental-mode and message-mode, but not prog-derived modes. I'd say that's another bug. A git

Re: [O] Bug: orgtbl-self-insert-command does not overwrite whitespace [8.3.4 (8.3.4-50-g83e373-elpa @ /home/alex/.emacs.d/elpa/org-20160509/)]

2016-05-18 Thread Alex
The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well. > Backspace works as expected, however. I'm afraid that as of org-20160516 on ELPA, backspace also does not overwrite whitespace.

[O] Bug: orgtbl-self-insert-command does not overwrite whitespace [8.3.4 (8.3.4-50-g83e373-elpa @ /home/alex/.emacs.d/elpa/org-20160509/)]

2016-05-16 Thread Alex
.phx2.fedoraproject.org Package: Org-mode version 8.3.4 (8.3.4-50-g83e373-elpa @ /home/alex/.emacs.d/elpa/org-20160509/) current state: == (setq org-tab-first-hook '(org-hide-block-toggle-maybe org-babel-hide-result-toggle-maybe org-babel

Re: [O] pandoc-style citations

2016-04-27 Thread Alex Fenton
er plopped into normal running text. best alex

Re: [O] pandoc-style citations

2016-04-27 Thread Alex Fenton
in scientific publishing (by which I guess is meant natural sciences; footnotes with multiple citations and linking text are of common in humanities and some social sciences). thanks again and best wishes alex

[O] pandoc-style citations

2016-04-26 Thread Alex Fenton
ard to read and easy to get wrong or breaking output. thanks alex

Re: [O] Change in ox export for #+DATE keywords

2015-08-08 Thread Alex Bennée
of the patch as to what the new parse is expecting. On Fri, Aug 7, 2015 at 3:59 PM, Alex Bennée alex.ben...@linaro.org wrote: Hi, I've been using org-mode as a source for my presentations but exporting broke today following an ELPA update. It seems the line: #+DATE: KVM Forum 2015 Is no longer

Re: [O] Change in ox export for #+DATE keywords

2015-08-08 Thread Alex Bennée
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Alex Bennée alex.ben...@linaro.org writes: I've been using org-mode as a source for my presentations but exporting broke today following an ELPA update. It seems the line: #+DATE: KVM Forum 2015 Is no longer acceptable. FWIW, I

Re: [O] Change in ox export for #+DATE keywords

2015-08-08 Thread Alex Bennée
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Alex Bennée alex.ben...@linaro.org writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Alex Bennée alex.ben...@linaro.org writes: I've been using org-mode as a source for my presentations but exporting broke today following

Re: [O] Change in ox export for #+DATE keywords

2015-08-08 Thread Alex Bennée
Alex Bennée alex.ben...@linaro.org writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Alex Bennée alex.ben...@linaro.org writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: snip FWIW, I export it without an error. Do you use a custom export back-end? I'm using ox-reveal

[O] Change in ox export for #+DATE keywords

2015-08-07 Thread Alex Bennée
is expecting. If I change it to a datestamp I see breakage on other lines like the title: apply: Wrong type argument: listp, #(My presentation title 0 26 (:parent (#0))) So what form am I meant to be using for these options and why the change? -- Alex Bennée

Re: [O] Correct way to insert results

2015-05-14 Thread Alex Bennée
Alex Bennée alex.ben...@linaro.org writes: Hi, I'm working on adding async call functionality to org-babel blocks so I don't need to block my main Emacs for long running calculations. However I'm having problems with the insertion of the results once handled. Ping? Is this something I

[O] Correct way to insert results

2015-05-11 Thread Alex Bennée
#+RESULTS: async-with-delay : #process emacs Any idea how I can do this better? -- Alex Bennée

Re: [O] xml-rpc-request error for wordpress

2015-01-21 Thread Alex Kost
/bugreport.cgi?bug=16960. -- Alex

Re: [O] stuck project definition bug?

2014-10-19 Thread Alex Scherbanov
(setq org-stuck-projects '(PROJECT (NEXT) nil nil)) This means that everything with a tag :PROJECT: without NEXT subtask is a stuck project. I’d like this stuck project to be shown in the stuck project list: * TODO my stuck project :PROJECT:

Re: [O] stuck project definition bug?

2014-10-18 Thread Alex Scherbanov
what could break it for me. Any ideas? Thanks. Alex Scherbanov

[O] stuck project definition bug?

2014-10-15 Thread Alex Scherbanov
:PROJECT: ** TODO subtask But it is not shown there. The interesting thing is that it is shown in the list if I remove the todo state from my stuck project. Did I miss something while matching the tag or is it a project definition bug? Thanks. Alex

[O] project definition issue

2014-09-20 Thread Alex Scherbanov
Hi. I'm trying to write a simple definition of project: (setq org-stuck-projects '(PROJECT (NEXT) nil nil)) This means that everything with a tag :PROJECT: without NEXT task is stuck. But my stuck project is not shown in the list if it is a nested project and it has a todo state. * unstuck 1

Re: [O] [PATCH] Fix capture to make it save the point location

2014-05-23 Thread Alex Kosorukoff
Bastien: did you mean the reply on the Capture Abort thread? This is a different bug, unrelated to that the Capture Abort one. In this case capture doesn't abort, but returns to a different place in buffer than the one it was invoked from. Thanks, Alex On Fri, May 23, 2014 at 5:30 AM, Bastien

Re: [O] [PATCH] Fix capture to make it save the point location

2014-05-23 Thread Alex Kosorukoff
that was there before capture. Best, Alex On Fri, May 23, 2014 at 8:39 AM, Bastien b...@altern.org wrote: Hi Alex, Alex Kosorukoff a...@3form.com writes: did you mean the reply on the Capture Abort thread? This is a different bug, unrelated to that the Capture Abort one. In this case capture

Re: [O] [PATCH] Fix: Capture abort: (error: The mark is not set now, so there is no region)

2014-05-23 Thread Alex Kosorukoff
On Fri, May 23, 2014 at 5:03 AM, Bastien b...@gnu.org wrote: Hi Alex, Alex Kosorukoff a...@3form.com writes: After I replaced my patch and merged Bastien's fix, I started seeing the error though less frequently than before. It didn't occur in the template I posted, but I started seeing

  1   2   >